@ckeditor/ckeditor5-document-outline 45.1.0-alpha.2 → 45.1.0-alpha.3
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:()=>V,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ft,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>it,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(t,e){const n=a();return(s=function(t,e){return n[t-=269]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(281)]())i instanceof r.Text&&(n+=i[e(270)]);return n}function a(){const t=["heading.options","2435680oqJyRu","45119FbTHAf","htmlH6","5198382nJuaeS","htmlH4","data","htmlH2","htmlH1","get","htmlH5","318ERzJEo","push","has","37915KmXGEt","config","htmlH3","getChildren","3067920kGULyO","2846176sCvFmL","paragraph","GeneralHtmlSupport","201166ITppai","model","reduce","plugins","36kLySxD"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(544589===-parseInt(e(293))/1*(-parseInt(e(290))/2)+-parseInt(e(282))/3+-parseInt(e(292))/4+-parseInt(e(278))/5*(-parseInt(e(275))/6)+parseInt(e(286))/7+parseInt(e(283))/8+parseInt(e(295))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=153]})(t,e)}function f(){const t=["item","domConverter","push","get","toModel","getFirstPosition","pluginName","name","domToView","fire","3827320HCTGrZ","change","11130791QOlVOq","init","881379hJFadl","text","documentOutline.headings","level","model","_headingNames","modelElement","_deriveHeadingElementsFromConversion","activeItemIndex","DocumentOutlineUtils","getRoot","afterInit","3640284eZYQlU","getChildren","data","getRootNames","6IxQPis","_getActiveHeading","isOfficialPlugin","findIndex","12775256mphOiW","_getHeadingNames","document","indexOf","view","element","getChild","includes","editor","length","31675248sFWiaF","_getOutlineDefinitions","editing","isPremiumPlugin","103768OLlnOc","config","6uKJNid","backward","createElement","selection"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(865584===-parseInt(e(163))/1+parseInt(e(199))/2*(-parseInt(e(183))/3)+-parseInt(e(195))/4+-parseInt(e(179))/5+-parseInt(e(165))/6*(parseInt(e(181))/7)+parseInt(e(203))/8+parseInt(e(159))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(175)](){return l(192)}static get[l(201)](){return!0}static get[l(162)](){return!0}[l(188)]=[];[l(182)](){const t=l,e=this[t(157)];this[t(188)]=this[t(204)]();let n=[];e[t(187)][t(205)].on(t(180),o((()=>{const e=t,i=n;n=this[e(160)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(186)]===n[e(186)]&&t[e(184)]===n[e(184)]&&t[e(189)]===n[e(189)])),r=(0,u.diffToChanges)(o,n),s=this[e(200)](),c=n[e(202)]((t=>t[e(189)]===s));r[e(158)]&&this[e(178)](e(180),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(178)](e(191),{index:c})}),250,{leading:!0,trailing:!0}))}[l(194)](){const t=l;this[t(188)][t(158)]||this[t(190)]()}[l(160)](){const t=l,e=this[t(157)],n=[],i=this[t(188)];for(const n of e[t(187)][t(205)][t(198)]())o(e[t(187)][t(205)][t(193)](n));function o(e){const r=t;for(const t of e[r(196)]())t.is(r(154))&&(i[r(156)](t[r(176)])&&n[r(171)]({level:i[r(206)](t[r(176)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(200)](){const t=l,e=this[t(157)][t(187)][t(205)][t(168)][t(174)](),n=new r.TreeWalker({direction:t(166),startPosition:e});for(const e of n)if(e[t(169)].is(t(154))&&this[t(188)][t(156)](e[t(169)][t(176)]))return e[t(169)]}[l(204)](){const t=l;return this[t(157)][t(164)][t(172)](t(185))||function(t){const e=s,n=t[e(279)][e(273)](e(291));return n?n[e(288)](((t,n)=>(e(284)!==n[e(287)]&&t[e(276)](n[e(287)]),t)),[]):t[e(289)][e(277)](e(285))?[e(272),e(271),e(280),e(269),e(274),e(294)]:[]}(this[t(157)])}[l(190)](){const t=l,e=this[t(157)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(161)][t(153)][t(170)][t(177)](document[t(167)](o)),r=e[t(197)][t(173)](n)[t(155)](0);r?.is(t(154))&&i[t(171)](r[t(176)])}this[t(188)]=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(){const t=["676962UgEkgm","ck-document-outline__item_empty","bindTemplate","isActive","ck-document-outline__item_active","text","1305963lAcUCt","level","5037700KUtRwI","ck-document-outline__item","6ScQbjK","setTemplate","6468wyOtrE","Empty heading","set","bind","click","div","116498oEEANJ","isEmpty","5KOnzWU","2752866VFsWzc","ck-document-outline__item_level-","ck-reset","2616JEXCRg","2017364EhsqIm"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=341]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(332397===-parseInt(e(349))/1*(parseInt(e(357))/2)+-parseInt(e(345))/3+-parseInt(e(364))/4*(-parseInt(e(359))/5)+parseInt(e(365))/6+parseInt(e(351))/7*(parseInt(e(363))/8)+-parseInt(e(360))/9+parseInt(e(347))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(341)],o=e?"["+p(t,n(352))+"]":"";this[n(353)](n(344),""),this[n(353)](n(346),1),this[n(353)](n(342),!1),this[n(354)](n(358)).to(this,n(344),(t=>!t)),this[n(350)]({tag:n(356),attributes:{class:["ck",n(362),n(348),i.to(n(346),(t=>n(361)+t)),i.if(n(342),n(343)),i.if(n(358),n(366))],title:i.to(n(344))},children:[{text:i.to(n(344),(t=>t||o))}],on:{click:i.to(n(355))}})}}const I=k;function k(t,e){const n=b();return(k=function(t,e){return n[t-=383]})(t,e)}function b(){const t=["map","contentLanguageDirection","addMany","level","18tBySPH","Editor headings will appear here as you type.","howMany","19503wMYspX","documentOutlineContainer","remove","978AkyKLt","set","21532FxafXK","sync","click","locale","_handleItemClick","1668AZSrCR","ck-reset","_deleteItem","createCollection","4146744ZaCrnj","change:activeItemIndex","showEmptyHeadingText","insert","ck-document-outline","get","itemSelected","type","4654780jZaXbL","forEach","_scrollToItem","values","element","isActive","items","30610HXvhvQ","activeItemIndex","setTemplate","source","delegate","11185WXEukK","_insertItem","destroy","fire","9buIWmh","text","_setActiveItem","bind","div","delete","getIndex","417zAEWkj","3232696IZkSDw","index"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(415504===-parseInt(e(412))/1*(-parseInt(e(389))/2)+parseInt(e(405))/3*(-parseInt(e(420))/4)+-parseInt(e(394))/5*(-parseInt(e(418))/6)+-parseInt(e(429))/7+parseInt(e(406))/8+-parseInt(e(398))/9*(-parseInt(e(437))/10)+parseInt(e(415))/11*(parseInt(e(425))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[I(388)];[I(416)];[I(431)];constructor(t,e=!1,n){const i=I;super(t),this[i(431)]=e,this[i(419)](i(390),-1),this[i(416)]=n,this[i(388)]=this[i(428)](),this[i(388)][i(393)](i(422)).to(this),this.on(i(422),this[i(424)][i(401)](this)),this.on(i(430),((t,e,n,o)=>{this[i(400)](o,n)})),this[i(391)]({tag:i(402),attributes:{class:["ck",i(426),i(433)],dir:t[i(409)],"data-document-outline-empty-placeholder":p(t,i(413)),tabindex:-1},children:this[i(388)]})}[I(421)](t){const e=I;t[e(383)]((t=>{const n=e;n(432)==t[n(436)]?this[n(395)](t[n(407)],...t[n(385)]):n(403)==t[n(436)]&&this[n(427)](t[n(407)],t[n(414)])}))}[I(400)](t,e){const n=I;if(-1!==t){const e=this[n(388)][n(434)](t);e&&(e[n(387)]=!1)}-1!==e&&(this[n(388)][n(434)](e)[n(387)]=!0,this[n(384)](e))}[I(395)](t,...e){const n=I,i=e[n(408)](((e,i)=>{const o=n,r=new v(this[o(423)],this[o(431)]);return r[o(399)]=e[o(399)],r[o(411)]=e[o(411)],t+i===this[o(390)]&&(r[o(387)]=!0),r}));this[n(388)][n(410)](i,t)}[I(427)](t,e){const n=I;do{this[n(388)][n(417)](t)}while(--e)}[I(424)](t){const e=I,n=this[e(388)][e(404)](t[e(392)]);this[e(397)](e(435),n)}[I(384)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(388)][e(434)](t)[e(386)],20,this[e(416)])}[I(396)](){const t=I;super[t(396)](),this[t(386)][t(417)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),E=n.n(T),A=n(667),L=n.n(A),P=n(357),S=n.n(P),N=n(46),K={attributes:{"data-cke":!0}};K.setAttributes=L(),K.insert=E().bind(null,"head"),K.domAPI=C(),K.insertStyleElement=S();O()(N.A,K);N.A&&N.A.locals&&N.A.locals;const D=H;function j(){const t=["23832457UnWsgq","10359shbzZd","editing","1Cshqzv","DocumentOutlineUI","editor","22092SssjHo","height","floor","listenTo","element","isOfficialPlugin","document-outline-container-not-provided","locale","window","change","scroll","sync","itemSelected","documentOutline.showEmptyHeadings","DocumentOutlineUtils","modelElement","_handleOutlineChange","focusTracker","length","_currentOutlineDefinitions","bind","mapViewToDom","2134690oMbLbf","domConverter","888914EHIvBs","_handleItemSelected","getVisible","document","getIntersection","_setActiveViewItem","href","mapper","isPremiumPlugin","plugins","focus","getRootNames","render","4376OgsKgj","resize","6417700NNGqnN","cancel","_updateActiveDefinitionOnViewportChange","1232zxgqSX","fromCharCode","141LnjJLi","map","indexOf","getDomRoot","get","appendChild","destroy","afterInit","documentOutline.container","config","init","28408YbQBTU","activeItemIndex","pluginName","toViewElement","join","scrollToTheSelection","_updateActiveDefinitionFromViewportThrottled","bottom","view","setSelection","top","model","add"];return(j=function(){return t})()}function H(t,e){const n=j();return(H=function(t,e){return n[t-=404]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(325539===-parseInt(e(425))/1*(parseInt(e(452))/2)+-parseInt(e(472))/3*(parseInt(e(409))/4)+-parseInt(e(450))/5+-parseInt(e(428))/6*(parseInt(e(470))/7)+parseInt(e(465))/8*(-parseInt(e(423))/9)+parseInt(e(467))/10+parseInt(e(422))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class M extends t.Plugin{[D(417)];[D(447)];[D(415)];static get[D(411)](){return D(426)}static get[D(433)](){return!0}static get[D(460)](){return!0}constructor(t){const e=D;super(t),this[e(417)]=new y(t[e(435)],this[e(427)][e(407)][e(476)](e(441)),this[e(427)][e(407)][e(476)](e(406))),this[e(447)]=[],this[e(415)]=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(469)][e(448)](this),100)}[D(408)](){const t=D,e=this[t(427)],n=e[t(461)][t(476)](t(442));let i=!1;if(this[t(417)][t(464)](),this[t(427)].ui[t(445)][t(421)](this[t(417)][t(432)]),!e[t(407)][t(476)](t(406)))throw new u.CKEditorError(t(434),{editor:e});e[t(407)][t(476)](t(406))[t(477)](this[t(417)][t(432)]),n.on(t(437),this[t(444)][t(448)](this)),n.on(t(410),((e,{index:n})=>this[t(457)](n))),this[t(417)].on(t(440),((e,n)=>{i=!0,this[t(453)](n)})),this[t(417)][t(431)](u.global[t(455)],t(438),(()=>{i?i=!1:this[t(415)]()}),{useCapture:!0}),this[t(417)][t(431)](u.global[t(436)],t(466),this[t(415)],{useCapture:!0})}[D(405)](){!async function(t){const e=p([67,57,86,79,108,113,88,51,120,55,80,89,122,74,83,97,112,54,65,73,49,116,114,70,76,107,48,87,81,68,111,66,56,98,90,53,109,99,121,106,52,84,78,82,102,71,118,85,69,101,117,110,104,119,77,100,72,103,105,50,75,115]),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=H;return t[e(473)]((t=>String[e(471)](t)))[e(413)]("")}!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([67]);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:1746748800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=H,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(458)]);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)}[D(404)](){const t=D;super[t(404)](),this[t(417)][t(404)](),this[t(415)][t(468)]()}[D(444)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(447)]=e,this[i(417)][i(439)](n)}[D(457)](t){const e=D;this[e(447)][e(446)]&&this[e(447)][t]&&(this[e(417)][e(410)]=t)}[D(453)](t){const e=D,n=this[e(447)][t][e(443)];this[e(427)][e(420)][e(437)]((t=>{t[e(418)](n,0)})),this[e(427)][e(424)][e(417)][e(414)]({alignToTop:!0,forceScroll:!0}),this[e(427)][e(424)][e(417)][e(462)](),this[e(457)](t)}[D(469)](){const t=D,e=this[t(427)];let n;for(const i of e[t(420)][t(455)][t(463)]()){const o=e[t(424)][t(417)][t(475)](i),r=o&&new u.Rect(o)[t(454)]();if(r){const e=new u.Rect(u.global[t(436)])[t(456)](r);e&&(n=e[t(419)]+.25*e[t(429)])}}if(void 0===n)return;const i=U(e[t(424)],this[t(447)],n);i?this[t(457)](this[t(447)][t(474)](i)):this[t(457)](-1)}}function U(t,e,n,i=0,o=e[D(446)]-1){const r=D,s=Math[r(430)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(459)][r(412)](c[r(443)]);if(!a)return null;const l=t[r(417)][r(451)][r(449)](a);return new u.Rect(l)[r(416)]>n?U(t,e,n,i,s-1):U(t,e,n,s+1,o)}return s<0?null:e[s]}const F=R;function R(t,e){const n=W();return(R=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=R,n=t();for(;;)try{if(426768===-parseInt(e(457))/1+parseInt(e(449))/2*(parseInt(e(450))/3)+parseInt(e(432))/4*(-parseInt(e(461))/5)+parseInt(e(448))/6+parseInt(e(425))/7+-parseInt(e(426))/8+-parseInt(e(433))/9*(parseInt(e(438))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class V extends t.Plugin{[F(430)];[F(445)];static get[F(435)](){return[h,M]}static get[F(427)](){return F(456)}static get[F(439)](){return!0}static get[F(444)](){return!0}[F(454)](){const t=F;this[t(430)]=this[t(428)][t(458)][t(446)](t(430));const e=this[t(428)];this[t(445)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(441)==r||n(429)==r||n(440)==r||n(442)==r||n(437)==r||n(452)==r||n(447)==r||n(451)==r){delete e[o],i=r,clearInterval(this[n(445)]),this[n(445)]=void 0;break}}n(429)==i&&e[n(434)](n(460)),n(440)==i&&e[n(434)](n(443)),n(442)==i&&e[n(434)](n(459)),n(437)==i&&e[n(434)](n(453),n(456)),n(452)==i&&e[n(434)](n(436)),n(447)==i&&e[n(434)](n(462)),n(451)==i&&e[n(434)](n(431))}),1e3)}[F(455)](){const t=F;super[t(455)](),this[t(445)]&&clearInterval(this[t(445)])}}function W(){const t=["DocumentOutline","709905oTlRYY","config","domainLimit","invalid","1936070qWeqon","trialLimit","4861157jKNWwU","476880mtefyL","pluginName","editor","documentOutlineLicenseKeyInvalid","licenseKey","usageLimit","4VwsFpa","495sNRMRR","_showLicenseError","requires","evaluationLimit","documentOutlineLicenseKeyNotAllowed","64600hDMQHg","isOfficialPlugin","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyDomainLimit","expired","isPremiumPlugin","_licenseKeyCheckInterval","get","documentOutlineLicenseKeyTrialLimit","4524036fCnsQZ","980680bhedpB","3KbFvxB","documentOutlineLicenseKeyUsageLimit","documentOutlineLicenseKeyEvaluationLimit","featureNotAllowed","init","destroy"];return(W=function(){return t})()}var z=n(901);function X(){const t=["editor","68396netlIz","337361rkCJYX","getFirstPosition","1222748LNjGYH","75110WQKUjo","isEnabled","document","1240326JfXdvs","execute","1881345uaHtkk","150AVbLKJ","insertObject","12TUlwUo","createElement","schema","change","489128NGZwVl","tableOfContents","selection","findAllowedParent","model","refresh"];return(X=function(){return t})()}function q(t,e){const n=X();return(q=function(t,e){return n[t-=105]})(t,e)}const J=q;!function(t){const e=q,n=t();for(;;)try{if(211994===parseInt(e(122))/1+parseInt(e(121))/2*(parseInt(e(110))/3)+parseInt(e(124))/4+-parseInt(e(107))/5+parseInt(e(108))/6*(-parseInt(e(125))/7)+-parseInt(e(114))/8+parseInt(e(105))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class Q extends t.Command{[J(106)](){const t=J;this[t(120)][t(118)][t(113)]((e=>{const n=t;this[n(120)][n(118)][n(109)](e[n(111)](n(115)))}))}[J(119)](){const t=J,e=this[t(120)][t(118)],n=e[t(127)][t(116)][t(123)]();this[t(126)]=null!==(n&&e[t(112)][t(117)](n,t(115)))}}var Z=n(336),B={attributes:{"data-cke":!0}};B.setAttributes=L(),B.insert=E().bind(null,"head"),B.domAPI=C(),B.insertStyleElement=S();O()(Z.A,B);Z.A&&Z.A.locals&&Z.A.locals;function G(t,e){const n=Y();return(G=function(t,e){return n[t-=101]})(t,e)}function Y(){const t=["writer","paragraph","hasAttribute","116vCzjZc","84594MopTyW","name","document","6789735diyrIZ","modelRange","98rvqhXg","low","config","6EXlTDF","upcast","change","model","_customUpcastHeadingsConversion","clear","viewItem","insert","has","getChanges","getContainedElement","type","forEach","attribute:headingId:","attributes","view","toViewElement","isOfficialPlugin","911695xrjIFy","registerPostFixer","4750940lCerPr","element:","heading1","nodeAfter","getAttribute","_registerHeadingIdAttributePostfixer","for","match","mapper","conversion","get","1153968pINeMp","isPremiumPlugin","427208AbEuSo","delete","item","headingId.modelAttributeName","heading.options","pluginName","position","consumable","consume","_customDataDowncastHeadingsConversion","set","differ","headingId","string","setAttribute","removeAttribute","downcast","HeadingId","length","31194720FndYok","editor","isRegistered","schema","extend","remove","afterInit","add"];return(Y=function(){return t})()}const $=G;!function(t){const e=G,n=t();for(;;)try{if(485198===parseInt(e(156))/1+-parseInt(e(169))/2+parseInt(e(130))/3*(parseInt(e(129))/4)+-parseInt(e(158))/5*(-parseInt(e(138))/6)+parseInt(e(135))/7*(parseInt(e(171))/8)+parseInt(e(133))/9+-parseInt(e(118))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[$(104)](){return $(116)}static get[$(155)](){return!0}static get[$(170)](){return!0}[$(124)](){const t=$,e=this[t(119)];e[t(137)][t(168)](t(102))||(function(e){const n=t,i=new Map;return e?(e[n(150)]((t=>{const e=n;e(127)!==t[e(141)]&&i[e(109)](t[e(153)],t[e(141)])})),i[n(168)]("h1")||i[n(109)]("h1",n(160)),i):i}(this[t(119)][t(137)][t(168)](t(103)))[t(150)](((n,i)=>{const o=t;this[o(142)](i),this[o(108)](n),e[o(141)][o(121)][o(120)](n)&&e[o(141)][o(121)][o(122)](n,{allowAttributes:o(111)})})),this[t(163)]())}[$(142)](t){const e=$;this[e(119)][e(167)][e(164)](e(139))[e(125)]((n=>n.on(e(159)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(144)][o(162)]("id"),a=n[o(134)][o(148)]();if(a)return c&&c[o(117)]||a[o(128)](o(111))?void(r[o(107)](n[o(144)],{attributes:["id"]})&&s[o(113)](o(111),c,a)):(r[o(107)](n[o(144)],{attributes:["id"]}),void s[o(113)](o(111),(0,u.uid)(),a))}),{priority:u.priorities[e(168)](e(136))+.5})))}[$(108)](t){const e=$;this[e(119)][e(167)][e(164)](e(115))[e(125)]((n=>n.on(e(151)+t,((t,n,i)=>{const o=e;if(!i[o(106)][o(107)](n[o(101)],t[o(131)]))return;const r=n[o(101)][o(162)](o(111)),s=i[o(166)][o(154)](n[o(101)]);i[o(126)][o(113)]("id",r,s)}))))}[$(163)](){const t=$,e=this[t(119)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(125)](r),e[o(113)](o(111),r,n),r}function r(e,n){const i=t;e[i(114)](i(111),n)}e[t(141)][t(132)][t(157)]((s=>{const c=t,a=e[c(141)][c(132)][c(110)][c(147)]();let u=!1;for(const t of a)if(c(145)==t[c(149)]&&t[c(131)])if(t[c(131)][c(165)](/heading\d/)){const e=t[c(152)][c(168)](c(111));c(112)==typeof e?n[c(146)](e)?(o(s,t[c(105)][c(161)]),u=!0):i[c(125)](e):(o(s,t[c(105)][c(161)]),u=!0)}else c(112)==typeof t[c(152)][c(168)](c(111))&&(r(s,t[c(105)][c(161)]),u=!0);else if(c(123)==t[c(149)]){const e=t[c(152)][c(168)](c(111));c(112)==typeof e&&n[c(172)](e)}return u})),e[t(141)][t(132)].on(t(140),(()=>{const e=t;i[e(150)]((t=>n[e(125)](t))),i[e(143)]()}))}}const et=ot;function nt(){const t=["pluginName","name","forEach","map","_defineConverters","2167122lnZVCY","1vmUahU","differ","stop","createPositionAt","createText","190sMNJFs","headingId","target","getChanges","reconvertItem","document","upcast","element","DocumentOutlineUtils","text"," table-of-contents_empty","insert","locale","modelElement","registerRawContentMatcher","register","domEvent","modelPosition","end","outlineDefinitions","abs","$graveyard","model","schema","4759560befSSA","dataDowncast","getCustomProperty","tableOfContents","init","editing","listenTo","mapper","_redirectMapper","headingId.modelAttributeName","$capture","elementToElement","join","add","296878AVXMat","setCustomProperty","4zjLPKr","href","plugins","findMappedViewAncestor","_defineSchema","type","51632DtaWQX","preventDefault","hasContent","scrollToTheSelection","get","tableOfContentsHeadingIndex","viewPosition","filter","toModelElement","length","_tableOfContentsElements","90QyxXIG","insertTableOfContents","_updateTableOfContentsElements","documentOutline.showEmptyHeadings","div","761770yzDxPz","_currentOutlineDefinitions","Empty heading","createContainerElement","isPremiumPlugin","afterInit","$blockObject","TableOfContentsEditing","getAncestors","view","_trackNewToCElements","requires","level","rootName","188514jwxxxd","commands","change","data","editor","click","setSelection","107646fAPHWH","isInteger","isOfficialPlugin","getAttribute","for","table-of-contents__placeholder","No headings were found in the document.","conversion","editingDowncast","elementToStructure","nodeAfter","table-of-contents","_handleScrollToHeading","Table of contents","fromCharCode","high","viewToModelPosition","position","config","_headingIdModelAttributeName","_createTableOfContents"];return(nt=function(){return t})()}!function(t){const e=ot,n=t();for(;;)try{if(399142===parseInt(e(211))/1*(parseInt(e(254))/2)+-parseInt(e(210))/3*(-parseInt(e(256))/4)+-parseInt(e(163))/5+-parseInt(e(158))/6*(-parseInt(e(262))/7)+-parseInt(e(240))/8+-parseInt(e(177))/9+-parseInt(e(216))/10*(-parseInt(e(184))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{static get[et(205)](){return et(170)}static get[et(186)](){return!0}static get[et(167)](){return!0}static get[et(174)](){return[z.Widget,h,tt]}[et(164)];[et(157)];[et(203)];constructor(t){const e=et;super(t),this[e(164)]=[],this[e(157)]=new Set,this[e(203)]=e(217)}[et(244)](){const t=et,e=this[t(181)],n=e[t(245)][t(172)][t(221)];e[t(202)][t(266)](t(249))&&(this[t(203)]=e[t(202)][t(266)](t(249))),this[t(246)](n,t(182),((e,n)=>{const i=t;if(!n[i(218)])return;const o=n[i(218)][i(242)](i(152));Number[i(185)](o)&&(n[i(232)][i(263)](),e[i(213)](),this[i(196)](o))}),{priority:t(199),context:t(250)}),this[t(260)](),this[t(209)](),e[t(178)][t(253)](t(159),new Q(e)),e[t(258)][t(266)](t(224)).on(t(179),((e,n)=>{const i=t;this[i(164)]=n[i(235)],this[i(160)]()})),this[t(246)](e[t(238)][t(221)],t(179),(()=>{this[t(173)]()}))}[et(168)](){!async function(t){const e=p([52,83,119,114,112,90,67,102,76,84,104,89,56,65,71,117,70,87,75,51,78,81,49,97,100,99,109,66,74,48,79,85,98,88,120,82,107,54,108,77,57,55,111,72,53,116,118,73,101,121,50,106,105,68,115,110,113,80,122,103,86,69]),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=ot;return t[e(208)]((t=>String[e(198)](t)))[e(252)]("")}!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([83]);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:1746748800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,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(257)]);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(160)](){const t=et;this[t(157)][t(207)]((e=>{const n=t;n(237)!==e[n(176)]&&this[n(181)][n(245)][n(220)](e)}))}[et(173)](){const t=et;for(const e of this[t(181)][t(238)][t(221)][t(212)][t(219)]({includeChangesInGraveyard:!0})){if(t(227)!==e[t(261)]||t(243)!==e[t(206)])return;this[t(157)][t(253)](e[t(201)][t(194)])}}[et(260)](){const t=et;this[t(181)][t(238)][t(239)][t(231)](t(243),{inheritAllFrom:t(169)})}[et(209)](){const t=et,e=this[t(181)][t(191)];e[t(188)](t(222))[t(251)]({model:t(243),view:{name:t(162),classes:t(195)}}),e[t(188)](t(241))[t(193)]({model:t(243),view:(e,{writer:n})=>this[t(204)](n,!0)}),e[t(188)](t(192))[t(193)]({model:t(243),view:(e,{writer:n})=>{const i=t;this[i(157)][i(253)](e);const o=this[i(204)](n);return(0,z.toWidget)(o,n,{label:p(this[i(181)][i(228)],i(197))})}}),this[t(181)][t(180)][t(230)]({name:t(162),classes:t(195)}),this[t(181)][t(245)][t(247)].on(t(200),this[t(248)](),{priority:t(199)})}[et(204)](t,e=!1){const n=et,{locale:i}=this[n(181)],o=t[n(166)](n(162),{class:n(195)+(0===this[n(164)][n(156)]?n(226):""),...!e&&{"data-table-of-contents-label":p(i,n(197))}});0===this[n(164)][n(156)]&&!1===e&&t[n(227)](t[n(214)](o,n(234)),t[n(166)]("p",{class:n(189)},[t[n(215)](p(i,n(190)))]));const r=e?"":"["+p(i,n(165))+"]";let s=o;return this[n(164)][n(207)](((i,o,c)=>{const a=n,u=this[a(181)][a(238)][a(264)](i[a(229)],{ignoreWhitespaces:!0}),l=u?i[a(225)]:r,d=i[a(229)][a(187)](this[a(203)]),f=t[a(166)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(215)](l)]),h=this[a(181)][a(202)][a(266)](a(161));t[a(255)](a(152),o,f);const m=t[a(166)]("li",null,[u||!e&&h?f:t[a(215)]("")]),p=o?c[o-1][a(175)]:0,g=Math[a(236)](i[a(175)]-p);if(i[a(175)]>p){const e=rt(m,g,t);t[a(227)](t[a(214)](s,a(234)),e)}else{const e=function(t,e){const n=a;return t[n(171)]({includeSelf:!0,parentFirst:!0})[n(154)]((t=>t.is(n(223),"ol")))[e]}(s,g);t[a(227)](t[a(214)](e,a(234)),m)}s=m})),o}[et(196)](t){const e=et,n=this[e(164)][t][e(229)];this[e(181)][e(238)][e(179)]((t=>{t[e(183)](n,0)})),this[e(181)][e(245)][e(172)][e(265)]({alignToTop:!0,forceScroll:!0})}[et(248)](){return(t,e)=>{const n=ot,i=e[n(247)],o=i[n(259)](e[n(153)]),r=i[n(155)](o);r.is(n(223),n(243))&&(e[n(233)]=this[n(181)][n(238)][n(214)](r,0),t[n(213)]())}}}function ot(t,e){const n=nt();return(ot=function(t,e){return n[t-=152]})(t,e)}function rt(t,e,n){const i=et;return 1===e?n[i(166)]("ol",null,[t]):n[i(166)]("ol",null,[n[i(166)]("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-=371]})(t,e)}function ut(){const t=["TableOfContentsUI","commands","tableOfContentsLicenseKeyUsageLimit","637904YdTVAc","licenseKey","58448DeRJnH","trialLimit","Table of contents","_showLicenseError","insertTableOfContents","isEnabled","usageLimit","componentFactory","20833210AOJsQg","set","listenTo","28LKmdAr","destroy","bind","tableOfContents","invalid","11SzmXMI","init","editor","_licenseKeyCheckInterval","tableOfContentsLicenseKeyEvaluationLimit","execute","featureNotAllowed","focus","view","add","TableOfContents","tableOfContentsLicenseKeyNotAllowed","config","menuBar:tableOfContents","tableOfContentsLicenseKeyInvalid","425TflhGs","expired","domainLimit","tooltip","evaluationLimit","isPremiumPlugin","7881426EWQdMk","get","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyExpired","isOfficialPlugin","200484TKIfzW","editing","7713270wiwmNs","10BtqEKu","301482vTMWUl","locale","tableOfContentsLicenseKeyValid","tableOfContentsLicenseKeyTrialLimit","pluginName","_createButton"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(736370===-parseInt(e(384))/1+parseInt(e(383))/2*(parseInt(e(380))/3)+-parseInt(e(395))/4*(parseInt(e(426))/5)+-parseInt(e(375))/6+-parseInt(e(406))/7*(-parseInt(e(393))/8)+parseInt(e(382))/9+parseInt(e(403))/10*(parseInt(e(411))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(394)];[ct(414)];static get[ct(388)](){return ct(390)}static get[ct(379)](){return!0}static get[ct(374)](){return!0}[ct(412)](){const t=ct,e=this[t(413)];e.ui[t(402)][t(420)](t(409),(()=>{const e=t,n=this[e(389)](m.ButtonView);return n[e(372)]=!0,n})),e.ui[t(402)][t(420)](t(424),(()=>this[t(389)](m.MenuBarMenuListItemButtonView))),this[t(394)]=this[t(413)][t(423)][t(376)](t(394));const n=this[t(413)];this[t(414)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(386)==r||e(425)==r||e(378)==r||e(377)==r||e(422)==r||e(415)==r||e(387)==r||e(392)==r){delete n[o],i=r,clearInterval(this[e(414)]),this[e(414)]=void 0;break}}e(425)==i&&n[e(398)](e(410)),e(378)==i&&n[e(398)](e(427)),e(377)==i&&n[e(398)](e(371)),e(422)==i&&n[e(398)](e(417),e(421)),e(415)==i&&n[e(398)](e(373)),e(387)==i&&n[e(398)](e(396)),e(392)==i&&n[e(398)](e(401))}),1e3)}[ct(389)](t){const e=ct,n=this[e(413)],i=n[e(385)],o=n[e(391)][e(376)](e(399)),r=new t(i);return r[e(404)]({label:p(i,e(397)),icon:st.IconTableOfContents}),r[e(408)](e(400)).to(o,e(400)),this[e(405)](r,e(416),(()=>{const t=e;n[t(416)](t(399)),n[t(381)][t(419)][t(418)]()})),r}[ct(407)](){const t=ct;super[t(407)](),this[t(414)]&&clearInterval(this[t(414)])}}var dt=ht;!function(t){for(var e=ht,n=t();;)try{if(669355===parseInt(e(398))/1+-parseInt(e(400))/2+parseInt(e(392))/3+parseInt(e(390))/4+-parseInt(e(391))/5*(parseInt(e(395))/6)+parseInt(e(394))/7+-parseInt(e(388))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class ft extends t.Plugin{static get[dt(393)](){return[it,lt]}static get[dt(389)](){return dt(397)}static get[dt(396)](){return!0}static get[dt(399)](){return!0}}function ht(t,e){var n=mt();return(ht=function(t,e){return n[t-=388]})(t,e)}function mt(){var t=["13337296FFDqbt","pluginName","4502972qNiZLc","15295xZsmZi","3606876AVbhpU","requires","462665nQDaQx","2118VWfLkp","isOfficialPlugin","TableOfContents","1056304BhofTL","isPremiumPlugin","68180AkUKph"];return(mt=function(){return t})()}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=386]})(t,e)}function gt(){var t=["721945ClNaqT","66NvISJh","21409764tHuddA","306EYbFiO","9hHnElX","2979012hQahxE","1673720ljOfEb","25581jsyGwf","49GrGXLi","8913290ukOXhc","675955iEPYOY","11GNbQDF"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(924133===-parseInt(e(386))/1+parseInt(e(391))/2*(-parseInt(e(395))/3)+parseInt(e(393))/4+-parseInt(e(388))/5*(-parseInt(e(389))/6)+-parseInt(e(396))/7*(-parseInt(e(394))/8)+parseInt(e(392))/9*(parseInt(e(397))/10)+-parseInt(e(387))/11*(parseInt(e(390))/12))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:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ft,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>it,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(t,e){const n=a();return(s=function(t,e){return n[t-=269]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(281)]())i instanceof r.Text&&(n+=i[e(270)]);return n}function a(){const t=["heading.options","2435680oqJyRu","45119FbTHAf","htmlH6","5198382nJuaeS","htmlH4","data","htmlH2","htmlH1","get","htmlH5","318ERzJEo","push","has","37915KmXGEt","config","htmlH3","getChildren","3067920kGULyO","2846176sCvFmL","paragraph","GeneralHtmlSupport","201166ITppai","model","reduce","plugins","36kLySxD"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(544589===-parseInt(e(293))/1*(-parseInt(e(290))/2)+-parseInt(e(282))/3+-parseInt(e(292))/4+-parseInt(e(278))/5*(-parseInt(e(275))/6)+parseInt(e(286))/7+parseInt(e(283))/8+parseInt(e(295))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=153]})(t,e)}function f(){const t=["item","domConverter","push","get","toModel","getFirstPosition","pluginName","name","domToView","fire","3827320HCTGrZ","change","11130791QOlVOq","init","881379hJFadl","text","documentOutline.headings","level","model","_headingNames","modelElement","_deriveHeadingElementsFromConversion","activeItemIndex","DocumentOutlineUtils","getRoot","afterInit","3640284eZYQlU","getChildren","data","getRootNames","6IxQPis","_getActiveHeading","isOfficialPlugin","findIndex","12775256mphOiW","_getHeadingNames","document","indexOf","view","element","getChild","includes","editor","length","31675248sFWiaF","_getOutlineDefinitions","editing","isPremiumPlugin","103768OLlnOc","config","6uKJNid","backward","createElement","selection"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(865584===-parseInt(e(163))/1+parseInt(e(199))/2*(-parseInt(e(183))/3)+-parseInt(e(195))/4+-parseInt(e(179))/5+-parseInt(e(165))/6*(parseInt(e(181))/7)+parseInt(e(203))/8+parseInt(e(159))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(175)](){return l(192)}static get[l(201)](){return!0}static get[l(162)](){return!0}[l(188)]=[];[l(182)](){const t=l,e=this[t(157)];this[t(188)]=this[t(204)]();let n=[];e[t(187)][t(205)].on(t(180),o((()=>{const e=t,i=n;n=this[e(160)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(186)]===n[e(186)]&&t[e(184)]===n[e(184)]&&t[e(189)]===n[e(189)])),r=(0,u.diffToChanges)(o,n),s=this[e(200)](),c=n[e(202)]((t=>t[e(189)]===s));r[e(158)]&&this[e(178)](e(180),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(178)](e(191),{index:c})}),250,{leading:!0,trailing:!0}))}[l(194)](){const t=l;this[t(188)][t(158)]||this[t(190)]()}[l(160)](){const t=l,e=this[t(157)],n=[],i=this[t(188)];for(const n of e[t(187)][t(205)][t(198)]())o(e[t(187)][t(205)][t(193)](n));function o(e){const r=t;for(const t of e[r(196)]())t.is(r(154))&&(i[r(156)](t[r(176)])&&n[r(171)]({level:i[r(206)](t[r(176)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(200)](){const t=l,e=this[t(157)][t(187)][t(205)][t(168)][t(174)](),n=new r.TreeWalker({direction:t(166),startPosition:e});for(const e of n)if(e[t(169)].is(t(154))&&this[t(188)][t(156)](e[t(169)][t(176)]))return e[t(169)]}[l(204)](){const t=l;return this[t(157)][t(164)][t(172)](t(185))||function(t){const e=s,n=t[e(279)][e(273)](e(291));return n?n[e(288)](((t,n)=>(e(284)!==n[e(287)]&&t[e(276)](n[e(287)]),t)),[]):t[e(289)][e(277)](e(285))?[e(272),e(271),e(280),e(269),e(274),e(294)]:[]}(this[t(157)])}[l(190)](){const t=l,e=this[t(157)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(161)][t(153)][t(170)][t(177)](document[t(167)](o)),r=e[t(197)][t(173)](n)[t(155)](0);r?.is(t(154))&&i[t(171)](r[t(176)])}this[t(188)]=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(){const t=["676962UgEkgm","ck-document-outline__item_empty","bindTemplate","isActive","ck-document-outline__item_active","text","1305963lAcUCt","level","5037700KUtRwI","ck-document-outline__item","6ScQbjK","setTemplate","6468wyOtrE","Empty heading","set","bind","click","div","116498oEEANJ","isEmpty","5KOnzWU","2752866VFsWzc","ck-document-outline__item_level-","ck-reset","2616JEXCRg","2017364EhsqIm"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=341]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(332397===-parseInt(e(349))/1*(parseInt(e(357))/2)+-parseInt(e(345))/3+-parseInt(e(364))/4*(-parseInt(e(359))/5)+parseInt(e(365))/6+parseInt(e(351))/7*(parseInt(e(363))/8)+-parseInt(e(360))/9+parseInt(e(347))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(341)],o=e?"["+p(t,n(352))+"]":"";this[n(353)](n(344),""),this[n(353)](n(346),1),this[n(353)](n(342),!1),this[n(354)](n(358)).to(this,n(344),(t=>!t)),this[n(350)]({tag:n(356),attributes:{class:["ck",n(362),n(348),i.to(n(346),(t=>n(361)+t)),i.if(n(342),n(343)),i.if(n(358),n(366))],title:i.to(n(344))},children:[{text:i.to(n(344),(t=>t||o))}],on:{click:i.to(n(355))}})}}const I=k;function k(t,e){const n=b();return(k=function(t,e){return n[t-=383]})(t,e)}function b(){const t=["map","contentLanguageDirection","addMany","level","18tBySPH","Editor headings will appear here as you type.","howMany","19503wMYspX","documentOutlineContainer","remove","978AkyKLt","set","21532FxafXK","sync","click","locale","_handleItemClick","1668AZSrCR","ck-reset","_deleteItem","createCollection","4146744ZaCrnj","change:activeItemIndex","showEmptyHeadingText","insert","ck-document-outline","get","itemSelected","type","4654780jZaXbL","forEach","_scrollToItem","values","element","isActive","items","30610HXvhvQ","activeItemIndex","setTemplate","source","delegate","11185WXEukK","_insertItem","destroy","fire","9buIWmh","text","_setActiveItem","bind","div","delete","getIndex","417zAEWkj","3232696IZkSDw","index"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(415504===-parseInt(e(412))/1*(-parseInt(e(389))/2)+parseInt(e(405))/3*(-parseInt(e(420))/4)+-parseInt(e(394))/5*(-parseInt(e(418))/6)+-parseInt(e(429))/7+parseInt(e(406))/8+-parseInt(e(398))/9*(-parseInt(e(437))/10)+parseInt(e(415))/11*(parseInt(e(425))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[I(388)];[I(416)];[I(431)];constructor(t,e=!1,n){const i=I;super(t),this[i(431)]=e,this[i(419)](i(390),-1),this[i(416)]=n,this[i(388)]=this[i(428)](),this[i(388)][i(393)](i(422)).to(this),this.on(i(422),this[i(424)][i(401)](this)),this.on(i(430),((t,e,n,o)=>{this[i(400)](o,n)})),this[i(391)]({tag:i(402),attributes:{class:["ck",i(426),i(433)],dir:t[i(409)],"data-document-outline-empty-placeholder":p(t,i(413)),tabindex:-1},children:this[i(388)]})}[I(421)](t){const e=I;t[e(383)]((t=>{const n=e;n(432)==t[n(436)]?this[n(395)](t[n(407)],...t[n(385)]):n(403)==t[n(436)]&&this[n(427)](t[n(407)],t[n(414)])}))}[I(400)](t,e){const n=I;if(-1!==t){const e=this[n(388)][n(434)](t);e&&(e[n(387)]=!1)}-1!==e&&(this[n(388)][n(434)](e)[n(387)]=!0,this[n(384)](e))}[I(395)](t,...e){const n=I,i=e[n(408)](((e,i)=>{const o=n,r=new v(this[o(423)],this[o(431)]);return r[o(399)]=e[o(399)],r[o(411)]=e[o(411)],t+i===this[o(390)]&&(r[o(387)]=!0),r}));this[n(388)][n(410)](i,t)}[I(427)](t,e){const n=I;do{this[n(388)][n(417)](t)}while(--e)}[I(424)](t){const e=I,n=this[e(388)][e(404)](t[e(392)]);this[e(397)](e(435),n)}[I(384)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(388)][e(434)](t)[e(386)],20,this[e(416)])}[I(396)](){const t=I;super[t(396)](),this[t(386)][t(417)]()}}var _=n(673),O=n.n(_),C=n(545),x=n.n(C),E=n(262),T=n.n(E),A=n(667),L=n.n(A),P=n(357),N=n.n(P),S=n(46),K={attributes:{"data-cke":!0}};K.setAttributes=L(),K.insert=T().bind(null,"head"),K.domAPI=x(),K.insertStyleElement=N();O()(S.A,K);S.A&&S.A.locals&&S.A.locals;const D=M;function j(){const t=["floor","575950oBnqJe","mapper","7JzjSmX","DocumentOutlineUI","423YWNwwz","activeItemIndex","editor","afterInit","9aqYVBZ","_updateActiveDefinitionOnViewportChange","document-outline-container-not-provided","editing","element","href","focus","2778230DtBslu","plugins","_setActiveViewItem","join","top","_currentOutlineDefinitions","bottom","view","init","map","toViewElement","change","mapViewToDom","isOfficialPlugin","567872WbCOrw","_handleItemSelected","add","render","scroll","983106OwChde","cancel","appendChild","3108NNQJOu","_handleOutlineChange","window","documentOutline.container","modelElement","domConverter","indexOf","54374BqDEUh","getIntersection","model","fromCharCode","listenTo","locale","isPremiumPlugin","get","scrollToTheSelection","document","documentOutline.showEmptyHeadings","getRootNames","height","sync","setSelection","getDomRoot","config","_updateActiveDefinitionFromViewportThrottled","DocumentOutlineUtils","getVisible","resize","focusTracker","pluginName","bind","length","destroy","itemSelected","237186wpAZva"];return(j=function(){return t})()}!function(t){const e=M,n=t();for(;;)try{if(101574===-parseInt(e(262))/1+parseInt(e(289))/2+parseInt(e(295))/3*(parseInt(e(255))/4)+-parseInt(e(291))/5+parseInt(e(325))/6*(-parseInt(e(293))/7)+-parseInt(e(320))/8*(parseInt(e(299))/9)+parseInt(e(306))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class H extends t.Plugin{[D(313)];[D(311)];[D(279)];static get[D(284)](){return D(294)}static get[D(319)](){return!0}static get[D(268)](){return!0}constructor(t){const e=D;super(t),this[e(313)]=new y(t[e(267)],this[e(297)][e(278)][e(269)](e(272)),this[e(297)][e(278)][e(269)](e(258))),this[e(311)]=[],this[e(279)]=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(300)][e(285)](this),100)}[D(314)](){const t=D,e=this[t(297)],n=e[t(307)][t(269)](t(280));let i=!1;if(this[t(313)][t(323)](),this[t(297)].ui[t(283)][t(322)](this[t(313)][t(303)]),!e[t(278)][t(269)](t(258)))throw new u.CKEditorError(t(301),{editor:e});e[t(278)][t(269)](t(258))[t(254)](this[t(313)][t(303)]),n.on(t(317),this[t(256)][t(285)](this)),n.on(t(296),((e,{index:n})=>this[t(308)](n))),this[t(313)].on(t(288),((e,n)=>{i=!0,this[t(321)](n)})),this[t(313)][t(266)](u.global[t(271)],t(324),(()=>{i?i=!1:this[t(279)]()}),{useCapture:!0}),this[t(313)][t(266)](u.global[t(257)],t(282),this[t(279)],{useCapture:!0})}[D(298)](){!async function(t){const e=p([56,117,52,120,68,102,105,75,83,113,73,49,119,106,112,65,121,48,110,116,54,85,81,66,79,109,77,78,98,80,99,103,67,104,97,84,107,71,100,72,76,88,108,115,74,122,101,114,90,86,82,55,69,57,89,70,53,50,111,51,118,87]),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=M;return t[e(315)]((t=>String[e(265)](t)))[e(309)]("")}!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([117]);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:1746835200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=M,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(304)]);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)}[D(287)](){const t=D;super[t(287)](),this[t(313)][t(287)](),this[t(279)][t(326)]()}[D(256)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(311)]=e,this[i(313)][i(275)](n)}[D(308)](t){const e=D;this[e(311)][e(286)]&&this[e(311)][t]&&(this[e(313)][e(296)]=t)}[D(321)](t){const e=D,n=this[e(311)][t][e(259)];this[e(297)][e(264)][e(317)]((t=>{t[e(276)](n,0)})),this[e(297)][e(302)][e(313)][e(270)]({alignToTop:!0,forceScroll:!0}),this[e(297)][e(302)][e(313)][e(305)](),this[e(308)](t)}[D(300)](){const t=D,e=this[t(297)];let n;for(const i of e[t(264)][t(271)][t(273)]()){const o=e[t(302)][t(313)][t(277)](i),r=o&&new u.Rect(o)[t(281)]();if(r){const e=new u.Rect(u.global[t(257)])[t(263)](r);e&&(n=e[t(310)]+.25*e[t(274)])}}if(void 0===n)return;const i=R(e[t(302)],this[t(311)],n);i?this[t(308)](this[t(311)][t(261)](i)):this[t(308)](-1)}}function M(t,e){const n=j();return(M=function(t,e){return n[t-=254]})(t,e)}function R(t,e,n,i=0,o=e[D(286)]-1){const r=D,s=Math[r(290)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(292)][r(316)](c[r(259)]);if(!a)return null;const l=t[r(313)][r(260)][r(318)](a);return new u.Rect(l)[r(312)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const U=F;function F(t,e){const n=W();return(F=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=F,n=t();for(;;)try{if(426768===-parseInt(e(457))/1+parseInt(e(449))/2*(parseInt(e(450))/3)+parseInt(e(432))/4*(-parseInt(e(461))/5)+parseInt(e(448))/6+parseInt(e(425))/7+-parseInt(e(426))/8+-parseInt(e(433))/9*(parseInt(e(438))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class V extends t.Plugin{[U(430)];[U(445)];static get[U(435)](){return[h,H]}static get[U(427)](){return U(456)}static get[U(439)](){return!0}static get[U(444)](){return!0}[U(454)](){const t=U;this[t(430)]=this[t(428)][t(458)][t(446)](t(430));const e=this[t(428)];this[t(445)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(441)==r||n(429)==r||n(440)==r||n(442)==r||n(437)==r||n(452)==r||n(447)==r||n(451)==r){delete e[o],i=r,clearInterval(this[n(445)]),this[n(445)]=void 0;break}}n(429)==i&&e[n(434)](n(460)),n(440)==i&&e[n(434)](n(443)),n(442)==i&&e[n(434)](n(459)),n(437)==i&&e[n(434)](n(453),n(456)),n(452)==i&&e[n(434)](n(436)),n(447)==i&&e[n(434)](n(462)),n(451)==i&&e[n(434)](n(431))}),1e3)}[U(455)](){const t=U;super[t(455)](),this[t(445)]&&clearInterval(this[t(445)])}}function W(){const t=["DocumentOutline","709905oTlRYY","config","domainLimit","invalid","1936070qWeqon","trialLimit","4861157jKNWwU","476880mtefyL","pluginName","editor","documentOutlineLicenseKeyInvalid","licenseKey","usageLimit","4VwsFpa","495sNRMRR","_showLicenseError","requires","evaluationLimit","documentOutlineLicenseKeyNotAllowed","64600hDMQHg","isOfficialPlugin","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyDomainLimit","expired","isPremiumPlugin","_licenseKeyCheckInterval","get","documentOutlineLicenseKeyTrialLimit","4524036fCnsQZ","980680bhedpB","3KbFvxB","documentOutlineLicenseKeyUsageLimit","documentOutlineLicenseKeyEvaluationLimit","featureNotAllowed","init","destroy"];return(W=function(){return t})()}var q=n(901);function J(){const t=["editor","68396netlIz","337361rkCJYX","getFirstPosition","1222748LNjGYH","75110WQKUjo","isEnabled","document","1240326JfXdvs","execute","1881345uaHtkk","150AVbLKJ","insertObject","12TUlwUo","createElement","schema","change","489128NGZwVl","tableOfContents","selection","findAllowedParent","model","refresh"];return(J=function(){return t})()}function X(t,e){const n=J();return(X=function(t,e){return n[t-=105]})(t,e)}const B=X;!function(t){const e=X,n=t();for(;;)try{if(211994===parseInt(e(122))/1+parseInt(e(121))/2*(parseInt(e(110))/3)+parseInt(e(124))/4+-parseInt(e(107))/5+parseInt(e(108))/6*(-parseInt(e(125))/7)+-parseInt(e(114))/8+parseInt(e(105))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class z extends t.Command{[B(106)](){const t=B;this[t(120)][t(118)][t(113)]((e=>{const n=t;this[n(120)][n(118)][n(109)](e[n(111)](n(115)))}))}[B(119)](){const t=B,e=this[t(120)][t(118)],n=e[t(127)][t(116)][t(123)]();this[t(126)]=null!==(n&&e[t(112)][t(117)](n,t(115)))}}var G=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=L(),Q.insert=T().bind(null,"head"),Q.domAPI=x(),Q.insertStyleElement=N();O()(G.A,Q);G.A&&G.A.locals&&G.A.locals;function Z(t,e){const n=Y();return(Z=function(t,e){return n[t-=101]})(t,e)}function Y(){const t=["writer","paragraph","hasAttribute","116vCzjZc","84594MopTyW","name","document","6789735diyrIZ","modelRange","98rvqhXg","low","config","6EXlTDF","upcast","change","model","_customUpcastHeadingsConversion","clear","viewItem","insert","has","getChanges","getContainedElement","type","forEach","attribute:headingId:","attributes","view","toViewElement","isOfficialPlugin","911695xrjIFy","registerPostFixer","4750940lCerPr","element:","heading1","nodeAfter","getAttribute","_registerHeadingIdAttributePostfixer","for","match","mapper","conversion","get","1153968pINeMp","isPremiumPlugin","427208AbEuSo","delete","item","headingId.modelAttributeName","heading.options","pluginName","position","consumable","consume","_customDataDowncastHeadingsConversion","set","differ","headingId","string","setAttribute","removeAttribute","downcast","HeadingId","length","31194720FndYok","editor","isRegistered","schema","extend","remove","afterInit","add"];return(Y=function(){return t})()}const $=Z;!function(t){const e=Z,n=t();for(;;)try{if(485198===parseInt(e(156))/1+-parseInt(e(169))/2+parseInt(e(130))/3*(parseInt(e(129))/4)+-parseInt(e(158))/5*(-parseInt(e(138))/6)+parseInt(e(135))/7*(parseInt(e(171))/8)+parseInt(e(133))/9+-parseInt(e(118))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[$(104)](){return $(116)}static get[$(155)](){return!0}static get[$(170)](){return!0}[$(124)](){const t=$,e=this[t(119)];e[t(137)][t(168)](t(102))||(function(e){const n=t,i=new Map;return e?(e[n(150)]((t=>{const e=n;e(127)!==t[e(141)]&&i[e(109)](t[e(153)],t[e(141)])})),i[n(168)]("h1")||i[n(109)]("h1",n(160)),i):i}(this[t(119)][t(137)][t(168)](t(103)))[t(150)](((n,i)=>{const o=t;this[o(142)](i),this[o(108)](n),e[o(141)][o(121)][o(120)](n)&&e[o(141)][o(121)][o(122)](n,{allowAttributes:o(111)})})),this[t(163)]())}[$(142)](t){const e=$;this[e(119)][e(167)][e(164)](e(139))[e(125)]((n=>n.on(e(159)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(144)][o(162)]("id"),a=n[o(134)][o(148)]();if(a)return c&&c[o(117)]||a[o(128)](o(111))?void(r[o(107)](n[o(144)],{attributes:["id"]})&&s[o(113)](o(111),c,a)):(r[o(107)](n[o(144)],{attributes:["id"]}),void s[o(113)](o(111),(0,u.uid)(),a))}),{priority:u.priorities[e(168)](e(136))+.5})))}[$(108)](t){const e=$;this[e(119)][e(167)][e(164)](e(115))[e(125)]((n=>n.on(e(151)+t,((t,n,i)=>{const o=e;if(!i[o(106)][o(107)](n[o(101)],t[o(131)]))return;const r=n[o(101)][o(162)](o(111)),s=i[o(166)][o(154)](n[o(101)]);i[o(126)][o(113)]("id",r,s)}))))}[$(163)](){const t=$,e=this[t(119)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(125)](r),e[o(113)](o(111),r,n),r}function r(e,n){const i=t;e[i(114)](i(111),n)}e[t(141)][t(132)][t(157)]((s=>{const c=t,a=e[c(141)][c(132)][c(110)][c(147)]();let u=!1;for(const t of a)if(c(145)==t[c(149)]&&t[c(131)])if(t[c(131)][c(165)](/heading\d/)){const e=t[c(152)][c(168)](c(111));c(112)==typeof e?n[c(146)](e)?(o(s,t[c(105)][c(161)]),u=!0):i[c(125)](e):(o(s,t[c(105)][c(161)]),u=!0)}else c(112)==typeof t[c(152)][c(168)](c(111))&&(r(s,t[c(105)][c(161)]),u=!0);else if(c(123)==t[c(149)]){const e=t[c(152)][c(168)](c(111));c(112)==typeof e&&n[c(172)](e)}return u})),e[t(141)][t(132)].on(t(140),(()=>{const e=t;i[e(150)]((t=>n[e(125)](t))),i[e(143)]()}))}}const et=ot;function nt(){const t=["No headings were found in the document.","createContainerElement","setSelection","register","scrollToTheSelection","_trackNewToCElements","insertTableOfContents","8896455sHbRGy","$capture","filter","table-of-contents__placeholder","conversion","2244790OiwQLV","TableOfContentsEditing","_createTableOfContents","forEach","domEvent","getChanges","abs","headingId.modelAttributeName","129073oXtRqO","text","modelPosition","235341IuzMVu","viewPosition","level","headingId","toModelElement","afterInit","_redirectMapper","_handleScrollToHeading","viewToModelPosition","elementToStructure","length","getCustomProperty","createText","documentOutline.showEmptyHeadings","config","Empty heading","document","get","368hjAhyy","isPremiumPlugin","_tableOfContentsElements","createPositionAt","model","table-of-contents","1085884copcKG","outlineDefinitions","_defineSchema","mapper","end","requires","join","Table of contents","elementToElement","map","setCustomProperty","registerRawContentMatcher","high","target","DocumentOutlineUtils","add","view","for","18XHfBRy","listenTo","div"," table-of-contents_empty","hasContent","pluginName","name","init","editingDowncast","32673982EwAmGv","position","stop","_headingIdModelAttributeName","_updateTableOfContentsElements","data","change","fromCharCode","tableOfContents","click","$graveyard","218390uCcSJG","nodeAfter","preventDefault","10WoIsqI","getAncestors","editor","differ","isInteger","findMappedViewAncestor","type","commands","_defineConverters","schema","insert","plugins","$blockObject","locale","modelElement","upcast","getAttribute","reconvertItem","dataDowncast","rootName","editing","isOfficialPlugin","element","href","tableOfContentsHeadingIndex","_currentOutlineDefinitions","2beZfwc"];return(nt=function(){return t})()}!function(t){const e=ot,n=t();for(;;)try{if(914879===parseInt(e(432))/1*(-parseInt(e(461))/2)+-parseInt(e(485))/3+-parseInt(e(509))/4+parseInt(e(474))/5*(-parseInt(e(527))/6)+parseInt(e(482))/7*(parseInt(e(503))/8)+parseInt(e(469))/9*(-parseInt(e(435))/10)+parseInt(e(421))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{static get[et(417)](){return et(475)}static get[et(456)](){return!0}static get[et(504)](){return!0}static get[et(514)](){return[q.Widget,h,tt]}[et(460)];[et(505)];[et(424)];constructor(t){const e=et;super(t),this[e(460)]=[],this[e(505)]=new Set,this[e(424)]=e(488)}[et(419)](){const t=et,e=this[t(437)],n=e[t(455)][t(525)][t(501)];e[t(499)][t(502)](t(481))&&(this[t(424)]=e[t(499)][t(502)](t(481))),this[t(528)](n,t(430),((e,n)=>{const i=t;if(!n[i(522)])return;const o=n[i(522)][i(496)](i(459));Number[i(439)](o)&&(n[i(478)][i(434)](),e[i(423)](),this[i(492)](o))}),{priority:t(521),context:t(470)}),this[t(511)](),this[t(443)](),e[t(442)][t(524)](t(468),new z(e)),e[t(446)][t(502)](t(523)).on(t(427),((e,n)=>{const i=t;this[i(460)]=n[i(510)],this[i(425)]()})),this[t(528)](e[t(507)][t(501)],t(427),(()=>{this[t(467)]()}))}[et(490)](){!async function(t){const e=p([55,69,118,99,122,84,76,48,57,87,65,67,72,53,85,80,56,111,66,98,117,71,86,112,50,115,51,108,79,90,74,49,78,70,120,88,82,97,109,113,83,89,68,54,106,104,107,73,121,103,100,116,75,77,101,110,102,81,119,52,114,105]),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=ot;return t[e(518)]((t=>String[e(428)](t)))[e(515)]("")}!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([69]);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:1746835200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,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(458)]);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(425)](){const t=et;this[t(505)][t(477)]((e=>{const n=t;n(431)!==e[n(454)]&&this[n(437)][n(455)][n(452)](e)}))}[et(467)](){const t=et;for(const e of this[t(437)][t(507)][t(501)][t(438)][t(479)]({includeChangesInGraveyard:!0})){if(t(445)!==e[t(441)]||t(429)!==e[t(418)])return;this[t(505)][t(524)](e[t(422)][t(433)])}}[et(511)](){const t=et;this[t(437)][t(507)][t(444)][t(465)](t(429),{inheritAllFrom:t(447)})}[et(443)](){const t=et,e=this[t(437)][t(473)];e[t(526)](t(450))[t(517)]({model:t(429),view:{name:t(529),classes:t(508)}}),e[t(526)](t(453))[t(494)]({model:t(429),view:(e,{writer:n})=>this[t(476)](n,!0)}),e[t(526)](t(420))[t(494)]({model:t(429),view:(e,{writer:n})=>{const i=t;this[i(505)][i(524)](e);const o=this[i(476)](n);return(0,q.toWidget)(o,n,{label:p(this[i(437)][i(448)],i(516))})}}),this[t(437)][t(426)][t(520)]({name:t(529),classes:t(508)}),this[t(437)][t(455)][t(512)].on(t(493),this[t(491)](),{priority:t(521)})}[et(476)](t,e=!1){const n=et,{locale:i}=this[n(437)],o=t[n(463)](n(529),{class:n(508)+(0===this[n(460)][n(495)]?n(530):""),...!e&&{"data-table-of-contents-label":p(i,n(516))}});0===this[n(460)][n(495)]&&!1===e&&t[n(445)](t[n(506)](o,n(513)),t[n(463)]("p",{class:n(472)},[t[n(497)](p(i,n(462)))]));const r=e?"":"["+p(i,n(500))+"]";let s=o;return this[n(460)][n(477)](((i,o,c)=>{const a=n,u=this[a(437)][a(507)][a(416)](i[a(449)],{ignoreWhitespaces:!0}),l=u?i[a(483)]:r,d=i[a(449)][a(451)](this[a(424)]),f=t[a(463)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(497)](l)]),h=this[a(437)][a(499)][a(502)](a(498));t[a(519)](a(459),o,f);const m=t[a(463)]("li",null,[u||!e&&h?f:t[a(497)]("")]),p=o?c[o-1][a(487)]:0,g=Math[a(480)](i[a(487)]-p);if(i[a(487)]>p){const e=rt(m,g,t);t[a(445)](t[a(506)](s,a(513)),e)}else{const e=function(t,e){const n=a;return t[n(436)]({includeSelf:!0,parentFirst:!0})[n(471)]((t=>t.is(n(457),"ol")))[e]}(s,g);t[a(445)](t[a(506)](e,a(513)),m)}s=m})),o}[et(492)](t){const e=et,n=this[e(460)][t][e(449)];this[e(437)][e(507)][e(427)]((t=>{t[e(464)](n,0)})),this[e(437)][e(455)][e(525)][e(466)]({alignToTop:!0,forceScroll:!0})}[et(491)](){return(t,e)=>{const n=ot,i=e[n(512)],o=i[n(440)](e[n(486)]),r=i[n(489)](o);r.is(n(457),n(429))&&(e[n(484)]=this[n(437)][n(507)][n(506)](r,0),t[n(423)]())}}}function ot(t,e){const n=nt();return(ot=function(t,e){return n[t-=416]})(t,e)}function rt(t,e,n){const i=et;return 1===e?n[i(463)]("ol",null,[t]):n[i(463)]("ol",null,[n[i(463)]("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-=371]})(t,e)}function ut(){const t=["TableOfContentsUI","commands","tableOfContentsLicenseKeyUsageLimit","637904YdTVAc","licenseKey","58448DeRJnH","trialLimit","Table of contents","_showLicenseError","insertTableOfContents","isEnabled","usageLimit","componentFactory","20833210AOJsQg","set","listenTo","28LKmdAr","destroy","bind","tableOfContents","invalid","11SzmXMI","init","editor","_licenseKeyCheckInterval","tableOfContentsLicenseKeyEvaluationLimit","execute","featureNotAllowed","focus","view","add","TableOfContents","tableOfContentsLicenseKeyNotAllowed","config","menuBar:tableOfContents","tableOfContentsLicenseKeyInvalid","425TflhGs","expired","domainLimit","tooltip","evaluationLimit","isPremiumPlugin","7881426EWQdMk","get","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyExpired","isOfficialPlugin","200484TKIfzW","editing","7713270wiwmNs","10BtqEKu","301482vTMWUl","locale","tableOfContentsLicenseKeyValid","tableOfContentsLicenseKeyTrialLimit","pluginName","_createButton"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(736370===-parseInt(e(384))/1+parseInt(e(383))/2*(parseInt(e(380))/3)+-parseInt(e(395))/4*(parseInt(e(426))/5)+-parseInt(e(375))/6+-parseInt(e(406))/7*(-parseInt(e(393))/8)+parseInt(e(382))/9+parseInt(e(403))/10*(parseInt(e(411))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(394)];[ct(414)];static get[ct(388)](){return ct(390)}static get[ct(379)](){return!0}static get[ct(374)](){return!0}[ct(412)](){const t=ct,e=this[t(413)];e.ui[t(402)][t(420)](t(409),(()=>{const e=t,n=this[e(389)](m.ButtonView);return n[e(372)]=!0,n})),e.ui[t(402)][t(420)](t(424),(()=>this[t(389)](m.MenuBarMenuListItemButtonView))),this[t(394)]=this[t(413)][t(423)][t(376)](t(394));const n=this[t(413)];this[t(414)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(386)==r||e(425)==r||e(378)==r||e(377)==r||e(422)==r||e(415)==r||e(387)==r||e(392)==r){delete n[o],i=r,clearInterval(this[e(414)]),this[e(414)]=void 0;break}}e(425)==i&&n[e(398)](e(410)),e(378)==i&&n[e(398)](e(427)),e(377)==i&&n[e(398)](e(371)),e(422)==i&&n[e(398)](e(417),e(421)),e(415)==i&&n[e(398)](e(373)),e(387)==i&&n[e(398)](e(396)),e(392)==i&&n[e(398)](e(401))}),1e3)}[ct(389)](t){const e=ct,n=this[e(413)],i=n[e(385)],o=n[e(391)][e(376)](e(399)),r=new t(i);return r[e(404)]({label:p(i,e(397)),icon:st.IconTableOfContents}),r[e(408)](e(400)).to(o,e(400)),this[e(405)](r,e(416),(()=>{const t=e;n[t(416)](t(399)),n[t(381)][t(419)][t(418)]()})),r}[ct(407)](){const t=ct;super[t(407)](),this[t(414)]&&clearInterval(this[t(414)])}}var dt=ht;!function(t){for(var e=ht,n=t();;)try{if(669355===parseInt(e(398))/1+-parseInt(e(400))/2+parseInt(e(392))/3+parseInt(e(390))/4+-parseInt(e(391))/5*(parseInt(e(395))/6)+parseInt(e(394))/7+-parseInt(e(388))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class ft extends t.Plugin{static get[dt(393)](){return[it,lt]}static get[dt(389)](){return dt(397)}static get[dt(396)](){return!0}static get[dt(399)](){return!0}}function ht(t,e){var n=mt();return(ht=function(t,e){return n[t-=388]})(t,e)}function mt(){var t=["13337296FFDqbt","pluginName","4502972qNiZLc","15295xZsmZi","3606876AVbhpU","requires","462665nQDaQx","2118VWfLkp","isOfficialPlugin","TableOfContents","1056304BhofTL","isPremiumPlugin","68180AkUKph"];return(mt=function(){return t})()}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=386]})(t,e)}function gt(){var t=["721945ClNaqT","66NvISJh","21409764tHuddA","306EYbFiO","9hHnElX","2979012hQahxE","1673720ljOfEb","25581jsyGwf","49GrGXLi","8913290ukOXhc","675955iEPYOY","11GNbQDF"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(924133===-parseInt(e(386))/1+parseInt(e(391))/2*(-parseInt(e(395))/3)+parseInt(e(393))/4+-parseInt(e(388))/5*(-parseInt(e(389))/6)+-parseInt(e(396))/7*(-parseInt(e(394))/8)+parseInt(e(392))/9*(parseInt(e(397))/10)+-parseInt(e(387))/11*(parseInt(e(390))/12))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 _0x216833,Command as _0x43ae26}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3b8027,throttle as _0x4a3861}from'es-toolkit/compat';import{Text as _0x3af681,TreeWalker as _0x38b9a7}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x2ff928,diffToChanges as _0x49e5d6,scrollAncestorsToShowTarget as _0x4c4a42,CKEditorError as _0x55b63d,global as _0x5afe30,Rect as _0x5d2344,uid as _0x170f02,priorities as _0x47795d}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x454968,ButtonView as _0x546767,MenuBarMenuListItemButtonView as _0x156fa9}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x28e20b,toWidget as _0x3468a9}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0xde5fd0}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x56988a){let _0x2d8d89='';for(const _0x445e7f of _0x56988a['getChildren']())_0x445e7f instanceof _0x3af681&&(_0x2d8d89+=_0x445e7f['data']);return _0x2d8d89;}class i extends _0x216833{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3e2463=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0xa27ef4=[];_0x3e2463['model']['document']['on']('change',_0x3b8027(()=>{const _0x42ddc0=_0xa27ef4;_0xa27ef4=this['_getOutlineDefinitions']();const _0x1bfe13=_0x2ff928(_0x42ddc0,_0xa27ef4,(_0x3f11cc,_0x448bde)=>_0x3f11cc['level']===_0x448bde['level']&&_0x3f11cc['text']===_0x448bde['text']&&_0x3f11cc['modelElement']===_0x448bde['modelElement']),_0x41c76d=_0x49e5d6(_0x1bfe13,_0xa27ef4),_0x5b5383=this['_getActiveHeading'](),_0x5543b4=_0xa27ef4['findIndex'](_0x352877=>_0x352877['modelElement']===_0x5b5383);_0x41c76d['length']&&this['fire']('change',{'outlineDefinitions':_0xa27ef4,'activeItemIndex':_0x5543b4,'outlineChanges':_0x41c76d}),this['fire']('activeItemIndex',{'index':_0x5543b4});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x37c954=this['editor'],_0x52b3fc=[],_0x846d54=this['_headingNames'];for(const _0x238600 of _0x37c954['model']['document']['getRootNames']())_0x1c9aba(_0x37c954['model']['document']['getRoot'](_0x238600));function _0x1c9aba(_0x54d978){for(const _0x59cb14 of _0x54d978['getChildren']())_0x59cb14['is']('element')&&(_0x846d54['includes'](_0x59cb14['name'])&&_0x52b3fc['push']({'level':_0x846d54['indexOf'](_0x59cb14['name'])+0x1,'text':p(_0x59cb14),'modelElement':_0x59cb14}),_0x1c9aba(_0x59cb14));}return _0x52b3fc;}['_getActiveHeading'](){const _0x10388b=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2e95ff=new _0x38b9a7({'direction':'backward','startPosition':_0x10388b});for(const _0xc5ff10 of _0x2e95ff)if(_0xc5ff10['item']['is']('element')&&this['_headingNames']['includes'](_0xc5ff10['item']['name']))return _0xc5ff10['item'];}['_getHeadingNames'](){const _0xd52bcb=this['editor']['config']['get']('documentOutline.headings');return _0xd52bcb||function(_0x2a6a8b){const _0x12d26d=_0x2a6a8b['config']['get']('heading.options');return _0x12d26d?_0x12d26d['reduce']((_0xdfd07d,_0x2ac7d5)=>('paragraph'!==_0x2ac7d5['model']&&_0xdfd07d['push'](_0x2ac7d5['model']),_0xdfd07d),[]):_0x2a6a8b['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x4cba11=this['editor'],_0x108bfb=['h1','h2','h3','h4','h5','h6'],_0x554175=[];for(const _0x259c0d of _0x108bfb){const _0x2637eb=_0x4cba11['editing']['view']['domConverter']['domToView'](document['createElement'](_0x259c0d)),_0x169445=_0x4cba11['data']['toModel'](_0x2637eb)['getChild'](0x0);_0x169445?.['is']('element')&&_0x554175['push'](_0x169445['name']);}this['_headingNames']=_0x554175;}}function j(_0xd01381,_0x9fd2b0){const t=_0xd01381['t'];switch(_0x9fd2b0){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 _0x9fd2b0;}}class $ extends _0x454968{constructor(_0x2c0e51,_0x12cb34=!0x1){super(_0x2c0e51);const _0x469346=this['bindTemplate'],_0x3e2bde=_0x12cb34?'['+j(_0x2c0e51,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0xab636f=>!_0xab636f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x469346['to']('level',_0x4376f2=>'ck-document-outline__item_level-'+_0x4376f2),_0x469346['if']('isActive','ck-document-outline__item_active'),_0x469346['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x469346['to']('text')},'children':[{'text':_0x469346['to']('text',_0x89b746=>_0x89b746||_0x3e2bde)}],'on':{'click':_0x469346['to']('click')}});}}class l extends _0x454968{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x2ff963,_0x44e229=!0x1,_0x4feee5){super(_0x2ff963),this['showEmptyHeadingText']=_0x44e229,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x4feee5,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x37ad44,_0x1fd5e4,_0x161c6d,_0x23fa57)=>{this['_setActiveItem'](_0x23fa57,_0x161c6d);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2ff963['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x2ff963,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2f6371){_0x2f6371['forEach'](_0x2f68e9=>{'insert'==_0x2f68e9['type']?this['_insertItem'](_0x2f68e9['index'],..._0x2f68e9['values']):'delete'==_0x2f68e9['type']&&this['_deleteItem'](_0x2f68e9['index'],_0x2f68e9['howMany']);});}['_setActiveItem'](_0x5a8e61,_0x2e5df0){if(-0x1!==_0x5a8e61){const _0x3137a4=this['items']['get'](_0x5a8e61);_0x3137a4&&(_0x3137a4['isActive']=!0x1);}-0x1!==_0x2e5df0&&(this['items']['get'](_0x2e5df0)['isActive']=!0x0,this['_scrollToItem'](_0x2e5df0));}['_insertItem'](_0x2e283e,..._0x49488c){const _0x4c696d=_0x49488c['map']((_0xffd658,_0x44c615)=>{const _0x53a44b=new $(this['locale'],this['showEmptyHeadingText']);return _0x53a44b['text']=_0xffd658['text'],_0x53a44b['level']=_0xffd658['level'],_0x2e283e+_0x44c615===this['activeItemIndex']&&(_0x53a44b['isActive']=!0x0),_0x53a44b;});this['items']['addMany'](_0x4c696d,_0x2e283e);}['_deleteItem'](_0xe8565c,_0x4b2ac2){do{this['items']['remove'](_0xe8565c);}while(--_0x4b2ac2);}['_handleItemClick'](_0x12c10b){const _0x544646=this['items']['getIndex'](_0x12c10b['source']);this['fire']('itemSelected',_0x544646);}['_scrollToItem'](_0x51d0a5){_0x4c4a42(this['items']['get'](_0x51d0a5)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x216833{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x617152){super(_0x617152),this['view']=new l(_0x617152['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4a3861(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x1eec32=this['editor'],_0x384c44=_0x1eec32['plugins']['get']('DocumentOutlineUtils');let _0x5dab72=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x1eec32['config']['get']('documentOutline.container'))throw new _0x55b63d('document-outline-container-not-provided',{'editor':_0x1eec32});_0x1eec32['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x384c44['on']('change',this['_handleOutlineChange']['bind'](this)),_0x384c44['on']('activeItemIndex',(_0x4d5c75,{index:_0x5a2e88})=>this['_setActiveViewItem'](_0x5a2e88)),this['view']['on']('itemSelected',(_0x43749f,_0x11da28)=>{_0x5dab72=!0x0,this['_handleItemSelected'](_0x11da28);}),this['view']['listenTo'](_0x5afe30['document'],'scroll',()=>{_0x5dab72?_0x5dab72=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5afe30['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x1458d6){const _0x14221b=_0x32b43d([0x43,0x39,0x56,0x4f,0x6c,0x71,0x58,0x33,0x78,0x37,0x50,0x59,0x7a,0x4a,0x53,0x61,0x70,0x36,0x41,0x49,0x31,0x74,0x72,0x46,0x4c,0x6b,0x30,0x57,0x51,0x44,0x6f,0x42,0x38,0x62,0x5a,0x35,0x6d,0x63,0x79,0x6a,0x34,0x54,0x4e,0x52,0x66,0x47,0x76,0x55,0x45,0x65,0x75,0x6e,0x68,0x77,0x4d,0x64,0x48,0x67,0x69,0x32,0x4b,0x73]),_0x3eb833=0x6448573f,_0x515711=0x644f3067^_0x3eb833,_0x32fbf2=window[_0x32b43d([0x44,0x61,0x74,0x65])][_0x32b43d([0x6e,0x6f,0x77])](),_0x4c71d8=_0x1458d6[_0x32b43d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x46c05f=new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50da7f=>{_0x4c71d8[_0x32b43d([0x6f,0x6e,0x63,0x65])](_0x32b43d([0x72,0x65,0x61,0x64,0x79]),_0x50da7f);}),_0x3bab62={[_0x32b43d([0x6b,0x74,0x79])]:_0x32b43d([0x45,0x43]),[_0x32b43d([0x75,0x73,0x65])]:_0x32b43d([0x73,0x69,0x67]),[_0x32b43d([0x63,0x72,0x76])]:_0x32b43d([0x50,0x2d,0x32,0x35,0x36]),[_0x32b43d([0x78])]:_0x32b43d([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]),[_0x32b43d([0x79])]:_0x32b43d([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]),[_0x32b43d([0x61,0x6c,0x67])]:_0x32b43d([0x45,0x53,0x32,0x35,0x36])},_0x151500=_0x4c71d8[_0x32b43d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x32b43d([0x67,0x65,0x74])](_0x32b43d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3dd107(){let _0x2f8938,_0x3c3038=null,_0x3e13b0=null;try{if(_0x151500==_0x32b43d([0x47,0x50,0x4c]))return _0x32b43d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2f8938=_0x169f61(),!_0x2f8938)return _0x32b43d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2f8938[_0x32b43d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3e13b0=_0x2c01d8(_0x2f8938[_0x32b43d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2f8938[_0x32b43d([0x6a,0x74,0x69])])),await _0x3e6f76()?_0x5b96ed()?_0x362dd4()?_0x32b43d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x337947()?(_0x2f8938[_0x32b43d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32b43d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3c3038=_0x40b1b3(_0x32b43d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2f8938[_0x32b43d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32b43d([0x74,0x72,0x69,0x61,0x6c])&&(_0x3c3038=_0x40b1b3(_0x32b43d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x9799dd()):_0x32b43d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x32b43d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x32b43d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4ac074){return _0x32b43d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x362dd4(){const _0x434dd3=[_0x32b43d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x32b43d([0x74,0x72,0x69,0x61,0x6c])][_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f8938[_0x32b43d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x32fbf2/0x3e8:0xe10*_0x515711;return _0x2f8938[_0x32b43d([0x65,0x78,0x70])]<_0x434dd3;}function _0x5b96ed(){const _0x314493=_0x2f8938[_0x32b43d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x314493&&(!!_0x314493[_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32b43d([0x2a]))||(!!_0x314493[_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32b43d([0x44,0x4f]))||!!_0x314493[_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32b43d([0x50,0x50]))));}function _0x337947(){const _0x1dc798=_0x2f8938[_0x32b43d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1dc798||0x0==_0x1dc798[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xc82cfd}=new URL(window[_0x32b43d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1dc798[_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc82cfd))return!0x0;const _0x19b72f=_0xc82cfd[_0x32b43d([0x73,0x70,0x6c,0x69,0x74])](_0x32b43d([0x2e]));return _0x1dc798[_0x32b43d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x52191d=>_0x52191d[_0x32b43d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32b43d([0x2a])))[_0x32b43d([0x6d,0x61,0x70])](_0x3facda=>_0x3facda[_0x32b43d([0x73,0x70,0x6c,0x69,0x74])](_0x32b43d([0x2e])))[_0x32b43d([0x73,0x6f,0x6d,0x65])](_0x553dc5=>_0x19b72f[_0x32b43d([0x65,0x76,0x65,0x72,0x79])]((_0xe1d8bc,_0x367cc0)=>_0x553dc5[_0x367cc0]===_0xe1d8bc||_0x553dc5[_0x367cc0]===_0x32b43d([0x2a])));}function _0x9799dd(){return _0x3c3038&&_0x3e13b0?new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e185c,_0x3f4746)=>{_0x3c3038[_0x32b43d([0x74,0x68,0x65,0x6e])](_0x1e185c,_0x3f4746),_0x3e13b0[_0x32b43d([0x74,0x68,0x65,0x6e])](_0x5ac162=>{_0x5ac162!=_0x32b43d([0x56,0x61,0x6c,0x69,0x64])&&_0x1e185c(_0x5ac162);},_0x3f4746);}):_0x3c3038||_0x3e13b0||_0x32b43d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2c01d8(_0x6a7fc,_0x8ba0c1){return new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14d393=>{if(_0x60e69())return _0x14d393(_0x32b43d([0x56,0x61,0x6c,0x69,0x64]));_0x319693(),_0x4c71d8[_0x32b43d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x32b43d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xfbb996=!0x1;const _0x4fd1be=_0x170f02();function _0x1d396e(_0x46f110){return!!_0x46f110&&(typeof _0x46f110===_0x32b43d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x46f110===_0x32b43d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x46f110[_0x32b43d([0x74,0x68,0x65,0x6e])]===_0x32b43d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x46f110[_0x32b43d([0x63,0x61,0x74,0x63,0x68])]===_0x32b43d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x26b3f8(_0x172c91){_0x43c9f0(_0x172c91)[_0x32b43d([0x74,0x68,0x65,0x6e])](_0xb91112=>{if(!_0xb91112||_0xb91112[_0x32b43d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x32b43d([0x6f,0x6b]))return _0x32b43d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x151862(_0x1bbbb1(_0x4fd1be+_0x8ba0c1))!=_0xb91112[_0x32b43d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x32b43d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x32b43d([0x56,0x61,0x6c,0x69,0x64]);})[_0x32b43d([0x74,0x68,0x65,0x6e])](_0x3c552e=>(_0x55277d(),_0x3c552e),()=>{const _0x25addc=_0x22e7a6();return null==_0x25addc?(_0x55277d(),_0x32b43d([0x56,0x61,0x6c,0x69,0x64])):_0x32b43d(_0x32fbf2-_0x25addc>(0x4044d33f^_0x3eb833)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x32b43d([0x74,0x68,0x65,0x6e])](_0x14d393)[_0x32b43d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x14d393(_0x32b43d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x379296=0x647eb9bf^_0x3eb833;function _0x55277d(){const _0x1f6ef6=_0x32b43d([0x6c,0x6c,0x63,0x74,0x2d])+_0x151862(_0x1bbbb1(_0x6a7fc)),_0x11469b=_0x2ce4c4(_0x151862(window[_0x32b43d([0x4d,0x61,0x74,0x68])][_0x32b43d([0x63,0x65,0x69,0x6c])](_0x32fbf2/_0x379296)));window[_0x32b43d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32b43d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f6ef6,_0x11469b);}function _0x22e7a6(){const _0x5e608e=_0x32b43d([0x6c,0x6c,0x63,0x74,0x2d])+_0x151862(_0x1bbbb1(_0x6a7fc)),_0x2bffe8=window[_0x32b43d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32b43d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e608e);return _0x2bffe8?window[_0x32b43d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ce4c4(_0x2bffe8),0x10)*_0x379296:null;}function _0x43c9f0(_0x3e5644){return new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x85ba6c,_0x2aded3)=>{_0x3e5644[_0x32b43d([0x74,0x68,0x65,0x6e])](_0x85ba6c,_0x2aded3),window[_0x32b43d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2aded3,0x644983ff^_0x3eb833);});}}_0x4c71d8[_0x32b43d([0x6f,0x6e])](_0x32b43d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x465be6,_0x17038c)=>{if(_0x17038c[0x0]!=_0x6a7fc)return _0x14d393(_0x32b43d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x17038c[0x1]={..._0x17038c[0x1],[_0x32b43d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4fd1be};},{[_0x32b43d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32b43d([0x68,0x69,0x67,0x68])}),_0x4c71d8[_0x32b43d([0x6f,0x6e])](_0x32b43d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x100113=>{_0x1d396e(_0x100113[_0x32b43d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xfbb996=!0x0,_0x26b3f8(_0x100113[_0x32b43d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x32b43d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32b43d([0x6c,0x6f,0x77])}),_0x46c05f[_0x32b43d([0x74,0x68,0x65,0x6e])](()=>{_0xfbb996||_0x14d393(_0x32b43d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x60e69(){return _0x4c71d8[_0x32b43d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32b43d([0x76,0x69,0x65,0x77])][_0x32b43d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x32b43d([0x61,0x75,0x74,0x6f]);}function _0x319693(){_0x4c71d8[_0x32b43d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32b43d([0x76,0x69,0x65,0x77])][_0x32b43d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x32b43d([0x61,0x75,0x74,0x6f]);}}function _0x40b1b3(_0x32b0be){const _0x1d0404=[new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6aa3b8=>setTimeout(_0x6aa3b8,0x644169f3^_0x3eb833)),_0x46c05f[_0x32b43d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x432461=>{let _0x59b8d0=0x0;_0x4c71d8[_0x32b43d([0x6d,0x6f,0x64,0x65,0x6c])][_0x32b43d([0x6f,0x6e])](_0x32b43d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x171af4,_0xfa4172)=>{_0xfa4172[0x0][_0x32b43d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59b8d0++,_0x59b8d0==(0x644856c7^_0x3eb833)&&(_0x432461(),_0x171af4[_0x32b43d([0x6f,0x66,0x66])]());});}))];return window[_0x32b43d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x32b43d([0x72,0x61,0x63,0x65])](_0x1d0404)[_0x32b43d([0x74,0x68,0x65,0x6e])](()=>_0x32b0be);}async function _0x4fd292(){await _0x46c05f,_0x4c71d8[_0x32b43d([0x6d,0x6f,0x64,0x65,0x6c])][_0x32b43d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2e4982,_0x4c71d8[_0x32b43d([0x6d,0x6f,0x64,0x65,0x6c])][_0x32b43d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2e4982,_0x4c71d8[_0x32b43d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x32b43d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x30f7b7(_0xc560dc){const _0x3bc9e1=_0x2ec154();_0x4c71d8[_0x3bc9e1]=_0x32b43d([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])+_0xc560dc,_0xc560dc!=_0x32b43d([0x56,0x61,0x6c,0x69,0x64])&&_0x4fd292();}function _0x2ec154(){const _0x468aa2=window[_0x32b43d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x32b43d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x32b43d([0x6e,0x6f,0x77])]())[_0x32b43d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x32b43d([0x2e]),'');let _0xb35b08=_0x32b43d([0x43]);for(let _0x4db8a1=0x0;_0x4db8a1<_0x468aa2[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4db8a1+=0x2){let _0x39cb95=window[_0x32b43d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x468aa2[_0x32b43d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4db8a1,_0x4db8a1+0x2));_0x39cb95>=_0x14221b[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x39cb95-=_0x14221b[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xb35b08+=_0x14221b[_0x39cb95];}return _0xb35b08;}function _0x169f61(){const _0x6db594=_0x151500[_0x32b43d([0x73,0x70,0x6c,0x69,0x74])](_0x32b43d([0x2e]));if(0x3!=_0x6db594[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x19d1b5(_0x6db594[0x1]);function _0x19d1b5(_0x5cdb89){const _0x1c8336=_0x49f3e5(_0x5cdb89);return _0x1c8336&&_0x4bd190()?_0x1c8336:null;function _0x4bd190(){const _0x12ea18=_0x1c8336[_0x32b43d([0x6a,0x74,0x69])],_0x2fc9d8=window[_0x32b43d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12ea18[_0x32b43d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x12ea18[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x191287={..._0x1c8336,[_0x32b43d([0x6a,0x74,0x69])]:_0x12ea18[_0x32b43d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x12ea18[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x191287[_0x32b43d([0x76,0x63])],_0x1bbbb1(_0x191287)==_0x2fc9d8;}}}async function _0x3e6f76(){let _0x3b918f=!0x0;try{const _0x20f458=_0x151500[_0x32b43d([0x73,0x70,0x6c,0x69,0x74])](_0x32b43d([0x2e])),[_0x2c3a51,_0x1f330d,_0x2d54a7]=_0x20f458;return _0x58aeee(_0x2c3a51),await _0x4bfea7(_0x2c3a51,_0x1f330d,_0x2d54a7),_0x3b918f;}catch(_0x3fb0ed){return!0x1;}function _0x58aeee(_0x523906){const _0x14f0e1=_0x49f3e5(_0x523906);_0x14f0e1&&_0x14f0e1[_0x32b43d([0x61,0x6c,0x67])]==_0x32b43d([0x45,0x53,0x32,0x35,0x36])||(_0x3b918f=!0x1);}async function _0x4bfea7(_0x2cdc93,_0x4d9140,_0x43d886){const _0x2dd43b=window[_0x32b43d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x32b43d([0x66,0x72,0x6f,0x6d])](_0xd4a5e0(_0x43d886),_0x4d9ce5=>_0x4d9ce5[_0x32b43d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x99c57b=new window[(_0x32b43d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x32b43d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2cdc93+_0x32b43d([0x2e])+_0x4d9140),_0x4a9935=window[_0x32b43d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x32b43d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4a9935)return;const _0x4503e9=await _0x4a9935[_0x32b43d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x32b43d([0x6a,0x77,0x6b]),_0x3bab62,{[_0x32b43d([0x6e,0x61,0x6d,0x65])]:_0x32b43d([0x45,0x43,0x44,0x53,0x41]),[_0x32b43d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x32b43d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x32b43d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4a9935[_0x32b43d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x32b43d([0x6e,0x61,0x6d,0x65])]:_0x32b43d([0x45,0x43,0x44,0x53,0x41]),[_0x32b43d([0x68,0x61,0x73,0x68])]:{[_0x32b43d([0x6e,0x61,0x6d,0x65])]:_0x32b43d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4503e9,_0x2dd43b,_0x99c57b)||(_0x3b918f=!0x1);}}function _0x49f3e5(_0x48b241){return _0x48b241[_0x32b43d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x32b43d([0x65,0x79]))?JSON[_0x32b43d([0x70,0x61,0x72,0x73,0x65])](_0xd4a5e0(_0x48b241)):null;}function _0xd4a5e0(_0x3e500f){return window[_0x32b43d([0x61,0x74,0x6f,0x62])](_0x3e500f[_0x32b43d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x32b43d([0x2b]))[_0x32b43d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x32b43d([0x2f])));}function _0x1bbbb1(_0x1d1f37){let _0x4f0a71=0x1505;function _0x8e30f9(_0x55dbd5){for(let _0x472b84=0x0;_0x472b84<_0x55dbd5[_0x32b43d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x472b84++){const _0x18ad99=_0x55dbd5[_0x32b43d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x472b84);_0x4f0a71=(_0x4f0a71<<0x5)+_0x4f0a71+_0x18ad99,_0x4f0a71&=_0x4f0a71;}}function _0x53f680(_0xffc97){Array[_0x32b43d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xffc97)?_0xffc97[_0x32b43d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x53f680):_0xffc97&&typeof _0xffc97==_0x32b43d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x32b43d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xffc97)[_0x32b43d([0x73,0x6f,0x72,0x74])]()[_0x32b43d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1dae6c,_0xdfe6f8])=>{_0x8e30f9(_0x1dae6c),_0x53f680(_0xdfe6f8);}):_0x8e30f9(window[_0x32b43d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xffc97));}return _0x53f680(_0x1d1f37),_0x4f0a71>>>0x0;}function _0x151862(_0x46b80f){return _0x46b80f[_0x32b43d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x32b43d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x32b43d([0x30]));}function _0x2ce4c4(_0x105b3c){return _0x105b3c[_0x32b43d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x32b43d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x32b43d([0x6a,0x6f,0x69,0x6e])]('');}function _0x2e4982(){}function _0x32b43d(_0x121cfe){return _0x121cfe['map'](_0x1225cc=>String['fromCharCode'](_0x1225cc))['join']('');}_0x30f7b7(await _0x3dd107());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3b3792,{outlineDefinitions:_0x461f52,outlineChanges:_0x551041}){this['_currentOutlineDefinitions']=_0x461f52,this['view']['sync'](_0x551041);}['_setActiveViewItem'](_0x3752f3){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x3752f3]&&(this['view']['activeItemIndex']=_0x3752f3);}['_handleItemSelected'](_0x26ca08){const _0x58018f=this['_currentOutlineDefinitions'][_0x26ca08]['modelElement'];this['editor']['model']['change'](_0x4e2941=>{_0x4e2941['setSelection'](_0x58018f,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x26ca08);}['_updateActiveDefinitionOnViewportChange'](){const _0x11324e=this['editor'];let _0xd6438f;for(const _0x53769e of _0x11324e['model']['document']['getRootNames']()){const _0x4ee6ec=_0x11324e['editing']['view']['getDomRoot'](_0x53769e),_0x2c34bc=_0x4ee6ec&&new _0x5d2344(_0x4ee6ec)['getVisible']();if(_0x2c34bc){const _0x3b5b26=new _0x5d2344(_0x5afe30['window'])['getIntersection'](_0x2c34bc);_0x3b5b26&&(_0xd6438f=_0x3b5b26['top']+0.25*_0x3b5b26['height']);}}if(void 0x0===_0xd6438f)return;const _0x3c663e=d(_0x11324e['editing'],this['_currentOutlineDefinitions'],_0xd6438f);_0x3c663e?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x3c663e)):this['_setActiveViewItem'](-0x1);}}function d(_0x4be39e,_0x174b38,_0x592367,_0x753ac6=0x0,_0x299ac7=_0x174b38['length']-0x1){const _0x5af755=Math['floor'](_0x753ac6+(_0x299ac7-_0x753ac6)/0x2);if(_0x299ac7>=_0x753ac6){const _0x380b12=_0x174b38[_0x5af755],_0x2a5c88=_0x4be39e['mapper']['toViewElement'](_0x380b12['modelElement']);if(!_0x2a5c88)return null;const _0x598c5b=_0x4be39e['view']['domConverter']['mapViewToDom'](_0x2a5c88);return new _0x5d2344(_0x598c5b)['bottom']>_0x592367?d(_0x4be39e,_0x174b38,_0x592367,_0x753ac6,_0x5af755-0x1):d(_0x4be39e,_0x174b38,_0x592367,_0x5af755+0x1,_0x299ac7);}return _0x5af755<0x0?null:_0x174b38[_0x5af755];}class u extends _0x216833{['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 _0x40521e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xa4954;for(const _0x55b6b5 in _0x40521e){const _0x2a2428=_0x55b6b5,_0x16db97=_0x40521e[_0x2a2428];if('documentOutlineLicenseKeyValid'==_0x16db97||'documentOutlineLicenseKeyInvalid'==_0x16db97||'documentOutlineLicenseKeyExpired'==_0x16db97||'documentOutlineLicenseKeyDomainLimit'==_0x16db97||'documentOutlineLicenseKeyNotAllowed'==_0x16db97||'documentOutlineLicenseKeyEvaluationLimit'==_0x16db97||'documentOutlineLicenseKeyTrialLimit'==_0x16db97||'documentOutlineLicenseKeyUsageLimit'==_0x16db97){delete _0x40521e[_0x2a2428],_0xa4954=_0x16db97,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xa4954&&_0x40521e['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xa4954&&_0x40521e['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xa4954&&_0x40521e['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xa4954&&_0x40521e['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xa4954&&_0x40521e['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0xa4954&&_0x40521e['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xa4954&&_0x40521e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x43ae26{['execute'](){this['editor']['model']['change'](_0x298bf5=>{this['editor']['model']['insertObject'](_0x298bf5['createElement']('tableOfContents'));});}['refresh'](){const _0x4f395e=this['editor']['model'],_0x58866d=_0x4f395e['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x58866d&&_0x4f395e['schema']['findAllowedParent'](_0x58866d,'tableOfContents'));}}class b extends _0x216833{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x163e1f=this['editor'];if(_0x163e1f['config']['get']('headingId.modelAttributeName'))return;(function(_0x46fe1b){const _0xde9b80=new Map();if(_0x46fe1b)return _0x46fe1b['forEach'](_0x5c257c=>{'paragraph'!==_0x5c257c['model']&&_0xde9b80['set'](_0x5c257c['view'],_0x5c257c['model']);}),_0xde9b80['get']('h1')||_0xde9b80['set']('h1','heading1'),_0xde9b80;return _0xde9b80;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x1a4799,_0x4957d0)=>{this['_customUpcastHeadingsConversion'](_0x4957d0),this['_customDataDowncastHeadingsConversion'](_0x1a4799),_0x163e1f['model']['schema']['isRegistered'](_0x1a4799)&&_0x163e1f['model']['schema']['extend'](_0x1a4799,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x52da6d){this['editor']['conversion']['for']('upcast')['add'](_0x350b93=>_0x350b93['on']('element:'+_0x52da6d,(_0x34a0bd,_0x9e7e2,_0x40e16b)=>{const {consumable:_0x21e095,writer:_0x23d2c6}=_0x40e16b,_0x517425=_0x9e7e2['viewItem']['getAttribute']('id'),_0x30fc10=_0x9e7e2['modelRange']['getContainedElement']();if(_0x30fc10)return _0x517425&&_0x517425['length']||_0x30fc10['hasAttribute']('headingId')?void(_0x21e095['consume'](_0x9e7e2['viewItem'],{'attributes':['id']})&&_0x23d2c6['setAttribute']('headingId',_0x517425,_0x30fc10)):(_0x21e095['consume'](_0x9e7e2['viewItem'],{'attributes':['id']}),void _0x23d2c6['setAttribute']('headingId',_0x170f02(),_0x30fc10));},{'priority':_0x47795d['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x3300bd){this['editor']['conversion']['for']('downcast')['add'](_0x41a66e=>_0x41a66e['on']('attribute:headingId:'+_0x3300bd,(_0x190b6a,_0x5f16cf,_0xf558d)=>{if(!_0xf558d['consumable']['consume'](_0x5f16cf['item'],_0x190b6a['name']))return;const _0x1fc887=_0x5f16cf['item']['getAttribute']('headingId'),_0x432c60=_0xf558d['mapper']['toViewElement'](_0x5f16cf['item']);_0xf558d['writer']['setAttribute']('id',_0x1fc887,_0x432c60);}));}['_registerHeadingIdAttributePostfixer'](){const _0x143e1e=this['editor'],_0x5d12fc=new Set(),_0x7741f4=new Set();function _0x318232(_0x3a3749,_0x3eeed7){const _0x2fc744=_0x170f02();return _0x7741f4['add'](_0x2fc744),_0x3a3749['setAttribute']('headingId',_0x2fc744,_0x3eeed7),_0x2fc744;}function _0x1cbf3c(_0x385be5,_0x15ef94){_0x385be5['removeAttribute']('headingId',_0x15ef94);}_0x143e1e['model']['document']['registerPostFixer'](_0x5c0b21=>{const _0x50699f=_0x143e1e['model']['document']['differ']['getChanges']();let _0x434d29=!0x1;for(const _0x17e197 of _0x50699f)if('insert'==_0x17e197['type']&&_0x17e197['name']){if(_0x17e197['name']['match'](/heading\d/)){const _0x345404=_0x17e197['attributes']['get']('headingId');'string'==typeof _0x345404?_0x5d12fc['has'](_0x345404)?(_0x318232(_0x5c0b21,_0x17e197['position']['nodeAfter']),_0x434d29=!0x0):_0x7741f4['add'](_0x345404):(_0x318232(_0x5c0b21,_0x17e197['position']['nodeAfter']),_0x434d29=!0x0);}else'string'==typeof _0x17e197['attributes']['get']('headingId')&&(_0x1cbf3c(_0x5c0b21,_0x17e197['position']['nodeAfter']),_0x434d29=!0x0);}else{if('remove'==_0x17e197['type']){const _0x1ab43b=_0x17e197['attributes']['get']('headingId');'string'==typeof _0x1ab43b&&_0x5d12fc['delete'](_0x1ab43b);}}return _0x434d29;}),_0x143e1e['model']['document']['on']('change',()=>{_0x7741f4['forEach'](_0x37b7f6=>_0x5d12fc['add'](_0x37b7f6)),_0x7741f4['clear']();});}}class s extends _0x216833{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x28e20b,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5d8408){super(_0x5d8408),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x534d27=this['editor'],_0x444666=_0x534d27['editing']['view']['document'];_0x534d27['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x534d27['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x444666,'click',(_0x35251d,_0x224742)=>{if(!_0x224742['target'])return;const _0x27fcb8=_0x224742['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x27fcb8)&&(_0x224742['domEvent']['preventDefault'](),_0x35251d['stop'](),this['_handleScrollToHeading'](_0x27fcb8));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x534d27['commands']['add']('insertTableOfContents',new O(_0x534d27)),(_0x534d27['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x5c4e68,_0x285fc2)=>{this['_currentOutlineDefinitions']=_0x285fc2['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x534d27['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x7b05e0){const _0x3e7cd8=_0x53a012([0x34,0x53,0x77,0x72,0x70,0x5a,0x43,0x66,0x4c,0x54,0x68,0x59,0x38,0x41,0x47,0x75,0x46,0x57,0x4b,0x33,0x4e,0x51,0x31,0x61,0x64,0x63,0x6d,0x42,0x4a,0x30,0x4f,0x55,0x62,0x58,0x78,0x52,0x6b,0x36,0x6c,0x4d,0x39,0x37,0x6f,0x48,0x35,0x74,0x76,0x49,0x65,0x79,0x32,0x6a,0x69,0x44,0x73,0x6e,0x71,0x50,0x7a,0x67,0x56,0x45]),_0x40c063=0x563c533d,_0x4b7462=0x563b3465^_0x40c063,_0x474956=window[_0x53a012([0x44,0x61,0x74,0x65])][_0x53a012([0x6e,0x6f,0x77])](),_0x525df3=_0x7b05e0[_0x53a012([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x527664=new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49d3a1=>{_0x525df3[_0x53a012([0x6f,0x6e,0x63,0x65])](_0x53a012([0x72,0x65,0x61,0x64,0x79]),_0x49d3a1);}),_0x777476={[_0x53a012([0x6b,0x74,0x79])]:_0x53a012([0x45,0x43]),[_0x53a012([0x75,0x73,0x65])]:_0x53a012([0x73,0x69,0x67]),[_0x53a012([0x63,0x72,0x76])]:_0x53a012([0x50,0x2d,0x32,0x35,0x36]),[_0x53a012([0x78])]:_0x53a012([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]),[_0x53a012([0x79])]:_0x53a012([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]),[_0x53a012([0x61,0x6c,0x67])]:_0x53a012([0x45,0x53,0x32,0x35,0x36])},_0x2cdc66=_0x525df3[_0x53a012([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x53a012([0x67,0x65,0x74])](_0x53a012([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x428a00(){let _0x54f3c6,_0x3492aa=null,_0x16dea8=null;try{if(_0x2cdc66==_0x53a012([0x47,0x50,0x4c]))return _0x53a012([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x54f3c6=_0x4b4d7b(),!_0x54f3c6)return _0x53a012([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x54f3c6[_0x53a012([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x16dea8=_0x5493d2(_0x54f3c6[_0x53a012([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x54f3c6[_0x53a012([0x6a,0x74,0x69])])),await _0x1a21fd()?_0x50dbe6()?_0x387c0b()?_0x53a012([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x38d981()?(_0x54f3c6[_0x53a012([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x53a012([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3492aa=_0x303d07(_0x53a012([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x54f3c6[_0x53a012([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x53a012([0x74,0x72,0x69,0x61,0x6c])&&(_0x3492aa=_0x303d07(_0x53a012([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e6efc()):_0x53a012([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x53a012([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x53a012([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x210b65){return _0x53a012([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x387c0b(){const _0x1c1c24=[_0x53a012([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x53a012([0x74,0x72,0x69,0x61,0x6c])][_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54f3c6[_0x53a012([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x474956/0x3e8:0xe10*_0x4b7462;return _0x54f3c6[_0x53a012([0x65,0x78,0x70])]<_0x1c1c24;}function _0x50dbe6(){const _0x286ca8=_0x54f3c6[_0x53a012([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x286ca8&&(!!_0x286ca8[_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53a012([0x2a]))||(!!_0x286ca8[_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53a012([0x54,0x4f,0x43]))||!!_0x286ca8[_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53a012([0x50,0x50]))));}function _0x38d981(){const _0x48fe71=_0x54f3c6[_0x53a012([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48fe71||0x0==_0x48fe71[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x42e4c2}=new URL(window[_0x53a012([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48fe71[_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x42e4c2))return!0x0;const _0x26b272=_0x42e4c2[_0x53a012([0x73,0x70,0x6c,0x69,0x74])](_0x53a012([0x2e]));return _0x48fe71[_0x53a012([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45796d=>_0x45796d[_0x53a012([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53a012([0x2a])))[_0x53a012([0x6d,0x61,0x70])](_0x1e071c=>_0x1e071c[_0x53a012([0x73,0x70,0x6c,0x69,0x74])](_0x53a012([0x2e])))[_0x53a012([0x73,0x6f,0x6d,0x65])](_0x213909=>_0x26b272[_0x53a012([0x65,0x76,0x65,0x72,0x79])]((_0x5b4115,_0x821ba7)=>_0x213909[_0x821ba7]===_0x5b4115||_0x213909[_0x821ba7]===_0x53a012([0x2a])));}function _0x5e6efc(){return _0x3492aa&&_0x16dea8?new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21efe6,_0x33218a)=>{_0x3492aa[_0x53a012([0x74,0x68,0x65,0x6e])](_0x21efe6,_0x33218a),_0x16dea8[_0x53a012([0x74,0x68,0x65,0x6e])](_0x5c4c72=>{_0x5c4c72!=_0x53a012([0x56,0x61,0x6c,0x69,0x64])&&_0x21efe6(_0x5c4c72);},_0x33218a);}):_0x3492aa||_0x16dea8||_0x53a012([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5493d2(_0xf6f593,_0x2c683c){return new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52d93b=>{if(_0x4d62db())return _0x52d93b(_0x53a012([0x56,0x61,0x6c,0x69,0x64]));_0x54ab1d(),_0x525df3[_0x53a012([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x53a012([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xaafc99=!0x1;const _0x4b4630=_0x170f02();function _0x2494e9(_0x4df510){return!!_0x4df510&&(typeof _0x4df510===_0x53a012([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4df510===_0x53a012([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4df510[_0x53a012([0x74,0x68,0x65,0x6e])]===_0x53a012([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4df510[_0x53a012([0x63,0x61,0x74,0x63,0x68])]===_0x53a012([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x236104(_0x16bd28){_0x1a9475(_0x16bd28)[_0x53a012([0x74,0x68,0x65,0x6e])](_0x4ed900=>{if(!_0x4ed900||_0x4ed900[_0x53a012([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x53a012([0x6f,0x6b]))return _0x53a012([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x552619(_0xfa7500(_0x4b4630+_0x2c683c))!=_0x4ed900[_0x53a012([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x53a012([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x53a012([0x56,0x61,0x6c,0x69,0x64]);})[_0x53a012([0x74,0x68,0x65,0x6e])](_0x2f1553=>(_0x57f942(),_0x2f1553),()=>{const _0x1d6d69=_0xbb5a07();return null==_0x1d6d69?(_0x57f942(),_0x53a012([0x56,0x61,0x6c,0x69,0x64])):_0x53a012(_0x474956-_0x1d6d69>(0x7230d73d^_0x40c063)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x53a012([0x74,0x68,0x65,0x6e])](_0x52d93b)[_0x53a012([0x63,0x61,0x74,0x63,0x68])](()=>{_0x52d93b(_0x53a012([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x571fd2=0x560abdbd^_0x40c063;function _0x57f942(){const _0x4324ae=_0x53a012([0x6c,0x6c,0x63,0x74,0x2d])+_0x552619(_0xfa7500(_0xf6f593)),_0x49d0fe=_0x22a343(_0x552619(window[_0x53a012([0x4d,0x61,0x74,0x68])][_0x53a012([0x63,0x65,0x69,0x6c])](_0x474956/_0x571fd2)));window[_0x53a012([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53a012([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4324ae,_0x49d0fe);}function _0xbb5a07(){const _0x381c33=_0x53a012([0x6c,0x6c,0x63,0x74,0x2d])+_0x552619(_0xfa7500(_0xf6f593)),_0x54de66=window[_0x53a012([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53a012([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x381c33);return _0x54de66?window[_0x53a012([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22a343(_0x54de66),0x10)*_0x571fd2:null;}function _0x1a9475(_0x1dd736){return new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x477efc,_0x12aa78)=>{_0x1dd736[_0x53a012([0x74,0x68,0x65,0x6e])](_0x477efc,_0x12aa78),window[_0x53a012([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x12aa78,0x563d87fd^_0x40c063);});}}_0x525df3[_0x53a012([0x6f,0x6e])](_0x53a012([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x155e0b,_0xbfcdcc)=>{if(_0xbfcdcc[0x0]!=_0xf6f593)return _0x52d93b(_0x53a012([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xbfcdcc[0x1]={..._0xbfcdcc[0x1],[_0x53a012([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4b4630};},{[_0x53a012([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53a012([0x68,0x69,0x67,0x68])}),_0x525df3[_0x53a012([0x6f,0x6e])](_0x53a012([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x245161=>{_0x2494e9(_0x245161[_0x53a012([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xaafc99=!0x0,_0x236104(_0x245161[_0x53a012([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x53a012([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53a012([0x6c,0x6f,0x77])}),_0x527664[_0x53a012([0x74,0x68,0x65,0x6e])](()=>{_0xaafc99||_0x52d93b(_0x53a012([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4d62db(){return _0x525df3[_0x53a012([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53a012([0x76,0x69,0x65,0x77])][_0x53a012([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x53a012([0x61,0x75,0x74,0x6f]);}function _0x54ab1d(){_0x525df3[_0x53a012([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53a012([0x76,0x69,0x65,0x77])][_0x53a012([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x53a012([0x61,0x75,0x74,0x6f]);}}function _0x303d07(_0x438cf5){const _0x1f7f5f=[new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3066e7=>setTimeout(_0x3066e7,0x56356df1^_0x40c063)),_0x527664[_0x53a012([0x74,0x68,0x65,0x6e])](()=>new window[(_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x221f06=>{let _0x26c12e=0x0;_0x525df3[_0x53a012([0x6d,0x6f,0x64,0x65,0x6c])][_0x53a012([0x6f,0x6e])](_0x53a012([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x516e6d,_0x149e7b)=>{_0x149e7b[0x0][_0x53a012([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x26c12e++,_0x26c12e==(0x563c52c5^_0x40c063)&&(_0x221f06(),_0x516e6d[_0x53a012([0x6f,0x66,0x66])]());});}))];return window[_0x53a012([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x53a012([0x72,0x61,0x63,0x65])](_0x1f7f5f)[_0x53a012([0x74,0x68,0x65,0x6e])](()=>_0x438cf5);}async function _0x56043c(){await _0x527664,_0x525df3[_0x53a012([0x6d,0x6f,0x64,0x65,0x6c])][_0x53a012([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x24f905,_0x525df3[_0x53a012([0x6d,0x6f,0x64,0x65,0x6c])][_0x53a012([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x24f905,_0x525df3[_0x53a012([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x53a012([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1f61ea(_0x15ab7a){const _0x66e9ca=_0x34e37b();_0x525df3[_0x66e9ca]=_0x53a012([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])+_0x15ab7a,_0x15ab7a!=_0x53a012([0x56,0x61,0x6c,0x69,0x64])&&_0x56043c();}function _0x34e37b(){const _0x4a096d=window[_0x53a012([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x53a012([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x53a012([0x6e,0x6f,0x77])]())[_0x53a012([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x53a012([0x2e]),'');let _0x2b22e9=_0x53a012([0x53]);for(let _0x3f67d3=0x0;_0x3f67d3<_0x4a096d[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f67d3+=0x2){let _0x4ac6b7=window[_0x53a012([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a096d[_0x53a012([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f67d3,_0x3f67d3+0x2));_0x4ac6b7>=_0x3e7cd8[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4ac6b7-=_0x3e7cd8[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2b22e9+=_0x3e7cd8[_0x4ac6b7];}return _0x2b22e9;}function _0x4b4d7b(){const _0x30769b=_0x2cdc66[_0x53a012([0x73,0x70,0x6c,0x69,0x74])](_0x53a012([0x2e]));if(0x3!=_0x30769b[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xefaf2d(_0x30769b[0x1]);function _0xefaf2d(_0x3efcd7){const _0x5d20a9=_0x4febbd(_0x3efcd7);return _0x5d20a9&&_0x66ddb5()?_0x5d20a9:null;function _0x66ddb5(){const _0x173c75=_0x5d20a9[_0x53a012([0x6a,0x74,0x69])],_0x11f746=window[_0x53a012([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x173c75[_0x53a012([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x173c75[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4ff70c={..._0x5d20a9,[_0x53a012([0x6a,0x74,0x69])]:_0x173c75[_0x53a012([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x173c75[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4ff70c[_0x53a012([0x76,0x63])],_0xfa7500(_0x4ff70c)==_0x11f746;}}}async function _0x1a21fd(){let _0x451f2c=!0x0;try{const _0x227e81=_0x2cdc66[_0x53a012([0x73,0x70,0x6c,0x69,0x74])](_0x53a012([0x2e])),[_0x3dd32b,_0x674272,_0x570833]=_0x227e81;return _0x1b8f43(_0x3dd32b),await _0x45a60e(_0x3dd32b,_0x674272,_0x570833),_0x451f2c;}catch(_0x28a0e1){return!0x1;}function _0x1b8f43(_0x2a56c0){const _0x889336=_0x4febbd(_0x2a56c0);_0x889336&&_0x889336[_0x53a012([0x61,0x6c,0x67])]==_0x53a012([0x45,0x53,0x32,0x35,0x36])||(_0x451f2c=!0x1);}async function _0x45a60e(_0x656127,_0x2263eb,_0x48690b){const _0x15c065=window[_0x53a012([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x53a012([0x66,0x72,0x6f,0x6d])](_0xca7235(_0x48690b),_0x3e1899=>_0x3e1899[_0x53a012([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x533c0d=new window[(_0x53a012([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x53a012([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x656127+_0x53a012([0x2e])+_0x2263eb),_0x31bfaa=window[_0x53a012([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x53a012([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x31bfaa)return;const _0x4af42e=await _0x31bfaa[_0x53a012([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x53a012([0x6a,0x77,0x6b]),_0x777476,{[_0x53a012([0x6e,0x61,0x6d,0x65])]:_0x53a012([0x45,0x43,0x44,0x53,0x41]),[_0x53a012([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x53a012([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x53a012([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x31bfaa[_0x53a012([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x53a012([0x6e,0x61,0x6d,0x65])]:_0x53a012([0x45,0x43,0x44,0x53,0x41]),[_0x53a012([0x68,0x61,0x73,0x68])]:{[_0x53a012([0x6e,0x61,0x6d,0x65])]:_0x53a012([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4af42e,_0x15c065,_0x533c0d)||(_0x451f2c=!0x1);}}function _0x4febbd(_0xfd6dc5){return _0xfd6dc5[_0x53a012([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x53a012([0x65,0x79]))?JSON[_0x53a012([0x70,0x61,0x72,0x73,0x65])](_0xca7235(_0xfd6dc5)):null;}function _0xca7235(_0x398dfc){return window[_0x53a012([0x61,0x74,0x6f,0x62])](_0x398dfc[_0x53a012([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x53a012([0x2b]))[_0x53a012([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x53a012([0x2f])));}function _0xfa7500(_0x229459){let _0x50a750=0x1505;function _0x1ebbcb(_0x2ac8a2){for(let _0x190b0b=0x0;_0x190b0b<_0x2ac8a2[_0x53a012([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x190b0b++){const _0x4c238d=_0x2ac8a2[_0x53a012([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x190b0b);_0x50a750=(_0x50a750<<0x5)+_0x50a750+_0x4c238d,_0x50a750&=_0x50a750;}}function _0x18c7cf(_0x43b9ab){Array[_0x53a012([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x43b9ab)?_0x43b9ab[_0x53a012([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x18c7cf):_0x43b9ab&&typeof _0x43b9ab==_0x53a012([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x53a012([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x43b9ab)[_0x53a012([0x73,0x6f,0x72,0x74])]()[_0x53a012([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3399fe,_0x3233a0])=>{_0x1ebbcb(_0x3399fe),_0x18c7cf(_0x3233a0);}):_0x1ebbcb(window[_0x53a012([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x43b9ab));}return _0x18c7cf(_0x229459),_0x50a750>>>0x0;}function _0x552619(_0x2594ce){return _0x2594ce[_0x53a012([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x53a012([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x53a012([0x30]));}function _0x22a343(_0x663799){return _0x663799[_0x53a012([0x73,0x70,0x6c,0x69,0x74])]('')[_0x53a012([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x53a012([0x6a,0x6f,0x69,0x6e])]('');}function _0x24f905(){}function _0x53a012(_0x46a15e){return _0x46a15e['map'](_0x150283=>String['fromCharCode'](_0x150283))['join']('');}_0x1f61ea(await _0x428a00());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x3d5397=>{'$graveyard'!==_0x3d5397['rootName']&&this['editor']['editing']['reconvertItem'](_0x3d5397);});}['_trackNewToCElements'](){for(const _0x13a929 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x13a929['type']||'tableOfContents'!==_0x13a929['name'])return;this['_tableOfContentsElements']['add'](_0x13a929['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x1b26b6=this['editor']['conversion'];_0x1b26b6['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x1b26b6['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x474590,{writer:_0x4cf115})=>this['_createTableOfContents'](_0x4cf115,!0x0)}),_0x1b26b6['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x20ef46,{writer:_0x4ce0b6})=>{this['_tableOfContentsElements']['add'](_0x20ef46);const _0x3325c7=this['_createTableOfContents'](_0x4ce0b6);return _0x3468a9(_0x3325c7,_0x4ce0b6,{'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'](_0x57008f,_0x158ab7=!0x1){const {locale:_0x145c26}=this['editor'],_0xa2010f=_0x57008f['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x158ab7&&{'data-table-of-contents-label':j(_0x145c26,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x158ab7&&_0x57008f['insert'](_0x57008f['createPositionAt'](_0xa2010f,'end'),_0x57008f['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x57008f['createText'](j(_0x145c26,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x56161e=_0x158ab7?'':'['+j(_0x145c26,'Empty\x20heading')+']';let _0x3bffc7=_0xa2010f;return this['_currentOutlineDefinitions']['forEach']((_0x696e74,_0x5808fb,_0x3f69e1)=>{const _0xee497a=this['editor']['model']['hasContent'](_0x696e74['modelElement'],{'ignoreWhitespaces':!0x0}),_0x9ab9f0=_0xee497a?_0x696e74['text']:_0x56161e,_0x1fcd3e=_0x696e74['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x3ee5a7=_0x57008f['createContainerElement']('a',{'href':'#'+_0x1fcd3e,...!_0x158ab7&&{'tabindex':'-1'}},[_0x57008f['createText'](_0x9ab9f0)]),_0x445a80=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x57008f['setCustomProperty']('tableOfContentsHeadingIndex',_0x5808fb,_0x3ee5a7);const _0x1e2230=_0x57008f['createContainerElement']('li',null,[_0xee497a||!_0x158ab7&&_0x445a80?_0x3ee5a7:_0x57008f['createText']('')]),_0x3f6455=_0x5808fb?_0x3f69e1[_0x5808fb-0x1]['level']:0x0,_0x1b6101=Math['abs'](_0x696e74['level']-_0x3f6455);if(_0x696e74['level']>_0x3f6455){const _0x4ca8af=N(_0x1e2230,_0x1b6101,_0x57008f);_0x57008f['insert'](_0x57008f['createPositionAt'](_0x3bffc7,'end'),_0x4ca8af);}else{const _0x108532=function(_0xebf32e,_0x596b9e){return _0xebf32e['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x29ce3a=>_0x29ce3a['is']('element','ol'))[_0x596b9e];}(_0x3bffc7,_0x1b6101);_0x57008f['insert'](_0x57008f['createPositionAt'](_0x108532,'end'),_0x1e2230);}_0x3bffc7=_0x1e2230;}),_0xa2010f;}['_handleScrollToHeading'](_0x285a69){const _0x4dae2f=this['_currentOutlineDefinitions'][_0x285a69]['modelElement'];this['editor']['model']['change'](_0x3b773e=>{_0x3b773e['setSelection'](_0x4dae2f,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x304df1,_0x865825)=>{const _0x2397a1=_0x865825['mapper'],_0x2c5776=_0x2397a1['findMappedViewAncestor'](_0x865825['viewPosition']),_0x13dd1d=_0x2397a1['toModelElement'](_0x2c5776);_0x13dd1d['is']('element','tableOfContents')&&(_0x865825['modelPosition']=this['editor']['model']['createPositionAt'](_0x13dd1d,0x0),_0x304df1['stop']());};}}function N(_0x29bb9b,_0x234825,_0x5a91bb){return 0x1===_0x234825?_0x5a91bb['createContainerElement']('ol',null,[_0x29bb9b]):_0x5a91bb['createContainerElement']('ol',null,[_0x5a91bb['createContainerElement']('li',null,[N(_0x29bb9b,_0x234825-0x1,_0x5a91bb)])]);}class o extends _0x216833{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5a28dd=this['editor'];_0x5a28dd['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x354649=this['_createButton'](_0x546767);return _0x354649['tooltip']=!0x0,_0x354649;}),_0x5a28dd['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x156fa9)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ee526=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3751aa;for(const _0x17e15b in _0x5ee526){const _0x9165fe=_0x17e15b,_0x56a7f3=_0x5ee526[_0x9165fe];if('tableOfContentsLicenseKeyValid'==_0x56a7f3||'tableOfContentsLicenseKeyInvalid'==_0x56a7f3||'tableOfContentsLicenseKeyExpired'==_0x56a7f3||'tableOfContentsLicenseKeyDomainLimit'==_0x56a7f3||'tableOfContentsLicenseKeyNotAllowed'==_0x56a7f3||'tableOfContentsLicenseKeyEvaluationLimit'==_0x56a7f3||'tableOfContentsLicenseKeyTrialLimit'==_0x56a7f3||'tableOfContentsLicenseKeyUsageLimit'==_0x56a7f3){delete _0x5ee526[_0x9165fe],_0x3751aa=_0x56a7f3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x3751aa&&_0x5ee526['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x3751aa&&_0x5ee526['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x3751aa&&_0x5ee526['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x3751aa&&_0x5ee526['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x3751aa&&_0x5ee526['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x3751aa&&_0x5ee526['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x3751aa&&_0x5ee526['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x102974){const _0x4e93d6=this['editor'],_0x5e80ff=_0x4e93d6['locale'],_0x399b3b=_0x4e93d6['commands']['get']('insertTableOfContents'),_0x54d861=new _0x102974(_0x5e80ff);return _0x54d861['set']({'label':j(_0x5e80ff,'Table\x20of\x20contents'),'icon':_0xde5fd0}),_0x54d861['bind']('isEnabled')['to'](_0x399b3b,'isEnabled'),this['listenTo'](_0x54d861,'execute',()=>{_0x4e93d6['execute']('insertTableOfContents'),_0x4e93d6['editing']['view']['focus']();}),_0x54d861;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x216833{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 _0x6d4f9a,Command as _0x238ff5}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x5cc314,throttle as _0x11831b}from'es-toolkit/compat';import{Text as _0x21d177,TreeWalker as _0x17f21d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x173d2e,diffToChanges as _0x3220c5,scrollAncestorsToShowTarget as _0xeb340d,CKEditorError as _0x3e611f,global as _0xff4c67,Rect as _0x1fcfd9,uid as _0x20dcb9,priorities as _0x122628}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x1d6e5a,ButtonView as _0x5b3fd6,MenuBarMenuListItemButtonView as _0x581bb7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x1c6a6d,toWidget as _0x34832b}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x2dae3c}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x3a9c51){let _0x5853b1='';for(const _0x3524ad of _0x3a9c51['getChildren']())_0x3524ad instanceof _0x21d177&&(_0x5853b1+=_0x3524ad['data']);return _0x5853b1;}class i extends _0x6d4f9a{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x1fb123=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x21bd9a=[];_0x1fb123['model']['document']['on']('change',_0x5cc314(()=>{const _0x28e461=_0x21bd9a;_0x21bd9a=this['_getOutlineDefinitions']();const _0x50913b=_0x173d2e(_0x28e461,_0x21bd9a,(_0x4c1ebd,_0x4b7a8e)=>_0x4c1ebd['level']===_0x4b7a8e['level']&&_0x4c1ebd['text']===_0x4b7a8e['text']&&_0x4c1ebd['modelElement']===_0x4b7a8e['modelElement']),_0x168166=_0x3220c5(_0x50913b,_0x21bd9a),_0x547aed=this['_getActiveHeading'](),_0xd33321=_0x21bd9a['findIndex'](_0x3b14f6=>_0x3b14f6['modelElement']===_0x547aed);_0x168166['length']&&this['fire']('change',{'outlineDefinitions':_0x21bd9a,'activeItemIndex':_0xd33321,'outlineChanges':_0x168166}),this['fire']('activeItemIndex',{'index':_0xd33321});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x47801d=this['editor'],_0x5cc802=[],_0x2f5646=this['_headingNames'];for(const _0x55e287 of _0x47801d['model']['document']['getRootNames']())_0x1952dd(_0x47801d['model']['document']['getRoot'](_0x55e287));function _0x1952dd(_0x4b4c1a){for(const _0x42a9bc of _0x4b4c1a['getChildren']())_0x42a9bc['is']('element')&&(_0x2f5646['includes'](_0x42a9bc['name'])&&_0x5cc802['push']({'level':_0x2f5646['indexOf'](_0x42a9bc['name'])+0x1,'text':p(_0x42a9bc),'modelElement':_0x42a9bc}),_0x1952dd(_0x42a9bc));}return _0x5cc802;}['_getActiveHeading'](){const _0xc85450=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5e5c31=new _0x17f21d({'direction':'backward','startPosition':_0xc85450});for(const _0x51b240 of _0x5e5c31)if(_0x51b240['item']['is']('element')&&this['_headingNames']['includes'](_0x51b240['item']['name']))return _0x51b240['item'];}['_getHeadingNames'](){const _0x5403c5=this['editor']['config']['get']('documentOutline.headings');return _0x5403c5||function(_0x2f6402){const _0x452680=_0x2f6402['config']['get']('heading.options');return _0x452680?_0x452680['reduce']((_0x5664e2,_0xa91c1)=>('paragraph'!==_0xa91c1['model']&&_0x5664e2['push'](_0xa91c1['model']),_0x5664e2),[]):_0x2f6402['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xf9ae66=this['editor'],_0x56cdbc=['h1','h2','h3','h4','h5','h6'],_0xa431f3=[];for(const _0x6ebb36 of _0x56cdbc){const _0x2b4e74=_0xf9ae66['editing']['view']['domConverter']['domToView'](document['createElement'](_0x6ebb36)),_0x44b37c=_0xf9ae66['data']['toModel'](_0x2b4e74)['getChild'](0x0);_0x44b37c?.['is']('element')&&_0xa431f3['push'](_0x44b37c['name']);}this['_headingNames']=_0xa431f3;}}function j(_0x18220a,_0x580d8d){const t=_0x18220a['t'];switch(_0x580d8d){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 _0x580d8d;}}class $ extends _0x1d6e5a{constructor(_0x2e8ab0,_0x5631b7=!0x1){super(_0x2e8ab0);const _0x57744e=this['bindTemplate'],_0x59a5d9=_0x5631b7?'['+j(_0x2e8ab0,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x46c0f0=>!_0x46c0f0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x57744e['to']('level',_0x2d5e60=>'ck-document-outline__item_level-'+_0x2d5e60),_0x57744e['if']('isActive','ck-document-outline__item_active'),_0x57744e['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x57744e['to']('text')},'children':[{'text':_0x57744e['to']('text',_0x322ddc=>_0x322ddc||_0x59a5d9)}],'on':{'click':_0x57744e['to']('click')}});}}class l extends _0x1d6e5a{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x57bf44,_0x4a1517=!0x1,_0x3e64ab){super(_0x57bf44),this['showEmptyHeadingText']=_0x4a1517,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x3e64ab,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x579f61,_0x109f62,_0x483f01,_0x3f5227)=>{this['_setActiveItem'](_0x3f5227,_0x483f01);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x57bf44['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x57bf44,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x121fe0){_0x121fe0['forEach'](_0x1dc91a=>{'insert'==_0x1dc91a['type']?this['_insertItem'](_0x1dc91a['index'],..._0x1dc91a['values']):'delete'==_0x1dc91a['type']&&this['_deleteItem'](_0x1dc91a['index'],_0x1dc91a['howMany']);});}['_setActiveItem'](_0xc1179c,_0x31aed3){if(-0x1!==_0xc1179c){const _0x12a346=this['items']['get'](_0xc1179c);_0x12a346&&(_0x12a346['isActive']=!0x1);}-0x1!==_0x31aed3&&(this['items']['get'](_0x31aed3)['isActive']=!0x0,this['_scrollToItem'](_0x31aed3));}['_insertItem'](_0x7914be,..._0x191ab4){const _0x4d2801=_0x191ab4['map']((_0x5eceed,_0x2c1993)=>{const _0x2a637b=new $(this['locale'],this['showEmptyHeadingText']);return _0x2a637b['text']=_0x5eceed['text'],_0x2a637b['level']=_0x5eceed['level'],_0x7914be+_0x2c1993===this['activeItemIndex']&&(_0x2a637b['isActive']=!0x0),_0x2a637b;});this['items']['addMany'](_0x4d2801,_0x7914be);}['_deleteItem'](_0x4f747c,_0x4f549e){do{this['items']['remove'](_0x4f747c);}while(--_0x4f549e);}['_handleItemClick'](_0x2d95fb){const _0x1fc0f2=this['items']['getIndex'](_0x2d95fb['source']);this['fire']('itemSelected',_0x1fc0f2);}['_scrollToItem'](_0xf08317){_0xeb340d(this['items']['get'](_0xf08317)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x6d4f9a{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a9014){super(_0x3a9014),this['view']=new l(_0x3a9014['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x11831b(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x18f2ba=this['editor'],_0x37c686=_0x18f2ba['plugins']['get']('DocumentOutlineUtils');let _0x55cffd=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x18f2ba['config']['get']('documentOutline.container'))throw new _0x3e611f('document-outline-container-not-provided',{'editor':_0x18f2ba});_0x18f2ba['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x37c686['on']('change',this['_handleOutlineChange']['bind'](this)),_0x37c686['on']('activeItemIndex',(_0x1adebf,{index:_0x46c6c7})=>this['_setActiveViewItem'](_0x46c6c7)),this['view']['on']('itemSelected',(_0x1fbb24,_0x127a40)=>{_0x55cffd=!0x0,this['_handleItemSelected'](_0x127a40);}),this['view']['listenTo'](_0xff4c67['document'],'scroll',()=>{_0x55cffd?_0x55cffd=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0xff4c67['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x196a62){const _0x125cba=_0x17bda6([0x38,0x75,0x34,0x78,0x44,0x66,0x69,0x4b,0x53,0x71,0x49,0x31,0x77,0x6a,0x70,0x41,0x79,0x30,0x6e,0x74,0x36,0x55,0x51,0x42,0x4f,0x6d,0x4d,0x4e,0x62,0x50,0x63,0x67,0x43,0x68,0x61,0x54,0x6b,0x47,0x64,0x48,0x4c,0x58,0x6c,0x73,0x4a,0x7a,0x65,0x72,0x5a,0x56,0x52,0x37,0x45,0x39,0x59,0x46,0x35,0x32,0x6f,0x33,0x76,0x57]),_0x561287=0x7a6e59b,_0x1f26cc=0x7a182eb^_0x561287,_0x929e35=window[_0x17bda6([0x44,0x61,0x74,0x65])][_0x17bda6([0x6e,0x6f,0x77])](),_0x46d634=_0x196a62[_0x17bda6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2ad57d=new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x389639=>{_0x46d634[_0x17bda6([0x6f,0x6e,0x63,0x65])](_0x17bda6([0x72,0x65,0x61,0x64,0x79]),_0x389639);}),_0xcc2147={[_0x17bda6([0x6b,0x74,0x79])]:_0x17bda6([0x45,0x43]),[_0x17bda6([0x75,0x73,0x65])]:_0x17bda6([0x73,0x69,0x67]),[_0x17bda6([0x63,0x72,0x76])]:_0x17bda6([0x50,0x2d,0x32,0x35,0x36]),[_0x17bda6([0x78])]:_0x17bda6([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]),[_0x17bda6([0x79])]:_0x17bda6([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]),[_0x17bda6([0x61,0x6c,0x67])]:_0x17bda6([0x45,0x53,0x32,0x35,0x36])},_0x4b04bb=_0x46d634[_0x17bda6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x17bda6([0x67,0x65,0x74])](_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50f3ce(){let _0x80684f,_0x478d6f=null,_0x17a76e=null;try{if(_0x4b04bb==_0x17bda6([0x47,0x50,0x4c]))return _0x17bda6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x80684f=_0x1a87eb(),!_0x80684f)return _0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x80684f[_0x17bda6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x17a76e=_0x45ce5a(_0x80684f[_0x17bda6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x80684f[_0x17bda6([0x6a,0x74,0x69])])),await _0x5b11fa()?_0x4173f3()?_0x3aebee()?_0x17bda6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x101d1f()?(_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17bda6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x478d6f=_0x19421b(_0x17bda6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17bda6([0x74,0x72,0x69,0x61,0x6c])&&(_0x478d6f=_0x19421b(_0x17bda6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a5754()):_0x17bda6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x17bda6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5e6ff7){return _0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3aebee(){const _0x455fa6=[_0x17bda6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x17bda6([0x74,0x72,0x69,0x61,0x6c])][_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x929e35/0x3e8:0xe10*_0x1f26cc;return _0x80684f[_0x17bda6([0x65,0x78,0x70])]<_0x455fa6;}function _0x4173f3(){const _0x145baa=_0x80684f[_0x17bda6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x145baa&&(!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x2a]))||(!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x44,0x4f]))||!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x50,0x50]))));}function _0x101d1f(){const _0x552f82=_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x552f82||0x0==_0x552f82[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x316996}=new URL(window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x552f82[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x316996))return!0x0;const _0x4c1321=_0x316996[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e]));return _0x552f82[_0x17bda6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x454910=>_0x454910[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x2a])))[_0x17bda6([0x6d,0x61,0x70])](_0x242fe7=>_0x242fe7[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e])))[_0x17bda6([0x73,0x6f,0x6d,0x65])](_0x2e5817=>_0x4c1321[_0x17bda6([0x65,0x76,0x65,0x72,0x79])]((_0x31a1b5,_0x39f20b)=>_0x2e5817[_0x39f20b]===_0x31a1b5||_0x2e5817[_0x39f20b]===_0x17bda6([0x2a])));}function _0x1a5754(){return _0x478d6f&&_0x17a76e?new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2fc8cc,_0xfab4f7)=>{_0x478d6f[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x2fc8cc,_0xfab4f7),_0x17a76e[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x3ee71e=>{_0x3ee71e!=_0x17bda6([0x56,0x61,0x6c,0x69,0x64])&&_0x2fc8cc(_0x3ee71e);},_0xfab4f7);}):_0x478d6f||_0x17a76e||_0x17bda6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x45ce5a(_0x33d0f5,_0xeb4075){return new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a834c=>{if(_0xfa4a82())return _0x1a834c(_0x17bda6([0x56,0x61,0x6c,0x69,0x64]));_0x7e9501(),_0x46d634[_0x17bda6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ca080=!0x1;const _0x4d1faf=_0x20dcb9();function _0x2ef714(_0x24801c){return!!_0x24801c&&(typeof _0x24801c===_0x17bda6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x24801c===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x24801c[_0x17bda6([0x74,0x68,0x65,0x6e])]===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x24801c[_0x17bda6([0x63,0x61,0x74,0x63,0x68])]===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41e574(_0x4c0b8d){_0x4465f3(_0x4c0b8d)[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x42224f=>{if(!_0x42224f||_0x42224f[_0x17bda6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x17bda6([0x6f,0x6b]))return _0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x379dc1(_0x5b7d6f(_0x4d1faf+_0xeb4075))!=_0x42224f[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x17bda6([0x56,0x61,0x6c,0x69,0x64]);})[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x3a9cab=>(_0x4c9b2d(),_0x3a9cab),()=>{const _0x48ed84=_0x4b760b();return null==_0x48ed84?(_0x4c9b2d(),_0x17bda6([0x56,0x61,0x6c,0x69,0x64])):_0x17bda6(_0x929e35-_0x48ed84>(0x23aa619b^_0x561287)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x1a834c)[_0x17bda6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x193103=0x7900b1b^_0x561287;function _0x4c9b2d(){const _0x552a4e=_0x17bda6([0x6c,0x6c,0x63,0x74,0x2d])+_0x379dc1(_0x5b7d6f(_0x33d0f5)),_0xb5ed71=_0x471367(_0x379dc1(window[_0x17bda6([0x4d,0x61,0x74,0x68])][_0x17bda6([0x63,0x65,0x69,0x6c])](_0x929e35/_0x193103)));window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17bda6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x552a4e,_0xb5ed71);}function _0x4b760b(){const _0x370989=_0x17bda6([0x6c,0x6c,0x63,0x74,0x2d])+_0x379dc1(_0x5b7d6f(_0x33d0f5)),_0x4e1e8c=window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17bda6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x370989);return _0x4e1e8c?window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x471367(_0x4e1e8c),0x10)*_0x193103:null;}function _0x4465f3(_0x38f18a){return new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b2161,_0x15aa01)=>{_0x38f18a[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x4b2161,_0x15aa01),window[_0x17bda6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x15aa01,0x7a7315b^_0x561287);});}}_0x46d634[_0x17bda6([0x6f,0x6e])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26667f,_0x45c218)=>{if(_0x45c218[0x0]!=_0x33d0f5)return _0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x45c218[0x1]={..._0x45c218[0x1],[_0x17bda6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4d1faf};},{[_0x17bda6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17bda6([0x68,0x69,0x67,0x68])}),_0x46d634[_0x17bda6([0x6f,0x6e])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x358040=>{_0x2ef714(_0x358040[_0x17bda6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ca080=!0x0,_0x41e574(_0x358040[_0x17bda6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x17bda6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17bda6([0x6c,0x6f,0x77])}),_0x2ad57d[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>{_0x4ca080||_0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xfa4a82(){return _0x46d634[_0x17bda6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17bda6([0x76,0x69,0x65,0x77])][_0x17bda6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x17bda6([0x61,0x75,0x74,0x6f]);}function _0x7e9501(){_0x46d634[_0x17bda6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17bda6([0x76,0x69,0x65,0x77])][_0x17bda6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17bda6([0x61,0x75,0x74,0x6f]);}}function _0x19421b(_0x5a9617){const _0x5c510e=[new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe0716b=>setTimeout(_0xe0716b,0x7afdb57^_0x561287)),_0x2ad57d[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x311e8a=>{let _0x8831b4=0x0;_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x6f,0x6e])](_0x17bda6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x194914,_0x2d3a0a)=>{_0x2d3a0a[0x0][_0x17bda6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8831b4++,_0x8831b4==(0x7a6e463^_0x561287)&&(_0x311e8a(),_0x194914[_0x17bda6([0x6f,0x66,0x66])]());});}))];return window[_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17bda6([0x72,0x61,0x63,0x65])](_0x5c510e)[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>_0x5a9617);}async function _0xad85f1(){await _0x2ad57d,_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x47db24,_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x47db24,_0x46d634[_0x17bda6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x236ca9(_0x5220f1){const _0x26cc07=_0x394b21();_0x46d634[_0x26cc07]=_0x17bda6([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])+_0x5220f1,_0x5220f1!=_0x17bda6([0x56,0x61,0x6c,0x69,0x64])&&_0xad85f1();}function _0x394b21(){const _0xe3199f=window[_0x17bda6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x17bda6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x17bda6([0x6e,0x6f,0x77])]())[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x17bda6([0x2e]),'');let _0x54b3ee=_0x17bda6([0x75]);for(let _0x227f7e=0x0;_0x227f7e<_0xe3199f[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x227f7e+=0x2){let _0x1f57cf=window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe3199f[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x227f7e,_0x227f7e+0x2));_0x1f57cf>=_0x125cba[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f57cf-=_0x125cba[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x54b3ee+=_0x125cba[_0x1f57cf];}return _0x54b3ee;}function _0x1a87eb(){const _0x36249d=_0x4b04bb[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e]));if(0x3!=_0x36249d[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x446cb3(_0x36249d[0x1]);function _0x446cb3(_0x55f635){const _0xfa2202=_0x5eb5b0(_0x55f635);return _0xfa2202&&_0x35ca57()?_0xfa2202:null;function _0x35ca57(){const _0x2654e5=_0xfa2202[_0x17bda6([0x6a,0x74,0x69])],_0x5b36d8=window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2654e5[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2654e5[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x442a85={..._0xfa2202,[_0x17bda6([0x6a,0x74,0x69])]:_0x2654e5[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2654e5[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x442a85[_0x17bda6([0x76,0x63])],_0x5b7d6f(_0x442a85)==_0x5b36d8;}}}async function _0x5b11fa(){let _0x41d3e7=!0x0;try{const _0x3a4720=_0x4b04bb[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e])),[_0x4efdc1,_0x2000a6,_0x4e24f8]=_0x3a4720;return _0x5c6454(_0x4efdc1),await _0x56dd55(_0x4efdc1,_0x2000a6,_0x4e24f8),_0x41d3e7;}catch(_0x37ebe7){return!0x1;}function _0x5c6454(_0x389821){const _0x353951=_0x5eb5b0(_0x389821);_0x353951&&_0x353951[_0x17bda6([0x61,0x6c,0x67])]==_0x17bda6([0x45,0x53,0x32,0x35,0x36])||(_0x41d3e7=!0x1);}async function _0x56dd55(_0x20cb2b,_0x3825c5,_0xd14533){const _0x4ab461=window[_0x17bda6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x17bda6([0x66,0x72,0x6f,0x6d])](_0x1adcb5(_0xd14533),_0x302ceb=>_0x302ceb[_0x17bda6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12853d=new window[(_0x17bda6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x17bda6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x20cb2b+_0x17bda6([0x2e])+_0x3825c5),_0x29f055=window[_0x17bda6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x17bda6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x29f055)return;const _0x182357=await _0x29f055[_0x17bda6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x17bda6([0x6a,0x77,0x6b]),_0xcc2147,{[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x45,0x43,0x44,0x53,0x41]),[_0x17bda6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x17bda6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x29f055[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x45,0x43,0x44,0x53,0x41]),[_0x17bda6([0x68,0x61,0x73,0x68])]:{[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x182357,_0x4ab461,_0x12853d)||(_0x41d3e7=!0x1);}}function _0x5eb5b0(_0x12571f){return _0x12571f[_0x17bda6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x17bda6([0x65,0x79]))?JSON[_0x17bda6([0x70,0x61,0x72,0x73,0x65])](_0x1adcb5(_0x12571f)):null;}function _0x1adcb5(_0x53fe31){return window[_0x17bda6([0x61,0x74,0x6f,0x62])](_0x53fe31[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x17bda6([0x2b]))[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x17bda6([0x2f])));}function _0x5b7d6f(_0x3972dd){let _0x167ad3=0x1505;function _0x21a002(_0x2a7889){for(let _0x45cb59=0x0;_0x45cb59<_0x2a7889[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45cb59++){const _0xdf9b78=_0x2a7889[_0x17bda6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x45cb59);_0x167ad3=(_0x167ad3<<0x5)+_0x167ad3+_0xdf9b78,_0x167ad3&=_0x167ad3;}}function _0x74715e(_0x1be3af){Array[_0x17bda6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1be3af)?_0x1be3af[_0x17bda6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x74715e):_0x1be3af&&typeof _0x1be3af==_0x17bda6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x17bda6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1be3af)[_0x17bda6([0x73,0x6f,0x72,0x74])]()[_0x17bda6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15af13,_0x1d7420])=>{_0x21a002(_0x15af13),_0x74715e(_0x1d7420);}):_0x21a002(window[_0x17bda6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1be3af));}return _0x74715e(_0x3972dd),_0x167ad3>>>0x0;}function _0x379dc1(_0x3be101){return _0x3be101[_0x17bda6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x17bda6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x17bda6([0x30]));}function _0x471367(_0x1f090b){return _0x1f090b[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x17bda6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x17bda6([0x6a,0x6f,0x69,0x6e])]('');}function _0x47db24(){}function _0x17bda6(_0x338455){return _0x338455['map'](_0x372c89=>String['fromCharCode'](_0x372c89))['join']('');}_0x236ca9(await _0x50f3ce());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x4db5a4,{outlineDefinitions:_0x24a8c3,outlineChanges:_0x5c4f38}){this['_currentOutlineDefinitions']=_0x24a8c3,this['view']['sync'](_0x5c4f38);}['_setActiveViewItem'](_0x307066){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x307066]&&(this['view']['activeItemIndex']=_0x307066);}['_handleItemSelected'](_0x3ea2b2){const _0x81fd8b=this['_currentOutlineDefinitions'][_0x3ea2b2]['modelElement'];this['editor']['model']['change'](_0x1fa86d=>{_0x1fa86d['setSelection'](_0x81fd8b,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3ea2b2);}['_updateActiveDefinitionOnViewportChange'](){const _0xfeb7ee=this['editor'];let _0x2f9c58;for(const _0x336a29 of _0xfeb7ee['model']['document']['getRootNames']()){const _0x9d4502=_0xfeb7ee['editing']['view']['getDomRoot'](_0x336a29),_0x32d5a2=_0x9d4502&&new _0x1fcfd9(_0x9d4502)['getVisible']();if(_0x32d5a2){const _0x275051=new _0x1fcfd9(_0xff4c67['window'])['getIntersection'](_0x32d5a2);_0x275051&&(_0x2f9c58=_0x275051['top']+0.25*_0x275051['height']);}}if(void 0x0===_0x2f9c58)return;const _0x283fa7=d(_0xfeb7ee['editing'],this['_currentOutlineDefinitions'],_0x2f9c58);_0x283fa7?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x283fa7)):this['_setActiveViewItem'](-0x1);}}function d(_0x3a3a64,_0x3165e8,_0x110117,_0x474934=0x0,_0x35fc95=_0x3165e8['length']-0x1){const _0x437000=Math['floor'](_0x474934+(_0x35fc95-_0x474934)/0x2);if(_0x35fc95>=_0x474934){const _0x18dfdb=_0x3165e8[_0x437000],_0x6c02c1=_0x3a3a64['mapper']['toViewElement'](_0x18dfdb['modelElement']);if(!_0x6c02c1)return null;const _0x280d7c=_0x3a3a64['view']['domConverter']['mapViewToDom'](_0x6c02c1);return new _0x1fcfd9(_0x280d7c)['bottom']>_0x110117?d(_0x3a3a64,_0x3165e8,_0x110117,_0x474934,_0x437000-0x1):d(_0x3a3a64,_0x3165e8,_0x110117,_0x437000+0x1,_0x35fc95);}return _0x437000<0x0?null:_0x3165e8[_0x437000];}class u extends _0x6d4f9a{['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 _0x40b2ac=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x451ee7;for(const _0x58e941 in _0x40b2ac){const _0x1db356=_0x58e941,_0x33a183=_0x40b2ac[_0x1db356];if('documentOutlineLicenseKeyValid'==_0x33a183||'documentOutlineLicenseKeyInvalid'==_0x33a183||'documentOutlineLicenseKeyExpired'==_0x33a183||'documentOutlineLicenseKeyDomainLimit'==_0x33a183||'documentOutlineLicenseKeyNotAllowed'==_0x33a183||'documentOutlineLicenseKeyEvaluationLimit'==_0x33a183||'documentOutlineLicenseKeyTrialLimit'==_0x33a183||'documentOutlineLicenseKeyUsageLimit'==_0x33a183){delete _0x40b2ac[_0x1db356],_0x451ee7=_0x33a183,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x451ee7&&_0x40b2ac['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x451ee7&&_0x40b2ac['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x451ee7&&_0x40b2ac['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x238ff5{['execute'](){this['editor']['model']['change'](_0x2fb9db=>{this['editor']['model']['insertObject'](_0x2fb9db['createElement']('tableOfContents'));});}['refresh'](){const _0x136c4d=this['editor']['model'],_0x47a9ab=_0x136c4d['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x47a9ab&&_0x136c4d['schema']['findAllowedParent'](_0x47a9ab,'tableOfContents'));}}class b extends _0x6d4f9a{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x27dae4=this['editor'];if(_0x27dae4['config']['get']('headingId.modelAttributeName'))return;(function(_0x508e00){const _0x5d9cc0=new Map();if(_0x508e00)return _0x508e00['forEach'](_0x5da5e6=>{'paragraph'!==_0x5da5e6['model']&&_0x5d9cc0['set'](_0x5da5e6['view'],_0x5da5e6['model']);}),_0x5d9cc0['get']('h1')||_0x5d9cc0['set']('h1','heading1'),_0x5d9cc0;return _0x5d9cc0;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x2025fa,_0x292616)=>{this['_customUpcastHeadingsConversion'](_0x292616),this['_customDataDowncastHeadingsConversion'](_0x2025fa),_0x27dae4['model']['schema']['isRegistered'](_0x2025fa)&&_0x27dae4['model']['schema']['extend'](_0x2025fa,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x131613){this['editor']['conversion']['for']('upcast')['add'](_0x5644f6=>_0x5644f6['on']('element:'+_0x131613,(_0x39d61f,_0x527257,_0x4a3ba2)=>{const {consumable:_0x5f5ccd,writer:_0x480f7d}=_0x4a3ba2,_0x44a5ca=_0x527257['viewItem']['getAttribute']('id'),_0x2597b0=_0x527257['modelRange']['getContainedElement']();if(_0x2597b0)return _0x44a5ca&&_0x44a5ca['length']||_0x2597b0['hasAttribute']('headingId')?void(_0x5f5ccd['consume'](_0x527257['viewItem'],{'attributes':['id']})&&_0x480f7d['setAttribute']('headingId',_0x44a5ca,_0x2597b0)):(_0x5f5ccd['consume'](_0x527257['viewItem'],{'attributes':['id']}),void _0x480f7d['setAttribute']('headingId',_0x20dcb9(),_0x2597b0));},{'priority':_0x122628['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x367d83){this['editor']['conversion']['for']('downcast')['add'](_0x1eb958=>_0x1eb958['on']('attribute:headingId:'+_0x367d83,(_0x5448c0,_0x45029a,_0x3d896f)=>{if(!_0x3d896f['consumable']['consume'](_0x45029a['item'],_0x5448c0['name']))return;const _0x19eee4=_0x45029a['item']['getAttribute']('headingId'),_0x121af3=_0x3d896f['mapper']['toViewElement'](_0x45029a['item']);_0x3d896f['writer']['setAttribute']('id',_0x19eee4,_0x121af3);}));}['_registerHeadingIdAttributePostfixer'](){const _0x216bfb=this['editor'],_0x1c6d9d=new Set(),_0x1de5a9=new Set();function _0x3c10d5(_0x4bb61c,_0x4c9fc3){const _0x313760=_0x20dcb9();return _0x1de5a9['add'](_0x313760),_0x4bb61c['setAttribute']('headingId',_0x313760,_0x4c9fc3),_0x313760;}function _0x413e44(_0x174a29,_0x1bcc56){_0x174a29['removeAttribute']('headingId',_0x1bcc56);}_0x216bfb['model']['document']['registerPostFixer'](_0x3f63b7=>{const _0xc1e980=_0x216bfb['model']['document']['differ']['getChanges']();let _0x563f73=!0x1;for(const _0x4cca21 of _0xc1e980)if('insert'==_0x4cca21['type']&&_0x4cca21['name']){if(_0x4cca21['name']['match'](/heading\d/)){const _0x39c1f3=_0x4cca21['attributes']['get']('headingId');'string'==typeof _0x39c1f3?_0x1c6d9d['has'](_0x39c1f3)?(_0x3c10d5(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0):_0x1de5a9['add'](_0x39c1f3):(_0x3c10d5(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0);}else'string'==typeof _0x4cca21['attributes']['get']('headingId')&&(_0x413e44(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0);}else{if('remove'==_0x4cca21['type']){const _0x5b3931=_0x4cca21['attributes']['get']('headingId');'string'==typeof _0x5b3931&&_0x1c6d9d['delete'](_0x5b3931);}}return _0x563f73;}),_0x216bfb['model']['document']['on']('change',()=>{_0x1de5a9['forEach'](_0x44234d=>_0x1c6d9d['add'](_0x44234d)),_0x1de5a9['clear']();});}}class s extends _0x6d4f9a{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x1c6a6d,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x57eb9b){super(_0x57eb9b),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x567c8b=this['editor'],_0x58e1a8=_0x567c8b['editing']['view']['document'];_0x567c8b['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x567c8b['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x58e1a8,'click',(_0x1755d2,_0x743b6f)=>{if(!_0x743b6f['target'])return;const _0x6e4f70=_0x743b6f['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x6e4f70)&&(_0x743b6f['domEvent']['preventDefault'](),_0x1755d2['stop'](),this['_handleScrollToHeading'](_0x6e4f70));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x567c8b['commands']['add']('insertTableOfContents',new O(_0x567c8b)),(_0x567c8b['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x1cb2a7,_0x45e7d9)=>{this['_currentOutlineDefinitions']=_0x45e7d9['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x567c8b['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0xe5954f){const _0x1ab3ec=_0x6dd11e([0x37,0x45,0x76,0x63,0x7a,0x54,0x4c,0x30,0x39,0x57,0x41,0x43,0x48,0x35,0x55,0x50,0x38,0x6f,0x42,0x62,0x75,0x47,0x56,0x70,0x32,0x73,0x33,0x6c,0x4f,0x5a,0x4a,0x31,0x4e,0x46,0x78,0x58,0x52,0x61,0x6d,0x71,0x53,0x59,0x44,0x36,0x6a,0x68,0x6b,0x49,0x79,0x67,0x64,0x74,0x4b,0x4d,0x65,0x6e,0x66,0x51,0x77,0x34,0x72,0x69]),_0x4924ad=0x7672f2b6,_0x59f276=0x767595c6^_0x4924ad,_0x3d8b8e=window[_0x6dd11e([0x44,0x61,0x74,0x65])][_0x6dd11e([0x6e,0x6f,0x77])](),_0x16a3aa=_0xe5954f[_0x6dd11e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2da00e=new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33b80d=>{_0x16a3aa[_0x6dd11e([0x6f,0x6e,0x63,0x65])](_0x6dd11e([0x72,0x65,0x61,0x64,0x79]),_0x33b80d);}),_0x2a3e1c={[_0x6dd11e([0x6b,0x74,0x79])]:_0x6dd11e([0x45,0x43]),[_0x6dd11e([0x75,0x73,0x65])]:_0x6dd11e([0x73,0x69,0x67]),[_0x6dd11e([0x63,0x72,0x76])]:_0x6dd11e([0x50,0x2d,0x32,0x35,0x36]),[_0x6dd11e([0x78])]:_0x6dd11e([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]),[_0x6dd11e([0x79])]:_0x6dd11e([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]),[_0x6dd11e([0x61,0x6c,0x67])]:_0x6dd11e([0x45,0x53,0x32,0x35,0x36])},_0x5873fe=_0x16a3aa[_0x6dd11e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x6dd11e([0x67,0x65,0x74])](_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x20fe3f(){let _0x4a777b,_0x274a90=null,_0x259b28=null;try{if(_0x5873fe==_0x6dd11e([0x47,0x50,0x4c]))return _0x6dd11e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a777b=_0x5bb81d(),!_0x4a777b)return _0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a777b[_0x6dd11e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x259b28=_0x5bb6a7(_0x4a777b[_0x6dd11e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a777b[_0x6dd11e([0x6a,0x74,0x69])])),await _0xfb60bf()?_0x712e52()?_0x59c565()?_0x6dd11e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17ec74()?(_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6dd11e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x274a90=_0x26aa9a(_0x6dd11e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6dd11e([0x74,0x72,0x69,0x61,0x6c])&&(_0x274a90=_0x26aa9a(_0x6dd11e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x18ad5a()):_0x6dd11e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x6dd11e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x35babd){return _0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x59c565(){const _0x16d587=[_0x6dd11e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x6dd11e([0x74,0x72,0x69,0x61,0x6c])][_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d8b8e/0x3e8:0xe10*_0x59f276;return _0x4a777b[_0x6dd11e([0x65,0x78,0x70])]<_0x16d587;}function _0x712e52(){const _0x410c31=_0x4a777b[_0x6dd11e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x410c31&&(!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x2a]))||(!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x54,0x4f,0x43]))||!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x50,0x50]))));}function _0x17ec74(){const _0x500318=_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x500318||0x0==_0x500318[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x10d07a}=new URL(window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x500318[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10d07a))return!0x0;const _0x1dfc6e=_0x10d07a[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e]));return _0x500318[_0x6dd11e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8c4886=>_0x8c4886[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x2a])))[_0x6dd11e([0x6d,0x61,0x70])](_0x1c3c76=>_0x1c3c76[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e])))[_0x6dd11e([0x73,0x6f,0x6d,0x65])](_0x3e3c8d=>_0x1dfc6e[_0x6dd11e([0x65,0x76,0x65,0x72,0x79])]((_0xf59380,_0x5754f5)=>_0x3e3c8d[_0x5754f5]===_0xf59380||_0x3e3c8d[_0x5754f5]===_0x6dd11e([0x2a])));}function _0x18ad5a(){return _0x274a90&&_0x259b28?new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x239b8c,_0x559b17)=>{_0x274a90[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x239b8c,_0x559b17),_0x259b28[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x1c5cd8=>{_0x1c5cd8!=_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])&&_0x239b8c(_0x1c5cd8);},_0x559b17);}):_0x274a90||_0x259b28||_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5bb6a7(_0x56011e,_0x69c7b0){return new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35197d=>{if(_0x291dfb())return _0x35197d(_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]));_0x37036d(),_0x16a3aa[_0x6dd11e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x342447=!0x1;const _0x2a98b1=_0x20dcb9();function _0x4b6a2e(_0x401e15){return!!_0x401e15&&(typeof _0x401e15===_0x6dd11e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x401e15===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x401e15[_0x6dd11e([0x74,0x68,0x65,0x6e])]===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x401e15[_0x6dd11e([0x63,0x61,0x74,0x63,0x68])]===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x458a72(_0x56a9f5){_0x3334d9(_0x56a9f5)[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x2ca9c3=>{if(!_0x2ca9c3||_0x2ca9c3[_0x6dd11e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x6dd11e([0x6f,0x6b]))return _0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3c5f12(_0x24ce32(_0x2a98b1+_0x69c7b0))!=_0x2ca9c3[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]);})[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x57eecf=>(_0x12030c(),_0x57eecf),()=>{const _0x5f0ee5=_0xd019fe();return null==_0x5f0ee5?(_0x12030c(),_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])):_0x6dd11e(_0x3d8b8e-_0x5f0ee5>(0x527e76b6^_0x4924ad)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x35197d)[_0x6dd11e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x32557e=0x76441c36^_0x4924ad;function _0x12030c(){const _0x2a035d=_0x6dd11e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f12(_0x24ce32(_0x56011e)),_0x8da6f9=_0x56ed29(_0x3c5f12(window[_0x6dd11e([0x4d,0x61,0x74,0x68])][_0x6dd11e([0x63,0x65,0x69,0x6c])](_0x3d8b8e/_0x32557e)));window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6dd11e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a035d,_0x8da6f9);}function _0xd019fe(){const _0x5c6d40=_0x6dd11e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f12(_0x24ce32(_0x56011e)),_0x4eebce=window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6dd11e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c6d40);return _0x4eebce?window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56ed29(_0x4eebce),0x10)*_0x32557e:null;}function _0x3334d9(_0x11c6ed){return new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a042c,_0x1fd334)=>{_0x11c6ed[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x1a042c,_0x1fd334),window[_0x6dd11e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1fd334,0x76732676^_0x4924ad);});}}_0x16a3aa[_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23d7c3,_0x206bdd)=>{if(_0x206bdd[0x0]!=_0x56011e)return _0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x206bdd[0x1]={..._0x206bdd[0x1],[_0x6dd11e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2a98b1};},{[_0x6dd11e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6dd11e([0x68,0x69,0x67,0x68])}),_0x16a3aa[_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2aecf0=>{_0x4b6a2e(_0x2aecf0[_0x6dd11e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x342447=!0x0,_0x458a72(_0x2aecf0[_0x6dd11e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x6dd11e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6dd11e([0x6c,0x6f,0x77])}),_0x2da00e[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>{_0x342447||_0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x291dfb(){return _0x16a3aa[_0x6dd11e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6dd11e([0x76,0x69,0x65,0x77])][_0x6dd11e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x6dd11e([0x61,0x75,0x74,0x6f]);}function _0x37036d(){_0x16a3aa[_0x6dd11e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6dd11e([0x76,0x69,0x65,0x77])][_0x6dd11e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x6dd11e([0x61,0x75,0x74,0x6f]);}}function _0x26aa9a(_0x4d08ae){const _0x37a808=[new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57c485=>setTimeout(_0x57c485,0x767bcc7a^_0x4924ad)),_0x2da00e[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33347c=>{let _0x2a5c3c=0x0;_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1245b0,_0x11f512)=>{_0x11f512[0x0][_0x6dd11e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a5c3c++,_0x2a5c3c==(0x7672f34e^_0x4924ad)&&(_0x33347c(),_0x1245b0[_0x6dd11e([0x6f,0x66,0x66])]());});}))];return window[_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x6dd11e([0x72,0x61,0x63,0x65])](_0x37a808)[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>_0x4d08ae);}async function _0x496aba(){await _0x2da00e,_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b20ed,_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b20ed,_0x16a3aa[_0x6dd11e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4a06c4(_0x5510e4){const _0xd3bd23=_0x52f95c();_0x16a3aa[_0xd3bd23]=_0x6dd11e([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])+_0x5510e4,_0x5510e4!=_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])&&_0x496aba();}function _0x52f95c(){const _0x255f18=window[_0x6dd11e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x6dd11e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x6dd11e([0x6e,0x6f,0x77])]())[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x6dd11e([0x2e]),'');let _0x4f063a=_0x6dd11e([0x45]);for(let _0xbb9f35=0x0;_0xbb9f35<_0x255f18[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xbb9f35+=0x2){let _0x27dd4c=window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x255f18[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbb9f35,_0xbb9f35+0x2));_0x27dd4c>=_0x1ab3ec[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x27dd4c-=_0x1ab3ec[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f063a+=_0x1ab3ec[_0x27dd4c];}return _0x4f063a;}function _0x5bb81d(){const _0xc368bd=_0x5873fe[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e]));if(0x3!=_0xc368bd[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x263e92(_0xc368bd[0x1]);function _0x263e92(_0xe665e){const _0x4f13ef=_0x51dbe8(_0xe665e);return _0x4f13ef&&_0x28afbb()?_0x4f13ef:null;function _0x28afbb(){const _0xa8df4a=_0x4f13ef[_0x6dd11e([0x6a,0x74,0x69])],_0x58943f=window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa8df4a[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa8df4a[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4c3ff1={..._0x4f13ef,[_0x6dd11e([0x6a,0x74,0x69])]:_0xa8df4a[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xa8df4a[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4c3ff1[_0x6dd11e([0x76,0x63])],_0x24ce32(_0x4c3ff1)==_0x58943f;}}}async function _0xfb60bf(){let _0x215ae2=!0x0;try{const _0x3f739c=_0x5873fe[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e])),[_0x44d83a,_0x3b7ec9,_0x10a109]=_0x3f739c;return _0x2ee589(_0x44d83a),await _0x179f24(_0x44d83a,_0x3b7ec9,_0x10a109),_0x215ae2;}catch(_0x22dea2){return!0x1;}function _0x2ee589(_0x49f1ed){const _0x1bfdf8=_0x51dbe8(_0x49f1ed);_0x1bfdf8&&_0x1bfdf8[_0x6dd11e([0x61,0x6c,0x67])]==_0x6dd11e([0x45,0x53,0x32,0x35,0x36])||(_0x215ae2=!0x1);}async function _0x179f24(_0x171b5f,_0x4029ea,_0x48cbc4){const _0x3327d7=window[_0x6dd11e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x6dd11e([0x66,0x72,0x6f,0x6d])](_0x443c75(_0x48cbc4),_0x2c7cb0=>_0x2c7cb0[_0x6dd11e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f778b=new window[(_0x6dd11e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x6dd11e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x171b5f+_0x6dd11e([0x2e])+_0x4029ea),_0x52fb2b=window[_0x6dd11e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x6dd11e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x52fb2b)return;const _0x18a4f1=await _0x52fb2b[_0x6dd11e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x6dd11e([0x6a,0x77,0x6b]),_0x2a3e1c,{[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x45,0x43,0x44,0x53,0x41]),[_0x6dd11e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x6dd11e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x52fb2b[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x45,0x43,0x44,0x53,0x41]),[_0x6dd11e([0x68,0x61,0x73,0x68])]:{[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x18a4f1,_0x3327d7,_0x1f778b)||(_0x215ae2=!0x1);}}function _0x51dbe8(_0x3a42cf){return _0x3a42cf[_0x6dd11e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x6dd11e([0x65,0x79]))?JSON[_0x6dd11e([0x70,0x61,0x72,0x73,0x65])](_0x443c75(_0x3a42cf)):null;}function _0x443c75(_0x22849d){return window[_0x6dd11e([0x61,0x74,0x6f,0x62])](_0x22849d[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x6dd11e([0x2b]))[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x6dd11e([0x2f])));}function _0x24ce32(_0x428f8a){let _0x43f8a8=0x1505;function _0x38a178(_0x663b49){for(let _0x2a0730=0x0;_0x2a0730<_0x663b49[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a0730++){const _0x3cf283=_0x663b49[_0x6dd11e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2a0730);_0x43f8a8=(_0x43f8a8<<0x5)+_0x43f8a8+_0x3cf283,_0x43f8a8&=_0x43f8a8;}}function _0x3db491(_0x13ad07){Array[_0x6dd11e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x13ad07)?_0x13ad07[_0x6dd11e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3db491):_0x13ad07&&typeof _0x13ad07==_0x6dd11e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x6dd11e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x13ad07)[_0x6dd11e([0x73,0x6f,0x72,0x74])]()[_0x6dd11e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x344a75,_0x1581d5])=>{_0x38a178(_0x344a75),_0x3db491(_0x1581d5);}):_0x38a178(window[_0x6dd11e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x13ad07));}return _0x3db491(_0x428f8a),_0x43f8a8>>>0x0;}function _0x3c5f12(_0x1ccb28){return _0x1ccb28[_0x6dd11e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x6dd11e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x6dd11e([0x30]));}function _0x56ed29(_0x5db29e){return _0x5db29e[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x6dd11e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x6dd11e([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b20ed(){}function _0x6dd11e(_0xc927bc){return _0xc927bc['map'](_0x5453b9=>String['fromCharCode'](_0x5453b9))['join']('');}_0x4a06c4(await _0x20fe3f());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x2ec4d1=>{'$graveyard'!==_0x2ec4d1['rootName']&&this['editor']['editing']['reconvertItem'](_0x2ec4d1);});}['_trackNewToCElements'](){for(const _0x533b38 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x533b38['type']||'tableOfContents'!==_0x533b38['name'])return;this['_tableOfContentsElements']['add'](_0x533b38['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x76b54f=this['editor']['conversion'];_0x76b54f['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x76b54f['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1b6272,{writer:_0xf3b250})=>this['_createTableOfContents'](_0xf3b250,!0x0)}),_0x76b54f['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5b8469,{writer:_0x65c5b2})=>{this['_tableOfContentsElements']['add'](_0x5b8469);const _0x3195de=this['_createTableOfContents'](_0x65c5b2);return _0x34832b(_0x3195de,_0x65c5b2,{'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'](_0x318121,_0xff1168=!0x1){const {locale:_0x1e662b}=this['editor'],_0x305d94=_0x318121['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xff1168&&{'data-table-of-contents-label':j(_0x1e662b,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xff1168&&_0x318121['insert'](_0x318121['createPositionAt'](_0x305d94,'end'),_0x318121['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x318121['createText'](j(_0x1e662b,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x4fa5db=_0xff1168?'':'['+j(_0x1e662b,'Empty\x20heading')+']';let _0x5d639c=_0x305d94;return this['_currentOutlineDefinitions']['forEach']((_0x5a277f,_0x57e5fb,_0x4ee12f)=>{const _0x4d6081=this['editor']['model']['hasContent'](_0x5a277f['modelElement'],{'ignoreWhitespaces':!0x0}),_0x3729db=_0x4d6081?_0x5a277f['text']:_0x4fa5db,_0x1036d3=_0x5a277f['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x577c80=_0x318121['createContainerElement']('a',{'href':'#'+_0x1036d3,...!_0xff1168&&{'tabindex':'-1'}},[_0x318121['createText'](_0x3729db)]),_0x315111=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x318121['setCustomProperty']('tableOfContentsHeadingIndex',_0x57e5fb,_0x577c80);const _0x20d13d=_0x318121['createContainerElement']('li',null,[_0x4d6081||!_0xff1168&&_0x315111?_0x577c80:_0x318121['createText']('')]),_0x57040f=_0x57e5fb?_0x4ee12f[_0x57e5fb-0x1]['level']:0x0,_0x25e967=Math['abs'](_0x5a277f['level']-_0x57040f);if(_0x5a277f['level']>_0x57040f){const _0x12a33f=N(_0x20d13d,_0x25e967,_0x318121);_0x318121['insert'](_0x318121['createPositionAt'](_0x5d639c,'end'),_0x12a33f);}else{const _0x71b640=function(_0x3b26d2,_0x4ed8d3){return _0x3b26d2['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x174bc3=>_0x174bc3['is']('element','ol'))[_0x4ed8d3];}(_0x5d639c,_0x25e967);_0x318121['insert'](_0x318121['createPositionAt'](_0x71b640,'end'),_0x20d13d);}_0x5d639c=_0x20d13d;}),_0x305d94;}['_handleScrollToHeading'](_0x396a75){const _0x1a7c58=this['_currentOutlineDefinitions'][_0x396a75]['modelElement'];this['editor']['model']['change'](_0x108732=>{_0x108732['setSelection'](_0x1a7c58,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x2f9b78,_0xda5291)=>{const _0x4638ec=_0xda5291['mapper'],_0x5a65bc=_0x4638ec['findMappedViewAncestor'](_0xda5291['viewPosition']),_0x213bd0=_0x4638ec['toModelElement'](_0x5a65bc);_0x213bd0['is']('element','tableOfContents')&&(_0xda5291['modelPosition']=this['editor']['model']['createPositionAt'](_0x213bd0,0x0),_0x2f9b78['stop']());};}}function N(_0x2b5624,_0x2a0b71,_0x7e0ff){return 0x1===_0x2a0b71?_0x7e0ff['createContainerElement']('ol',null,[_0x2b5624]):_0x7e0ff['createContainerElement']('ol',null,[_0x7e0ff['createContainerElement']('li',null,[N(_0x2b5624,_0x2a0b71-0x1,_0x7e0ff)])]);}class o extends _0x6d4f9a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4e39dd=this['editor'];_0x4e39dd['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x262021=this['_createButton'](_0x5b3fd6);return _0x262021['tooltip']=!0x0,_0x262021;}),_0x4e39dd['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x581bb7)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x23cb25=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4ef588;for(const _0x304940 in _0x23cb25){const _0x417334=_0x304940,_0x3293fc=_0x23cb25[_0x417334];if('tableOfContentsLicenseKeyValid'==_0x3293fc||'tableOfContentsLicenseKeyInvalid'==_0x3293fc||'tableOfContentsLicenseKeyExpired'==_0x3293fc||'tableOfContentsLicenseKeyDomainLimit'==_0x3293fc||'tableOfContentsLicenseKeyNotAllowed'==_0x3293fc||'tableOfContentsLicenseKeyEvaluationLimit'==_0x3293fc||'tableOfContentsLicenseKeyTrialLimit'==_0x3293fc||'tableOfContentsLicenseKeyUsageLimit'==_0x3293fc){delete _0x23cb25[_0x417334],_0x4ef588=_0x3293fc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x4ef588&&_0x23cb25['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x4ef588&&_0x23cb25['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x4ef588&&_0x23cb25['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4d2557){const _0x476ea1=this['editor'],_0x3c299a=_0x476ea1['locale'],_0x40cf73=_0x476ea1['commands']['get']('insertTableOfContents'),_0x3c5538=new _0x4d2557(_0x3c299a);return _0x3c5538['set']({'label':j(_0x3c299a,'Table\x20of\x20contents'),'icon':_0x2dae3c}),_0x3c5538['bind']('isEnabled')['to'](_0x40cf73,'isEnabled'),this['listenTo'](_0x3c5538,'execute',()=>{_0x476ea1['execute']('insertTableOfContents'),_0x476ea1['editing']['view']['focus']();}),_0x3c5538;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x6d4f9a{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.1.0-alpha.
|
|
3
|
+
"version": "45.1.0-alpha.3",
|
|
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.1.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.
|
|
23
|
-
"ckeditor5": "45.1.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.1.0-alpha.3",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.3",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.3",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.3",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.3",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.3",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.3",
|
|
23
|
+
"ckeditor5": "45.1.0-alpha.3",
|
|
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 _0x33a7c5=_0x4e9a;function _0x5483(){const _0x3702cc=['23832457UnWsgq','10359shbzZd','editing','1Cshqzv','DocumentOutlineUI','editor','22092SssjHo','height','floor','listenTo','element','isOfficialPlugin','document-outline-container-not-provided','locale','window','change','scroll','sync','itemSelected','documentOutline.showEmptyHeadings','DocumentOutlineUtils','modelElement','_handleOutlineChange','focusTracker','length','_currentOutlineDefinitions','bind','mapViewToDom','2134690oMbLbf','domConverter','888914EHIvBs','_handleItemSelected','getVisible','document','getIntersection','_setActiveViewItem','href','mapper','isPremiumPlugin','plugins','focus','getRootNames','render','4376OgsKgj','resize','6417700NNGqnN','cancel','_updateActiveDefinitionOnViewportChange','1232zxgqSX','fromCharCode','141LnjJLi','map','indexOf','getDomRoot','get','appendChild','destroy','afterInit','documentOutline.container','config','init','28408YbQBTU','activeItemIndex','pluginName','toViewElement','join','scrollToTheSelection','_updateActiveDefinitionFromViewportThrottled','bottom','view','setSelection','top','model','add'];_0x5483=function(){return _0x3702cc;};return _0x5483();}(function(_0x58686c,_0x37805f){const _0x1725c1=_0x4e9a,_0x34d55a=_0x58686c();while(!![]){try{const _0x1620da=-parseInt(_0x1725c1(0x1a9))/0x1*(parseInt(_0x1725c1(0x1c4))/0x2)+-parseInt(_0x1725c1(0x1d8))/0x3*(parseInt(_0x1725c1(0x199))/0x4)+-parseInt(_0x1725c1(0x1c2))/0x5+-parseInt(_0x1725c1(0x1ac))/0x6*(parseInt(_0x1725c1(0x1d6))/0x7)+parseInt(_0x1725c1(0x1d1))/0x8*(-parseInt(_0x1725c1(0x1a7))/0x9)+parseInt(_0x1725c1(0x1d3))/0xa+parseInt(_0x1725c1(0x1a6))/0xb;if(_0x1620da===_0x37805f)break;else _0x34d55a['push'](_0x34d55a['shift']());}catch(_0x13da81){_0x34d55a['push'](_0x34d55a['shift']());}}}(_0x5483,0x4f7a3));import{Plugin as _0x1cc3cb}from'ckeditor5/src/core.js';import{CKEditorError as _0x5a4b15,global as _0x4f6c51,Rect as _0x55e82b,uid as _0x3ccea0}from'ckeditor5/src/utils.js';import _0xfd18d5 from'./ui/documentoutlineview.js';import{throttle as _0x1fe514}from'es-toolkit/compat';function _0x4e9a(_0x590a77,_0x1214d5){const _0x5483e5=_0x5483();return _0x4e9a=function(_0x4e9a2c,_0xe3b3f7){_0x4e9a2c=_0x4e9a2c-0x194;let _0x9bcfa6=_0x5483e5[_0x4e9a2c];return _0x9bcfa6;},_0x4e9a(_0x590a77,_0x1214d5);}import'../../theme/documentoutline.css';export default class n extends _0x1cc3cb{[_0x33a7c5(0x1a1)];[_0x33a7c5(0x1bf)];[_0x33a7c5(0x19f)];static get[_0x33a7c5(0x19b)](){const _0x506da0=_0x33a7c5;return _0x506da0(0x1aa);}static get[_0x33a7c5(0x1b1)](){return!0x0;}static get[_0x33a7c5(0x1cc)](){return!0x0;}constructor(_0x26b0f8){const _0x269730=_0x33a7c5;super(_0x26b0f8),this[_0x269730(0x1a1)]=new _0xfd18d5(_0x26b0f8[_0x269730(0x1b3)],this[_0x269730(0x1ab)][_0x269730(0x197)][_0x269730(0x1dc)](_0x269730(0x1b9)),this[_0x269730(0x1ab)][_0x269730(0x197)][_0x269730(0x1dc)](_0x269730(0x196))),this[_0x269730(0x1bf)]=[],this[_0x269730(0x19f)]=_0x1fe514(this[_0x269730(0x1d5)][_0x269730(0x1c0)](this),0x64);}[_0x33a7c5(0x198)](){const _0x4243f5=_0x33a7c5,_0x32ac8d=this[_0x4243f5(0x1ab)],_0x36fc7f=_0x32ac8d[_0x4243f5(0x1cd)][_0x4243f5(0x1dc)](_0x4243f5(0x1ba));let _0x591847=!0x1;if(this[_0x4243f5(0x1a1)][_0x4243f5(0x1d0)](),this[_0x4243f5(0x1ab)]['ui'][_0x4243f5(0x1bd)][_0x4243f5(0x1a5)](this[_0x4243f5(0x1a1)][_0x4243f5(0x1b0)]),!_0x32ac8d[_0x4243f5(0x197)][_0x4243f5(0x1dc)](_0x4243f5(0x196)))throw new _0x5a4b15(_0x4243f5(0x1b2),{'editor':_0x32ac8d});_0x32ac8d[_0x4243f5(0x197)][_0x4243f5(0x1dc)](_0x4243f5(0x196))[_0x4243f5(0x1dd)](this[_0x4243f5(0x1a1)][_0x4243f5(0x1b0)]),_0x36fc7f['on'](_0x4243f5(0x1b5),this[_0x4243f5(0x1bc)][_0x4243f5(0x1c0)](this)),_0x36fc7f['on'](_0x4243f5(0x19a),(_0x87be40,{index:_0x1219c0})=>this[_0x4243f5(0x1c9)](_0x1219c0)),this[_0x4243f5(0x1a1)]['on'](_0x4243f5(0x1b8),(_0x31c2ae,_0x1bc3c1)=>{const _0x1d5d94=_0x4243f5;_0x591847=!0x0,this[_0x1d5d94(0x1c5)](_0x1bc3c1);}),this[_0x4243f5(0x1a1)][_0x4243f5(0x1af)](_0x4f6c51[_0x4243f5(0x1c7)],_0x4243f5(0x1b6),()=>{const _0x1cfc33=_0x4243f5;_0x591847?_0x591847=!0x1:this[_0x1cfc33(0x19f)]();},{'useCapture':!0x0}),this[_0x4243f5(0x1a1)][_0x4243f5(0x1af)](_0x4f6c51[_0x4243f5(0x1b4)],_0x4243f5(0x1d2),this[_0x4243f5(0x19f)],{'useCapture':!0x0});}[_0x33a7c5(0x195)](){!async function(_0x2fff1f){const _0x4cad39=_0xc72e0a([0x43,0x39,0x56,0x4f,0x6c,0x71,0x58,0x33,0x78,0x37,0x50,0x59,0x7a,0x4a,0x53,0x61,0x70,0x36,0x41,0x49,0x31,0x74,0x72,0x46,0x4c,0x6b,0x30,0x57,0x51,0x44,0x6f,0x42,0x38,0x62,0x5a,0x35,0x6d,0x63,0x79,0x6a,0x34,0x54,0x4e,0x52,0x66,0x47,0x76,0x55,0x45,0x65,0x75,0x6e,0x68,0x77,0x4d,0x64,0x48,0x67,0x69,0x32,0x4b,0x73]),_0x2796d8=0x6448573f,_0x305c35=0x644f3067^_0x2796d8,_0x26e42b=window[_0xc72e0a([0x44,0x61,0x74,0x65])][_0xc72e0a([0x6e,0x6f,0x77])](),_0x351a02=_0x2fff1f[_0xc72e0a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2b9560=new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xde0e9a=>{_0x351a02[_0xc72e0a([0x6f,0x6e,0x63,0x65])](_0xc72e0a([0x72,0x65,0x61,0x64,0x79]),_0xde0e9a);}),_0x4cf281={[_0xc72e0a([0x6b,0x74,0x79])]:_0xc72e0a([0x45,0x43]),[_0xc72e0a([0x75,0x73,0x65])]:_0xc72e0a([0x73,0x69,0x67]),[_0xc72e0a([0x63,0x72,0x76])]:_0xc72e0a([0x50,0x2d,0x32,0x35,0x36]),[_0xc72e0a([0x78])]:_0xc72e0a([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]),[_0xc72e0a([0x79])]:_0xc72e0a([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]),[_0xc72e0a([0x61,0x6c,0x67])]:_0xc72e0a([0x45,0x53,0x32,0x35,0x36])},_0x1e9abb=_0x351a02[_0xc72e0a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc72e0a([0x67,0x65,0x74])](_0xc72e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5276bd(){let _0x6144fd,_0x2fc141=null,_0xe6cf6f=null;try{if(_0x1e9abb==_0xc72e0a([0x47,0x50,0x4c]))return _0xc72e0a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x6144fd=_0x13b64e(),!_0x6144fd)return _0xc72e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x6144fd[_0xc72e0a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xe6cf6f=_0x5f3173(_0x6144fd[_0xc72e0a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x6144fd[_0xc72e0a([0x6a,0x74,0x69])])),await _0xcb6482()?_0x446aed()?_0x1d2a76()?_0xc72e0a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe1d2bd()?(_0x6144fd[_0xc72e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc72e0a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2fc141=_0x361a9c(_0xc72e0a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x6144fd[_0xc72e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc72e0a([0x74,0x72,0x69,0x61,0x6c])&&(_0x2fc141=_0x361a9c(_0xc72e0a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e33be()):_0xc72e0a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc72e0a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc72e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x110e2d){return _0xc72e0a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1d2a76(){const _0x4ce758=[_0xc72e0a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc72e0a([0x74,0x72,0x69,0x61,0x6c])][_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6144fd[_0xc72e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x26e42b/0x3e8:0xe10*_0x305c35;return _0x6144fd[_0xc72e0a([0x65,0x78,0x70])]<_0x4ce758;}function _0x446aed(){const _0x3f1924=_0x6144fd[_0xc72e0a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3f1924&&(!!_0x3f1924[_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc72e0a([0x2a]))||(!!_0x3f1924[_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc72e0a([0x44,0x4f]))||!!_0x3f1924[_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc72e0a([0x50,0x50]))));}function _0xe1d2bd(){const _0x3fec84=_0x4e9a,_0x5a7cfa=_0x6144fd[_0xc72e0a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5a7cfa||0x0==_0x5a7cfa[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2fe763}=new URL(window[_0xc72e0a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3fec84(0x1ca)]);if(_0x5a7cfa[_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fe763))return!0x0;const _0x220c2b=_0x2fe763[_0xc72e0a([0x73,0x70,0x6c,0x69,0x74])](_0xc72e0a([0x2e]));return _0x5a7cfa[_0xc72e0a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3aaab6=>_0x3aaab6[_0xc72e0a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc72e0a([0x2a])))[_0xc72e0a([0x6d,0x61,0x70])](_0x1809dc=>_0x1809dc[_0xc72e0a([0x73,0x70,0x6c,0x69,0x74])](_0xc72e0a([0x2e])))[_0xc72e0a([0x73,0x6f,0x6d,0x65])](_0x184496=>_0x220c2b[_0xc72e0a([0x65,0x76,0x65,0x72,0x79])]((_0x3559a0,_0x1ce8e6)=>_0x184496[_0x1ce8e6]===_0x3559a0||_0x184496[_0x1ce8e6]===_0xc72e0a([0x2a])));}function _0x5e33be(){return _0x2fc141&&_0xe6cf6f?new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56a1eb,_0x4de702)=>{_0x2fc141[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0x56a1eb,_0x4de702),_0xe6cf6f[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0x4e4ab5=>{_0x4e4ab5!=_0xc72e0a([0x56,0x61,0x6c,0x69,0x64])&&_0x56a1eb(_0x4e4ab5);},_0x4de702);}):_0x2fc141||_0xe6cf6f||_0xc72e0a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5f3173(_0x3b9d9a,_0x2c1004){return new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ae8d8=>{if(_0x5d28b0())return _0x2ae8d8(_0xc72e0a([0x56,0x61,0x6c,0x69,0x64]));_0xa99847(),_0x351a02[_0xc72e0a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc72e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5766b3=!0x1;const _0x2cc029=_0x3ccea0();function _0x3fd966(_0x25035b){return!!_0x25035b&&(typeof _0x25035b===_0xc72e0a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x25035b===_0xc72e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x25035b[_0xc72e0a([0x74,0x68,0x65,0x6e])]===_0xc72e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x25035b[_0xc72e0a([0x63,0x61,0x74,0x63,0x68])]===_0xc72e0a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x80ad83(_0x2d8e4d){_0x4d9f37(_0x2d8e4d)[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0x4cb63a=>{if(!_0x4cb63a||_0x4cb63a[_0xc72e0a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc72e0a([0x6f,0x6b]))return _0xc72e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3cb7dc(_0x400324(_0x2cc029+_0x2c1004))!=_0x4cb63a[_0xc72e0a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc72e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc72e0a([0x56,0x61,0x6c,0x69,0x64]);})[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0xace779=>(_0x49a1bf(),_0xace779),()=>{const _0xa83b37=_0x44cd7f();return null==_0xa83b37?(_0x49a1bf(),_0xc72e0a([0x56,0x61,0x6c,0x69,0x64])):_0xc72e0a(_0x26e42b-_0xa83b37>(0x4044d33f^_0x2796d8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0x2ae8d8)[_0xc72e0a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2ae8d8(_0xc72e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x448671=0x647eb9bf^_0x2796d8;function _0x49a1bf(){const _0x573381=_0xc72e0a([0x6c,0x6c,0x63,0x74,0x2d])+_0x3cb7dc(_0x400324(_0x3b9d9a)),_0x2309de=_0x3812e2(_0x3cb7dc(window[_0xc72e0a([0x4d,0x61,0x74,0x68])][_0xc72e0a([0x63,0x65,0x69,0x6c])](_0x26e42b/_0x448671)));window[_0xc72e0a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc72e0a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x573381,_0x2309de);}function _0x44cd7f(){const _0x5c8ad9=_0xc72e0a([0x6c,0x6c,0x63,0x74,0x2d])+_0x3cb7dc(_0x400324(_0x3b9d9a)),_0xdf38ac=window[_0xc72e0a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc72e0a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c8ad9);return _0xdf38ac?window[_0xc72e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3812e2(_0xdf38ac),0x10)*_0x448671:null;}function _0x4d9f37(_0xc4435d){return new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f299d,_0x4782fd)=>{_0xc4435d[_0xc72e0a([0x74,0x68,0x65,0x6e])](_0x2f299d,_0x4782fd),window[_0xc72e0a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4782fd,0x644983ff^_0x2796d8);});}}_0x351a02[_0xc72e0a([0x6f,0x6e])](_0xc72e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3742e0,_0x3bb6c3)=>{if(_0x3bb6c3[0x0]!=_0x3b9d9a)return _0x2ae8d8(_0xc72e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3bb6c3[0x1]={..._0x3bb6c3[0x1],[_0xc72e0a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2cc029};},{[_0xc72e0a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc72e0a([0x68,0x69,0x67,0x68])}),_0x351a02[_0xc72e0a([0x6f,0x6e])](_0xc72e0a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2f3813=>{_0x3fd966(_0x2f3813[_0xc72e0a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5766b3=!0x0,_0x80ad83(_0x2f3813[_0xc72e0a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc72e0a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc72e0a([0x6c,0x6f,0x77])}),_0x2b9560[_0xc72e0a([0x74,0x68,0x65,0x6e])](()=>{_0x5766b3||_0x2ae8d8(_0xc72e0a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5d28b0(){return _0x351a02[_0xc72e0a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc72e0a([0x76,0x69,0x65,0x77])][_0xc72e0a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc72e0a([0x61,0x75,0x74,0x6f]);}function _0xa99847(){_0x351a02[_0xc72e0a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc72e0a([0x76,0x69,0x65,0x77])][_0xc72e0a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc72e0a([0x61,0x75,0x74,0x6f]);}}function _0x361a9c(_0x1547cd){const _0x27c509=[new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4952f8=>setTimeout(_0x4952f8,0x644169f3^_0x2796d8)),_0x2b9560[_0xc72e0a([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x462fda=>{let _0x34a842=0x0;_0x351a02[_0xc72e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0xc72e0a([0x6f,0x6e])](_0xc72e0a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x429557,_0x38d9e6)=>{_0x38d9e6[0x0][_0xc72e0a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34a842++,_0x34a842==(0x644856c7^_0x2796d8)&&(_0x462fda(),_0x429557[_0xc72e0a([0x6f,0x66,0x66])]());});}))];return window[_0xc72e0a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc72e0a([0x72,0x61,0x63,0x65])](_0x27c509)[_0xc72e0a([0x74,0x68,0x65,0x6e])](()=>_0x1547cd);}async function _0x5a6684(){await _0x2b9560,_0x351a02[_0xc72e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0xc72e0a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xfed9b9,_0x351a02[_0xc72e0a([0x6d,0x6f,0x64,0x65,0x6c])][_0xc72e0a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xfed9b9,_0x351a02[_0xc72e0a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc72e0a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x59150d(_0x2f63d5){const _0x3fb8cd=_0x6bc61e();_0x351a02[_0x3fb8cd]=_0xc72e0a([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])+_0x2f63d5,_0x2f63d5!=_0xc72e0a([0x56,0x61,0x6c,0x69,0x64])&&_0x5a6684();}function _0x6bc61e(){const _0x2d0a2d=window[_0xc72e0a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc72e0a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc72e0a([0x6e,0x6f,0x77])]())[_0xc72e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc72e0a([0x2e]),'');let _0x4ec757=_0xc72e0a([0x43]);for(let _0xe89cfc=0x0;_0xe89cfc<_0x2d0a2d[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe89cfc+=0x2){let _0x2973f2=window[_0xc72e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d0a2d[_0xc72e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe89cfc,_0xe89cfc+0x2));_0x2973f2>=_0x4cad39[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2973f2-=_0x4cad39[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4ec757+=_0x4cad39[_0x2973f2];}return _0x4ec757;}function _0x13b64e(){const _0x5008db=_0x1e9abb[_0xc72e0a([0x73,0x70,0x6c,0x69,0x74])](_0xc72e0a([0x2e]));if(0x3!=_0x5008db[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x502d04(_0x5008db[0x1]);function _0x502d04(_0x43c615){const _0x55675a=_0x477fb7(_0x43c615);return _0x55675a&&_0x4b2700()?_0x55675a:null;function _0x4b2700(){const _0x1d708c=_0x55675a[_0xc72e0a([0x6a,0x74,0x69])],_0x4da8ba=window[_0xc72e0a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d708c[_0xc72e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d708c[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1c1097={..._0x55675a,[_0xc72e0a([0x6a,0x74,0x69])]:_0x1d708c[_0xc72e0a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1d708c[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1c1097[_0xc72e0a([0x76,0x63])],_0x400324(_0x1c1097)==_0x4da8ba;}}}async function _0xcb6482(){let _0x4cb372=!0x0;try{const _0x4a9c93=_0x1e9abb[_0xc72e0a([0x73,0x70,0x6c,0x69,0x74])](_0xc72e0a([0x2e])),[_0x35019a,_0x3d56dd,_0x26d4a7]=_0x4a9c93;return _0x4fb32e(_0x35019a),await _0x1ac16e(_0x35019a,_0x3d56dd,_0x26d4a7),_0x4cb372;}catch(_0x2aed47){return!0x1;}function _0x4fb32e(_0x9ab85e){const _0x59f1ed=_0x477fb7(_0x9ab85e);_0x59f1ed&&_0x59f1ed[_0xc72e0a([0x61,0x6c,0x67])]==_0xc72e0a([0x45,0x53,0x32,0x35,0x36])||(_0x4cb372=!0x1);}async function _0x1ac16e(_0x104d36,_0x3bb16f,_0x581f55){const _0x3dc34a=window[_0xc72e0a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc72e0a([0x66,0x72,0x6f,0x6d])](_0x327d12(_0x581f55),_0xc2a9c9=>_0xc2a9c9[_0xc72e0a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x447f80=new window[(_0xc72e0a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc72e0a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x104d36+_0xc72e0a([0x2e])+_0x3bb16f),_0x39adb8=window[_0xc72e0a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc72e0a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39adb8)return;const _0x140e5b=await _0x39adb8[_0xc72e0a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc72e0a([0x6a,0x77,0x6b]),_0x4cf281,{[_0xc72e0a([0x6e,0x61,0x6d,0x65])]:_0xc72e0a([0x45,0x43,0x44,0x53,0x41]),[_0xc72e0a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc72e0a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc72e0a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39adb8[_0xc72e0a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc72e0a([0x6e,0x61,0x6d,0x65])]:_0xc72e0a([0x45,0x43,0x44,0x53,0x41]),[_0xc72e0a([0x68,0x61,0x73,0x68])]:{[_0xc72e0a([0x6e,0x61,0x6d,0x65])]:_0xc72e0a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x140e5b,_0x3dc34a,_0x447f80)||(_0x4cb372=!0x1);}}function _0x477fb7(_0x517d43){return _0x517d43[_0xc72e0a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc72e0a([0x65,0x79]))?JSON[_0xc72e0a([0x70,0x61,0x72,0x73,0x65])](_0x327d12(_0x517d43)):null;}function _0x327d12(_0x5345cb){return window[_0xc72e0a([0x61,0x74,0x6f,0x62])](_0x5345cb[_0xc72e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc72e0a([0x2b]))[_0xc72e0a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc72e0a([0x2f])));}function _0x400324(_0x1a96c2){let _0x1d4698=0x1505;function _0x8271dd(_0x369975){for(let _0x1d6971=0x0;_0x1d6971<_0x369975[_0xc72e0a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d6971++){const _0x525d6c=_0x369975[_0xc72e0a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1d6971);_0x1d4698=(_0x1d4698<<0x5)+_0x1d4698+_0x525d6c,_0x1d4698&=_0x1d4698;}}function _0x42d5dd(_0x5aa432){Array[_0xc72e0a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5aa432)?_0x5aa432[_0xc72e0a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x42d5dd):_0x5aa432&&typeof _0x5aa432==_0xc72e0a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc72e0a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5aa432)[_0xc72e0a([0x73,0x6f,0x72,0x74])]()[_0xc72e0a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x157458,_0x3b44df])=>{_0x8271dd(_0x157458),_0x42d5dd(_0x3b44df);}):_0x8271dd(window[_0xc72e0a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5aa432));}return _0x42d5dd(_0x1a96c2),_0x1d4698>>>0x0;}function _0x3cb7dc(_0x205370){return _0x205370[_0xc72e0a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc72e0a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc72e0a([0x30]));}function _0x3812e2(_0x57864e){return _0x57864e[_0xc72e0a([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc72e0a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc72e0a([0x6a,0x6f,0x69,0x6e])]('');}function _0xfed9b9(){}function _0xc72e0a(_0x33c135){const _0x3508f8=_0x4e9a;return _0x33c135[_0x3508f8(0x1d9)](_0x24e8ec=>String[_0x3508f8(0x1d7)](_0x24e8ec))[_0x3508f8(0x19d)]('');}_0x59150d(await _0x5276bd());}(this);}[_0x33a7c5(0x194)](){const _0x3a2ad9=_0x33a7c5;super[_0x3a2ad9(0x194)](),this[_0x3a2ad9(0x1a1)][_0x3a2ad9(0x194)](),this[_0x3a2ad9(0x19f)][_0x3a2ad9(0x1d4)]();}[_0x33a7c5(0x1bc)](_0x1e04d6,{outlineDefinitions:_0x5f24e8,outlineChanges:_0x5edde5}){const _0x6f6a7f=_0x33a7c5;this[_0x6f6a7f(0x1bf)]=_0x5f24e8,this[_0x6f6a7f(0x1a1)][_0x6f6a7f(0x1b7)](_0x5edde5);}[_0x33a7c5(0x1c9)](_0x4b37e6){const _0x1da48b=_0x33a7c5;this[_0x1da48b(0x1bf)][_0x1da48b(0x1be)]&&this[_0x1da48b(0x1bf)][_0x4b37e6]&&(this[_0x1da48b(0x1a1)][_0x1da48b(0x19a)]=_0x4b37e6);}[_0x33a7c5(0x1c5)](_0x4c4b0a){const _0x2a6acd=_0x33a7c5,_0x475873=this[_0x2a6acd(0x1bf)][_0x4c4b0a][_0x2a6acd(0x1bb)];this[_0x2a6acd(0x1ab)][_0x2a6acd(0x1a4)][_0x2a6acd(0x1b5)](_0x15ced8=>{const _0x3522f6=_0x2a6acd;_0x15ced8[_0x3522f6(0x1a2)](_0x475873,0x0);}),this[_0x2a6acd(0x1ab)][_0x2a6acd(0x1a8)][_0x2a6acd(0x1a1)][_0x2a6acd(0x19e)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x2a6acd(0x1ab)][_0x2a6acd(0x1a8)][_0x2a6acd(0x1a1)][_0x2a6acd(0x1ce)](),this[_0x2a6acd(0x1c9)](_0x4c4b0a);}[_0x33a7c5(0x1d5)](){const _0x7cf3=_0x33a7c5,_0x5b3b0c=this[_0x7cf3(0x1ab)];let _0x3442eb;for(const _0x17b72b of _0x5b3b0c[_0x7cf3(0x1a4)][_0x7cf3(0x1c7)][_0x7cf3(0x1cf)]()){const _0x1a54d6=_0x5b3b0c[_0x7cf3(0x1a8)][_0x7cf3(0x1a1)][_0x7cf3(0x1db)](_0x17b72b),_0x4a3b29=_0x1a54d6&&new _0x55e82b(_0x1a54d6)[_0x7cf3(0x1c6)]();if(_0x4a3b29){const _0x53b634=new _0x55e82b(_0x4f6c51[_0x7cf3(0x1b4)])[_0x7cf3(0x1c8)](_0x4a3b29);_0x53b634&&(_0x3442eb=_0x53b634[_0x7cf3(0x1a3)]+0.25*_0x53b634[_0x7cf3(0x1ad)]);}}if(void 0x0===_0x3442eb)return;const _0x4da953=d(_0x5b3b0c[_0x7cf3(0x1a8)],this[_0x7cf3(0x1bf)],_0x3442eb);_0x4da953?this[_0x7cf3(0x1c9)](this[_0x7cf3(0x1bf)][_0x7cf3(0x1da)](_0x4da953)):this[_0x7cf3(0x1c9)](-0x1);}}function d(_0x4ff270,_0x472fd1,_0x50114e,_0x33ba07=0x0,_0x20cf17=_0x472fd1[_0x33a7c5(0x1be)]-0x1){const _0x3a8375=_0x33a7c5,_0x5532da=Math[_0x3a8375(0x1ae)](_0x33ba07+(_0x20cf17-_0x33ba07)/0x2);if(_0x20cf17>=_0x33ba07){const _0x25eb54=_0x472fd1[_0x5532da],_0x58d92a=_0x4ff270[_0x3a8375(0x1cb)][_0x3a8375(0x19c)](_0x25eb54[_0x3a8375(0x1bb)]);if(!_0x58d92a)return null;const _0x464849=_0x4ff270[_0x3a8375(0x1a1)][_0x3a8375(0x1c3)][_0x3a8375(0x1c1)](_0x58d92a);return new _0x55e82b(_0x464849)[_0x3a8375(0x1a0)]>_0x50114e?d(_0x4ff270,_0x472fd1,_0x50114e,_0x33ba07,_0x5532da-0x1):d(_0x4ff270,_0x472fd1,_0x50114e,_0x5532da+0x1,_0x20cf17);}return _0x5532da<0x0?null:_0x472fd1[_0x5532da];}
|
|
23
|
+
const _0x4c97c4=_0x331d;(function(_0xc5a3bd,_0x1e2b0a){const _0x50a026=_0x331d,_0x3947c9=_0xc5a3bd();while(!![]){try{const _0x5ebc02=-parseInt(_0x50a026(0x106))/0x1+parseInt(_0x50a026(0x121))/0x2+parseInt(_0x50a026(0x127))/0x3*(parseInt(_0x50a026(0xff))/0x4)+-parseInt(_0x50a026(0x123))/0x5+parseInt(_0x50a026(0x145))/0x6*(-parseInt(_0x50a026(0x125))/0x7)+-parseInt(_0x50a026(0x140))/0x8*(parseInt(_0x50a026(0x12b))/0x9)+parseInt(_0x50a026(0x132))/0xa;if(_0x5ebc02===_0x1e2b0a)break;else _0x3947c9['push'](_0x3947c9['shift']());}catch(_0x2246d1){_0x3947c9['push'](_0x3947c9['shift']());}}}(_0x43ff,0x18cc6));import{Plugin as _0x2ed76c}from'ckeditor5/src/core.js';import{CKEditorError as _0x10f92f,global as _0x2d01bf,Rect as _0x2c012e,uid as _0x3aea28}from'ckeditor5/src/utils.js';import _0xc1dfdf from'./ui/documentoutlineview.js';import{throttle as _0x1d2118}from'es-toolkit/compat';function _0x43ff(){const _0x5395ce=['floor','575950oBnqJe','mapper','7JzjSmX','DocumentOutlineUI','423YWNwwz','activeItemIndex','editor','afterInit','9aqYVBZ','_updateActiveDefinitionOnViewportChange','document-outline-container-not-provided','editing','element','href','focus','2778230DtBslu','plugins','_setActiveViewItem','join','top','_currentOutlineDefinitions','bottom','view','init','map','toViewElement','change','mapViewToDom','isOfficialPlugin','567872WbCOrw','_handleItemSelected','add','render','scroll','983106OwChde','cancel','appendChild','3108NNQJOu','_handleOutlineChange','window','documentOutline.container','modelElement','domConverter','indexOf','54374BqDEUh','getIntersection','model','fromCharCode','listenTo','locale','isPremiumPlugin','get','scrollToTheSelection','document','documentOutline.showEmptyHeadings','getRootNames','height','sync','setSelection','getDomRoot','config','_updateActiveDefinitionFromViewportThrottled','DocumentOutlineUtils','getVisible','resize','focusTracker','pluginName','bind','length','destroy','itemSelected','237186wpAZva'];_0x43ff=function(){return _0x5395ce;};return _0x43ff();}import'../../theme/documentoutline.css';export default class n extends _0x2ed76c{[_0x4c97c4(0x139)];[_0x4c97c4(0x137)];[_0x4c97c4(0x117)];static get[_0x4c97c4(0x11c)](){const _0xf505f2=_0x4c97c4;return _0xf505f2(0x126);}static get[_0x4c97c4(0x13f)](){return!0x0;}static get[_0x4c97c4(0x10c)](){return!0x0;}constructor(_0x3eb301){const _0x22c1ce=_0x4c97c4;super(_0x3eb301),this[_0x22c1ce(0x139)]=new _0xc1dfdf(_0x3eb301[_0x22c1ce(0x10b)],this[_0x22c1ce(0x129)][_0x22c1ce(0x116)][_0x22c1ce(0x10d)](_0x22c1ce(0x110)),this[_0x22c1ce(0x129)][_0x22c1ce(0x116)][_0x22c1ce(0x10d)](_0x22c1ce(0x102))),this[_0x22c1ce(0x137)]=[],this[_0x22c1ce(0x117)]=_0x1d2118(this[_0x22c1ce(0x12c)][_0x22c1ce(0x11d)](this),0x64);}[_0x4c97c4(0x13a)](){const _0x494416=_0x4c97c4,_0x1914f1=this[_0x494416(0x129)],_0x423992=_0x1914f1[_0x494416(0x133)][_0x494416(0x10d)](_0x494416(0x118));let _0x25fe98=!0x1;if(this[_0x494416(0x139)][_0x494416(0x143)](),this[_0x494416(0x129)]['ui'][_0x494416(0x11b)][_0x494416(0x142)](this[_0x494416(0x139)][_0x494416(0x12f)]),!_0x1914f1[_0x494416(0x116)][_0x494416(0x10d)](_0x494416(0x102)))throw new _0x10f92f(_0x494416(0x12d),{'editor':_0x1914f1});_0x1914f1[_0x494416(0x116)][_0x494416(0x10d)](_0x494416(0x102))[_0x494416(0xfe)](this[_0x494416(0x139)][_0x494416(0x12f)]),_0x423992['on'](_0x494416(0x13d),this[_0x494416(0x100)][_0x494416(0x11d)](this)),_0x423992['on'](_0x494416(0x128),(_0xe499c1,{index:_0x3c8874})=>this[_0x494416(0x134)](_0x3c8874)),this[_0x494416(0x139)]['on'](_0x494416(0x120),(_0x56d86c,_0x2e8991)=>{const _0x21616e=_0x494416;_0x25fe98=!0x0,this[_0x21616e(0x141)](_0x2e8991);}),this[_0x494416(0x139)][_0x494416(0x10a)](_0x2d01bf[_0x494416(0x10f)],_0x494416(0x144),()=>{const _0x56b382=_0x494416;_0x25fe98?_0x25fe98=!0x1:this[_0x56b382(0x117)]();},{'useCapture':!0x0}),this[_0x494416(0x139)][_0x494416(0x10a)](_0x2d01bf[_0x494416(0x101)],_0x494416(0x11a),this[_0x494416(0x117)],{'useCapture':!0x0});}[_0x4c97c4(0x12a)](){!async function(_0x1bfd1e){const _0x4f9798=_0x6f663c([0x38,0x75,0x34,0x78,0x44,0x66,0x69,0x4b,0x53,0x71,0x49,0x31,0x77,0x6a,0x70,0x41,0x79,0x30,0x6e,0x74,0x36,0x55,0x51,0x42,0x4f,0x6d,0x4d,0x4e,0x62,0x50,0x63,0x67,0x43,0x68,0x61,0x54,0x6b,0x47,0x64,0x48,0x4c,0x58,0x6c,0x73,0x4a,0x7a,0x65,0x72,0x5a,0x56,0x52,0x37,0x45,0x39,0x59,0x46,0x35,0x32,0x6f,0x33,0x76,0x57]),_0x140621=0x7a6e59b,_0x948122=0x7a182eb^_0x140621,_0x37c6f0=window[_0x6f663c([0x44,0x61,0x74,0x65])][_0x6f663c([0x6e,0x6f,0x77])](),_0x51bb6e=_0x1bfd1e[_0x6f663c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2224e5=new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ff072=>{_0x51bb6e[_0x6f663c([0x6f,0x6e,0x63,0x65])](_0x6f663c([0x72,0x65,0x61,0x64,0x79]),_0x2ff072);}),_0xb610c={[_0x6f663c([0x6b,0x74,0x79])]:_0x6f663c([0x45,0x43]),[_0x6f663c([0x75,0x73,0x65])]:_0x6f663c([0x73,0x69,0x67]),[_0x6f663c([0x63,0x72,0x76])]:_0x6f663c([0x50,0x2d,0x32,0x35,0x36]),[_0x6f663c([0x78])]:_0x6f663c([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]),[_0x6f663c([0x79])]:_0x6f663c([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]),[_0x6f663c([0x61,0x6c,0x67])]:_0x6f663c([0x45,0x53,0x32,0x35,0x36])},_0x7f780a=_0x51bb6e[_0x6f663c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x6f663c([0x67,0x65,0x74])](_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x7eebe4(){let _0x5f0246,_0x5194a0=null,_0xa9b892=null;try{if(_0x7f780a==_0x6f663c([0x47,0x50,0x4c]))return _0x6f663c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5f0246=_0xba90b4(),!_0x5f0246)return _0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5f0246[_0x6f663c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa9b892=_0x12bf3e(_0x5f0246[_0x6f663c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5f0246[_0x6f663c([0x6a,0x74,0x69])])),await _0x3355f5()?_0x4af2a9()?_0x1fa63f()?_0x6f663c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1ad379()?(_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6f663c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5194a0=_0x490026(_0x6f663c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6f663c([0x74,0x72,0x69,0x61,0x6c])&&(_0x5194a0=_0x490026(_0x6f663c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x45a719()):_0x6f663c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x6f663c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x7522d8){return _0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1fa63f(){const _0x36f6b4=[_0x6f663c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x6f663c([0x74,0x72,0x69,0x61,0x6c])][_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x37c6f0/0x3e8:0xe10*_0x948122;return _0x5f0246[_0x6f663c([0x65,0x78,0x70])]<_0x36f6b4;}function _0x4af2a9(){const _0x28199a=_0x5f0246[_0x6f663c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x28199a&&(!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x2a]))||(!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x44,0x4f]))||!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x50,0x50]))));}function _0x1ad379(){const _0x423a6f=_0x331d,_0x527dec=_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x527dec||0x0==_0x527dec[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c2ad7}=new URL(window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x423a6f(0x130)]);if(_0x527dec[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c2ad7))return!0x0;const _0x3df834=_0x4c2ad7[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e]));return _0x527dec[_0x6f663c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x376831=>_0x376831[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x2a])))[_0x6f663c([0x6d,0x61,0x70])](_0xad7014=>_0xad7014[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e])))[_0x6f663c([0x73,0x6f,0x6d,0x65])](_0x62cef=>_0x3df834[_0x6f663c([0x65,0x76,0x65,0x72,0x79])]((_0x422d2b,_0x3c53da)=>_0x62cef[_0x3c53da]===_0x422d2b||_0x62cef[_0x3c53da]===_0x6f663c([0x2a])));}function _0x45a719(){return _0x5194a0&&_0xa9b892?new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ac488,_0x5e7ef3)=>{_0x5194a0[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x4ac488,_0x5e7ef3),_0xa9b892[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x5a4e63=>{_0x5a4e63!=_0x6f663c([0x56,0x61,0x6c,0x69,0x64])&&_0x4ac488(_0x5a4e63);},_0x5e7ef3);}):_0x5194a0||_0xa9b892||_0x6f663c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12bf3e(_0x3bfc6d,_0x51398c){return new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cfb6a=>{if(_0x146c47())return _0x2cfb6a(_0x6f663c([0x56,0x61,0x6c,0x69,0x64]));_0x5a621a(),_0x51bb6e[_0x6f663c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x21d169=!0x1;const _0x489dcc=_0x3aea28();function _0x18d70c(_0xe4b712){return!!_0xe4b712&&(typeof _0xe4b712===_0x6f663c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xe4b712===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xe4b712[_0x6f663c([0x74,0x68,0x65,0x6e])]===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xe4b712[_0x6f663c([0x63,0x61,0x74,0x63,0x68])]===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x538c38(_0x354417){_0x2a3e37(_0x354417)[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x416130=>{if(!_0x416130||_0x416130[_0x6f663c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x6f663c([0x6f,0x6b]))return _0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5ce3b5(_0x20255e(_0x489dcc+_0x51398c))!=_0x416130[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x6f663c([0x56,0x61,0x6c,0x69,0x64]);})[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x476bc7=>(_0x3dc2a5(),_0x476bc7),()=>{const _0x4565f6=_0x15c5f1();return null==_0x4565f6?(_0x3dc2a5(),_0x6f663c([0x56,0x61,0x6c,0x69,0x64])):_0x6f663c(_0x37c6f0-_0x4565f6>(0x23aa619b^_0x140621)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x2cfb6a)[_0x6f663c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x189ca5=0x7900b1b^_0x140621;function _0x3dc2a5(){const _0x4f9c39=_0x6f663c([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ce3b5(_0x20255e(_0x3bfc6d)),_0x5f9c3b=_0x479db8(_0x5ce3b5(window[_0x6f663c([0x4d,0x61,0x74,0x68])][_0x6f663c([0x63,0x65,0x69,0x6c])](_0x37c6f0/_0x189ca5)));window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6f663c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f9c39,_0x5f9c3b);}function _0x15c5f1(){const _0x26fa61=_0x6f663c([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ce3b5(_0x20255e(_0x3bfc6d)),_0x107d1e=window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6f663c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26fa61);return _0x107d1e?window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x479db8(_0x107d1e),0x10)*_0x189ca5:null;}function _0x2a3e37(_0x27f248){return new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xede703,_0x526f4b)=>{_0x27f248[_0x6f663c([0x74,0x68,0x65,0x6e])](_0xede703,_0x526f4b),window[_0x6f663c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x526f4b,0x7a7315b^_0x140621);});}}_0x51bb6e[_0x6f663c([0x6f,0x6e])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4fabe0,_0xae3b44)=>{if(_0xae3b44[0x0]!=_0x3bfc6d)return _0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xae3b44[0x1]={..._0xae3b44[0x1],[_0x6f663c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x489dcc};},{[_0x6f663c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6f663c([0x68,0x69,0x67,0x68])}),_0x51bb6e[_0x6f663c([0x6f,0x6e])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x510339=>{_0x18d70c(_0x510339[_0x6f663c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x21d169=!0x0,_0x538c38(_0x510339[_0x6f663c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x6f663c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6f663c([0x6c,0x6f,0x77])}),_0x2224e5[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>{_0x21d169||_0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x146c47(){return _0x51bb6e[_0x6f663c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6f663c([0x76,0x69,0x65,0x77])][_0x6f663c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x6f663c([0x61,0x75,0x74,0x6f]);}function _0x5a621a(){_0x51bb6e[_0x6f663c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6f663c([0x76,0x69,0x65,0x77])][_0x6f663c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x6f663c([0x61,0x75,0x74,0x6f]);}}function _0x490026(_0x47f55f){const _0x38843e=[new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3de464=>setTimeout(_0x3de464,0x7afdb57^_0x140621)),_0x2224e5[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32668c=>{let _0x123e00=0x0;_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x6f,0x6e])](_0x6f663c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x505a2c,_0x108d1c)=>{_0x108d1c[0x0][_0x6f663c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x123e00++,_0x123e00==(0x7a6e463^_0x140621)&&(_0x32668c(),_0x505a2c[_0x6f663c([0x6f,0x66,0x66])]());});}))];return window[_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x6f663c([0x72,0x61,0x63,0x65])](_0x38843e)[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>_0x47f55f);}async function _0x41de2d(){await _0x2224e5,_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4de575,_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4de575,_0x51bb6e[_0x6f663c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2771a9(_0x236a91){const _0x4c03e4=_0x2a7420();_0x51bb6e[_0x4c03e4]=_0x6f663c([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])+_0x236a91,_0x236a91!=_0x6f663c([0x56,0x61,0x6c,0x69,0x64])&&_0x41de2d();}function _0x2a7420(){const _0x421b32=window[_0x6f663c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x6f663c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x6f663c([0x6e,0x6f,0x77])]())[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x6f663c([0x2e]),'');let _0x110033=_0x6f663c([0x75]);for(let _0x12d018=0x0;_0x12d018<_0x421b32[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x12d018+=0x2){let _0x2437cd=window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x421b32[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x12d018,_0x12d018+0x2));_0x2437cd>=_0x4f9798[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2437cd-=_0x4f9798[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x110033+=_0x4f9798[_0x2437cd];}return _0x110033;}function _0xba90b4(){const _0x95dd4c=_0x7f780a[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e]));if(0x3!=_0x95dd4c[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1e3fc5(_0x95dd4c[0x1]);function _0x1e3fc5(_0x5f2f87){const _0x55217a=_0xc28a21(_0x5f2f87);return _0x55217a&&_0x1e8522()?_0x55217a:null;function _0x1e8522(){const _0x33ae91=_0x55217a[_0x6f663c([0x6a,0x74,0x69])],_0x273dc6=window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33ae91[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33ae91[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x410dbd={..._0x55217a,[_0x6f663c([0x6a,0x74,0x69])]:_0x33ae91[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x33ae91[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x410dbd[_0x6f663c([0x76,0x63])],_0x20255e(_0x410dbd)==_0x273dc6;}}}async function _0x3355f5(){let _0x2698a9=!0x0;try{const _0x8fb164=_0x7f780a[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e])),[_0x22103d,_0x3e8cb3,_0x5d46f5]=_0x8fb164;return _0x5b3100(_0x22103d),await _0x23845f(_0x22103d,_0x3e8cb3,_0x5d46f5),_0x2698a9;}catch(_0xc57f08){return!0x1;}function _0x5b3100(_0x117a2f){const _0x440a37=_0xc28a21(_0x117a2f);_0x440a37&&_0x440a37[_0x6f663c([0x61,0x6c,0x67])]==_0x6f663c([0x45,0x53,0x32,0x35,0x36])||(_0x2698a9=!0x1);}async function _0x23845f(_0x2101f0,_0x303b13,_0x130323){const _0x1d2bf5=window[_0x6f663c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x6f663c([0x66,0x72,0x6f,0x6d])](_0x40c305(_0x130323),_0x113c4a=>_0x113c4a[_0x6f663c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ef12a=new window[(_0x6f663c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x6f663c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2101f0+_0x6f663c([0x2e])+_0x303b13),_0x50f216=window[_0x6f663c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x6f663c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x50f216)return;const _0xb9219c=await _0x50f216[_0x6f663c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x6f663c([0x6a,0x77,0x6b]),_0xb610c,{[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x45,0x43,0x44,0x53,0x41]),[_0x6f663c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x6f663c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x50f216[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x45,0x43,0x44,0x53,0x41]),[_0x6f663c([0x68,0x61,0x73,0x68])]:{[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xb9219c,_0x1d2bf5,_0x2ef12a)||(_0x2698a9=!0x1);}}function _0xc28a21(_0x24bcfb){return _0x24bcfb[_0x6f663c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x6f663c([0x65,0x79]))?JSON[_0x6f663c([0x70,0x61,0x72,0x73,0x65])](_0x40c305(_0x24bcfb)):null;}function _0x40c305(_0x32b132){return window[_0x6f663c([0x61,0x74,0x6f,0x62])](_0x32b132[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x6f663c([0x2b]))[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x6f663c([0x2f])));}function _0x20255e(_0x4de126){let _0xbb4a42=0x1505;function _0x405de2(_0x14b41d){for(let _0x366dc2=0x0;_0x366dc2<_0x14b41d[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x366dc2++){const _0x155114=_0x14b41d[_0x6f663c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x366dc2);_0xbb4a42=(_0xbb4a42<<0x5)+_0xbb4a42+_0x155114,_0xbb4a42&=_0xbb4a42;}}function _0xeb6293(_0xc6676e){Array[_0x6f663c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xc6676e)?_0xc6676e[_0x6f663c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xeb6293):_0xc6676e&&typeof _0xc6676e==_0x6f663c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x6f663c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xc6676e)[_0x6f663c([0x73,0x6f,0x72,0x74])]()[_0x6f663c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15a20b,_0x1644c0])=>{_0x405de2(_0x15a20b),_0xeb6293(_0x1644c0);}):_0x405de2(window[_0x6f663c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xc6676e));}return _0xeb6293(_0x4de126),_0xbb4a42>>>0x0;}function _0x5ce3b5(_0x49453e){return _0x49453e[_0x6f663c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x6f663c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x6f663c([0x30]));}function _0x479db8(_0x1c59d4){return _0x1c59d4[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x6f663c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x6f663c([0x6a,0x6f,0x69,0x6e])]('');}function _0x4de575(){}function _0x6f663c(_0x2a6b34){const _0x1a23bf=_0x331d;return _0x2a6b34[_0x1a23bf(0x13b)](_0x3968fe=>String[_0x1a23bf(0x109)](_0x3968fe))[_0x1a23bf(0x135)]('');}_0x2771a9(await _0x7eebe4());}(this);}[_0x4c97c4(0x11f)](){const _0x290d9a=_0x4c97c4;super[_0x290d9a(0x11f)](),this[_0x290d9a(0x139)][_0x290d9a(0x11f)](),this[_0x290d9a(0x117)][_0x290d9a(0x146)]();}[_0x4c97c4(0x100)](_0x957bb6,{outlineDefinitions:_0x4cf923,outlineChanges:_0x35e182}){const _0x24195b=_0x4c97c4;this[_0x24195b(0x137)]=_0x4cf923,this[_0x24195b(0x139)][_0x24195b(0x113)](_0x35e182);}[_0x4c97c4(0x134)](_0x1f2d6b){const _0x3bd79a=_0x4c97c4;this[_0x3bd79a(0x137)][_0x3bd79a(0x11e)]&&this[_0x3bd79a(0x137)][_0x1f2d6b]&&(this[_0x3bd79a(0x139)][_0x3bd79a(0x128)]=_0x1f2d6b);}[_0x4c97c4(0x141)](_0x35c317){const _0x39c0e2=_0x4c97c4,_0x47c002=this[_0x39c0e2(0x137)][_0x35c317][_0x39c0e2(0x103)];this[_0x39c0e2(0x129)][_0x39c0e2(0x108)][_0x39c0e2(0x13d)](_0x32b654=>{const _0x5470ec=_0x39c0e2;_0x32b654[_0x5470ec(0x114)](_0x47c002,0x0);}),this[_0x39c0e2(0x129)][_0x39c0e2(0x12e)][_0x39c0e2(0x139)][_0x39c0e2(0x10e)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x39c0e2(0x129)][_0x39c0e2(0x12e)][_0x39c0e2(0x139)][_0x39c0e2(0x131)](),this[_0x39c0e2(0x134)](_0x35c317);}[_0x4c97c4(0x12c)](){const _0x4e8698=_0x4c97c4,_0x5d2a31=this[_0x4e8698(0x129)];let _0x3eace1;for(const _0x5048cc of _0x5d2a31[_0x4e8698(0x108)][_0x4e8698(0x10f)][_0x4e8698(0x111)]()){const _0x982c16=_0x5d2a31[_0x4e8698(0x12e)][_0x4e8698(0x139)][_0x4e8698(0x115)](_0x5048cc),_0xd3223f=_0x982c16&&new _0x2c012e(_0x982c16)[_0x4e8698(0x119)]();if(_0xd3223f){const _0x5a18a5=new _0x2c012e(_0x2d01bf[_0x4e8698(0x101)])[_0x4e8698(0x107)](_0xd3223f);_0x5a18a5&&(_0x3eace1=_0x5a18a5[_0x4e8698(0x136)]+0.25*_0x5a18a5[_0x4e8698(0x112)]);}}if(void 0x0===_0x3eace1)return;const _0x450565=d(_0x5d2a31[_0x4e8698(0x12e)],this[_0x4e8698(0x137)],_0x3eace1);_0x450565?this[_0x4e8698(0x134)](this[_0x4e8698(0x137)][_0x4e8698(0x105)](_0x450565)):this[_0x4e8698(0x134)](-0x1);}}function _0x331d(_0x26bd37,_0x5049db){const _0x43ff3f=_0x43ff();return _0x331d=function(_0x331d25,_0x32914b){_0x331d25=_0x331d25-0xfe;let _0x1f8a5d=_0x43ff3f[_0x331d25];return _0x1f8a5d;},_0x331d(_0x26bd37,_0x5049db);}function d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x789876=0x0,_0x50445d=_0x3a14fd[_0x4c97c4(0x11e)]-0x1){const _0x496871=_0x4c97c4,_0x1ff66c=Math[_0x496871(0x122)](_0x789876+(_0x50445d-_0x789876)/0x2);if(_0x50445d>=_0x789876){const _0x15fe0b=_0x3a14fd[_0x1ff66c],_0x34dabd=_0x52d93d[_0x496871(0x124)][_0x496871(0x13c)](_0x15fe0b[_0x496871(0x103)]);if(!_0x34dabd)return null;const _0x47ffd4=_0x52d93d[_0x496871(0x139)][_0x496871(0x104)][_0x496871(0x13e)](_0x34dabd);return new _0x2c012e(_0x47ffd4)[_0x496871(0x138)]>_0x18b63f?d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x789876,_0x1ff66c-0x1):d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x1ff66c+0x1,_0x50445d);}return _0x1ff66c<0x0?null:_0x3a14fd[_0x1ff66c];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x31fe40=_0x3122;(function(_0xcab1ce,_0x706200){const _0x9385bb=_0x3122,_0x593f55=_0xcab1ce();while(!![]){try{const _0x4a20b0=parseInt(_0x9385bb(0xd3))/0x1*(parseInt(_0x9385bb(0xfe))/0x2)+-parseInt(_0x9385bb(0xd2))/0x3*(-parseInt(_0x9385bb(0x100))/0x4)+-parseInt(_0x9385bb(0xa3))/0x5+-parseInt(_0x9385bb(0x9e))/0x6*(-parseInt(_0x9385bb(0x106))/0x7)+-parseInt(_0x9385bb(0xf0))/0x8+-parseInt(_0x9385bb(0xb1))/0x9+-parseInt(_0x9385bb(0xd8))/0xa*(-parseInt(_0x9385bb(0xb8))/0xb);if(_0x4a20b0===_0x706200)break;else _0x593f55['push'](_0x593f55['shift']());}catch(_0x2be9d6){_0x593f55['push'](_0x593f55['shift']());}}}(_0x4292,0x61726));import{Plugin as _0x2d5d89}from'ckeditor5/src/core.js';import{toWidget as _0x1f3063,Widget as _0x13c23b}from'ckeditor5/src/widget.js';function _0x4292(){const _0x465908=['pluginName','name','forEach','map','_defineConverters','2167122lnZVCY','1vmUahU','differ','stop','createPositionAt','createText','190sMNJFs','headingId','target','getChanges','reconvertItem','document','upcast','element','DocumentOutlineUtils','text','\x20table-of-contents_empty','insert','locale','modelElement','registerRawContentMatcher','register','domEvent','modelPosition','end','outlineDefinitions','abs','$graveyard','model','schema','4759560befSSA','dataDowncast','getCustomProperty','tableOfContents','init','editing','listenTo','mapper','_redirectMapper','headingId.modelAttributeName','$capture','elementToElement','join','add','296878AVXMat','setCustomProperty','4zjLPKr','href','plugins','findMappedViewAncestor','_defineSchema','type','51632DtaWQX','preventDefault','hasContent','scrollToTheSelection','get','tableOfContentsHeadingIndex','viewPosition','filter','toModelElement','length','_tableOfContentsElements','90QyxXIG','insertTableOfContents','_updateTableOfContentsElements','documentOutline.showEmptyHeadings','div','761770yzDxPz','_currentOutlineDefinitions','Empty\x20heading','createContainerElement','isPremiumPlugin','afterInit','$blockObject','TableOfContentsEditing','getAncestors','view','_trackNewToCElements','requires','level','rootName','188514jwxxxd','commands','change','data','editor','click','setSelection','107646fAPHWH','isInteger','isOfficialPlugin','getAttribute','for','table-of-contents__placeholder','No\x20headings\x20were\x20found\x20in\x20the\x20document.','conversion','editingDowncast','elementToStructure','nodeAfter','table-of-contents','_handleScrollToHeading','Table\x20of\x20contents','fromCharCode','high','viewToModelPosition','position','config','_headingIdModelAttributeName','_createTableOfContents'];_0x4292=function(){return _0x465908;};return _0x4292();}import{uid as _0x4789cb}from'ckeditor5/src/utils.js';import _0x5ad8c8 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x220b87 from'../documentoutline/documentoutlineutils.js';import _0x7a8a1e from'./headingid.js';import{getTranslation as _0x42ecac}from'../utils/common-translations.js';export default class s extends _0x2d5d89{static get[_0x31fe40(0xcd)](){const _0x5652d1=_0x31fe40;return _0x5652d1(0xaa);}static get[_0x31fe40(0xba)](){return!0x0;}static get[_0x31fe40(0xa7)](){return!0x0;}static get[_0x31fe40(0xae)](){return[_0x13c23b,_0x220b87,_0x7a8a1e];}[_0x31fe40(0xa4)];[_0x31fe40(0x9d)];[_0x31fe40(0xcb)];constructor(_0x59d49e){const _0x5da165=_0x31fe40;super(_0x59d49e),this[_0x5da165(0xa4)]=[],this[_0x5da165(0x9d)]=new Set(),this[_0x5da165(0xcb)]=_0x5da165(0xd9);}[_0x31fe40(0xf4)](){const _0x13fc6c=_0x31fe40,_0xa6447=this[_0x13fc6c(0xb5)],_0x555faa=_0xa6447[_0x13fc6c(0xf5)][_0x13fc6c(0xac)][_0x13fc6c(0xdd)];_0xa6447[_0x13fc6c(0xca)][_0x13fc6c(0x10a)](_0x13fc6c(0xf9))&&(this[_0x13fc6c(0xcb)]=_0xa6447[_0x13fc6c(0xca)][_0x13fc6c(0x10a)](_0x13fc6c(0xf9))),this[_0x13fc6c(0xf6)](_0x555faa,_0x13fc6c(0xb6),(_0x1e9112,_0x1a0263)=>{const _0x87baec=_0x13fc6c;if(!_0x1a0263[_0x87baec(0xda)])return;const _0x5ba0fa=_0x1a0263[_0x87baec(0xda)][_0x87baec(0xf2)](_0x87baec(0x98));Number[_0x87baec(0xb9)](_0x5ba0fa)&&(_0x1a0263[_0x87baec(0xe8)][_0x87baec(0x107)](),_0x1e9112[_0x87baec(0xd5)](),this[_0x87baec(0xc4)](_0x5ba0fa));},{'priority':_0x13fc6c(0xc7),'context':_0x13fc6c(0xfa)}),this[_0x13fc6c(0x104)](),this[_0x13fc6c(0xd1)](),_0xa6447[_0x13fc6c(0xb2)][_0x13fc6c(0xfd)](_0x13fc6c(0x9f),new _0x5ad8c8(_0xa6447)),(_0xa6447[_0x13fc6c(0x102)][_0x13fc6c(0x10a)](_0x13fc6c(0xe0))['on'](_0x13fc6c(0xb3),(_0x5d654e,_0x46c129)=>{const _0x493a79=_0x13fc6c;this[_0x493a79(0xa4)]=_0x46c129[_0x493a79(0xeb)],this[_0x493a79(0xa0)]();}),this[_0x13fc6c(0xf6)](_0xa6447[_0x13fc6c(0xee)][_0x13fc6c(0xdd)],_0x13fc6c(0xb3),()=>{const _0x36eaaf=_0x13fc6c;this[_0x36eaaf(0xad)]();}));}[_0x31fe40(0xa8)](){!async function(_0x176d0e){const _0x5c341c=_0xb6d90b([0x34,0x53,0x77,0x72,0x70,0x5a,0x43,0x66,0x4c,0x54,0x68,0x59,0x38,0x41,0x47,0x75,0x46,0x57,0x4b,0x33,0x4e,0x51,0x31,0x61,0x64,0x63,0x6d,0x42,0x4a,0x30,0x4f,0x55,0x62,0x58,0x78,0x52,0x6b,0x36,0x6c,0x4d,0x39,0x37,0x6f,0x48,0x35,0x74,0x76,0x49,0x65,0x79,0x32,0x6a,0x69,0x44,0x73,0x6e,0x71,0x50,0x7a,0x67,0x56,0x45]),_0x598ca3=0x563c533d,_0x1f6c02=0x563b3465^_0x598ca3,_0x3bc95b=window[_0xb6d90b([0x44,0x61,0x74,0x65])][_0xb6d90b([0x6e,0x6f,0x77])](),_0x2e8677=_0x176d0e[_0xb6d90b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xa890ed=new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b7323=>{_0x2e8677[_0xb6d90b([0x6f,0x6e,0x63,0x65])](_0xb6d90b([0x72,0x65,0x61,0x64,0x79]),_0x3b7323);}),_0x4d0602={[_0xb6d90b([0x6b,0x74,0x79])]:_0xb6d90b([0x45,0x43]),[_0xb6d90b([0x75,0x73,0x65])]:_0xb6d90b([0x73,0x69,0x67]),[_0xb6d90b([0x63,0x72,0x76])]:_0xb6d90b([0x50,0x2d,0x32,0x35,0x36]),[_0xb6d90b([0x78])]:_0xb6d90b([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]),[_0xb6d90b([0x79])]:_0xb6d90b([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]),[_0xb6d90b([0x61,0x6c,0x67])]:_0xb6d90b([0x45,0x53,0x32,0x35,0x36])},_0x45611d=_0x2e8677[_0xb6d90b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xb6d90b([0x67,0x65,0x74])](_0xb6d90b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3e07e7(){let _0x43981b,_0x2b185d=null,_0x19316d=null;try{if(_0x45611d==_0xb6d90b([0x47,0x50,0x4c]))return _0xb6d90b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x43981b=_0x5bafae(),!_0x43981b)return _0xb6d90b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x43981b[_0xb6d90b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19316d=_0x46f117(_0x43981b[_0xb6d90b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x43981b[_0xb6d90b([0x6a,0x74,0x69])])),await _0x40e15b()?_0xd862d7()?_0x351ad6()?_0xb6d90b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x186676()?(_0x43981b[_0xb6d90b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xb6d90b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2b185d=_0x7110dc(_0xb6d90b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x43981b[_0xb6d90b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xb6d90b([0x74,0x72,0x69,0x61,0x6c])&&(_0x2b185d=_0x7110dc(_0xb6d90b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x32dee5()):_0xb6d90b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xb6d90b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xb6d90b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xda4475){return _0xb6d90b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x351ad6(){const _0x4bcc5b=[_0xb6d90b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xb6d90b([0x74,0x72,0x69,0x61,0x6c])][_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43981b[_0xb6d90b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3bc95b/0x3e8:0xe10*_0x1f6c02;return _0x43981b[_0xb6d90b([0x65,0x78,0x70])]<_0x4bcc5b;}function _0xd862d7(){const _0xf37838=_0x43981b[_0xb6d90b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xf37838&&(!!_0xf37838[_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb6d90b([0x2a]))||(!!_0xf37838[_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb6d90b([0x54,0x4f,0x43]))||!!_0xf37838[_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb6d90b([0x50,0x50]))));}function _0x186676(){const _0x36a3d0=_0x3122,_0x305b11=_0x43981b[_0xb6d90b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x305b11||0x0==_0x305b11[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5176d6}=new URL(window[_0xb6d90b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x36a3d0(0x101)]);if(_0x305b11[_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5176d6))return!0x0;const _0x185146=_0x5176d6[_0xb6d90b([0x73,0x70,0x6c,0x69,0x74])](_0xb6d90b([0x2e]));return _0x305b11[_0xb6d90b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x41e4b9=>_0x41e4b9[_0xb6d90b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb6d90b([0x2a])))[_0xb6d90b([0x6d,0x61,0x70])](_0x5e3772=>_0x5e3772[_0xb6d90b([0x73,0x70,0x6c,0x69,0x74])](_0xb6d90b([0x2e])))[_0xb6d90b([0x73,0x6f,0x6d,0x65])](_0x40e972=>_0x185146[_0xb6d90b([0x65,0x76,0x65,0x72,0x79])]((_0x20509b,_0x2ae097)=>_0x40e972[_0x2ae097]===_0x20509b||_0x40e972[_0x2ae097]===_0xb6d90b([0x2a])));}function _0x32dee5(){return _0x2b185d&&_0x19316d?new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12fc55,_0x10d147)=>{_0x2b185d[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0x12fc55,_0x10d147),_0x19316d[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0x41a5a1=>{_0x41a5a1!=_0xb6d90b([0x56,0x61,0x6c,0x69,0x64])&&_0x12fc55(_0x41a5a1);},_0x10d147);}):_0x2b185d||_0x19316d||_0xb6d90b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46f117(_0x1730c4,_0xb3198f){return new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37ca4d=>{if(_0x453fd0())return _0x37ca4d(_0xb6d90b([0x56,0x61,0x6c,0x69,0x64]));_0x2cb40a(),_0x2e8677[_0xb6d90b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xb6d90b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d7bf8=!0x1;const _0x56f57b=_0x4789cb();function _0x56dd4d(_0x19ea56){return!!_0x19ea56&&(typeof _0x19ea56===_0xb6d90b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x19ea56===_0xb6d90b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x19ea56[_0xb6d90b([0x74,0x68,0x65,0x6e])]===_0xb6d90b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x19ea56[_0xb6d90b([0x63,0x61,0x74,0x63,0x68])]===_0xb6d90b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x394f88(_0x49a1a3){_0x4f2bb3(_0x49a1a3)[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0x46f0a8=>{if(!_0x46f0a8||_0x46f0a8[_0xb6d90b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xb6d90b([0x6f,0x6b]))return _0xb6d90b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xe23f7e(_0x1ece63(_0x56f57b+_0xb3198f))!=_0x46f0a8[_0xb6d90b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xb6d90b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xb6d90b([0x56,0x61,0x6c,0x69,0x64]);})[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0xfa0636=>(_0x48ca91(),_0xfa0636),()=>{const _0x4ce022=_0x3c669e();return null==_0x4ce022?(_0x48ca91(),_0xb6d90b([0x56,0x61,0x6c,0x69,0x64])):_0xb6d90b(_0x3bc95b-_0x4ce022>(0x7230d73d^_0x598ca3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0x37ca4d)[_0xb6d90b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x37ca4d(_0xb6d90b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x42bf5a=0x560abdbd^_0x598ca3;function _0x48ca91(){const _0x1510a5=_0xb6d90b([0x6c,0x6c,0x63,0x74,0x2d])+_0xe23f7e(_0x1ece63(_0x1730c4)),_0x1eeb4e=_0x4e2665(_0xe23f7e(window[_0xb6d90b([0x4d,0x61,0x74,0x68])][_0xb6d90b([0x63,0x65,0x69,0x6c])](_0x3bc95b/_0x42bf5a)));window[_0xb6d90b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xb6d90b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1510a5,_0x1eeb4e);}function _0x3c669e(){const _0x5d2b25=_0xb6d90b([0x6c,0x6c,0x63,0x74,0x2d])+_0xe23f7e(_0x1ece63(_0x1730c4)),_0x3f1494=window[_0xb6d90b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xb6d90b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d2b25);return _0x3f1494?window[_0xb6d90b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e2665(_0x3f1494),0x10)*_0x42bf5a:null;}function _0x4f2bb3(_0x3dce15){return new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2141d6,_0x19d640)=>{_0x3dce15[_0xb6d90b([0x74,0x68,0x65,0x6e])](_0x2141d6,_0x19d640),window[_0xb6d90b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x19d640,0x563d87fd^_0x598ca3);});}}_0x2e8677[_0xb6d90b([0x6f,0x6e])](_0xb6d90b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x512baf,_0x519cf4)=>{if(_0x519cf4[0x0]!=_0x1730c4)return _0x37ca4d(_0xb6d90b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x519cf4[0x1]={..._0x519cf4[0x1],[_0xb6d90b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x56f57b};},{[_0xb6d90b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xb6d90b([0x68,0x69,0x67,0x68])}),_0x2e8677[_0xb6d90b([0x6f,0x6e])](_0xb6d90b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3da755=>{_0x56dd4d(_0x3da755[_0xb6d90b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d7bf8=!0x0,_0x394f88(_0x3da755[_0xb6d90b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xb6d90b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xb6d90b([0x6c,0x6f,0x77])}),_0xa890ed[_0xb6d90b([0x74,0x68,0x65,0x6e])](()=>{_0x1d7bf8||_0x37ca4d(_0xb6d90b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x453fd0(){return _0x2e8677[_0xb6d90b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xb6d90b([0x76,0x69,0x65,0x77])][_0xb6d90b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xb6d90b([0x61,0x75,0x74,0x6f]);}function _0x2cb40a(){_0x2e8677[_0xb6d90b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xb6d90b([0x76,0x69,0x65,0x77])][_0xb6d90b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xb6d90b([0x61,0x75,0x74,0x6f]);}}function _0x7110dc(_0x425255){const _0x4ef565=[new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfc3709=>setTimeout(_0xfc3709,0x56356df1^_0x598ca3)),_0xa890ed[_0xb6d90b([0x74,0x68,0x65,0x6e])](()=>new window[(_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a353d=>{let _0x553a72=0x0;_0x2e8677[_0xb6d90b([0x6d,0x6f,0x64,0x65,0x6c])][_0xb6d90b([0x6f,0x6e])](_0xb6d90b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b1c26,_0x31f435)=>{_0x31f435[0x0][_0xb6d90b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x553a72++,_0x553a72==(0x563c52c5^_0x598ca3)&&(_0x2a353d(),_0x1b1c26[_0xb6d90b([0x6f,0x66,0x66])]());});}))];return window[_0xb6d90b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xb6d90b([0x72,0x61,0x63,0x65])](_0x4ef565)[_0xb6d90b([0x74,0x68,0x65,0x6e])](()=>_0x425255);}async function _0x29ecbe(){await _0xa890ed,_0x2e8677[_0xb6d90b([0x6d,0x6f,0x64,0x65,0x6c])][_0xb6d90b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3580a0,_0x2e8677[_0xb6d90b([0x6d,0x6f,0x64,0x65,0x6c])][_0xb6d90b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3580a0,_0x2e8677[_0xb6d90b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xb6d90b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4cd7a9(_0x5ebe22){const _0x38c4bb=_0x3587ad();_0x2e8677[_0x38c4bb]=_0xb6d90b([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])+_0x5ebe22,_0x5ebe22!=_0xb6d90b([0x56,0x61,0x6c,0x69,0x64])&&_0x29ecbe();}function _0x3587ad(){const _0x14696a=window[_0xb6d90b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xb6d90b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xb6d90b([0x6e,0x6f,0x77])]())[_0xb6d90b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xb6d90b([0x2e]),'');let _0x58a374=_0xb6d90b([0x53]);for(let _0x406ae0=0x0;_0x406ae0<_0x14696a[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x406ae0+=0x2){let _0x132779=window[_0xb6d90b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x14696a[_0xb6d90b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x406ae0,_0x406ae0+0x2));_0x132779>=_0x5c341c[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x132779-=_0x5c341c[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x58a374+=_0x5c341c[_0x132779];}return _0x58a374;}function _0x5bafae(){const _0x428179=_0x45611d[_0xb6d90b([0x73,0x70,0x6c,0x69,0x74])](_0xb6d90b([0x2e]));if(0x3!=_0x428179[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x46ebb9(_0x428179[0x1]);function _0x46ebb9(_0x61ae87){const _0x28bce2=_0x5b0f5d(_0x61ae87);return _0x28bce2&&_0xc1916e()?_0x28bce2:null;function _0xc1916e(){const _0x17ba6d=_0x28bce2[_0xb6d90b([0x6a,0x74,0x69])],_0xb0ac5a=window[_0xb6d90b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x17ba6d[_0xb6d90b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x17ba6d[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x365e52={..._0x28bce2,[_0xb6d90b([0x6a,0x74,0x69])]:_0x17ba6d[_0xb6d90b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x17ba6d[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x365e52[_0xb6d90b([0x76,0x63])],_0x1ece63(_0x365e52)==_0xb0ac5a;}}}async function _0x40e15b(){let _0x42343b=!0x0;try{const _0x4ba1a2=_0x45611d[_0xb6d90b([0x73,0x70,0x6c,0x69,0x74])](_0xb6d90b([0x2e])),[_0x585ca2,_0x45c2d1,_0x1805be]=_0x4ba1a2;return _0xbe8daf(_0x585ca2),await _0x299bad(_0x585ca2,_0x45c2d1,_0x1805be),_0x42343b;}catch(_0x3413a8){return!0x1;}function _0xbe8daf(_0x201c85){const _0x3215de=_0x5b0f5d(_0x201c85);_0x3215de&&_0x3215de[_0xb6d90b([0x61,0x6c,0x67])]==_0xb6d90b([0x45,0x53,0x32,0x35,0x36])||(_0x42343b=!0x1);}async function _0x299bad(_0x496854,_0x4ec0e3,_0x50754b){const _0x178baa=window[_0xb6d90b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xb6d90b([0x66,0x72,0x6f,0x6d])](_0x23e357(_0x50754b),_0xf4bf5c=>_0xf4bf5c[_0xb6d90b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3e62bd=new window[(_0xb6d90b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xb6d90b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x496854+_0xb6d90b([0x2e])+_0x4ec0e3),_0x571a2d=window[_0xb6d90b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xb6d90b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x571a2d)return;const _0x1aefd9=await _0x571a2d[_0xb6d90b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xb6d90b([0x6a,0x77,0x6b]),_0x4d0602,{[_0xb6d90b([0x6e,0x61,0x6d,0x65])]:_0xb6d90b([0x45,0x43,0x44,0x53,0x41]),[_0xb6d90b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xb6d90b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xb6d90b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x571a2d[_0xb6d90b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xb6d90b([0x6e,0x61,0x6d,0x65])]:_0xb6d90b([0x45,0x43,0x44,0x53,0x41]),[_0xb6d90b([0x68,0x61,0x73,0x68])]:{[_0xb6d90b([0x6e,0x61,0x6d,0x65])]:_0xb6d90b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aefd9,_0x178baa,_0x3e62bd)||(_0x42343b=!0x1);}}function _0x5b0f5d(_0x14a20c){return _0x14a20c[_0xb6d90b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xb6d90b([0x65,0x79]))?JSON[_0xb6d90b([0x70,0x61,0x72,0x73,0x65])](_0x23e357(_0x14a20c)):null;}function _0x23e357(_0x466bdb){return window[_0xb6d90b([0x61,0x74,0x6f,0x62])](_0x466bdb[_0xb6d90b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xb6d90b([0x2b]))[_0xb6d90b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xb6d90b([0x2f])));}function _0x1ece63(_0x292451){let _0x21e9b0=0x1505;function _0x258fb2(_0x25f5a5){for(let _0x4e26a8=0x0;_0x4e26a8<_0x25f5a5[_0xb6d90b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e26a8++){const _0x5bc5e8=_0x25f5a5[_0xb6d90b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4e26a8);_0x21e9b0=(_0x21e9b0<<0x5)+_0x21e9b0+_0x5bc5e8,_0x21e9b0&=_0x21e9b0;}}function _0x43391b(_0x125ada){Array[_0xb6d90b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x125ada)?_0x125ada[_0xb6d90b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x43391b):_0x125ada&&typeof _0x125ada==_0xb6d90b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xb6d90b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x125ada)[_0xb6d90b([0x73,0x6f,0x72,0x74])]()[_0xb6d90b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x23ad2,_0x30c594])=>{_0x258fb2(_0x23ad2),_0x43391b(_0x30c594);}):_0x258fb2(window[_0xb6d90b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x125ada));}return _0x43391b(_0x292451),_0x21e9b0>>>0x0;}function _0xe23f7e(_0x28639a){return _0x28639a[_0xb6d90b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xb6d90b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xb6d90b([0x30]));}function _0x4e2665(_0x19fbb2){return _0x19fbb2[_0xb6d90b([0x73,0x70,0x6c,0x69,0x74])]('')[_0xb6d90b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xb6d90b([0x6a,0x6f,0x69,0x6e])]('');}function _0x3580a0(){}function _0xb6d90b(_0x5cd3bd){const _0x2b61f6=_0x3122;return _0x5cd3bd[_0x2b61f6(0xd0)](_0xaae53f=>String[_0x2b61f6(0xc6)](_0xaae53f))[_0x2b61f6(0xfc)]('');}_0x4cd7a9(await _0x3e07e7());}(this);}[_0x31fe40(0xa0)](){const _0x2cddc2=_0x31fe40;this[_0x2cddc2(0x9d)][_0x2cddc2(0xcf)](_0x432cc7=>{const _0x7f82ad=_0x2cddc2;_0x7f82ad(0xed)!==_0x432cc7[_0x7f82ad(0xb0)]&&this[_0x7f82ad(0xb5)][_0x7f82ad(0xf5)][_0x7f82ad(0xdc)](_0x432cc7);});}[_0x31fe40(0xad)](){const _0x12547e=_0x31fe40;for(const _0x36b479 of this[_0x12547e(0xb5)][_0x12547e(0xee)][_0x12547e(0xdd)][_0x12547e(0xd4)][_0x12547e(0xdb)]({'includeChangesInGraveyard':!0x0})){if(_0x12547e(0xe3)!==_0x36b479[_0x12547e(0x105)]||_0x12547e(0xf3)!==_0x36b479[_0x12547e(0xce)])return;this[_0x12547e(0x9d)][_0x12547e(0xfd)](_0x36b479[_0x12547e(0xc9)][_0x12547e(0xc2)]);}}[_0x31fe40(0x104)](){const _0x341c05=_0x31fe40;this[_0x341c05(0xb5)][_0x341c05(0xee)][_0x341c05(0xef)][_0x341c05(0xe7)](_0x341c05(0xf3),{'inheritAllFrom':_0x341c05(0xa9)});}[_0x31fe40(0xd1)](){const _0x48f1ff=_0x31fe40,_0x3baeb7=this[_0x48f1ff(0xb5)][_0x48f1ff(0xbf)];_0x3baeb7[_0x48f1ff(0xbc)](_0x48f1ff(0xde))[_0x48f1ff(0xfb)]({'model':_0x48f1ff(0xf3),'view':{'name':_0x48f1ff(0xa2),'classes':_0x48f1ff(0xc3)}}),_0x3baeb7[_0x48f1ff(0xbc)](_0x48f1ff(0xf1))[_0x48f1ff(0xc1)]({'model':_0x48f1ff(0xf3),'view':(_0x309611,{writer:_0x112b47})=>this[_0x48f1ff(0xcc)](_0x112b47,!0x0)}),_0x3baeb7[_0x48f1ff(0xbc)](_0x48f1ff(0xc0))[_0x48f1ff(0xc1)]({'model':_0x48f1ff(0xf3),'view':(_0x55756b,{writer:_0x4e3a00})=>{const _0x1aa714=_0x48f1ff;this[_0x1aa714(0x9d)][_0x1aa714(0xfd)](_0x55756b);const _0x110b1c=this[_0x1aa714(0xcc)](_0x4e3a00);return _0x1f3063(_0x110b1c,_0x4e3a00,{'label':_0x42ecac(this[_0x1aa714(0xb5)][_0x1aa714(0xe4)],_0x1aa714(0xc5))});}}),this[_0x48f1ff(0xb5)][_0x48f1ff(0xb4)][_0x48f1ff(0xe6)]({'name':_0x48f1ff(0xa2),'classes':_0x48f1ff(0xc3)}),this[_0x48f1ff(0xb5)][_0x48f1ff(0xf5)][_0x48f1ff(0xf7)]['on'](_0x48f1ff(0xc8),this[_0x48f1ff(0xf8)](),{'priority':_0x48f1ff(0xc7)});}[_0x31fe40(0xcc)](_0x3feb1a,_0x19c8f7=!0x1){const _0x4cfed3=_0x31fe40,{locale:_0x1514bf}=this[_0x4cfed3(0xb5)],_0x5de4ba=_0x3feb1a[_0x4cfed3(0xa6)](_0x4cfed3(0xa2),{'class':_0x4cfed3(0xc3)+(0x0===this[_0x4cfed3(0xa4)][_0x4cfed3(0x9c)]?_0x4cfed3(0xe2):''),...!_0x19c8f7&&{'data-table-of-contents-label':_0x42ecac(_0x1514bf,_0x4cfed3(0xc5))}});0x0===this[_0x4cfed3(0xa4)][_0x4cfed3(0x9c)]&&!0x1===_0x19c8f7&&_0x3feb1a[_0x4cfed3(0xe3)](_0x3feb1a[_0x4cfed3(0xd6)](_0x5de4ba,_0x4cfed3(0xea)),_0x3feb1a[_0x4cfed3(0xa6)]('p',{'class':_0x4cfed3(0xbd)},[_0x3feb1a[_0x4cfed3(0xd7)](_0x42ecac(_0x1514bf,_0x4cfed3(0xbe)))]));const _0x880f45=_0x19c8f7?'':'['+_0x42ecac(_0x1514bf,_0x4cfed3(0xa5))+']';let _0x1ab4f4=_0x5de4ba;return this[_0x4cfed3(0xa4)][_0x4cfed3(0xcf)]((_0x2f90f1,_0x349b2a,_0x2da693)=>{const _0x15d1f9=_0x4cfed3,_0x3f2218=this[_0x15d1f9(0xb5)][_0x15d1f9(0xee)][_0x15d1f9(0x108)](_0x2f90f1[_0x15d1f9(0xe5)],{'ignoreWhitespaces':!0x0}),_0x409d85=_0x3f2218?_0x2f90f1[_0x15d1f9(0xe1)]:_0x880f45,_0x29846d=_0x2f90f1[_0x15d1f9(0xe5)][_0x15d1f9(0xbb)](this[_0x15d1f9(0xcb)]),_0x238f4c=_0x3feb1a[_0x15d1f9(0xa6)]('a',{'href':'#'+_0x29846d,...!_0x19c8f7&&{'tabindex':'-1'}},[_0x3feb1a[_0x15d1f9(0xd7)](_0x409d85)]),_0x153da5=this[_0x15d1f9(0xb5)][_0x15d1f9(0xca)][_0x15d1f9(0x10a)](_0x15d1f9(0xa1));_0x3feb1a[_0x15d1f9(0xff)](_0x15d1f9(0x98),_0x349b2a,_0x238f4c);const _0xd47e1=_0x3feb1a[_0x15d1f9(0xa6)]('li',null,[_0x3f2218||!_0x19c8f7&&_0x153da5?_0x238f4c:_0x3feb1a[_0x15d1f9(0xd7)]('')]),_0x5e1656=_0x349b2a?_0x2da693[_0x349b2a-0x1][_0x15d1f9(0xaf)]:0x0,_0x449b58=Math[_0x15d1f9(0xec)](_0x2f90f1[_0x15d1f9(0xaf)]-_0x5e1656);if(_0x2f90f1[_0x15d1f9(0xaf)]>_0x5e1656){const _0x260d6d=N(_0xd47e1,_0x449b58,_0x3feb1a);_0x3feb1a[_0x15d1f9(0xe3)](_0x3feb1a[_0x15d1f9(0xd6)](_0x1ab4f4,_0x15d1f9(0xea)),_0x260d6d);}else{const _0xe6125c=function(_0x5f1cf3,_0x41d72b){const _0x545089=_0x15d1f9;return _0x5f1cf3[_0x545089(0xab)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x545089(0x9a)](_0x598083=>_0x598083['is'](_0x545089(0xdf),'ol'))[_0x41d72b];}(_0x1ab4f4,_0x449b58);_0x3feb1a[_0x15d1f9(0xe3)](_0x3feb1a[_0x15d1f9(0xd6)](_0xe6125c,_0x15d1f9(0xea)),_0xd47e1);}_0x1ab4f4=_0xd47e1;}),_0x5de4ba;}[_0x31fe40(0xc4)](_0x54b87e){const _0x3795f3=_0x31fe40,_0x597df6=this[_0x3795f3(0xa4)][_0x54b87e][_0x3795f3(0xe5)];this[_0x3795f3(0xb5)][_0x3795f3(0xee)][_0x3795f3(0xb3)](_0x43af23=>{const _0x5498a1=_0x3795f3;_0x43af23[_0x5498a1(0xb7)](_0x597df6,0x0);}),this[_0x3795f3(0xb5)][_0x3795f3(0xf5)][_0x3795f3(0xac)][_0x3795f3(0x109)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x31fe40(0xf8)](){return(_0x8b5fbb,_0x10cc2e)=>{const _0x4c565d=_0x3122,_0x4cede5=_0x10cc2e[_0x4c565d(0xf7)],_0x1da23d=_0x4cede5[_0x4c565d(0x103)](_0x10cc2e[_0x4c565d(0x99)]),_0x399cdf=_0x4cede5[_0x4c565d(0x9b)](_0x1da23d);_0x399cdf['is'](_0x4c565d(0xdf),_0x4c565d(0xf3))&&(_0x10cc2e[_0x4c565d(0xe9)]=this[_0x4c565d(0xb5)][_0x4c565d(0xee)][_0x4c565d(0xd6)](_0x399cdf,0x0),_0x8b5fbb[_0x4c565d(0xd5)]());};}}function _0x3122(_0x1ce13e,_0x2a940c){const _0x42926a=_0x4292();return _0x3122=function(_0x3122e7,_0x43ef52){_0x3122e7=_0x3122e7-0x98;let _0x8c7b9a=_0x42926a[_0x3122e7];return _0x8c7b9a;},_0x3122(_0x1ce13e,_0x2a940c);}function N(_0x4bcec9,_0x12edb1,_0x2c116f){const _0x1b2973=_0x31fe40;return 0x1===_0x12edb1?_0x2c116f[_0x1b2973(0xa6)]('ol',null,[_0x4bcec9]):_0x2c116f[_0x1b2973(0xa6)]('ol',null,[_0x2c116f[_0x1b2973(0xa6)]('li',null,[N(_0x4bcec9,_0x12edb1-0x1,_0x2c116f)])]);}
|
|
23
|
+
const _0x11b4ba=_0x1e75;(function(_0x109584,_0x174216){const _0x20de44=_0x1e75,_0x3e2090=_0x109584();while(!![]){try{const _0x5d246a=parseInt(_0x20de44(0x1b0))/0x1*(-parseInt(_0x20de44(0x1cd))/0x2)+-parseInt(_0x20de44(0x1e5))/0x3+-parseInt(_0x20de44(0x1fd))/0x4+parseInt(_0x20de44(0x1da))/0x5*(-parseInt(_0x20de44(0x20f))/0x6)+parseInt(_0x20de44(0x1e2))/0x7*(parseInt(_0x20de44(0x1f7))/0x8)+parseInt(_0x20de44(0x1d5))/0x9*(-parseInt(_0x20de44(0x1b3))/0xa)+parseInt(_0x20de44(0x1a5))/0xb;if(_0x5d246a===_0x174216)break;else _0x3e2090['push'](_0x3e2090['shift']());}catch(_0x1e2994){_0x3e2090['push'](_0x3e2090['shift']());}}}(_0x44f3,0xdf5bf));import{Plugin as _0x256892}from'ckeditor5/src/core.js';import{toWidget as _0x322925,Widget as _0x184004}from'ckeditor5/src/widget.js';function _0x44f3(){const _0x265eef=['No\x20headings\x20were\x20found\x20in\x20the\x20document.','createContainerElement','setSelection','register','scrollToTheSelection','_trackNewToCElements','insertTableOfContents','8896455sHbRGy','$capture','filter','table-of-contents__placeholder','conversion','2244790OiwQLV','TableOfContentsEditing','_createTableOfContents','forEach','domEvent','getChanges','abs','headingId.modelAttributeName','129073oXtRqO','text','modelPosition','235341IuzMVu','viewPosition','level','headingId','toModelElement','afterInit','_redirectMapper','_handleScrollToHeading','viewToModelPosition','elementToStructure','length','getCustomProperty','createText','documentOutline.showEmptyHeadings','config','Empty\x20heading','document','get','368hjAhyy','isPremiumPlugin','_tableOfContentsElements','createPositionAt','model','table-of-contents','1085884copcKG','outlineDefinitions','_defineSchema','mapper','end','requires','join','Table\x20of\x20contents','elementToElement','map','setCustomProperty','registerRawContentMatcher','high','target','DocumentOutlineUtils','add','view','for','18XHfBRy','listenTo','div','\x20table-of-contents_empty','hasContent','pluginName','name','init','editingDowncast','32673982EwAmGv','position','stop','_headingIdModelAttributeName','_updateTableOfContentsElements','data','change','fromCharCode','tableOfContents','click','$graveyard','218390uCcSJG','nodeAfter','preventDefault','10WoIsqI','getAncestors','editor','differ','isInteger','findMappedViewAncestor','type','commands','_defineConverters','schema','insert','plugins','$blockObject','locale','modelElement','upcast','getAttribute','reconvertItem','dataDowncast','rootName','editing','isOfficialPlugin','element','href','tableOfContentsHeadingIndex','_currentOutlineDefinitions','2beZfwc'];_0x44f3=function(){return _0x265eef;};return _0x44f3();}import{uid as _0x4db3d3}from'ckeditor5/src/utils.js';import _0x18c1a8 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x44490d from'../documentoutline/documentoutlineutils.js';import _0x12ab3b from'./headingid.js';import{getTranslation as _0x30a2d9}from'../utils/common-translations.js';export default class s extends _0x256892{static get[_0x11b4ba(0x1a1)](){const _0x4ba397=_0x11b4ba;return _0x4ba397(0x1db);}static get[_0x11b4ba(0x1c8)](){return!0x0;}static get[_0x11b4ba(0x1f8)](){return!0x0;}static get[_0x11b4ba(0x202)](){return[_0x184004,_0x44490d,_0x12ab3b];}[_0x11b4ba(0x1cc)];[_0x11b4ba(0x1f9)];[_0x11b4ba(0x1a8)];constructor(_0x3860e3){const _0xba9b74=_0x11b4ba;super(_0x3860e3),this[_0xba9b74(0x1cc)]=[],this[_0xba9b74(0x1f9)]=new Set(),this[_0xba9b74(0x1a8)]=_0xba9b74(0x1e8);}[_0x11b4ba(0x1a3)](){const _0x4d77da=_0x11b4ba,_0x3087f5=this[_0x4d77da(0x1b5)],_0x1e34f0=_0x3087f5[_0x4d77da(0x1c7)][_0x4d77da(0x20d)][_0x4d77da(0x1f5)];_0x3087f5[_0x4d77da(0x1f3)][_0x4d77da(0x1f6)](_0x4d77da(0x1e1))&&(this[_0x4d77da(0x1a8)]=_0x3087f5[_0x4d77da(0x1f3)][_0x4d77da(0x1f6)](_0x4d77da(0x1e1))),this[_0x4d77da(0x210)](_0x1e34f0,_0x4d77da(0x1ae),(_0xf9b5f8,_0x3bc06)=>{const _0x708302=_0x4d77da;if(!_0x3bc06[_0x708302(0x20a)])return;const _0x55c600=_0x3bc06[_0x708302(0x20a)][_0x708302(0x1f0)](_0x708302(0x1cb));Number[_0x708302(0x1b7)](_0x55c600)&&(_0x3bc06[_0x708302(0x1de)][_0x708302(0x1b2)](),_0xf9b5f8[_0x708302(0x1a7)](),this[_0x708302(0x1ec)](_0x55c600));},{'priority':_0x4d77da(0x209),'context':_0x4d77da(0x1d6)}),this[_0x4d77da(0x1ff)](),this[_0x4d77da(0x1bb)](),_0x3087f5[_0x4d77da(0x1ba)][_0x4d77da(0x20c)](_0x4d77da(0x1d4),new _0x18c1a8(_0x3087f5)),(_0x3087f5[_0x4d77da(0x1be)][_0x4d77da(0x1f6)](_0x4d77da(0x20b))['on'](_0x4d77da(0x1ab),(_0x4ddb44,_0x16635c)=>{const _0x4b7ea5=_0x4d77da;this[_0x4b7ea5(0x1cc)]=_0x16635c[_0x4b7ea5(0x1fe)],this[_0x4b7ea5(0x1a9)]();}),this[_0x4d77da(0x210)](_0x3087f5[_0x4d77da(0x1fb)][_0x4d77da(0x1f5)],_0x4d77da(0x1ab),()=>{const _0x17bc69=_0x4d77da;this[_0x17bc69(0x1d3)]();}));}[_0x11b4ba(0x1ea)](){!async function(_0x1c7c15){const _0x5d7a68=_0xebfc52([0x37,0x45,0x76,0x63,0x7a,0x54,0x4c,0x30,0x39,0x57,0x41,0x43,0x48,0x35,0x55,0x50,0x38,0x6f,0x42,0x62,0x75,0x47,0x56,0x70,0x32,0x73,0x33,0x6c,0x4f,0x5a,0x4a,0x31,0x4e,0x46,0x78,0x58,0x52,0x61,0x6d,0x71,0x53,0x59,0x44,0x36,0x6a,0x68,0x6b,0x49,0x79,0x67,0x64,0x74,0x4b,0x4d,0x65,0x6e,0x66,0x51,0x77,0x34,0x72,0x69]),_0x222ef0=0x7672f2b6,_0x3bae56=0x767595c6^_0x222ef0,_0xa0d41a=window[_0xebfc52([0x44,0x61,0x74,0x65])][_0xebfc52([0x6e,0x6f,0x77])](),_0x450c75=_0x1c7c15[_0xebfc52([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3fc584=new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2381f5=>{_0x450c75[_0xebfc52([0x6f,0x6e,0x63,0x65])](_0xebfc52([0x72,0x65,0x61,0x64,0x79]),_0x2381f5);}),_0x222668={[_0xebfc52([0x6b,0x74,0x79])]:_0xebfc52([0x45,0x43]),[_0xebfc52([0x75,0x73,0x65])]:_0xebfc52([0x73,0x69,0x67]),[_0xebfc52([0x63,0x72,0x76])]:_0xebfc52([0x50,0x2d,0x32,0x35,0x36]),[_0xebfc52([0x78])]:_0xebfc52([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]),[_0xebfc52([0x79])]:_0xebfc52([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]),[_0xebfc52([0x61,0x6c,0x67])]:_0xebfc52([0x45,0x53,0x32,0x35,0x36])},_0x20e15f=_0x450c75[_0xebfc52([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xebfc52([0x67,0x65,0x74])](_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1228b3(){let _0x2453db,_0x2dfa3c=null,_0x1f5433=null;try{if(_0x20e15f==_0xebfc52([0x47,0x50,0x4c]))return _0xebfc52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2453db=_0x2a85f4(),!_0x2453db)return _0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2453db[_0xebfc52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1f5433=_0x2f84cf(_0x2453db[_0xebfc52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2453db[_0xebfc52([0x6a,0x74,0x69])])),await _0x57f2d1()?_0x2310c7()?_0x156d84()?_0xebfc52([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x46afcb()?(_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xebfc52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2dfa3c=_0x172d80(_0xebfc52([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xebfc52([0x74,0x72,0x69,0x61,0x6c])&&(_0x2dfa3c=_0x172d80(_0xebfc52([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb2fc32()):_0xebfc52([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xebfc52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2466b5){return _0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x156d84(){const _0x5a6385=[_0xebfc52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xebfc52([0x74,0x72,0x69,0x61,0x6c])][_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa0d41a/0x3e8:0xe10*_0x3bae56;return _0x2453db[_0xebfc52([0x65,0x78,0x70])]<_0x5a6385;}function _0x2310c7(){const _0x478b07=_0x2453db[_0xebfc52([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x478b07&&(!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x2a]))||(!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x54,0x4f,0x43]))||!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x50,0x50]))));}function _0x46afcb(){const _0x43d0d8=_0x1e75,_0x129193=_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x129193||0x0==_0x129193[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x52c0be}=new URL(window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x43d0d8(0x1ca)]);if(_0x129193[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52c0be))return!0x0;const _0x5b7f60=_0x52c0be[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e]));return _0x129193[_0xebfc52([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31799b=>_0x31799b[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x2a])))[_0xebfc52([0x6d,0x61,0x70])](_0x8084f9=>_0x8084f9[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e])))[_0xebfc52([0x73,0x6f,0x6d,0x65])](_0x3226d6=>_0x5b7f60[_0xebfc52([0x65,0x76,0x65,0x72,0x79])]((_0x20a899,_0x1f66fe)=>_0x3226d6[_0x1f66fe]===_0x20a899||_0x3226d6[_0x1f66fe]===_0xebfc52([0x2a])));}function _0xb2fc32(){return _0x2dfa3c&&_0x1f5433?new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd092,_0x4ead76)=>{_0x2dfa3c[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x5bd092,_0x4ead76),_0x1f5433[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x498d24=>{_0x498d24!=_0xebfc52([0x56,0x61,0x6c,0x69,0x64])&&_0x5bd092(_0x498d24);},_0x4ead76);}):_0x2dfa3c||_0x1f5433||_0xebfc52([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f84cf(_0x2566ed,_0xa32926){return new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f7191=>{if(_0x4c67a4())return _0x3f7191(_0xebfc52([0x56,0x61,0x6c,0x69,0x64]));_0x4d783f(),_0x450c75[_0xebfc52([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x365f0c=!0x1;const _0x5d0eb3=_0x4db3d3();function _0x4896e2(_0xe0459b){return!!_0xe0459b&&(typeof _0xe0459b===_0xebfc52([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xe0459b===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xe0459b[_0xebfc52([0x74,0x68,0x65,0x6e])]===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xe0459b[_0xebfc52([0x63,0x61,0x74,0x63,0x68])]===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45abc3(_0x220b34){_0x593803(_0x220b34)[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x25a8ba=>{if(!_0x25a8ba||_0x25a8ba[_0xebfc52([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xebfc52([0x6f,0x6b]))return _0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1da309(_0x2603f2(_0x5d0eb3+_0xa32926))!=_0x25a8ba[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xebfc52([0x56,0x61,0x6c,0x69,0x64]);})[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x1281f3=>(_0x4f86e4(),_0x1281f3),()=>{const _0x438454=_0xf0dd8b();return null==_0x438454?(_0x4f86e4(),_0xebfc52([0x56,0x61,0x6c,0x69,0x64])):_0xebfc52(_0xa0d41a-_0x438454>(0x527e76b6^_0x222ef0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x3f7191)[_0xebfc52([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x536721=0x76441c36^_0x222ef0;function _0x4f86e4(){const _0x46bca2=_0xebfc52([0x6c,0x6c,0x63,0x74,0x2d])+_0x1da309(_0x2603f2(_0x2566ed)),_0x599f96=_0x511162(_0x1da309(window[_0xebfc52([0x4d,0x61,0x74,0x68])][_0xebfc52([0x63,0x65,0x69,0x6c])](_0xa0d41a/_0x536721)));window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xebfc52([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46bca2,_0x599f96);}function _0xf0dd8b(){const _0x581c69=_0xebfc52([0x6c,0x6c,0x63,0x74,0x2d])+_0x1da309(_0x2603f2(_0x2566ed)),_0x221d9a=window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xebfc52([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x581c69);return _0x221d9a?window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x511162(_0x221d9a),0x10)*_0x536721:null;}function _0x593803(_0x56cc72){return new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5cf098,_0x4a0644)=>{_0x56cc72[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x5cf098,_0x4a0644),window[_0xebfc52([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4a0644,0x76732676^_0x222ef0);});}}_0x450c75[_0xebfc52([0x6f,0x6e])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x565b1c,_0x58fb89)=>{if(_0x58fb89[0x0]!=_0x2566ed)return _0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x58fb89[0x1]={..._0x58fb89[0x1],[_0xebfc52([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d0eb3};},{[_0xebfc52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xebfc52([0x68,0x69,0x67,0x68])}),_0x450c75[_0xebfc52([0x6f,0x6e])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x36d1b8=>{_0x4896e2(_0x36d1b8[_0xebfc52([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x365f0c=!0x0,_0x45abc3(_0x36d1b8[_0xebfc52([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xebfc52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xebfc52([0x6c,0x6f,0x77])}),_0x3fc584[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>{_0x365f0c||_0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4c67a4(){return _0x450c75[_0xebfc52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xebfc52([0x76,0x69,0x65,0x77])][_0xebfc52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xebfc52([0x61,0x75,0x74,0x6f]);}function _0x4d783f(){_0x450c75[_0xebfc52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xebfc52([0x76,0x69,0x65,0x77])][_0xebfc52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xebfc52([0x61,0x75,0x74,0x6f]);}}function _0x172d80(_0x2d9f3d){const _0x5d0faf=[new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x454ce3=>setTimeout(_0x454ce3,0x767bcc7a^_0x222ef0)),_0x3fc584[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39f4ac=>{let _0x1746d5=0x0;_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x6f,0x6e])](_0xebfc52([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5e3f61,_0x97fe7e)=>{_0x97fe7e[0x0][_0xebfc52([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1746d5++,_0x1746d5==(0x7672f34e^_0x222ef0)&&(_0x39f4ac(),_0x5e3f61[_0xebfc52([0x6f,0x66,0x66])]());});}))];return window[_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xebfc52([0x72,0x61,0x63,0x65])](_0x5d0faf)[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>_0x2d9f3d);}async function _0x29d0ad(){await _0x3fc584,_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x138e85,_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x138e85,_0x450c75[_0xebfc52([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xcf20f0(_0x4bd8f2){const _0xbf8f56=_0xa71c32();_0x450c75[_0xbf8f56]=_0xebfc52([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])+_0x4bd8f2,_0x4bd8f2!=_0xebfc52([0x56,0x61,0x6c,0x69,0x64])&&_0x29d0ad();}function _0xa71c32(){const _0x4912a8=window[_0xebfc52([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xebfc52([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xebfc52([0x6e,0x6f,0x77])]())[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xebfc52([0x2e]),'');let _0x2c0261=_0xebfc52([0x45]);for(let _0x334779=0x0;_0x334779<_0x4912a8[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x334779+=0x2){let _0x2a8d2c=window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4912a8[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x334779,_0x334779+0x2));_0x2a8d2c>=_0x5d7a68[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a8d2c-=_0x5d7a68[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2c0261+=_0x5d7a68[_0x2a8d2c];}return _0x2c0261;}function _0x2a85f4(){const _0x9f088a=_0x20e15f[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e]));if(0x3!=_0x9f088a[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x932c5c(_0x9f088a[0x1]);function _0x932c5c(_0x1d1398){const _0xd04aed=_0x37fbd8(_0x1d1398);return _0xd04aed&&_0x67b3f5()?_0xd04aed:null;function _0x67b3f5(){const _0x5804dd=_0xd04aed[_0xebfc52([0x6a,0x74,0x69])],_0x38a7b1=window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5804dd[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5804dd[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4ee0ad={..._0xd04aed,[_0xebfc52([0x6a,0x74,0x69])]:_0x5804dd[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5804dd[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4ee0ad[_0xebfc52([0x76,0x63])],_0x2603f2(_0x4ee0ad)==_0x38a7b1;}}}async function _0x57f2d1(){let _0x5e1af1=!0x0;try{const _0x5285b0=_0x20e15f[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e])),[_0x74be3f,_0x4fa64e,_0x410ca8]=_0x5285b0;return _0x387db0(_0x74be3f),await _0x4df0ab(_0x74be3f,_0x4fa64e,_0x410ca8),_0x5e1af1;}catch(_0x18ab85){return!0x1;}function _0x387db0(_0x3b877e){const _0xc775bb=_0x37fbd8(_0x3b877e);_0xc775bb&&_0xc775bb[_0xebfc52([0x61,0x6c,0x67])]==_0xebfc52([0x45,0x53,0x32,0x35,0x36])||(_0x5e1af1=!0x1);}async function _0x4df0ab(_0xbe71c3,_0x80c504,_0x11c06c){const _0x56b6ec=window[_0xebfc52([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xebfc52([0x66,0x72,0x6f,0x6d])](_0x1a889a(_0x11c06c),_0x51e239=>_0x51e239[_0xebfc52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x591f14=new window[(_0xebfc52([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xebfc52([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xbe71c3+_0xebfc52([0x2e])+_0x80c504),_0x5cb894=window[_0xebfc52([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xebfc52([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5cb894)return;const _0x3ec9d2=await _0x5cb894[_0xebfc52([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xebfc52([0x6a,0x77,0x6b]),_0x222668,{[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x45,0x43,0x44,0x53,0x41]),[_0xebfc52([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xebfc52([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5cb894[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x45,0x43,0x44,0x53,0x41]),[_0xebfc52([0x68,0x61,0x73,0x68])]:{[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3ec9d2,_0x56b6ec,_0x591f14)||(_0x5e1af1=!0x1);}}function _0x37fbd8(_0x54f887){return _0x54f887[_0xebfc52([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xebfc52([0x65,0x79]))?JSON[_0xebfc52([0x70,0x61,0x72,0x73,0x65])](_0x1a889a(_0x54f887)):null;}function _0x1a889a(_0x556eb9){return window[_0xebfc52([0x61,0x74,0x6f,0x62])](_0x556eb9[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xebfc52([0x2b]))[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xebfc52([0x2f])));}function _0x2603f2(_0x1913e5){let _0x22b8d6=0x1505;function _0x486f15(_0x3e77b8){for(let _0x312b65=0x0;_0x312b65<_0x3e77b8[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x312b65++){const _0x314b7c=_0x3e77b8[_0xebfc52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x312b65);_0x22b8d6=(_0x22b8d6<<0x5)+_0x22b8d6+_0x314b7c,_0x22b8d6&=_0x22b8d6;}}function _0x10781e(_0x18b567){Array[_0xebfc52([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x18b567)?_0x18b567[_0xebfc52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x10781e):_0x18b567&&typeof _0x18b567==_0xebfc52([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xebfc52([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x18b567)[_0xebfc52([0x73,0x6f,0x72,0x74])]()[_0xebfc52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x346e22,_0x30b53a])=>{_0x486f15(_0x346e22),_0x10781e(_0x30b53a);}):_0x486f15(window[_0xebfc52([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x18b567));}return _0x10781e(_0x1913e5),_0x22b8d6>>>0x0;}function _0x1da309(_0x496615){return _0x496615[_0xebfc52([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xebfc52([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xebfc52([0x30]));}function _0x511162(_0x2cb0c8){return _0x2cb0c8[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])]('')[_0xebfc52([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xebfc52([0x6a,0x6f,0x69,0x6e])]('');}function _0x138e85(){}function _0xebfc52(_0x2c176a){const _0x34b8c2=_0x1e75;return _0x2c176a[_0x34b8c2(0x206)](_0x2a48ff=>String[_0x34b8c2(0x1ac)](_0x2a48ff))[_0x34b8c2(0x203)]('');}_0xcf20f0(await _0x1228b3());}(this);}[_0x11b4ba(0x1a9)](){const _0x13e51d=_0x11b4ba;this[_0x13e51d(0x1f9)][_0x13e51d(0x1dd)](_0x176e65=>{const _0x26cc99=_0x13e51d;_0x26cc99(0x1af)!==_0x176e65[_0x26cc99(0x1c6)]&&this[_0x26cc99(0x1b5)][_0x26cc99(0x1c7)][_0x26cc99(0x1c4)](_0x176e65);});}[_0x11b4ba(0x1d3)](){const _0x5dfca5=_0x11b4ba;for(const _0x3c53e0 of this[_0x5dfca5(0x1b5)][_0x5dfca5(0x1fb)][_0x5dfca5(0x1f5)][_0x5dfca5(0x1b6)][_0x5dfca5(0x1df)]({'includeChangesInGraveyard':!0x0})){if(_0x5dfca5(0x1bd)!==_0x3c53e0[_0x5dfca5(0x1b9)]||_0x5dfca5(0x1ad)!==_0x3c53e0[_0x5dfca5(0x1a2)])return;this[_0x5dfca5(0x1f9)][_0x5dfca5(0x20c)](_0x3c53e0[_0x5dfca5(0x1a6)][_0x5dfca5(0x1b1)]);}}[_0x11b4ba(0x1ff)](){const _0x2c9755=_0x11b4ba;this[_0x2c9755(0x1b5)][_0x2c9755(0x1fb)][_0x2c9755(0x1bc)][_0x2c9755(0x1d1)](_0x2c9755(0x1ad),{'inheritAllFrom':_0x2c9755(0x1bf)});}[_0x11b4ba(0x1bb)](){const _0x57940a=_0x11b4ba,_0x4359da=this[_0x57940a(0x1b5)][_0x57940a(0x1d9)];_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1c2))[_0x57940a(0x205)]({'model':_0x57940a(0x1ad),'view':{'name':_0x57940a(0x211),'classes':_0x57940a(0x1fc)}}),_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1c5))[_0x57940a(0x1ee)]({'model':_0x57940a(0x1ad),'view':(_0x507412,{writer:_0x6e9715})=>this[_0x57940a(0x1dc)](_0x6e9715,!0x0)}),_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1a4))[_0x57940a(0x1ee)]({'model':_0x57940a(0x1ad),'view':(_0x30121e,{writer:_0x1ab680})=>{const _0x49bbda=_0x57940a;this[_0x49bbda(0x1f9)][_0x49bbda(0x20c)](_0x30121e);const _0x15092e=this[_0x49bbda(0x1dc)](_0x1ab680);return _0x322925(_0x15092e,_0x1ab680,{'label':_0x30a2d9(this[_0x49bbda(0x1b5)][_0x49bbda(0x1c0)],_0x49bbda(0x204))});}}),this[_0x57940a(0x1b5)][_0x57940a(0x1aa)][_0x57940a(0x208)]({'name':_0x57940a(0x211),'classes':_0x57940a(0x1fc)}),this[_0x57940a(0x1b5)][_0x57940a(0x1c7)][_0x57940a(0x200)]['on'](_0x57940a(0x1ed),this[_0x57940a(0x1eb)](),{'priority':_0x57940a(0x209)});}[_0x11b4ba(0x1dc)](_0xf1a783,_0x17c502=!0x1){const _0x3addb1=_0x11b4ba,{locale:_0x3d604c}=this[_0x3addb1(0x1b5)],_0x8a9363=_0xf1a783[_0x3addb1(0x1cf)](_0x3addb1(0x211),{'class':_0x3addb1(0x1fc)+(0x0===this[_0x3addb1(0x1cc)][_0x3addb1(0x1ef)]?_0x3addb1(0x212):''),...!_0x17c502&&{'data-table-of-contents-label':_0x30a2d9(_0x3d604c,_0x3addb1(0x204))}});0x0===this[_0x3addb1(0x1cc)][_0x3addb1(0x1ef)]&&!0x1===_0x17c502&&_0xf1a783[_0x3addb1(0x1bd)](_0xf1a783[_0x3addb1(0x1fa)](_0x8a9363,_0x3addb1(0x201)),_0xf1a783[_0x3addb1(0x1cf)]('p',{'class':_0x3addb1(0x1d8)},[_0xf1a783[_0x3addb1(0x1f1)](_0x30a2d9(_0x3d604c,_0x3addb1(0x1ce)))]));const _0xefd756=_0x17c502?'':'['+_0x30a2d9(_0x3d604c,_0x3addb1(0x1f4))+']';let _0x158d64=_0x8a9363;return this[_0x3addb1(0x1cc)][_0x3addb1(0x1dd)]((_0x1d8cd6,_0x4a9440,_0x202f10)=>{const _0x504019=_0x3addb1,_0x337f2d=this[_0x504019(0x1b5)][_0x504019(0x1fb)][_0x504019(0x1a0)](_0x1d8cd6[_0x504019(0x1c1)],{'ignoreWhitespaces':!0x0}),_0x2ec192=_0x337f2d?_0x1d8cd6[_0x504019(0x1e3)]:_0xefd756,_0x53a71b=_0x1d8cd6[_0x504019(0x1c1)][_0x504019(0x1c3)](this[_0x504019(0x1a8)]),_0x47bc9c=_0xf1a783[_0x504019(0x1cf)]('a',{'href':'#'+_0x53a71b,...!_0x17c502&&{'tabindex':'-1'}},[_0xf1a783[_0x504019(0x1f1)](_0x2ec192)]),_0x1f5e0b=this[_0x504019(0x1b5)][_0x504019(0x1f3)][_0x504019(0x1f6)](_0x504019(0x1f2));_0xf1a783[_0x504019(0x207)](_0x504019(0x1cb),_0x4a9440,_0x47bc9c);const _0x1b0f13=_0xf1a783[_0x504019(0x1cf)]('li',null,[_0x337f2d||!_0x17c502&&_0x1f5e0b?_0x47bc9c:_0xf1a783[_0x504019(0x1f1)]('')]),_0xd07cec=_0x4a9440?_0x202f10[_0x4a9440-0x1][_0x504019(0x1e7)]:0x0,_0x6776d6=Math[_0x504019(0x1e0)](_0x1d8cd6[_0x504019(0x1e7)]-_0xd07cec);if(_0x1d8cd6[_0x504019(0x1e7)]>_0xd07cec){const _0x41312d=N(_0x1b0f13,_0x6776d6,_0xf1a783);_0xf1a783[_0x504019(0x1bd)](_0xf1a783[_0x504019(0x1fa)](_0x158d64,_0x504019(0x201)),_0x41312d);}else{const _0x3533e2=function(_0x4a2ebb,_0x564963){const _0x423483=_0x504019;return _0x4a2ebb[_0x423483(0x1b4)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x423483(0x1d7)](_0x423562=>_0x423562['is'](_0x423483(0x1c9),'ol'))[_0x564963];}(_0x158d64,_0x6776d6);_0xf1a783[_0x504019(0x1bd)](_0xf1a783[_0x504019(0x1fa)](_0x3533e2,_0x504019(0x201)),_0x1b0f13);}_0x158d64=_0x1b0f13;}),_0x8a9363;}[_0x11b4ba(0x1ec)](_0x63cddc){const _0x34b4cd=_0x11b4ba,_0x239dc4=this[_0x34b4cd(0x1cc)][_0x63cddc][_0x34b4cd(0x1c1)];this[_0x34b4cd(0x1b5)][_0x34b4cd(0x1fb)][_0x34b4cd(0x1ab)](_0x5ea671=>{const _0x161759=_0x34b4cd;_0x5ea671[_0x161759(0x1d0)](_0x239dc4,0x0);}),this[_0x34b4cd(0x1b5)][_0x34b4cd(0x1c7)][_0x34b4cd(0x20d)][_0x34b4cd(0x1d2)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x11b4ba(0x1eb)](){return(_0x3d27f2,_0x3cd2ba)=>{const _0xfb03d5=_0x1e75,_0x25a3e1=_0x3cd2ba[_0xfb03d5(0x200)],_0xbc1043=_0x25a3e1[_0xfb03d5(0x1b8)](_0x3cd2ba[_0xfb03d5(0x1e6)]),_0x26fbdc=_0x25a3e1[_0xfb03d5(0x1e9)](_0xbc1043);_0x26fbdc['is'](_0xfb03d5(0x1c9),_0xfb03d5(0x1ad))&&(_0x3cd2ba[_0xfb03d5(0x1e4)]=this[_0xfb03d5(0x1b5)][_0xfb03d5(0x1fb)][_0xfb03d5(0x1fa)](_0x26fbdc,0x0),_0x3d27f2[_0xfb03d5(0x1a7)]());};}}function _0x1e75(_0x42f8ea,_0x8ec980){const _0x44f359=_0x44f3();return _0x1e75=function(_0x1e751d,_0x5dc023){_0x1e751d=_0x1e751d-0x1a0;let _0x188b16=_0x44f359[_0x1e751d];return _0x188b16;},_0x1e75(_0x42f8ea,_0x8ec980);}function N(_0x5c7406,_0x59190e,_0x5374d4){const _0x31cfc0=_0x11b4ba;return 0x1===_0x59190e?_0x5374d4[_0x31cfc0(0x1cf)]('ol',null,[_0x5c7406]):_0x5374d4[_0x31cfc0(0x1cf)]('ol',null,[_0x5374d4[_0x31cfc0(0x1cf)]('li',null,[N(_0x5c7406,_0x59190e-0x1,_0x5374d4)])]);}
|