@ckeditor/ckeditor5-document-outline 45.1.0-alpha.4 → 45.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>V,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ft,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(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 k=I;function I(t,e){const n=b();return(I=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=I,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{[k(388)];[k(416)];[k(431)];constructor(t,e=!1,n){const i=k;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)]})}[k(421)](t){const e=k;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)])}))}[k(400)](t,e){const n=k;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))}[k(395)](t,...e){const n=k,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)}[k(427)](t,e){const n=k;do{this[n(388)][n(417)](t)}while(--e)}[k(424)](t){const e=k,n=this[e(388)][e(404)](t[e(392)]);this[e(397)](e(435),n)}[k(384)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(388)][e(434)](t)[e(386)],20,this[e(416)])}[k(396)](){const t=k;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),N=n.n(P),S=n(46),K={attributes:{"data-cke":!0}};K.setAttributes=L(),K.insert=E().bind(null,"head"),K.domAPI=C(),K.insertStyleElement=N();O()(S.A,K);S.A&&S.A.locals&&S.A.locals;const D=j;function H(){const t=["getVisible","afterInit","domConverter","getRootNames","get","modelElement","height","indexOf","document-outline-container-not-provided","18aePyOG","href","55PTUxpV","render","change","bind","3ecbokc","DocumentOutlineUtils","top","setSelection","DocumentOutlineUI","document","toViewElement","documentOutline.container","16350876wNDxJV","_handleItemSelected","focus","scroll","getIntersection","177535fEgOAa","_updateActiveDefinitionOnViewportChange","listenTo","99090maqAqQ","appendChild","_updateActiveDefinitionFromViewportThrottled","mapper","editing","window","locale","scrollToTheSelection","isPremiumPlugin","destroy","itemSelected","sync","24srbnIK","activeItemIndex","mapViewToDom","config","568nRcSbN","resize","documentOutline.showEmptyHeadings","init","getDomRoot","bottom","790391iWEyzu","isOfficialPlugin","1007505MlpHuC","map","add","plugins","floor","_currentOutlineDefinitions","element","_handleOutlineChange","50994aNwYbu","editor","view","length","pluginName","join","fromCharCode","_setActiveViewItem","174512xlMYVX","focusTracker","model","cancel"];return(H=function(){return t})()}function j(t,e){const n=H();return(j=function(t,e){return n[t-=247]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(238642===-parseInt(e(282))/1*(-parseInt(e(263))/2)+parseInt(e(247))/3+-parseInt(e(310))/4*(-parseInt(e(295))/5)+-parseInt(e(276))/6*(-parseInt(e(320))/7)+-parseInt(e(314))/8*(-parseInt(e(255))/9)+-parseInt(e(298))/10*(-parseInt(e(278))/11)+-parseInt(e(290))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class M extends t.Plugin{[D(257)];[D(252)];[D(300)];static get[D(259)](){return D(286)}static get[D(321)](){return!0}static get[D(306)](){return!0}constructor(t){const e=D;super(t),this[e(257)]=new y(t[e(304)],this[e(256)][e(313)][e(271)](e(316)),this[e(256)][e(313)][e(271)](e(289))),this[e(252)]=[],this[e(300)]=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(296)][e(281)](this),100)}[D(317)](){const t=D,e=this[t(256)],n=e[t(250)][t(271)](t(283));let i=!1;if(this[t(257)][t(279)](),this[t(256)].ui[t(264)][t(249)](this[t(257)][t(253)]),!e[t(313)][t(271)](t(289)))throw new u.CKEditorError(t(275),{editor:e});e[t(313)][t(271)](t(289))[t(299)](this[t(257)][t(253)]),n.on(t(280),this[t(254)][t(281)](this)),n.on(t(311),((e,{index:n})=>this[t(262)](n))),this[t(257)].on(t(308),((e,n)=>{i=!0,this[t(291)](n)})),this[t(257)][t(297)](u.global[t(287)],t(293),(()=>{i?i=!1:this[t(300)]()}),{useCapture:!0}),this[t(257)][t(297)](u.global[t(303)],t(315),this[t(300)],{useCapture:!0})}[D(268)](){!async function(t){const e=p([109,77,76,81,65,121,74,114,80,75,73,86,113,122,115,97,90,106,84,66,104,117,78,50,83,103,101,98,107,88,82,105,67,55,111,112,99,85,120,71,53,108,68,52,56,79,110,49,72,116,87,119,70,57,102,118,100,54,69,48,51,89]),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=j;return t[e(248)]((t=>String[e(261)](t)))[e(260)]("")}!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([109]);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:1746921600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,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(277)]);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(307)](){const t=D;super[t(307)](),this[t(257)][t(307)](),this[t(300)][t(266)]()}[D(254)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(252)]=e,this[i(257)][i(309)](n)}[D(262)](t){const e=D;this[e(252)][e(258)]&&this[e(252)][t]&&(this[e(257)][e(311)]=t)}[D(291)](t){const e=D,n=this[e(252)][t][e(272)];this[e(256)][e(265)][e(280)]((t=>{t[e(285)](n,0)})),this[e(256)][e(302)][e(257)][e(305)]({alignToTop:!0,forceScroll:!0}),this[e(256)][e(302)][e(257)][e(292)](),this[e(262)](t)}[D(296)](){const t=D,e=this[t(256)];let n;for(const i of e[t(265)][t(287)][t(270)]()){const o=e[t(302)][t(257)][t(318)](i),r=o&&new u.Rect(o)[t(267)]();if(r){const e=new u.Rect(u.global[t(303)])[t(294)](r);e&&(n=e[t(284)]+.25*e[t(273)])}}if(void 0===n)return;const i=U(e[t(302)],this[t(252)],n);i?this[t(262)](this[t(252)][t(274)](i)):this[t(262)](-1)}}function U(t,e,n,i=0,o=e[D(258)]-1){const r=D,s=Math[r(251)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(301)][r(288)](c[r(272)]);if(!a)return null;const l=t[r(257)][r(269)][r(312)](a);return new u.Rect(l)[r(319)]>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 J=n(901);function Q(){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(Q=function(){return t})()}function X(t,e){const n=Q();return(X=function(t,e){return n[t-=105]})(t,e)}const q=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())}}(Q);class z extends t.Command{[q(106)](){const t=q;this[t(120)][t(118)][t(113)]((e=>{const n=t;this[n(120)][n(118)][n(109)](e[n(111)](n(115)))}))}[q(119)](){const t=q,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 Y=n(336),G={attributes:{"data-cke":!0}};G.setAttributes=L(),G.insert=E().bind(null,"head"),G.domAPI=C(),G.insertStyleElement=N();O()(Y.A,G);Y.A&&Y.A.locals&&Y.A.locals;function Z(t,e){const n=B();return(Z=function(t,e){return n[t-=101]})(t,e)}function B(){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(B=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())}}(B);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=it;function nt(){const t=["isPremiumPlugin","table-of-contents","commands","plugins","documentOutline.showEmptyHeadings","div","reconvertItem","view","$blockObject","domEvent","pluginName","110ylHpON","777575wOHUtm","_headingIdModelAttributeName","listenTo","upcast","editor","join","rootName","13833QhzIPu","findMappedViewAncestor","toModelElement","67772juHJtM","viewToModelPosition","hasContent","click","getAncestors","setCustomProperty","_currentOutlineDefinitions","setSelection","nodeAfter","registerRawContentMatcher","$graveyard","_defineConverters","modelElement","for","outlineDefinitions","afterInit","_defineSchema","element","type","name","viewPosition","model","3426871nbloUi","table-of-contents__placeholder","_createTableOfContents","headingId.modelAttributeName","_trackNewToCElements","createPositionAt","locale","createContainerElement","conversion","filter","tableOfContentsHeadingIndex","high","get","1893180orMpQA","map","editing","scrollToTheSelection","elementToElement","requires","target","init","insert","document","href","$capture","No headings were found in the document.","_tableOfContentsElements","35436rJKoyF","DocumentOutlineUtils","_handleScrollToHeading","schema","data","change","level","isInteger","getCustomProperty","_redirectMapper","modelPosition","elementToStructure","getChanges","4785222wiavYT","mapper","Table of contents","Empty heading","end","createText","abs","stop","preventDefault","isOfficialPlugin","_updateTableOfContentsElements","forEach","insertTableOfContents","length","editingDowncast","dataDowncast","5216CvXnHy","fromCharCode","add","getAttribute","tableOfContents","headingId","differ","TableOfContentsEditing","text"," table-of-contents_empty","position","config","register"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=443]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(450191===parseInt(e(451))/1+-parseInt(e(510))/2+-parseInt(e(496))/3+-parseInt(e(461))/4*(parseInt(e(450))/5)+-parseInt(e(523))/6+parseInt(e(483))/7+-parseInt(e(539))/8*(-parseInt(e(458))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(449)](){return et(546)}static get[et(532)](){return!0}static get[et(552)](){return!0}static get[et(501)](){return[J.Widget,h,tt]}[et(467)];[et(509)];[et(452)];constructor(t){const e=et;super(t),this[e(467)]=[],this[e(509)]=new Set,this[e(452)]=e(544)}[et(503)](){const t=et,e=this[t(455)],n=e[t(498)][t(446)][t(505)];e[t(550)][t(495)](t(486))&&(this[t(452)]=e[t(550)][t(495)](t(486))),this[t(453)](n,t(464),((e,n)=>{const i=t;if(!n[i(502)])return;const o=n[i(502)][i(518)](i(493));Number[i(517)](o)&&(n[i(448)][i(531)](),e[i(530)](),this[i(512)](o))}),{priority:t(494),context:t(507)}),this[t(477)](),this[t(472)](),e[t(554)][t(541)](t(535),new z(e)),e[t(555)][t(495)](t(511)).on(t(515),((e,n)=>{const i=t;this[i(467)]=n[i(475)],this[i(533)]()})),this[t(453)](e[t(482)][t(505)],t(515),(()=>{this[t(487)]()}))}[et(476)](){!async function(t){const e=p([81,118,74,52,119,89,68,55,69,80,113,73,50,103,114,120,97,49,117,106,111,67,56,82,122,83,109,75,112,110,107,48,79,72,78,84,115,104,121,51,100,105,88,101,99,53,77,116,76,66,65,98,71,90,102,54,86,108,70,85,57,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=it;return t[e(497)]((t=>String[e(540)](t)))[e(456)]("")}!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([81]);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:1746921600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=it,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(506)]);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(533)](){const t=et;this[t(509)][t(534)]((e=>{const n=t;n(471)!==e[n(457)]&&this[n(455)][n(498)][n(445)](e)}))}[et(487)](){const t=et;for(const e of this[t(455)][t(482)][t(505)][t(545)][t(522)]({includeChangesInGraveyard:!0})){if(t(504)!==e[t(479)]||t(543)!==e[t(480)])return;this[t(509)][t(541)](e[t(549)][t(469)])}}[et(477)](){const t=et;this[t(455)][t(482)][t(513)][t(551)](t(543),{inheritAllFrom:t(447)})}[et(472)](){const t=et,e=this[t(455)][t(491)];e[t(474)](t(454))[t(500)]({model:t(543),view:{name:t(444),classes:t(553)}}),e[t(474)](t(538))[t(521)]({model:t(543),view:(e,{writer:n})=>this[t(485)](n,!0)}),e[t(474)](t(537))[t(521)]({model:t(543),view:(e,{writer:n})=>{const i=t;this[i(509)][i(541)](e);const o=this[i(485)](n);return(0,J.toWidget)(o,n,{label:p(this[i(455)][i(489)],i(525))})}}),this[t(455)][t(514)][t(470)]({name:t(444),classes:t(553)}),this[t(455)][t(498)][t(524)].on(t(462),this[t(519)](),{priority:t(494)})}[et(485)](t,e=!1){const n=et,{locale:i}=this[n(455)],o=t[n(490)](n(444),{class:n(553)+(0===this[n(467)][n(536)]?n(548):""),...!e&&{"data-table-of-contents-label":p(i,n(525))}});0===this[n(467)][n(536)]&&!1===e&&t[n(504)](t[n(488)](o,n(527)),t[n(490)]("p",{class:n(484)},[t[n(528)](p(i,n(508)))]));const r=e?"":"["+p(i,n(526))+"]";let s=o;return this[n(467)][n(534)](((i,o,c)=>{const a=n,u=this[a(455)][a(482)][a(463)](i[a(473)],{ignoreWhitespaces:!0}),l=u?i[a(547)]:r,d=i[a(473)][a(542)](this[a(452)]),f=t[a(490)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(528)](l)]),h=this[a(455)][a(550)][a(495)](a(443));t[a(466)](a(493),o,f);const m=t[a(490)]("li",null,[u||!e&&h?f:t[a(528)]("")]),p=o?c[o-1][a(516)]:0,g=Math[a(529)](i[a(516)]-p);if(i[a(516)]>p){const e=rt(m,g,t);t[a(504)](t[a(488)](s,a(527)),e)}else{const e=function(t,e){const n=a;return t[n(465)]({includeSelf:!0,parentFirst:!0})[n(492)]((t=>t.is(n(478),"ol")))[e]}(s,g);t[a(504)](t[a(488)](e,a(527)),m)}s=m})),o}[et(512)](t){const e=et,n=this[e(467)][t][e(473)];this[e(455)][e(482)][e(515)]((t=>{t[e(468)](n,0)})),this[e(455)][e(498)][e(446)][e(499)]({alignToTop:!0,forceScroll:!0})}[et(519)](){return(t,e)=>{const n=it,i=e[n(524)],o=i[n(459)](e[n(481)]),r=i[n(460)](o);r.is(n(478),n(543))&&(e[n(520)]=this[n(455)][n(482)][n(488)](r,0),t[n(530)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(490)]("ol",null,[t]):n[i(490)]("ol",null,[n[i(490)]("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[ot,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:()=>M,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ft,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(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 k=I;function I(t,e){const n=b();return(I=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=I,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{[k(388)];[k(416)];[k(431)];constructor(t,e=!1,n){const i=k;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)]})}[k(421)](t){const e=k;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)])}))}[k(400)](t,e){const n=k;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))}[k(395)](t,...e){const n=k,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)}[k(427)](t,e){const n=k;do{this[n(388)][n(417)](t)}while(--e)}[k(424)](t){const e=k,n=this[e(388)][e(404)](t[e(392)]);this[e(397)](e(435),n)}[k(384)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(388)][e(434)](t)[e(386)],20,this[e(416)])}[k(396)](){const t=k;super[t(396)](),this[t(386)][t(417)]()}}var _=n(673),O=n.n(_),C=n(545),x=n.n(C),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=x(),K.insertStyleElement=S();O()(N.A,K);N.A&&N.A.locals&&N.A.locals;const D=H;!function(t){const e=H,n=t();for(;;)try{if(459056===parseInt(e(500))/1+-parseInt(e(479))/2+-parseInt(e(525))/3+parseInt(e(507))/4+-parseInt(e(503))/5+parseInt(e(530))/6+parseInt(e(505))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class M extends t.Plugin{[D(512)];[D(532)];[D(533)];static get[D(471)](){return D(478)}static get[D(483)](){return!0}static get[D(514)](){return!0}constructor(t){const e=D;super(t),this[e(512)]=new y(t[e(516)],this[e(480)][e(467)][e(477)](e(501)),this[e(480)][e(467)][e(477)](e(526))),this[e(532)]=[],this[e(533)]=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(492)][e(511)](this),100)}[D(509)](){const t=D,e=this[t(480)],n=e[t(473)][t(477)](t(523));let i=!1;if(this[t(512)][t(504)](),this[t(480)].ui[t(497)][t(482)](this[t(512)][t(475)]),!e[t(467)][t(477)](t(526)))throw new u.CKEditorError(t(488),{editor:e});e[t(467)][t(477)](t(526))[t(522)](this[t(512)][t(475)]),n.on(t(486),this[t(521)][t(511)](this)),n.on(t(536),((e,{index:n})=>this[t(518)](n))),this[t(512)].on(t(508),((e,n)=>{i=!0,this[t(481)](n)})),this[t(512)][t(524)](u.global[t(520)],t(513),(()=>{i?i=!1:this[t(533)]()}),{useCapture:!0}),this[t(512)][t(524)](u.global[t(472)],t(506),this[t(533)],{useCapture:!0})}[D(470)](){!async function(t){const e=p([99,121,66,83,98,48,80,73,78,112,87,82,89,111,113,54,75,81,115,65,79,105,77,84,97,114,109,120,67,76,51,70,57,86,116,119,110,55,50,68,106,108,117,71,69,85,104,49,102,118,107,53,100,90,88,74,103,122,52,72,56,101]),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(493)]((t=>String[e(474)](t)))[e(495)]("")}!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([99]);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:1747008e3;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(484)]);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(476)](){const t=D;super[t(476)](),this[t(512)][t(476)](),this[t(533)][t(502)]()}[D(521)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(532)]=e,this[i(512)][i(528)](n)}[D(518)](t){const e=D;this[e(532)][e(517)]&&this[e(532)][t]&&(this[e(512)][e(536)]=t)}[D(481)](t){const e=D,n=this[e(532)][t][e(496)];this[e(480)][e(494)][e(486)]((t=>{t[e(527)](n,0)})),this[e(480)][e(499)][e(512)][e(529)]({alignToTop:!0,forceScroll:!0}),this[e(480)][e(499)][e(512)][e(490)](),this[e(518)](t)}[D(492)](){const t=D,e=this[t(480)];let n;for(const i of e[t(494)][t(520)][t(491)]()){const o=e[t(499)][t(512)][t(531)](i),r=o&&new u.Rect(o)[t(489)]();if(r){const e=new u.Rect(u.global[t(472)])[t(498)](r);e&&(n=e[t(535)]+.25*e[t(468)])}}if(void 0===n)return;const i=R(e[t(499)],this[t(532)],n);i?this[t(518)](this[t(532)][t(510)](i)):this[t(518)](-1)}}function j(){const t=["floor","document-outline-container-not-provided","getVisible","focus","getRootNames","_updateActiveDefinitionOnViewportChange","map","model","join","modelElement","focusTracker","getIntersection","editing","586173FikpRK","documentOutline.showEmptyHeadings","cancel","1324460reqRcb","render","467040qaRMsA","resize","3001928aMwuoz","itemSelected","init","indexOf","bind","view","scroll","isPremiumPlugin","mapper","locale","length","_setActiveViewItem","bottom","document","_handleOutlineChange","appendChild","DocumentOutlineUtils","listenTo","1798869eTgQSd","documentOutline.container","setSelection","sync","scrollToTheSelection","4914084IUcTWY","getDomRoot","_currentOutlineDefinitions","_updateActiveDefinitionFromViewportThrottled","mapViewToDom","top","activeItemIndex","config","height","toViewElement","afterInit","pluginName","window","plugins","fromCharCode","element","destroy","get","DocumentOutlineUI","1797636xnZvXE","editor","_handleItemSelected","add","isOfficialPlugin","href","domConverter","change"];return(j=function(){return t})()}function H(t,e){const n=j();return(H=function(t,e){return n[t-=467]})(t,e)}function R(t,e,n,i=0,o=e[D(517)]-1){const r=D,s=Math[r(487)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(515)][r(469)](c[r(496)]);if(!a)return null;const l=t[r(512)][r(485)][r(534)](a);return new u.Rect(l)[r(519)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const F=U;function U(t,e){const n=W();return(U=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=U,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 q=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 Z(t,e){const n=X();return(Z=function(t,e){return n[t-=105]})(t,e)}const J=Z;!function(t){const e=Z,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),Y={attributes:{"data-cke":!0}};Y.setAttributes=L(),Y.insert=E().bind(null,"head"),Y.domAPI=x(),Y.insertStyleElement=S();O()(z.A,Y);z.A&&z.A.locals&&z.A.locals;function B(t,e){const n=G();return(B=function(t,e){return n[t-=101]})(t,e)}function G(){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(G=function(){return t})()}const $=B;!function(t){const e=B,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())}}(G);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=nt;function nt(t,e){const n=it();return(nt=function(t,e){return n[t-=124]})(t,e)}function it(){const t=["viewToModelPosition","listenTo","getAncestors","Table of contents","$graveyard","conversion","elementToElement","preventDefault","viewPosition","590178ZrTwcw","isOfficialPlugin","elementToStructure","outlineDefinitions","DocumentOutlineUtils","setSelection","_redirectMapper","commands","level","_defineConverters","click","change","tableOfContents","get","_tableOfContentsElements","38980Mrvbwm","fromCharCode","locale"," table-of-contents_empty","isInteger","register","upcast","config","modelElement","filter","differ","_handleScrollToHeading","abs","_defineSchema","type","init","toModelElement","headingId.modelAttributeName","mapper","_currentOutlineDefinitions","afterInit","dataDowncast","documentOutline.showEmptyHeadings","getCustomProperty","name","editor","createText","high","data","add","modelPosition","setCustomProperty","target","map","table-of-contents","element","No headings were found in the document.","getChanges","insertTableOfContents","hasContent","_trackNewToCElements","requires","position","for","_updateTableOfContentsElements","domEvent","schema","length","href","tableOfContentsHeadingIndex","reconvertItem","createContainerElement","view","pluginName","nodeAfter","Empty heading","model","525894ZaWrSE","rootName","headingId","createPositionAt","join","getAttribute","_headingIdModelAttributeName","stop","plugins","161934CqXgYm","table-of-contents__placeholder","editing","end","text","$capture","_createTableOfContents","55616HeiVqI","insert","editingDowncast","scrollToTheSelection","findMappedViewAncestor","80gwfKqM","$blockObject","isPremiumPlugin","forEach","div","116284dEFwyW","document","registerRawContentMatcher","TableOfContentsEditing","154494odKMes"];return(it=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(162172===parseInt(e(180))/1+-parseInt(e(159))/2+-parseInt(e(150))/3+parseInt(e(205))/4*(parseInt(e(171))/5)+parseInt(e(190))/6+parseInt(e(176))/7+-parseInt(e(166))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[et(146)](){return et(179)}static get[et(191)](){return!0}static get[et(173)](){return!0}static get[et(134)](){return[q.Widget,h,tt]}[et(224)];[et(204)];[et(156)];constructor(t){const e=et;super(t),this[e(224)]=[],this[e(204)]=new Set,this[e(156)]=e(152)}[et(220)](){const t=et,e=this[t(230)],n=e[t(161)][t(145)][t(177)];e[t(212)][t(203)](t(222))&&(this[t(156)]=e[t(212)][t(203)](t(222))),this[t(182)](n,t(200),((e,n)=>{const i=t;if(!n[i(125)])return;const o=n[i(125)][i(228)](i(142));Number[i(209)](o)&&(n[i(138)][i(188)](),e[i(157)](),this[i(216)](o))}),{priority:t(232),context:t(164)}),this[t(218)](),this[t(199)](),e[t(197)][t(234)](t(131),new Q(e)),e[t(158)][t(203)](t(194)).on(t(201),((e,n)=>{const i=t;this[i(224)]=n[i(193)],this[i(137)]()})),this[t(182)](e[t(149)][t(177)],t(201),(()=>{this[t(133)]()}))}[et(225)](){!async function(t){const e=p([57,69,122,50,55,72,90,119,67,84,74,78,104,77,68,103,53,88,108,110,52,109,56,100,54,87,121,86,105,65,118,76,75,115,80,51,116,79,120,117,102,81,106,66,98,89,97,114,73,83,82,49,71,85,112,113,111,48,99,70,107,101]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=nt;return t[e(126)]((t=>String[e(206)](t)))[e(154)]("")}!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:1747008e3;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=nt,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(141)]);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(137)](){const t=et;this[t(204)][t(174)]((e=>{const n=t;n(185)!==e[n(151)]&&this[n(230)][n(161)][n(143)](e)}))}[et(133)](){const t=et;for(const e of this[t(230)][t(149)][t(177)][t(215)][t(130)]({includeChangesInGraveyard:!0})){if(t(167)!==e[t(219)]||t(202)!==e[t(229)])return;this[t(204)][t(234)](e[t(135)][t(147)])}}[et(218)](){const t=et;this[t(230)][t(149)][t(139)][t(210)](t(202),{inheritAllFrom:t(172)})}[et(199)](){const t=et,e=this[t(230)][t(186)];e[t(136)](t(211))[t(187)]({model:t(202),view:{name:t(175),classes:t(127)}}),e[t(136)](t(226))[t(192)]({model:t(202),view:(e,{writer:n})=>this[t(165)](n,!0)}),e[t(136)](t(168))[t(192)]({model:t(202),view:(e,{writer:n})=>{const i=t;this[i(204)][i(234)](e);const o=this[i(165)](n);return(0,q.toWidget)(o,n,{label:p(this[i(230)][i(207)],i(184))})}}),this[t(230)][t(233)][t(178)]({name:t(175),classes:t(127)}),this[t(230)][t(161)][t(223)].on(t(181),this[t(196)](),{priority:t(232)})}[et(165)](t,e=!1){const n=et,{locale:i}=this[n(230)],o=t[n(144)](n(175),{class:n(127)+(0===this[n(224)][n(140)]?n(208):""),...!e&&{"data-table-of-contents-label":p(i,n(184))}});0===this[n(224)][n(140)]&&!1===e&&t[n(167)](t[n(153)](o,n(162)),t[n(144)]("p",{class:n(160)},[t[n(231)](p(i,n(129)))]));const r=e?"":"["+p(i,n(148))+"]";let s=o;return this[n(224)][n(174)](((i,o,c)=>{const a=n,u=this[a(230)][a(149)][a(132)](i[a(213)],{ignoreWhitespaces:!0}),l=u?i[a(163)]:r,d=i[a(213)][a(155)](this[a(156)]),f=t[a(144)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(231)](l)]),h=this[a(230)][a(212)][a(203)](a(227));t[a(124)](a(142),o,f);const m=t[a(144)]("li",null,[u||!e&&h?f:t[a(231)]("")]),p=o?c[o-1][a(198)]:0,g=Math[a(217)](i[a(198)]-p);if(i[a(198)]>p){const e=rt(m,g,t);t[a(167)](t[a(153)](s,a(162)),e)}else{const e=function(t,e){const n=a;return t[n(183)]({includeSelf:!0,parentFirst:!0})[n(214)]((t=>t.is(n(128),"ol")))[e]}(s,g);t[a(167)](t[a(153)](e,a(162)),m)}s=m})),o}[et(216)](t){const e=et,n=this[e(224)][t][e(213)];this[e(230)][e(149)][e(201)]((t=>{t[e(195)](n,0)})),this[e(230)][e(161)][e(145)][e(169)]({alignToTop:!0,forceScroll:!0})}[et(196)](){return(t,e)=>{const n=nt,i=e[n(223)],o=i[n(170)](e[n(189)]),r=i[n(221)](o);r.is(n(128),n(202))&&(e[n(235)]=this[n(230)][n(149)][n(153)](r,0),t[n(157)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(144)]("ol",null,[t]):n[i(144)]("ol",null,[n[i(144)]("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[ot,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 _0x1ffa21,Command as _0x23d92e}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x575b88,throttle as _0x526b51}from'es-toolkit/compat';import{Text as _0x45fe36,TreeWalker as _0x5dce6c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4df003,diffToChanges as _0x2d73d9,scrollAncestorsToShowTarget as _0x2b11d4,CKEditorError as _0x150c2b,global as _0x5844b0,Rect as _0x177ea1,uid as _0x3fc843,priorities as _0x54ce01}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x177361,ButtonView as _0x2455b1,MenuBarMenuListItemButtonView as _0x334927}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x56aef9,toWidget as _0x4f8bd1}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x2ebcb4}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x4dc7da){let _0x316308='';for(const _0x2b8e77 of _0x4dc7da['getChildren']())_0x2b8e77 instanceof _0x45fe36&&(_0x316308+=_0x2b8e77['data']);return _0x316308;}class i extends _0x1ffa21{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x269b1c=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x218b5a=[];_0x269b1c['model']['document']['on']('change',_0x575b88(()=>{const _0x44047f=_0x218b5a;_0x218b5a=this['_getOutlineDefinitions']();const _0x4e4e52=_0x4df003(_0x44047f,_0x218b5a,(_0x53e5c8,_0x29dbbf)=>_0x53e5c8['level']===_0x29dbbf['level']&&_0x53e5c8['text']===_0x29dbbf['text']&&_0x53e5c8['modelElement']===_0x29dbbf['modelElement']),_0x4b099c=_0x2d73d9(_0x4e4e52,_0x218b5a),_0x93e42a=this['_getActiveHeading'](),_0x15760e=_0x218b5a['findIndex'](_0x3dc711=>_0x3dc711['modelElement']===_0x93e42a);_0x4b099c['length']&&this['fire']('change',{'outlineDefinitions':_0x218b5a,'activeItemIndex':_0x15760e,'outlineChanges':_0x4b099c}),this['fire']('activeItemIndex',{'index':_0x15760e});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x19b3d9=this['editor'],_0x57aca2=[],_0x3c0b55=this['_headingNames'];for(const _0x543e60 of _0x19b3d9['model']['document']['getRootNames']())_0x5e6100(_0x19b3d9['model']['document']['getRoot'](_0x543e60));function _0x5e6100(_0x2d7207){for(const _0xd3a282 of _0x2d7207['getChildren']())_0xd3a282['is']('element')&&(_0x3c0b55['includes'](_0xd3a282['name'])&&_0x57aca2['push']({'level':_0x3c0b55['indexOf'](_0xd3a282['name'])+0x1,'text':p(_0xd3a282),'modelElement':_0xd3a282}),_0x5e6100(_0xd3a282));}return _0x57aca2;}['_getActiveHeading'](){const _0x1c3189=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5c667b=new _0x5dce6c({'direction':'backward','startPosition':_0x1c3189});for(const _0x3563cc of _0x5c667b)if(_0x3563cc['item']['is']('element')&&this['_headingNames']['includes'](_0x3563cc['item']['name']))return _0x3563cc['item'];}['_getHeadingNames'](){const _0x23aaa3=this['editor']['config']['get']('documentOutline.headings');return _0x23aaa3||function(_0x19d027){const _0x56384b=_0x19d027['config']['get']('heading.options');return _0x56384b?_0x56384b['reduce']((_0x47b223,_0x2db3d8)=>('paragraph'!==_0x2db3d8['model']&&_0x47b223['push'](_0x2db3d8['model']),_0x47b223),[]):_0x19d027['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x226fb3=this['editor'],_0x4602c1=['h1','h2','h3','h4','h5','h6'],_0xd913fb=[];for(const _0x4863dd of _0x4602c1){const _0x26b04e=_0x226fb3['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4863dd)),_0x80cecc=_0x226fb3['data']['toModel'](_0x26b04e)['getChild'](0x0);_0x80cecc?.['is']('element')&&_0xd913fb['push'](_0x80cecc['name']);}this['_headingNames']=_0xd913fb;}}function j(_0x232789,_0x24e1ba){const t=_0x232789['t'];switch(_0x24e1ba){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 _0x24e1ba;}}class $ extends _0x177361{constructor(_0x2eacea,_0x265824=!0x1){super(_0x2eacea);const _0x5c0607=this['bindTemplate'],_0x5575ba=_0x265824?'['+j(_0x2eacea,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x47b15c=>!_0x47b15c),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x5c0607['to']('level',_0x24df4a=>'ck-document-outline__item_level-'+_0x24df4a),_0x5c0607['if']('isActive','ck-document-outline__item_active'),_0x5c0607['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x5c0607['to']('text')},'children':[{'text':_0x5c0607['to']('text',_0x1a44fd=>_0x1a44fd||_0x5575ba)}],'on':{'click':_0x5c0607['to']('click')}});}}class l extends _0x177361{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x711ba6,_0x4bb3b6=!0x1,_0x18ede6){super(_0x711ba6),this['showEmptyHeadingText']=_0x4bb3b6,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x18ede6,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x57c1f5,_0xe85f8c,_0xa3962b,_0x882ecd)=>{this['_setActiveItem'](_0x882ecd,_0xa3962b);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x711ba6['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x711ba6,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x37acbc){_0x37acbc['forEach'](_0x2dd4c8=>{'insert'==_0x2dd4c8['type']?this['_insertItem'](_0x2dd4c8['index'],..._0x2dd4c8['values']):'delete'==_0x2dd4c8['type']&&this['_deleteItem'](_0x2dd4c8['index'],_0x2dd4c8['howMany']);});}['_setActiveItem'](_0x5ea300,_0x1e6b93){if(-0x1!==_0x5ea300){const _0x30ef4c=this['items']['get'](_0x5ea300);_0x30ef4c&&(_0x30ef4c['isActive']=!0x1);}-0x1!==_0x1e6b93&&(this['items']['get'](_0x1e6b93)['isActive']=!0x0,this['_scrollToItem'](_0x1e6b93));}['_insertItem'](_0x23695b,..._0x40bc9b){const _0x35b871=_0x40bc9b['map']((_0x321279,_0x51d2dc)=>{const _0xa1a9b5=new $(this['locale'],this['showEmptyHeadingText']);return _0xa1a9b5['text']=_0x321279['text'],_0xa1a9b5['level']=_0x321279['level'],_0x23695b+_0x51d2dc===this['activeItemIndex']&&(_0xa1a9b5['isActive']=!0x0),_0xa1a9b5;});this['items']['addMany'](_0x35b871,_0x23695b);}['_deleteItem'](_0x1ab367,_0x511648){do{this['items']['remove'](_0x1ab367);}while(--_0x511648);}['_handleItemClick'](_0x2d51b9){const _0x271e96=this['items']['getIndex'](_0x2d51b9['source']);this['fire']('itemSelected',_0x271e96);}['_scrollToItem'](_0x2538fc){_0x2b11d4(this['items']['get'](_0x2538fc)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1ffa21{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b0038){super(_0x3b0038),this['view']=new l(_0x3b0038['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x526b51(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x188820=this['editor'],_0x195f01=_0x188820['plugins']['get']('DocumentOutlineUtils');let _0xfa9ea8=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x188820['config']['get']('documentOutline.container'))throw new _0x150c2b('document-outline-container-not-provided',{'editor':_0x188820});_0x188820['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x195f01['on']('change',this['_handleOutlineChange']['bind'](this)),_0x195f01['on']('activeItemIndex',(_0x575ad6,{index:_0x440a10})=>this['_setActiveViewItem'](_0x440a10)),this['view']['on']('itemSelected',(_0x2d0b9a,_0x16a685)=>{_0xfa9ea8=!0x0,this['_handleItemSelected'](_0x16a685);}),this['view']['listenTo'](_0x5844b0['document'],'scroll',()=>{_0xfa9ea8?_0xfa9ea8=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5844b0['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x581f16){const _0x22deab=_0x1c5ac3([0x6d,0x4d,0x4c,0x51,0x41,0x79,0x4a,0x72,0x50,0x4b,0x49,0x56,0x71,0x7a,0x73,0x61,0x5a,0x6a,0x54,0x42,0x68,0x75,0x4e,0x32,0x53,0x67,0x65,0x62,0x6b,0x58,0x52,0x69,0x43,0x37,0x6f,0x70,0x63,0x55,0x78,0x47,0x35,0x6c,0x44,0x34,0x38,0x4f,0x6e,0x31,0x48,0x74,0x57,0x77,0x46,0x39,0x66,0x76,0x64,0x36,0x45,0x30,0x33,0x59]),_0x4c720d=0x6aff50cf,_0x463c45=0x6af83747^_0x4c720d,_0x551df0=window[_0x1c5ac3([0x44,0x61,0x74,0x65])][_0x1c5ac3([0x6e,0x6f,0x77])](),_0x1302a0=_0x581f16[_0x1c5ac3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4acd2d=new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50c269=>{_0x1302a0[_0x1c5ac3([0x6f,0x6e,0x63,0x65])](_0x1c5ac3([0x72,0x65,0x61,0x64,0x79]),_0x50c269);}),_0x1b22b5={[_0x1c5ac3([0x6b,0x74,0x79])]:_0x1c5ac3([0x45,0x43]),[_0x1c5ac3([0x75,0x73,0x65])]:_0x1c5ac3([0x73,0x69,0x67]),[_0x1c5ac3([0x63,0x72,0x76])]:_0x1c5ac3([0x50,0x2d,0x32,0x35,0x36]),[_0x1c5ac3([0x78])]:_0x1c5ac3([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]),[_0x1c5ac3([0x79])]:_0x1c5ac3([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]),[_0x1c5ac3([0x61,0x6c,0x67])]:_0x1c5ac3([0x45,0x53,0x32,0x35,0x36])},_0x14fa8c=_0x1302a0[_0x1c5ac3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1c5ac3([0x67,0x65,0x74])](_0x1c5ac3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xb984e8(){let _0x46d3b6,_0x3923a8=null,_0x9c5af3=null;try{if(_0x14fa8c==_0x1c5ac3([0x47,0x50,0x4c]))return _0x1c5ac3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x46d3b6=_0x4cac55(),!_0x46d3b6)return _0x1c5ac3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x46d3b6[_0x1c5ac3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x9c5af3=_0x1db4fb(_0x46d3b6[_0x1c5ac3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x46d3b6[_0x1c5ac3([0x6a,0x74,0x69])])),await _0x4cbcd8()?_0x410588()?_0x26410f()?_0x1c5ac3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc770a6()?(_0x46d3b6[_0x1c5ac3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c5ac3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3923a8=_0x41ebbc(_0x1c5ac3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x46d3b6[_0x1c5ac3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1c5ac3([0x74,0x72,0x69,0x61,0x6c])&&(_0x3923a8=_0x41ebbc(_0x1c5ac3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x356222()):_0x1c5ac3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1c5ac3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1c5ac3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x211858){return _0x1c5ac3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x26410f(){const _0x3a6a1e=[_0x1c5ac3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1c5ac3([0x74,0x72,0x69,0x61,0x6c])][_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x46d3b6[_0x1c5ac3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x551df0/0x3e8:0xe10*_0x463c45;return _0x46d3b6[_0x1c5ac3([0x65,0x78,0x70])]<_0x3a6a1e;}function _0x410588(){const _0x1385f8=_0x46d3b6[_0x1c5ac3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1385f8&&(!!_0x1385f8[_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5ac3([0x2a]))||(!!_0x1385f8[_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5ac3([0x44,0x4f]))||!!_0x1385f8[_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5ac3([0x50,0x50]))));}function _0xc770a6(){const _0x28b610=_0x46d3b6[_0x1c5ac3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x28b610||0x0==_0x28b610[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x159100}=new URL(window[_0x1c5ac3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x28b610[_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x159100))return!0x0;const _0x246cc8=_0x159100[_0x1c5ac3([0x73,0x70,0x6c,0x69,0x74])](_0x1c5ac3([0x2e]));return _0x28b610[_0x1c5ac3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x343448=>_0x343448[_0x1c5ac3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c5ac3([0x2a])))[_0x1c5ac3([0x6d,0x61,0x70])](_0x102b80=>_0x102b80[_0x1c5ac3([0x73,0x70,0x6c,0x69,0x74])](_0x1c5ac3([0x2e])))[_0x1c5ac3([0x73,0x6f,0x6d,0x65])](_0x7ed2ea=>_0x246cc8[_0x1c5ac3([0x65,0x76,0x65,0x72,0x79])]((_0x4da30d,_0x5abbbd)=>_0x7ed2ea[_0x5abbbd]===_0x4da30d||_0x7ed2ea[_0x5abbbd]===_0x1c5ac3([0x2a])));}function _0x356222(){return _0x3923a8&&_0x9c5af3?new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x174e88,_0x4ec210)=>{_0x3923a8[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0x174e88,_0x4ec210),_0x9c5af3[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0x1f7c3b=>{_0x1f7c3b!=_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64])&&_0x174e88(_0x1f7c3b);},_0x4ec210);}):_0x3923a8||_0x9c5af3||_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1db4fb(_0x43d2ab,_0x367c36){return new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xaaaef8=>{if(_0x50defa())return _0xaaaef8(_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64]));_0x3b9d7d(),_0x1302a0[_0x1c5ac3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1c5ac3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x29f4f7=!0x1;const _0x582136=_0x3fc843();function _0x3bcfa0(_0x34ed18){return!!_0x34ed18&&(typeof _0x34ed18===_0x1c5ac3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x34ed18===_0x1c5ac3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x34ed18[_0x1c5ac3([0x74,0x68,0x65,0x6e])]===_0x1c5ac3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x34ed18[_0x1c5ac3([0x63,0x61,0x74,0x63,0x68])]===_0x1c5ac3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x559ea4(_0x43c4f5){_0x49ba4d(_0x43c4f5)[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0x568cfb=>{if(!_0x568cfb||_0x568cfb[_0x1c5ac3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1c5ac3([0x6f,0x6b]))return _0x1c5ac3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3e39fa(_0x2d5342(_0x582136+_0x367c36))!=_0x568cfb[_0x1c5ac3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1c5ac3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64]);})[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0x1ff7f8=>(_0x58291e(),_0x1ff7f8),()=>{const _0x1f03e2=_0x2c2dda();return null==_0x1f03e2?(_0x58291e(),_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64])):_0x1c5ac3(_0x551df0-_0x1f03e2>(0x4ef3d4cf^_0x4c720d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0xaaaef8)[_0x1c5ac3([0x63,0x61,0x74,0x63,0x68])](()=>{_0xaaaef8(_0x1c5ac3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x445ca5=0x6ac9be4f^_0x4c720d;function _0x58291e(){const _0x3de761=_0x1c5ac3([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e39fa(_0x2d5342(_0x43d2ab)),_0x153dd2=_0x4e8325(_0x3e39fa(window[_0x1c5ac3([0x4d,0x61,0x74,0x68])][_0x1c5ac3([0x63,0x65,0x69,0x6c])](_0x551df0/_0x445ca5)));window[_0x1c5ac3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c5ac3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3de761,_0x153dd2);}function _0x2c2dda(){const _0x12b9fd=_0x1c5ac3([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e39fa(_0x2d5342(_0x43d2ab)),_0x4a8383=window[_0x1c5ac3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1c5ac3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x12b9fd);return _0x4a8383?window[_0x1c5ac3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e8325(_0x4a8383),0x10)*_0x445ca5:null;}function _0x49ba4d(_0x5cc81a){return new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x35d3c2,_0x4de004)=>{_0x5cc81a[_0x1c5ac3([0x74,0x68,0x65,0x6e])](_0x35d3c2,_0x4de004),window[_0x1c5ac3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4de004,0x6afe840f^_0x4c720d);});}}_0x1302a0[_0x1c5ac3([0x6f,0x6e])](_0x1c5ac3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x397a39,_0x477de5)=>{if(_0x477de5[0x0]!=_0x43d2ab)return _0xaaaef8(_0x1c5ac3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x477de5[0x1]={..._0x477de5[0x1],[_0x1c5ac3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x582136};},{[_0x1c5ac3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c5ac3([0x68,0x69,0x67,0x68])}),_0x1302a0[_0x1c5ac3([0x6f,0x6e])](_0x1c5ac3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x294be1=>{_0x3bcfa0(_0x294be1[_0x1c5ac3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x29f4f7=!0x0,_0x559ea4(_0x294be1[_0x1c5ac3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1c5ac3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1c5ac3([0x6c,0x6f,0x77])}),_0x4acd2d[_0x1c5ac3([0x74,0x68,0x65,0x6e])](()=>{_0x29f4f7||_0xaaaef8(_0x1c5ac3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x50defa(){return _0x1302a0[_0x1c5ac3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c5ac3([0x76,0x69,0x65,0x77])][_0x1c5ac3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1c5ac3([0x61,0x75,0x74,0x6f]);}function _0x3b9d7d(){_0x1302a0[_0x1c5ac3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1c5ac3([0x76,0x69,0x65,0x77])][_0x1c5ac3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1c5ac3([0x61,0x75,0x74,0x6f]);}}function _0x41ebbc(_0x3ec536){const _0x620a37=[new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x499932=>setTimeout(_0x499932,0x6af66e03^_0x4c720d)),_0x4acd2d[_0x1c5ac3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x581498=>{let _0x25285e=0x0;_0x1302a0[_0x1c5ac3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c5ac3([0x6f,0x6e])](_0x1c5ac3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x235006,_0x43845c)=>{_0x43845c[0x0][_0x1c5ac3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x25285e++,_0x25285e==(0x6aff5137^_0x4c720d)&&(_0x581498(),_0x235006[_0x1c5ac3([0x6f,0x66,0x66])]());});}))];return window[_0x1c5ac3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1c5ac3([0x72,0x61,0x63,0x65])](_0x620a37)[_0x1c5ac3([0x74,0x68,0x65,0x6e])](()=>_0x3ec536);}async function _0x10a38b(){await _0x4acd2d,_0x1302a0[_0x1c5ac3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c5ac3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c3d94,_0x1302a0[_0x1c5ac3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1c5ac3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c3d94,_0x1302a0[_0x1c5ac3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1c5ac3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x36c793(_0x314589){const _0x2fc06e=_0x477fc3();_0x1302a0[_0x2fc06e]=_0x1c5ac3([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])+_0x314589,_0x314589!=_0x1c5ac3([0x56,0x61,0x6c,0x69,0x64])&&_0x10a38b();}function _0x477fc3(){const _0x48acd8=window[_0x1c5ac3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1c5ac3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1c5ac3([0x6e,0x6f,0x77])]())[_0x1c5ac3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1c5ac3([0x2e]),'');let _0x8c2fab=_0x1c5ac3([0x6d]);for(let _0x4d214f=0x0;_0x4d214f<_0x48acd8[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d214f+=0x2){let _0x47a5d7=window[_0x1c5ac3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x48acd8[_0x1c5ac3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4d214f,_0x4d214f+0x2));_0x47a5d7>=_0x22deab[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x47a5d7-=_0x22deab[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x8c2fab+=_0x22deab[_0x47a5d7];}return _0x8c2fab;}function _0x4cac55(){const _0x33534e=_0x14fa8c[_0x1c5ac3([0x73,0x70,0x6c,0x69,0x74])](_0x1c5ac3([0x2e]));if(0x3!=_0x33534e[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x215836(_0x33534e[0x1]);function _0x215836(_0x14fade){const _0x38eb34=_0x9e58dc(_0x14fade);return _0x38eb34&&_0x22f49f()?_0x38eb34:null;function _0x22f49f(){const _0x3a3b05=_0x38eb34[_0x1c5ac3([0x6a,0x74,0x69])],_0x1bb919=window[_0x1c5ac3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a3b05[_0x1c5ac3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a3b05[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x23ac25={..._0x38eb34,[_0x1c5ac3([0x6a,0x74,0x69])]:_0x3a3b05[_0x1c5ac3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3a3b05[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x23ac25[_0x1c5ac3([0x76,0x63])],_0x2d5342(_0x23ac25)==_0x1bb919;}}}async function _0x4cbcd8(){let _0x1421f1=!0x0;try{const _0x66adc0=_0x14fa8c[_0x1c5ac3([0x73,0x70,0x6c,0x69,0x74])](_0x1c5ac3([0x2e])),[_0xa66673,_0x3f56eb,_0x32472e]=_0x66adc0;return _0x3e159b(_0xa66673),await _0x14157b(_0xa66673,_0x3f56eb,_0x32472e),_0x1421f1;}catch(_0x319cde){return!0x1;}function _0x3e159b(_0x2ef012){const _0x249cf8=_0x9e58dc(_0x2ef012);_0x249cf8&&_0x249cf8[_0x1c5ac3([0x61,0x6c,0x67])]==_0x1c5ac3([0x45,0x53,0x32,0x35,0x36])||(_0x1421f1=!0x1);}async function _0x14157b(_0x27efae,_0x273da6,_0x174a75){const _0x3d5a11=window[_0x1c5ac3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1c5ac3([0x66,0x72,0x6f,0x6d])](_0x1b1012(_0x174a75),_0x1a4b2e=>_0x1a4b2e[_0x1c5ac3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x41de91=new window[(_0x1c5ac3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1c5ac3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x27efae+_0x1c5ac3([0x2e])+_0x273da6),_0x5e2ce7=window[_0x1c5ac3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1c5ac3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e2ce7)return;const _0x1e4158=await _0x5e2ce7[_0x1c5ac3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1c5ac3([0x6a,0x77,0x6b]),_0x1b22b5,{[_0x1c5ac3([0x6e,0x61,0x6d,0x65])]:_0x1c5ac3([0x45,0x43,0x44,0x53,0x41]),[_0x1c5ac3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1c5ac3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1c5ac3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e2ce7[_0x1c5ac3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1c5ac3([0x6e,0x61,0x6d,0x65])]:_0x1c5ac3([0x45,0x43,0x44,0x53,0x41]),[_0x1c5ac3([0x68,0x61,0x73,0x68])]:{[_0x1c5ac3([0x6e,0x61,0x6d,0x65])]:_0x1c5ac3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1e4158,_0x3d5a11,_0x41de91)||(_0x1421f1=!0x1);}}function _0x9e58dc(_0x39db8b){return _0x39db8b[_0x1c5ac3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1c5ac3([0x65,0x79]))?JSON[_0x1c5ac3([0x70,0x61,0x72,0x73,0x65])](_0x1b1012(_0x39db8b)):null;}function _0x1b1012(_0x329627){return window[_0x1c5ac3([0x61,0x74,0x6f,0x62])](_0x329627[_0x1c5ac3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1c5ac3([0x2b]))[_0x1c5ac3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1c5ac3([0x2f])));}function _0x2d5342(_0x32f76e){let _0x547ca0=0x1505;function _0x263e4d(_0x1ca0da){for(let _0xffefc6=0x0;_0xffefc6<_0x1ca0da[_0x1c5ac3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xffefc6++){const _0x291897=_0x1ca0da[_0x1c5ac3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xffefc6);_0x547ca0=(_0x547ca0<<0x5)+_0x547ca0+_0x291897,_0x547ca0&=_0x547ca0;}}function _0x47d065(_0x52f8b3){Array[_0x1c5ac3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x52f8b3)?_0x52f8b3[_0x1c5ac3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47d065):_0x52f8b3&&typeof _0x52f8b3==_0x1c5ac3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1c5ac3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x52f8b3)[_0x1c5ac3([0x73,0x6f,0x72,0x74])]()[_0x1c5ac3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e9d09,_0x3b2b52])=>{_0x263e4d(_0x5e9d09),_0x47d065(_0x3b2b52);}):_0x263e4d(window[_0x1c5ac3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x52f8b3));}return _0x47d065(_0x32f76e),_0x547ca0>>>0x0;}function _0x3e39fa(_0x1903a8){return _0x1903a8[_0x1c5ac3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1c5ac3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1c5ac3([0x30]));}function _0x4e8325(_0x5d4a0f){return _0x5d4a0f[_0x1c5ac3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1c5ac3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1c5ac3([0x6a,0x6f,0x69,0x6e])]('');}function _0x2c3d94(){}function _0x1c5ac3(_0x52359d){return _0x52359d['map'](_0x64b814=>String['fromCharCode'](_0x64b814))['join']('');}_0x36c793(await _0xb984e8());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3a189f,{outlineDefinitions:_0x164137,outlineChanges:_0x3f8ba2}){this['_currentOutlineDefinitions']=_0x164137,this['view']['sync'](_0x3f8ba2);}['_setActiveViewItem'](_0x21a8df){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x21a8df]&&(this['view']['activeItemIndex']=_0x21a8df);}['_handleItemSelected'](_0x3035ec){const _0x1c0393=this['_currentOutlineDefinitions'][_0x3035ec]['modelElement'];this['editor']['model']['change'](_0xc88394=>{_0xc88394['setSelection'](_0x1c0393,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3035ec);}['_updateActiveDefinitionOnViewportChange'](){const _0x325ed8=this['editor'];let _0x116b1c;for(const _0x5167ba of _0x325ed8['model']['document']['getRootNames']()){const _0x41f867=_0x325ed8['editing']['view']['getDomRoot'](_0x5167ba),_0x454c2c=_0x41f867&&new _0x177ea1(_0x41f867)['getVisible']();if(_0x454c2c){const _0x1b2e2f=new _0x177ea1(_0x5844b0['window'])['getIntersection'](_0x454c2c);_0x1b2e2f&&(_0x116b1c=_0x1b2e2f['top']+0.25*_0x1b2e2f['height']);}}if(void 0x0===_0x116b1c)return;const _0x4f67ea=d(_0x325ed8['editing'],this['_currentOutlineDefinitions'],_0x116b1c);_0x4f67ea?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x4f67ea)):this['_setActiveViewItem'](-0x1);}}function d(_0x4a1d9c,_0xb8578b,_0x174c2c,_0x1cf4b9=0x0,_0x5a90f3=_0xb8578b['length']-0x1){const _0x43365b=Math['floor'](_0x1cf4b9+(_0x5a90f3-_0x1cf4b9)/0x2);if(_0x5a90f3>=_0x1cf4b9){const _0x4fca5b=_0xb8578b[_0x43365b],_0x17367f=_0x4a1d9c['mapper']['toViewElement'](_0x4fca5b['modelElement']);if(!_0x17367f)return null;const _0xd20977=_0x4a1d9c['view']['domConverter']['mapViewToDom'](_0x17367f);return new _0x177ea1(_0xd20977)['bottom']>_0x174c2c?d(_0x4a1d9c,_0xb8578b,_0x174c2c,_0x1cf4b9,_0x43365b-0x1):d(_0x4a1d9c,_0xb8578b,_0x174c2c,_0x43365b+0x1,_0x5a90f3);}return _0x43365b<0x0?null:_0xb8578b[_0x43365b];}class u extends _0x1ffa21{['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 _0x456283=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5eb225;for(const _0x556755 in _0x456283){const _0x4477b1=_0x556755,_0x12641b=_0x456283[_0x4477b1];if('documentOutlineLicenseKeyValid'==_0x12641b||'documentOutlineLicenseKeyInvalid'==_0x12641b||'documentOutlineLicenseKeyExpired'==_0x12641b||'documentOutlineLicenseKeyDomainLimit'==_0x12641b||'documentOutlineLicenseKeyNotAllowed'==_0x12641b||'documentOutlineLicenseKeyEvaluationLimit'==_0x12641b||'documentOutlineLicenseKeyTrialLimit'==_0x12641b||'documentOutlineLicenseKeyUsageLimit'==_0x12641b){delete _0x456283[_0x4477b1],_0x5eb225=_0x12641b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x5eb225&&_0x456283['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x5eb225&&_0x456283['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x5eb225&&_0x456283['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x5eb225&&_0x456283['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x5eb225&&_0x456283['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x5eb225&&_0x456283['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x5eb225&&_0x456283['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x23d92e{['execute'](){this['editor']['model']['change'](_0x4ebec0=>{this['editor']['model']['insertObject'](_0x4ebec0['createElement']('tableOfContents'));});}['refresh'](){const _0x2bba5d=this['editor']['model'],_0x461f18=_0x2bba5d['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x461f18&&_0x2bba5d['schema']['findAllowedParent'](_0x461f18,'tableOfContents'));}}class b extends _0x1ffa21{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2e409e=this['editor'];if(_0x2e409e['config']['get']('headingId.modelAttributeName'))return;(function(_0x1d2c2a){const _0x352de6=new Map();if(_0x1d2c2a)return _0x1d2c2a['forEach'](_0x408976=>{'paragraph'!==_0x408976['model']&&_0x352de6['set'](_0x408976['view'],_0x408976['model']);}),_0x352de6['get']('h1')||_0x352de6['set']('h1','heading1'),_0x352de6;return _0x352de6;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x560aea,_0x28b494)=>{this['_customUpcastHeadingsConversion'](_0x28b494),this['_customDataDowncastHeadingsConversion'](_0x560aea),_0x2e409e['model']['schema']['isRegistered'](_0x560aea)&&_0x2e409e['model']['schema']['extend'](_0x560aea,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x56edf1){this['editor']['conversion']['for']('upcast')['add'](_0x2728fb=>_0x2728fb['on']('element:'+_0x56edf1,(_0x1b6a12,_0x153ee7,_0x276d9a)=>{const {consumable:_0x322946,writer:_0x1b8f42}=_0x276d9a,_0xbc5b1e=_0x153ee7['viewItem']['getAttribute']('id'),_0x41a60=_0x153ee7['modelRange']['getContainedElement']();if(_0x41a60)return _0xbc5b1e&&_0xbc5b1e['length']||_0x41a60['hasAttribute']('headingId')?void(_0x322946['consume'](_0x153ee7['viewItem'],{'attributes':['id']})&&_0x1b8f42['setAttribute']('headingId',_0xbc5b1e,_0x41a60)):(_0x322946['consume'](_0x153ee7['viewItem'],{'attributes':['id']}),void _0x1b8f42['setAttribute']('headingId',_0x3fc843(),_0x41a60));},{'priority':_0x54ce01['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5f2b61){this['editor']['conversion']['for']('downcast')['add'](_0x27b5c3=>_0x27b5c3['on']('attribute:headingId:'+_0x5f2b61,(_0x12d791,_0x2c73b2,_0x20fa62)=>{if(!_0x20fa62['consumable']['consume'](_0x2c73b2['item'],_0x12d791['name']))return;const _0x259416=_0x2c73b2['item']['getAttribute']('headingId'),_0x4ff3e0=_0x20fa62['mapper']['toViewElement'](_0x2c73b2['item']);_0x20fa62['writer']['setAttribute']('id',_0x259416,_0x4ff3e0);}));}['_registerHeadingIdAttributePostfixer'](){const _0x453cfb=this['editor'],_0x38eed4=new Set(),_0x3f5fd4=new Set();function _0x57bec2(_0x3e9274,_0x253baa){const _0x78b774=_0x3fc843();return _0x3f5fd4['add'](_0x78b774),_0x3e9274['setAttribute']('headingId',_0x78b774,_0x253baa),_0x78b774;}function _0x774722(_0xa975a2,_0x288794){_0xa975a2['removeAttribute']('headingId',_0x288794);}_0x453cfb['model']['document']['registerPostFixer'](_0x467305=>{const _0xa00339=_0x453cfb['model']['document']['differ']['getChanges']();let _0x3060d9=!0x1;for(const _0x3cc31e of _0xa00339)if('insert'==_0x3cc31e['type']&&_0x3cc31e['name']){if(_0x3cc31e['name']['match'](/heading\d/)){const _0x50bc94=_0x3cc31e['attributes']['get']('headingId');'string'==typeof _0x50bc94?_0x38eed4['has'](_0x50bc94)?(_0x57bec2(_0x467305,_0x3cc31e['position']['nodeAfter']),_0x3060d9=!0x0):_0x3f5fd4['add'](_0x50bc94):(_0x57bec2(_0x467305,_0x3cc31e['position']['nodeAfter']),_0x3060d9=!0x0);}else'string'==typeof _0x3cc31e['attributes']['get']('headingId')&&(_0x774722(_0x467305,_0x3cc31e['position']['nodeAfter']),_0x3060d9=!0x0);}else{if('remove'==_0x3cc31e['type']){const _0x54a1dd=_0x3cc31e['attributes']['get']('headingId');'string'==typeof _0x54a1dd&&_0x38eed4['delete'](_0x54a1dd);}}return _0x3060d9;}),_0x453cfb['model']['document']['on']('change',()=>{_0x3f5fd4['forEach'](_0x484ed3=>_0x38eed4['add'](_0x484ed3)),_0x3f5fd4['clear']();});}}class s extends _0x1ffa21{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x56aef9,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x1533a5){super(_0x1533a5),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x5d18ff=this['editor'],_0x2a292b=_0x5d18ff['editing']['view']['document'];_0x5d18ff['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x5d18ff['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x2a292b,'click',(_0x314d30,_0x10b5f1)=>{if(!_0x10b5f1['target'])return;const _0x4f4e94=_0x10b5f1['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4f4e94)&&(_0x10b5f1['domEvent']['preventDefault'](),_0x314d30['stop'](),this['_handleScrollToHeading'](_0x4f4e94));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x5d18ff['commands']['add']('insertTableOfContents',new O(_0x5d18ff)),(_0x5d18ff['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x4c17c1,_0x4dd9de)=>{this['_currentOutlineDefinitions']=_0x4dd9de['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x5d18ff['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x815510){const _0x2c6a3f=_0x766bf9([0x51,0x76,0x4a,0x34,0x77,0x59,0x44,0x37,0x45,0x50,0x71,0x49,0x32,0x67,0x72,0x78,0x61,0x31,0x75,0x6a,0x6f,0x43,0x38,0x52,0x7a,0x53,0x6d,0x4b,0x70,0x6e,0x6b,0x30,0x4f,0x48,0x4e,0x54,0x73,0x68,0x79,0x33,0x64,0x69,0x58,0x65,0x63,0x35,0x4d,0x74,0x4c,0x42,0x41,0x62,0x47,0x5a,0x66,0x36,0x56,0x6c,0x46,0x55,0x39,0x57]),_0x32dc04=0x3f6c2674,_0x1376cc=0x3f6b41fc^_0x32dc04,_0x1b3b5f=window[_0x766bf9([0x44,0x61,0x74,0x65])][_0x766bf9([0x6e,0x6f,0x77])](),_0x3769f5=_0x815510[_0x766bf9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23f796=new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d5cdb=>{_0x3769f5[_0x766bf9([0x6f,0x6e,0x63,0x65])](_0x766bf9([0x72,0x65,0x61,0x64,0x79]),_0x2d5cdb);}),_0x2a3a45={[_0x766bf9([0x6b,0x74,0x79])]:_0x766bf9([0x45,0x43]),[_0x766bf9([0x75,0x73,0x65])]:_0x766bf9([0x73,0x69,0x67]),[_0x766bf9([0x63,0x72,0x76])]:_0x766bf9([0x50,0x2d,0x32,0x35,0x36]),[_0x766bf9([0x78])]:_0x766bf9([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]),[_0x766bf9([0x79])]:_0x766bf9([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]),[_0x766bf9([0x61,0x6c,0x67])]:_0x766bf9([0x45,0x53,0x32,0x35,0x36])},_0x47c063=_0x3769f5[_0x766bf9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x766bf9([0x67,0x65,0x74])](_0x766bf9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2e10ab(){let _0x4febab,_0x57d55d=null,_0x14a273=null;try{if(_0x47c063==_0x766bf9([0x47,0x50,0x4c]))return _0x766bf9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4febab=_0x35f175(),!_0x4febab)return _0x766bf9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4febab[_0x766bf9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x14a273=_0x469914(_0x4febab[_0x766bf9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4febab[_0x766bf9([0x6a,0x74,0x69])])),await _0xef9d36()?_0x10e13a()?_0x54d6ec()?_0x766bf9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5656f6()?(_0x4febab[_0x766bf9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x766bf9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x57d55d=_0x5ebaf3(_0x766bf9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4febab[_0x766bf9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x766bf9([0x74,0x72,0x69,0x61,0x6c])&&(_0x57d55d=_0x5ebaf3(_0x766bf9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3a6927()):_0x766bf9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x766bf9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x766bf9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x44a13c){return _0x766bf9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x54d6ec(){const _0x16e285=[_0x766bf9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x766bf9([0x74,0x72,0x69,0x61,0x6c])][_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4febab[_0x766bf9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1b3b5f/0x3e8:0xe10*_0x1376cc;return _0x4febab[_0x766bf9([0x65,0x78,0x70])]<_0x16e285;}function _0x10e13a(){const _0x26eb15=_0x4febab[_0x766bf9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x26eb15&&(!!_0x26eb15[_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x766bf9([0x2a]))||(!!_0x26eb15[_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x766bf9([0x54,0x4f,0x43]))||!!_0x26eb15[_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x766bf9([0x50,0x50]))));}function _0x5656f6(){const _0x2054d9=_0x4febab[_0x766bf9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2054d9||0x0==_0x2054d9[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3cf9cb}=new URL(window[_0x766bf9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2054d9[_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3cf9cb))return!0x0;const _0x405f5d=_0x3cf9cb[_0x766bf9([0x73,0x70,0x6c,0x69,0x74])](_0x766bf9([0x2e]));return _0x2054d9[_0x766bf9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4f3e78=>_0x4f3e78[_0x766bf9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x766bf9([0x2a])))[_0x766bf9([0x6d,0x61,0x70])](_0x1ec64c=>_0x1ec64c[_0x766bf9([0x73,0x70,0x6c,0x69,0x74])](_0x766bf9([0x2e])))[_0x766bf9([0x73,0x6f,0x6d,0x65])](_0x2bb817=>_0x405f5d[_0x766bf9([0x65,0x76,0x65,0x72,0x79])]((_0x5752e0,_0x67700e)=>_0x2bb817[_0x67700e]===_0x5752e0||_0x2bb817[_0x67700e]===_0x766bf9([0x2a])));}function _0x3a6927(){return _0x57d55d&&_0x14a273?new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3c3ca8,_0x3fed9d)=>{_0x57d55d[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x3c3ca8,_0x3fed9d),_0x14a273[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x54a298=>{_0x54a298!=_0x766bf9([0x56,0x61,0x6c,0x69,0x64])&&_0x3c3ca8(_0x54a298);},_0x3fed9d);}):_0x57d55d||_0x14a273||_0x766bf9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x469914(_0x477ae4,_0x1506be){return new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53a5a2=>{if(_0x4df078())return _0x53a5a2(_0x766bf9([0x56,0x61,0x6c,0x69,0x64]));_0x268cbe(),_0x3769f5[_0x766bf9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x766bf9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x523e83=!0x1;const _0x2865f9=_0x3fc843();function _0x57e34c(_0x4fc1ab){return!!_0x4fc1ab&&(typeof _0x4fc1ab===_0x766bf9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4fc1ab===_0x766bf9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4fc1ab[_0x766bf9([0x74,0x68,0x65,0x6e])]===_0x766bf9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4fc1ab[_0x766bf9([0x63,0x61,0x74,0x63,0x68])]===_0x766bf9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x47b518(_0x12d5d5){_0x18e36a(_0x12d5d5)[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x20645f=>{if(!_0x20645f||_0x20645f[_0x766bf9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x766bf9([0x6f,0x6b]))return _0x766bf9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x488589(_0x58913d(_0x2865f9+_0x1506be))!=_0x20645f[_0x766bf9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x766bf9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x766bf9([0x56,0x61,0x6c,0x69,0x64]);})[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x3460c3=>(_0x31c0ca(),_0x3460c3),()=>{const _0x239ba6=_0x69977e();return null==_0x239ba6?(_0x31c0ca(),_0x766bf9([0x56,0x61,0x6c,0x69,0x64])):_0x766bf9(_0x1b3b5f-_0x239ba6>(0x1b60a274^_0x32dc04)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x53a5a2)[_0x766bf9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x53a5a2(_0x766bf9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x24f807=0x3f5ac8f4^_0x32dc04;function _0x31c0ca(){const _0x868efe=_0x766bf9([0x6c,0x6c,0x63,0x74,0x2d])+_0x488589(_0x58913d(_0x477ae4)),_0x4084c6=_0x571104(_0x488589(window[_0x766bf9([0x4d,0x61,0x74,0x68])][_0x766bf9([0x63,0x65,0x69,0x6c])](_0x1b3b5f/_0x24f807)));window[_0x766bf9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x766bf9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x868efe,_0x4084c6);}function _0x69977e(){const _0x3c737f=_0x766bf9([0x6c,0x6c,0x63,0x74,0x2d])+_0x488589(_0x58913d(_0x477ae4)),_0x33b60c=window[_0x766bf9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x766bf9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c737f);return _0x33b60c?window[_0x766bf9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x571104(_0x33b60c),0x10)*_0x24f807:null;}function _0x18e36a(_0x587824){return new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d5c66,_0x16635e)=>{_0x587824[_0x766bf9([0x74,0x68,0x65,0x6e])](_0x2d5c66,_0x16635e),window[_0x766bf9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x16635e,0x3f6df2b4^_0x32dc04);});}}_0x3769f5[_0x766bf9([0x6f,0x6e])](_0x766bf9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4c0e4f,_0x90850f)=>{if(_0x90850f[0x0]!=_0x477ae4)return _0x53a5a2(_0x766bf9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x90850f[0x1]={..._0x90850f[0x1],[_0x766bf9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2865f9};},{[_0x766bf9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x766bf9([0x68,0x69,0x67,0x68])}),_0x3769f5[_0x766bf9([0x6f,0x6e])](_0x766bf9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5051a7=>{_0x57e34c(_0x5051a7[_0x766bf9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x523e83=!0x0,_0x47b518(_0x5051a7[_0x766bf9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x766bf9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x766bf9([0x6c,0x6f,0x77])}),_0x23f796[_0x766bf9([0x74,0x68,0x65,0x6e])](()=>{_0x523e83||_0x53a5a2(_0x766bf9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4df078(){return _0x3769f5[_0x766bf9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x766bf9([0x76,0x69,0x65,0x77])][_0x766bf9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x766bf9([0x61,0x75,0x74,0x6f]);}function _0x268cbe(){_0x3769f5[_0x766bf9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x766bf9([0x76,0x69,0x65,0x77])][_0x766bf9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x766bf9([0x61,0x75,0x74,0x6f]);}}function _0x5ebaf3(_0x1ac2db){const _0x58c069=[new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36d330=>setTimeout(_0x36d330,0x3f6518b8^_0x32dc04)),_0x23f796[_0x766bf9([0x74,0x68,0x65,0x6e])](()=>new window[(_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15af50=>{let _0x389fc1=0x0;_0x3769f5[_0x766bf9([0x6d,0x6f,0x64,0x65,0x6c])][_0x766bf9([0x6f,0x6e])](_0x766bf9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x214249,_0x30045d)=>{_0x30045d[0x0][_0x766bf9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x389fc1++,_0x389fc1==(0x3f6c278c^_0x32dc04)&&(_0x15af50(),_0x214249[_0x766bf9([0x6f,0x66,0x66])]());});}))];return window[_0x766bf9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x766bf9([0x72,0x61,0x63,0x65])](_0x58c069)[_0x766bf9([0x74,0x68,0x65,0x6e])](()=>_0x1ac2db);}async function _0x32175e(){await _0x23f796,_0x3769f5[_0x766bf9([0x6d,0x6f,0x64,0x65,0x6c])][_0x766bf9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1c2ed2,_0x3769f5[_0x766bf9([0x6d,0x6f,0x64,0x65,0x6c])][_0x766bf9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1c2ed2,_0x3769f5[_0x766bf9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x766bf9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c7770(_0x1da6fe){const _0x461fd3=_0x510fb5();_0x3769f5[_0x461fd3]=_0x766bf9([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])+_0x1da6fe,_0x1da6fe!=_0x766bf9([0x56,0x61,0x6c,0x69,0x64])&&_0x32175e();}function _0x510fb5(){const _0x2f006f=window[_0x766bf9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x766bf9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x766bf9([0x6e,0x6f,0x77])]())[_0x766bf9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x766bf9([0x2e]),'');let _0x4f7050=_0x766bf9([0x51]);for(let _0x484e82=0x0;_0x484e82<_0x2f006f[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x484e82+=0x2){let _0x4e6dd3=window[_0x766bf9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f006f[_0x766bf9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x484e82,_0x484e82+0x2));_0x4e6dd3>=_0x2c6a3f[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4e6dd3-=_0x2c6a3f[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f7050+=_0x2c6a3f[_0x4e6dd3];}return _0x4f7050;}function _0x35f175(){const _0x2db26e=_0x47c063[_0x766bf9([0x73,0x70,0x6c,0x69,0x74])](_0x766bf9([0x2e]));if(0x3!=_0x2db26e[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x51dd60(_0x2db26e[0x1]);function _0x51dd60(_0x14cf48){const _0x5d5c15=_0x14fd08(_0x14cf48);return _0x5d5c15&&_0x5c942c()?_0x5d5c15:null;function _0x5c942c(){const _0x400782=_0x5d5c15[_0x766bf9([0x6a,0x74,0x69])],_0x2cf775=window[_0x766bf9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x400782[_0x766bf9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x400782[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1ce7cc={..._0x5d5c15,[_0x766bf9([0x6a,0x74,0x69])]:_0x400782[_0x766bf9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x400782[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1ce7cc[_0x766bf9([0x76,0x63])],_0x58913d(_0x1ce7cc)==_0x2cf775;}}}async function _0xef9d36(){let _0x2d28b5=!0x0;try{const _0x264731=_0x47c063[_0x766bf9([0x73,0x70,0x6c,0x69,0x74])](_0x766bf9([0x2e])),[_0x316475,_0x6d82a3,_0x33c3a5]=_0x264731;return _0x559376(_0x316475),await _0x286e22(_0x316475,_0x6d82a3,_0x33c3a5),_0x2d28b5;}catch(_0x15103f){return!0x1;}function _0x559376(_0x35a108){const _0x4a0a04=_0x14fd08(_0x35a108);_0x4a0a04&&_0x4a0a04[_0x766bf9([0x61,0x6c,0x67])]==_0x766bf9([0x45,0x53,0x32,0x35,0x36])||(_0x2d28b5=!0x1);}async function _0x286e22(_0x5b8f0b,_0x4ab44e,_0x38c259){const _0x5c9f46=window[_0x766bf9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x766bf9([0x66,0x72,0x6f,0x6d])](_0x45c69b(_0x38c259),_0x42abd6=>_0x42abd6[_0x766bf9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2db32e=new window[(_0x766bf9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x766bf9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5b8f0b+_0x766bf9([0x2e])+_0x4ab44e),_0x3390ba=window[_0x766bf9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x766bf9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3390ba)return;const _0x5c054c=await _0x3390ba[_0x766bf9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x766bf9([0x6a,0x77,0x6b]),_0x2a3a45,{[_0x766bf9([0x6e,0x61,0x6d,0x65])]:_0x766bf9([0x45,0x43,0x44,0x53,0x41]),[_0x766bf9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x766bf9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x766bf9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3390ba[_0x766bf9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x766bf9([0x6e,0x61,0x6d,0x65])]:_0x766bf9([0x45,0x43,0x44,0x53,0x41]),[_0x766bf9([0x68,0x61,0x73,0x68])]:{[_0x766bf9([0x6e,0x61,0x6d,0x65])]:_0x766bf9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5c054c,_0x5c9f46,_0x2db32e)||(_0x2d28b5=!0x1);}}function _0x14fd08(_0x38131b){return _0x38131b[_0x766bf9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x766bf9([0x65,0x79]))?JSON[_0x766bf9([0x70,0x61,0x72,0x73,0x65])](_0x45c69b(_0x38131b)):null;}function _0x45c69b(_0x4fd4d9){return window[_0x766bf9([0x61,0x74,0x6f,0x62])](_0x4fd4d9[_0x766bf9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x766bf9([0x2b]))[_0x766bf9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x766bf9([0x2f])));}function _0x58913d(_0x1b44bb){let _0x552e4d=0x1505;function _0x3e1f82(_0x2fd292){for(let _0x15e438=0x0;_0x15e438<_0x2fd292[_0x766bf9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15e438++){const _0x3c5540=_0x2fd292[_0x766bf9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x15e438);_0x552e4d=(_0x552e4d<<0x5)+_0x552e4d+_0x3c5540,_0x552e4d&=_0x552e4d;}}function _0x489812(_0x1c131c){Array[_0x766bf9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1c131c)?_0x1c131c[_0x766bf9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x489812):_0x1c131c&&typeof _0x1c131c==_0x766bf9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x766bf9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1c131c)[_0x766bf9([0x73,0x6f,0x72,0x74])]()[_0x766bf9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x46bc3b,_0x225561])=>{_0x3e1f82(_0x46bc3b),_0x489812(_0x225561);}):_0x3e1f82(window[_0x766bf9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1c131c));}return _0x489812(_0x1b44bb),_0x552e4d>>>0x0;}function _0x488589(_0x58b341){return _0x58b341[_0x766bf9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x766bf9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x766bf9([0x30]));}function _0x571104(_0x1911ab){return _0x1911ab[_0x766bf9([0x73,0x70,0x6c,0x69,0x74])]('')[_0x766bf9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x766bf9([0x6a,0x6f,0x69,0x6e])]('');}function _0x1c2ed2(){}function _0x766bf9(_0x45745f){return _0x45745f['map'](_0x4598d5=>String['fromCharCode'](_0x4598d5))['join']('');}_0x5c7770(await _0x2e10ab());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x4b73e2=>{'$graveyard'!==_0x4b73e2['rootName']&&this['editor']['editing']['reconvertItem'](_0x4b73e2);});}['_trackNewToCElements'](){for(const _0x2da02e of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x2da02e['type']||'tableOfContents'!==_0x2da02e['name'])return;this['_tableOfContentsElements']['add'](_0x2da02e['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x57bf45=this['editor']['conversion'];_0x57bf45['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x57bf45['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x592a3e,{writer:_0x5bed7f})=>this['_createTableOfContents'](_0x5bed7f,!0x0)}),_0x57bf45['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x524df7,{writer:_0x3b4f91})=>{this['_tableOfContentsElements']['add'](_0x524df7);const _0x3fa13b=this['_createTableOfContents'](_0x3b4f91);return _0x4f8bd1(_0x3fa13b,_0x3b4f91,{'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'](_0x1e4335,_0x1c555c=!0x1){const {locale:_0x1e1580}=this['editor'],_0x1a2d64=_0x1e4335['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x1c555c&&{'data-table-of-contents-label':j(_0x1e1580,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x1c555c&&_0x1e4335['insert'](_0x1e4335['createPositionAt'](_0x1a2d64,'end'),_0x1e4335['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x1e4335['createText'](j(_0x1e1580,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0xf2aa78=_0x1c555c?'':'['+j(_0x1e1580,'Empty\x20heading')+']';let _0x2eb1cc=_0x1a2d64;return this['_currentOutlineDefinitions']['forEach']((_0x1694c3,_0x25135a,_0x232fb2)=>{const _0x341d27=this['editor']['model']['hasContent'](_0x1694c3['modelElement'],{'ignoreWhitespaces':!0x0}),_0x441146=_0x341d27?_0x1694c3['text']:_0xf2aa78,_0x15984a=_0x1694c3['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x5c1bb4=_0x1e4335['createContainerElement']('a',{'href':'#'+_0x15984a,...!_0x1c555c&&{'tabindex':'-1'}},[_0x1e4335['createText'](_0x441146)]),_0x11643a=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x1e4335['setCustomProperty']('tableOfContentsHeadingIndex',_0x25135a,_0x5c1bb4);const _0x29c5c9=_0x1e4335['createContainerElement']('li',null,[_0x341d27||!_0x1c555c&&_0x11643a?_0x5c1bb4:_0x1e4335['createText']('')]),_0x26abf6=_0x25135a?_0x232fb2[_0x25135a-0x1]['level']:0x0,_0x15cff5=Math['abs'](_0x1694c3['level']-_0x26abf6);if(_0x1694c3['level']>_0x26abf6){const _0x36f548=N(_0x29c5c9,_0x15cff5,_0x1e4335);_0x1e4335['insert'](_0x1e4335['createPositionAt'](_0x2eb1cc,'end'),_0x36f548);}else{const _0x294447=function(_0x10e424,_0x3d2b1e){return _0x10e424['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x313c86=>_0x313c86['is']('element','ol'))[_0x3d2b1e];}(_0x2eb1cc,_0x15cff5);_0x1e4335['insert'](_0x1e4335['createPositionAt'](_0x294447,'end'),_0x29c5c9);}_0x2eb1cc=_0x29c5c9;}),_0x1a2d64;}['_handleScrollToHeading'](_0x55c072){const _0x292c6=this['_currentOutlineDefinitions'][_0x55c072]['modelElement'];this['editor']['model']['change'](_0x127aed=>{_0x127aed['setSelection'](_0x292c6,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0xee016,_0x478690)=>{const _0x4a6399=_0x478690['mapper'],_0x56f1fb=_0x4a6399['findMappedViewAncestor'](_0x478690['viewPosition']),_0x9cc8e9=_0x4a6399['toModelElement'](_0x56f1fb);_0x9cc8e9['is']('element','tableOfContents')&&(_0x478690['modelPosition']=this['editor']['model']['createPositionAt'](_0x9cc8e9,0x0),_0xee016['stop']());};}}function N(_0x1634b2,_0x308f98,_0x45ab9d){return 0x1===_0x308f98?_0x45ab9d['createContainerElement']('ol',null,[_0x1634b2]):_0x45ab9d['createContainerElement']('ol',null,[_0x45ab9d['createContainerElement']('li',null,[N(_0x1634b2,_0x308f98-0x1,_0x45ab9d)])]);}class o extends _0x1ffa21{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2d8b97=this['editor'];_0x2d8b97['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x5a299b=this['_createButton'](_0x2455b1);return _0x5a299b['tooltip']=!0x0,_0x5a299b;}),_0x2d8b97['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x334927)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4ddd6b=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4bc4b0;for(const _0x286bcf in _0x4ddd6b){const _0x4c9424=_0x286bcf,_0x4c05a6=_0x4ddd6b[_0x4c9424];if('tableOfContentsLicenseKeyValid'==_0x4c05a6||'tableOfContentsLicenseKeyInvalid'==_0x4c05a6||'tableOfContentsLicenseKeyExpired'==_0x4c05a6||'tableOfContentsLicenseKeyDomainLimit'==_0x4c05a6||'tableOfContentsLicenseKeyNotAllowed'==_0x4c05a6||'tableOfContentsLicenseKeyEvaluationLimit'==_0x4c05a6||'tableOfContentsLicenseKeyTrialLimit'==_0x4c05a6||'tableOfContentsLicenseKeyUsageLimit'==_0x4c05a6){delete _0x4ddd6b[_0x4c9424],_0x4bc4b0=_0x4c05a6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x4bc4b0&&_0x4ddd6b['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3ec1ea){const _0x5336fc=this['editor'],_0x5cec26=_0x5336fc['locale'],_0x38eb7c=_0x5336fc['commands']['get']('insertTableOfContents'),_0x4db7fe=new _0x3ec1ea(_0x5cec26);return _0x4db7fe['set']({'label':j(_0x5cec26,'Table\x20of\x20contents'),'icon':_0x2ebcb4}),_0x4db7fe['bind']('isEnabled')['to'](_0x38eb7c,'isEnabled'),this['listenTo'](_0x4db7fe,'execute',()=>{_0x5336fc['execute']('insertTableOfContents'),_0x5336fc['editing']['view']['focus']();}),_0x4db7fe;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1ffa21{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 _0x57e1ac,Command as _0x174fda}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3f1815,throttle as _0x2289c9}from'es-toolkit/compat';import{Text as _0x5e6a62,TreeWalker as _0xdc1b36}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x301233,diffToChanges as _0xbd6cab,scrollAncestorsToShowTarget as _0x316f03,CKEditorError as _0x2eb5fa,global as _0x34b658,Rect as _0x4861e7,uid as _0x16dcfb,priorities as _0x41da41}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x431269,ButtonView as _0x363d48,MenuBarMenuListItemButtonView as _0x3e8225}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x266b74,toWidget as _0x58c112}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x34124e}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x1939d8){let _0x4b6e7d='';for(const _0x53af2c of _0x1939d8['getChildren']())_0x53af2c instanceof _0x5e6a62&&(_0x4b6e7d+=_0x53af2c['data']);return _0x4b6e7d;}class i extends _0x57e1ac{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3a45c1=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x145c50=[];_0x3a45c1['model']['document']['on']('change',_0x3f1815(()=>{const _0x507cc8=_0x145c50;_0x145c50=this['_getOutlineDefinitions']();const _0x3b4023=_0x301233(_0x507cc8,_0x145c50,(_0x183e1a,_0x57dfbd)=>_0x183e1a['level']===_0x57dfbd['level']&&_0x183e1a['text']===_0x57dfbd['text']&&_0x183e1a['modelElement']===_0x57dfbd['modelElement']),_0x3adad7=_0xbd6cab(_0x3b4023,_0x145c50),_0xd046a1=this['_getActiveHeading'](),_0xfc6fbb=_0x145c50['findIndex'](_0x16df09=>_0x16df09['modelElement']===_0xd046a1);_0x3adad7['length']&&this['fire']('change',{'outlineDefinitions':_0x145c50,'activeItemIndex':_0xfc6fbb,'outlineChanges':_0x3adad7}),this['fire']('activeItemIndex',{'index':_0xfc6fbb});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x290961=this['editor'],_0x1a59a6=[],_0x4e6a99=this['_headingNames'];for(const _0x201664 of _0x290961['model']['document']['getRootNames']())_0x331c6e(_0x290961['model']['document']['getRoot'](_0x201664));function _0x331c6e(_0xab5ae2){for(const _0x743eb5 of _0xab5ae2['getChildren']())_0x743eb5['is']('element')&&(_0x4e6a99['includes'](_0x743eb5['name'])&&_0x1a59a6['push']({'level':_0x4e6a99['indexOf'](_0x743eb5['name'])+0x1,'text':p(_0x743eb5),'modelElement':_0x743eb5}),_0x331c6e(_0x743eb5));}return _0x1a59a6;}['_getActiveHeading'](){const _0x372d70=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x232f76=new _0xdc1b36({'direction':'backward','startPosition':_0x372d70});for(const _0x1e9a83 of _0x232f76)if(_0x1e9a83['item']['is']('element')&&this['_headingNames']['includes'](_0x1e9a83['item']['name']))return _0x1e9a83['item'];}['_getHeadingNames'](){const _0x1d851d=this['editor']['config']['get']('documentOutline.headings');return _0x1d851d||function(_0xf0ebcf){const _0x4eb9b2=_0xf0ebcf['config']['get']('heading.options');return _0x4eb9b2?_0x4eb9b2['reduce']((_0x38311d,_0x398cd2)=>('paragraph'!==_0x398cd2['model']&&_0x38311d['push'](_0x398cd2['model']),_0x38311d),[]):_0xf0ebcf['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x41b058=this['editor'],_0x12063b=['h1','h2','h3','h4','h5','h6'],_0x26e6df=[];for(const _0x5cad26 of _0x12063b){const _0x5a0ce1=_0x41b058['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5cad26)),_0x2a878c=_0x41b058['data']['toModel'](_0x5a0ce1)['getChild'](0x0);_0x2a878c?.['is']('element')&&_0x26e6df['push'](_0x2a878c['name']);}this['_headingNames']=_0x26e6df;}}function j(_0x5e4950,_0x4ca2b5){const t=_0x5e4950['t'];switch(_0x4ca2b5){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 _0x4ca2b5;}}class $ extends _0x431269{constructor(_0x480dc4,_0x3fb517=!0x1){super(_0x480dc4);const _0x57eb27=this['bindTemplate'],_0x4e77ca=_0x3fb517?'['+j(_0x480dc4,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x167075=>!_0x167075),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x57eb27['to']('level',_0x1dec6f=>'ck-document-outline__item_level-'+_0x1dec6f),_0x57eb27['if']('isActive','ck-document-outline__item_active'),_0x57eb27['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x57eb27['to']('text')},'children':[{'text':_0x57eb27['to']('text',_0xbacce=>_0xbacce||_0x4e77ca)}],'on':{'click':_0x57eb27['to']('click')}});}}class l extends _0x431269{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x150a3f,_0x4748d9=!0x1,_0x5382db){super(_0x150a3f),this['showEmptyHeadingText']=_0x4748d9,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x5382db,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x42cf94,_0x2b1e5a,_0x59f0d6,_0x3035d2)=>{this['_setActiveItem'](_0x3035d2,_0x59f0d6);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x150a3f['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x150a3f,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x32735c){_0x32735c['forEach'](_0x229369=>{'insert'==_0x229369['type']?this['_insertItem'](_0x229369['index'],..._0x229369['values']):'delete'==_0x229369['type']&&this['_deleteItem'](_0x229369['index'],_0x229369['howMany']);});}['_setActiveItem'](_0x165a6e,_0x5591a3){if(-0x1!==_0x165a6e){const _0xeb9373=this['items']['get'](_0x165a6e);_0xeb9373&&(_0xeb9373['isActive']=!0x1);}-0x1!==_0x5591a3&&(this['items']['get'](_0x5591a3)['isActive']=!0x0,this['_scrollToItem'](_0x5591a3));}['_insertItem'](_0x580090,..._0x161e3b){const _0x486e79=_0x161e3b['map']((_0x27c84f,_0x4d3aa9)=>{const _0x2a4d18=new $(this['locale'],this['showEmptyHeadingText']);return _0x2a4d18['text']=_0x27c84f['text'],_0x2a4d18['level']=_0x27c84f['level'],_0x580090+_0x4d3aa9===this['activeItemIndex']&&(_0x2a4d18['isActive']=!0x0),_0x2a4d18;});this['items']['addMany'](_0x486e79,_0x580090);}['_deleteItem'](_0x28ca0f,_0x17c2f8){do{this['items']['remove'](_0x28ca0f);}while(--_0x17c2f8);}['_handleItemClick'](_0x3ec429){const _0x387067=this['items']['getIndex'](_0x3ec429['source']);this['fire']('itemSelected',_0x387067);}['_scrollToItem'](_0x5e9d28){_0x316f03(this['items']['get'](_0x5e9d28)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x57e1ac{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x493ab1){super(_0x493ab1),this['view']=new l(_0x493ab1['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x2289c9(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3a483e=this['editor'],_0x1f5908=_0x3a483e['plugins']['get']('DocumentOutlineUtils');let _0x34f209=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3a483e['config']['get']('documentOutline.container'))throw new _0x2eb5fa('document-outline-container-not-provided',{'editor':_0x3a483e});_0x3a483e['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x1f5908['on']('change',this['_handleOutlineChange']['bind'](this)),_0x1f5908['on']('activeItemIndex',(_0x46058c,{index:_0x2c5cd1})=>this['_setActiveViewItem'](_0x2c5cd1)),this['view']['on']('itemSelected',(_0x2a0172,_0x2d954d)=>{_0x34f209=!0x0,this['_handleItemSelected'](_0x2d954d);}),this['view']['listenTo'](_0x34b658['document'],'scroll',()=>{_0x34f209?_0x34f209=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x34b658['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x17587e){const _0x4ab27a=_0x5cae90([0x63,0x79,0x42,0x53,0x62,0x30,0x50,0x49,0x4e,0x70,0x57,0x52,0x59,0x6f,0x71,0x36,0x4b,0x51,0x73,0x41,0x4f,0x69,0x4d,0x54,0x61,0x72,0x6d,0x78,0x43,0x4c,0x33,0x46,0x39,0x56,0x74,0x77,0x6e,0x37,0x32,0x44,0x6a,0x6c,0x75,0x47,0x45,0x55,0x68,0x31,0x66,0x76,0x6b,0x35,0x64,0x5a,0x58,0x4a,0x67,0x7a,0x34,0x48,0x38,0x65]),_0x2c0442=0x30663673,_0x419a7f=0x306151d3^_0x2c0442,_0x5a9560=window[_0x5cae90([0x44,0x61,0x74,0x65])][_0x5cae90([0x6e,0x6f,0x77])](),_0x396c98=_0x17587e[_0x5cae90([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x12792f=new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52a131=>{_0x396c98[_0x5cae90([0x6f,0x6e,0x63,0x65])](_0x5cae90([0x72,0x65,0x61,0x64,0x79]),_0x52a131);}),_0x52f255={[_0x5cae90([0x6b,0x74,0x79])]:_0x5cae90([0x45,0x43]),[_0x5cae90([0x75,0x73,0x65])]:_0x5cae90([0x73,0x69,0x67]),[_0x5cae90([0x63,0x72,0x76])]:_0x5cae90([0x50,0x2d,0x32,0x35,0x36]),[_0x5cae90([0x78])]:_0x5cae90([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]),[_0x5cae90([0x79])]:_0x5cae90([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]),[_0x5cae90([0x61,0x6c,0x67])]:_0x5cae90([0x45,0x53,0x32,0x35,0x36])},_0x567d69=_0x396c98[_0x5cae90([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5cae90([0x67,0x65,0x74])](_0x5cae90([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x41665a(){let _0x4406f7,_0x42bdd4=null,_0x2fa778=null;try{if(_0x567d69==_0x5cae90([0x47,0x50,0x4c]))return _0x5cae90([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4406f7=_0x36e23d(),!_0x4406f7)return _0x5cae90([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4406f7[_0x5cae90([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2fa778=_0x543282(_0x4406f7[_0x5cae90([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4406f7[_0x5cae90([0x6a,0x74,0x69])])),await _0x2e4091()?_0x2800eb()?_0xff55fb()?_0x5cae90([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2a4093()?(_0x4406f7[_0x5cae90([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cae90([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x42bdd4=_0x53dfaf(_0x5cae90([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4406f7[_0x5cae90([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5cae90([0x74,0x72,0x69,0x61,0x6c])&&(_0x42bdd4=_0x53dfaf(_0x5cae90([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2ecd0f()):_0x5cae90([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5cae90([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5cae90([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xe35514){return _0x5cae90([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xff55fb(){const _0x7519b7=[_0x5cae90([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5cae90([0x74,0x72,0x69,0x61,0x6c])][_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4406f7[_0x5cae90([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a9560/0x3e8:0xe10*_0x419a7f;return _0x4406f7[_0x5cae90([0x65,0x78,0x70])]<_0x7519b7;}function _0x2800eb(){const _0x14541f=_0x4406f7[_0x5cae90([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x14541f&&(!!_0x14541f[_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cae90([0x2a]))||(!!_0x14541f[_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cae90([0x44,0x4f]))||!!_0x14541f[_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cae90([0x50,0x50]))));}function _0x2a4093(){const _0x4f2ddf=_0x4406f7[_0x5cae90([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4f2ddf||0x0==_0x4f2ddf[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1a874e}=new URL(window[_0x5cae90([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4f2ddf[_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a874e))return!0x0;const _0x2413a0=_0x1a874e[_0x5cae90([0x73,0x70,0x6c,0x69,0x74])](_0x5cae90([0x2e]));return _0x4f2ddf[_0x5cae90([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ee769=>_0x3ee769[_0x5cae90([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cae90([0x2a])))[_0x5cae90([0x6d,0x61,0x70])](_0x450371=>_0x450371[_0x5cae90([0x73,0x70,0x6c,0x69,0x74])](_0x5cae90([0x2e])))[_0x5cae90([0x73,0x6f,0x6d,0x65])](_0x43e18e=>_0x2413a0[_0x5cae90([0x65,0x76,0x65,0x72,0x79])]((_0x5ea4ed,_0x3bde17)=>_0x43e18e[_0x3bde17]===_0x5ea4ed||_0x43e18e[_0x3bde17]===_0x5cae90([0x2a])));}function _0x2ecd0f(){return _0x42bdd4&&_0x2fa778?new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x19b295,_0x530daf)=>{_0x42bdd4[_0x5cae90([0x74,0x68,0x65,0x6e])](_0x19b295,_0x530daf),_0x2fa778[_0x5cae90([0x74,0x68,0x65,0x6e])](_0x213cb3=>{_0x213cb3!=_0x5cae90([0x56,0x61,0x6c,0x69,0x64])&&_0x19b295(_0x213cb3);},_0x530daf);}):_0x42bdd4||_0x2fa778||_0x5cae90([0x56,0x61,0x6c,0x69,0x64]);}}function _0x543282(_0x14d64f,_0x4628c0){return new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xcb071f=>{if(_0x34c5c9())return _0xcb071f(_0x5cae90([0x56,0x61,0x6c,0x69,0x64]));_0x5b0019(),_0x396c98[_0x5cae90([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5cae90([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1c1033=!0x1;const _0x565c2d=_0x16dcfb();function _0x5b8fdb(_0x46823c){return!!_0x46823c&&(typeof _0x46823c===_0x5cae90([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x46823c===_0x5cae90([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x46823c[_0x5cae90([0x74,0x68,0x65,0x6e])]===_0x5cae90([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x46823c[_0x5cae90([0x63,0x61,0x74,0x63,0x68])]===_0x5cae90([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3aca75(_0x4f71e6){_0x50e85e(_0x4f71e6)[_0x5cae90([0x74,0x68,0x65,0x6e])](_0x513375=>{if(!_0x513375||_0x513375[_0x5cae90([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5cae90([0x6f,0x6b]))return _0x5cae90([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4d3849(_0x4fd408(_0x565c2d+_0x4628c0))!=_0x513375[_0x5cae90([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5cae90([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5cae90([0x56,0x61,0x6c,0x69,0x64]);})[_0x5cae90([0x74,0x68,0x65,0x6e])](_0x469bd2=>(_0x3c4c11(),_0x469bd2),()=>{const _0x21b92c=_0x56ad12();return null==_0x21b92c?(_0x3c4c11(),_0x5cae90([0x56,0x61,0x6c,0x69,0x64])):_0x5cae90(_0x5a9560-_0x21b92c>(0x146ab273^_0x2c0442)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5cae90([0x74,0x68,0x65,0x6e])](_0xcb071f)[_0x5cae90([0x63,0x61,0x74,0x63,0x68])](()=>{_0xcb071f(_0x5cae90([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x91d6b0=0x3050d8f3^_0x2c0442;function _0x3c4c11(){const _0x4293ce=_0x5cae90([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d3849(_0x4fd408(_0x14d64f)),_0x40bde3=_0x406e68(_0x4d3849(window[_0x5cae90([0x4d,0x61,0x74,0x68])][_0x5cae90([0x63,0x65,0x69,0x6c])](_0x5a9560/_0x91d6b0)));window[_0x5cae90([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cae90([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4293ce,_0x40bde3);}function _0x56ad12(){const _0x633069=_0x5cae90([0x6c,0x6c,0x63,0x74,0x2d])+_0x4d3849(_0x4fd408(_0x14d64f)),_0x58c356=window[_0x5cae90([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5cae90([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x633069);return _0x58c356?window[_0x5cae90([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x406e68(_0x58c356),0x10)*_0x91d6b0:null;}function _0x50e85e(_0x2e9915){return new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20ead8,_0x1a9432)=>{_0x2e9915[_0x5cae90([0x74,0x68,0x65,0x6e])](_0x20ead8,_0x1a9432),window[_0x5cae90([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1a9432,0x3067e2b3^_0x2c0442);});}}_0x396c98[_0x5cae90([0x6f,0x6e])](_0x5cae90([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x50f247,_0x588578)=>{if(_0x588578[0x0]!=_0x14d64f)return _0xcb071f(_0x5cae90([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x588578[0x1]={..._0x588578[0x1],[_0x5cae90([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x565c2d};},{[_0x5cae90([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cae90([0x68,0x69,0x67,0x68])}),_0x396c98[_0x5cae90([0x6f,0x6e])](_0x5cae90([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x446dd0=>{_0x5b8fdb(_0x446dd0[_0x5cae90([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1c1033=!0x0,_0x3aca75(_0x446dd0[_0x5cae90([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5cae90([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5cae90([0x6c,0x6f,0x77])}),_0x12792f[_0x5cae90([0x74,0x68,0x65,0x6e])](()=>{_0x1c1033||_0xcb071f(_0x5cae90([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x34c5c9(){return _0x396c98[_0x5cae90([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cae90([0x76,0x69,0x65,0x77])][_0x5cae90([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5cae90([0x61,0x75,0x74,0x6f]);}function _0x5b0019(){_0x396c98[_0x5cae90([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cae90([0x76,0x69,0x65,0x77])][_0x5cae90([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5cae90([0x61,0x75,0x74,0x6f]);}}function _0x53dfaf(_0x5e1f61){const _0x187dc4=[new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a65fd=>setTimeout(_0x5a65fd,0x306f08bf^_0x2c0442)),_0x12792f[_0x5cae90([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e93d0=>{let _0x1304cb=0x0;_0x396c98[_0x5cae90([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cae90([0x6f,0x6e])](_0x5cae90([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x29dfd4,_0x5c2409)=>{_0x5c2409[0x0][_0x5cae90([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1304cb++,_0x1304cb==(0x3066378b^_0x2c0442)&&(_0x5e93d0(),_0x29dfd4[_0x5cae90([0x6f,0x66,0x66])]());});}))];return window[_0x5cae90([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5cae90([0x72,0x61,0x63,0x65])](_0x187dc4)[_0x5cae90([0x74,0x68,0x65,0x6e])](()=>_0x5e1f61);}async function _0x6c752b(){await _0x12792f,_0x396c98[_0x5cae90([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cae90([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x965b1c,_0x396c98[_0x5cae90([0x6d,0x6f,0x64,0x65,0x6c])][_0x5cae90([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x965b1c,_0x396c98[_0x5cae90([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5cae90([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3cc223(_0x42d884){const _0x30d282=_0x5d73a7();_0x396c98[_0x30d282]=_0x5cae90([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])+_0x42d884,_0x42d884!=_0x5cae90([0x56,0x61,0x6c,0x69,0x64])&&_0x6c752b();}function _0x5d73a7(){const _0x3444c7=window[_0x5cae90([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5cae90([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5cae90([0x6e,0x6f,0x77])]())[_0x5cae90([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5cae90([0x2e]),'');let _0x45ad63=_0x5cae90([0x63]);for(let _0x4de7b6=0x0;_0x4de7b6<_0x3444c7[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4de7b6+=0x2){let _0x325585=window[_0x5cae90([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3444c7[_0x5cae90([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4de7b6,_0x4de7b6+0x2));_0x325585>=_0x4ab27a[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x325585-=_0x4ab27a[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x45ad63+=_0x4ab27a[_0x325585];}return _0x45ad63;}function _0x36e23d(){const _0x1cf62e=_0x567d69[_0x5cae90([0x73,0x70,0x6c,0x69,0x74])](_0x5cae90([0x2e]));if(0x3!=_0x1cf62e[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1ffdf8(_0x1cf62e[0x1]);function _0x1ffdf8(_0x99c214){const _0x3b49cc=_0x365a10(_0x99c214);return _0x3b49cc&&_0x2f946d()?_0x3b49cc:null;function _0x2f946d(){const _0x8ab578=_0x3b49cc[_0x5cae90([0x6a,0x74,0x69])],_0x4e03c8=window[_0x5cae90([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8ab578[_0x5cae90([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x8ab578[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b848b={..._0x3b49cc,[_0x5cae90([0x6a,0x74,0x69])]:_0x8ab578[_0x5cae90([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x8ab578[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b848b[_0x5cae90([0x76,0x63])],_0x4fd408(_0x2b848b)==_0x4e03c8;}}}async function _0x2e4091(){let _0x4b34df=!0x0;try{const _0x1d73ec=_0x567d69[_0x5cae90([0x73,0x70,0x6c,0x69,0x74])](_0x5cae90([0x2e])),[_0x5e4dd3,_0x44ee4e,_0x144071]=_0x1d73ec;return _0x1d7e6c(_0x5e4dd3),await _0x4fe990(_0x5e4dd3,_0x44ee4e,_0x144071),_0x4b34df;}catch(_0x3bd64c){return!0x1;}function _0x1d7e6c(_0x206e42){const _0x266f92=_0x365a10(_0x206e42);_0x266f92&&_0x266f92[_0x5cae90([0x61,0x6c,0x67])]==_0x5cae90([0x45,0x53,0x32,0x35,0x36])||(_0x4b34df=!0x1);}async function _0x4fe990(_0x21e59b,_0x78d21e,_0x4fd284){const _0x2d0976=window[_0x5cae90([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5cae90([0x66,0x72,0x6f,0x6d])](_0x175b35(_0x4fd284),_0x3256ce=>_0x3256ce[_0x5cae90([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c83af=new window[(_0x5cae90([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5cae90([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x21e59b+_0x5cae90([0x2e])+_0x78d21e),_0x15405e=window[_0x5cae90([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5cae90([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x15405e)return;const _0x2b3608=await _0x15405e[_0x5cae90([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5cae90([0x6a,0x77,0x6b]),_0x52f255,{[_0x5cae90([0x6e,0x61,0x6d,0x65])]:_0x5cae90([0x45,0x43,0x44,0x53,0x41]),[_0x5cae90([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5cae90([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5cae90([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x15405e[_0x5cae90([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5cae90([0x6e,0x61,0x6d,0x65])]:_0x5cae90([0x45,0x43,0x44,0x53,0x41]),[_0x5cae90([0x68,0x61,0x73,0x68])]:{[_0x5cae90([0x6e,0x61,0x6d,0x65])]:_0x5cae90([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2b3608,_0x2d0976,_0x2c83af)||(_0x4b34df=!0x1);}}function _0x365a10(_0xc07836){return _0xc07836[_0x5cae90([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5cae90([0x65,0x79]))?JSON[_0x5cae90([0x70,0x61,0x72,0x73,0x65])](_0x175b35(_0xc07836)):null;}function _0x175b35(_0x1a8a9c){return window[_0x5cae90([0x61,0x74,0x6f,0x62])](_0x1a8a9c[_0x5cae90([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5cae90([0x2b]))[_0x5cae90([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5cae90([0x2f])));}function _0x4fd408(_0x31d8a1){let _0x5df470=0x1505;function _0x5e31a9(_0x46407e){for(let _0xd08575=0x0;_0xd08575<_0x46407e[_0x5cae90([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd08575++){const _0x3721c5=_0x46407e[_0x5cae90([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd08575);_0x5df470=(_0x5df470<<0x5)+_0x5df470+_0x3721c5,_0x5df470&=_0x5df470;}}function _0x2bbea6(_0x372489){Array[_0x5cae90([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x372489)?_0x372489[_0x5cae90([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2bbea6):_0x372489&&typeof _0x372489==_0x5cae90([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5cae90([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x372489)[_0x5cae90([0x73,0x6f,0x72,0x74])]()[_0x5cae90([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x340bf8,_0x1aff37])=>{_0x5e31a9(_0x340bf8),_0x2bbea6(_0x1aff37);}):_0x5e31a9(window[_0x5cae90([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x372489));}return _0x2bbea6(_0x31d8a1),_0x5df470>>>0x0;}function _0x4d3849(_0x3ebec8){return _0x3ebec8[_0x5cae90([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5cae90([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5cae90([0x30]));}function _0x406e68(_0x387003){return _0x387003[_0x5cae90([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5cae90([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5cae90([0x6a,0x6f,0x69,0x6e])]('');}function _0x965b1c(){}function _0x5cae90(_0x3ef830){return _0x3ef830['map'](_0x11a0be=>String['fromCharCode'](_0x11a0be))['join']('');}_0x3cc223(await _0x41665a());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x54828d,{outlineDefinitions:_0x16b77b,outlineChanges:_0x5d4315}){this['_currentOutlineDefinitions']=_0x16b77b,this['view']['sync'](_0x5d4315);}['_setActiveViewItem'](_0x482e8e){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x482e8e]&&(this['view']['activeItemIndex']=_0x482e8e);}['_handleItemSelected'](_0x407d38){const _0x13d9e3=this['_currentOutlineDefinitions'][_0x407d38]['modelElement'];this['editor']['model']['change'](_0x16c635=>{_0x16c635['setSelection'](_0x13d9e3,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x407d38);}['_updateActiveDefinitionOnViewportChange'](){const _0x11236b=this['editor'];let _0x443de2;for(const _0x3adb35 of _0x11236b['model']['document']['getRootNames']()){const _0x3f8139=_0x11236b['editing']['view']['getDomRoot'](_0x3adb35),_0x860c2f=_0x3f8139&&new _0x4861e7(_0x3f8139)['getVisible']();if(_0x860c2f){const _0x44df87=new _0x4861e7(_0x34b658['window'])['getIntersection'](_0x860c2f);_0x44df87&&(_0x443de2=_0x44df87['top']+0.25*_0x44df87['height']);}}if(void 0x0===_0x443de2)return;const _0x53c16c=d(_0x11236b['editing'],this['_currentOutlineDefinitions'],_0x443de2);_0x53c16c?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x53c16c)):this['_setActiveViewItem'](-0x1);}}function d(_0x4ed2c8,_0x1aba6d,_0x57a41d,_0x288230=0x0,_0x5044d8=_0x1aba6d['length']-0x1){const _0x1a8c17=Math['floor'](_0x288230+(_0x5044d8-_0x288230)/0x2);if(_0x5044d8>=_0x288230){const _0x5bc4c9=_0x1aba6d[_0x1a8c17],_0x4736b3=_0x4ed2c8['mapper']['toViewElement'](_0x5bc4c9['modelElement']);if(!_0x4736b3)return null;const _0x4f5fe2=_0x4ed2c8['view']['domConverter']['mapViewToDom'](_0x4736b3);return new _0x4861e7(_0x4f5fe2)['bottom']>_0x57a41d?d(_0x4ed2c8,_0x1aba6d,_0x57a41d,_0x288230,_0x1a8c17-0x1):d(_0x4ed2c8,_0x1aba6d,_0x57a41d,_0x1a8c17+0x1,_0x5044d8);}return _0x1a8c17<0x0?null:_0x1aba6d[_0x1a8c17];}class u extends _0x57e1ac{['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 _0x45a297=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x59c78d;for(const _0x464600 in _0x45a297){const _0x558dbe=_0x464600,_0x1b0bfc=_0x45a297[_0x558dbe];if('documentOutlineLicenseKeyValid'==_0x1b0bfc||'documentOutlineLicenseKeyInvalid'==_0x1b0bfc||'documentOutlineLicenseKeyExpired'==_0x1b0bfc||'documentOutlineLicenseKeyDomainLimit'==_0x1b0bfc||'documentOutlineLicenseKeyNotAllowed'==_0x1b0bfc||'documentOutlineLicenseKeyEvaluationLimit'==_0x1b0bfc||'documentOutlineLicenseKeyTrialLimit'==_0x1b0bfc||'documentOutlineLicenseKeyUsageLimit'==_0x1b0bfc){delete _0x45a297[_0x558dbe],_0x59c78d=_0x1b0bfc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x59c78d&&_0x45a297['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x59c78d&&_0x45a297['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x59c78d&&_0x45a297['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x59c78d&&_0x45a297['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x59c78d&&_0x45a297['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x59c78d&&_0x45a297['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x59c78d&&_0x45a297['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x174fda{['execute'](){this['editor']['model']['change'](_0x313b88=>{this['editor']['model']['insertObject'](_0x313b88['createElement']('tableOfContents'));});}['refresh'](){const _0x10fec6=this['editor']['model'],_0x574ff3=_0x10fec6['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x574ff3&&_0x10fec6['schema']['findAllowedParent'](_0x574ff3,'tableOfContents'));}}class b extends _0x57e1ac{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0xfe8a06=this['editor'];if(_0xfe8a06['config']['get']('headingId.modelAttributeName'))return;(function(_0x2b8799){const _0x3da4e9=new Map();if(_0x2b8799)return _0x2b8799['forEach'](_0x1212cd=>{'paragraph'!==_0x1212cd['model']&&_0x3da4e9['set'](_0x1212cd['view'],_0x1212cd['model']);}),_0x3da4e9['get']('h1')||_0x3da4e9['set']('h1','heading1'),_0x3da4e9;return _0x3da4e9;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x333ea8,_0x396d13)=>{this['_customUpcastHeadingsConversion'](_0x396d13),this['_customDataDowncastHeadingsConversion'](_0x333ea8),_0xfe8a06['model']['schema']['isRegistered'](_0x333ea8)&&_0xfe8a06['model']['schema']['extend'](_0x333ea8,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0xeff89f){this['editor']['conversion']['for']('upcast')['add'](_0x122331=>_0x122331['on']('element:'+_0xeff89f,(_0x116eef,_0x3c1127,_0x52a4da)=>{const {consumable:_0x392b5c,writer:_0x37d0ba}=_0x52a4da,_0x25b82b=_0x3c1127['viewItem']['getAttribute']('id'),_0x243233=_0x3c1127['modelRange']['getContainedElement']();if(_0x243233)return _0x25b82b&&_0x25b82b['length']||_0x243233['hasAttribute']('headingId')?void(_0x392b5c['consume'](_0x3c1127['viewItem'],{'attributes':['id']})&&_0x37d0ba['setAttribute']('headingId',_0x25b82b,_0x243233)):(_0x392b5c['consume'](_0x3c1127['viewItem'],{'attributes':['id']}),void _0x37d0ba['setAttribute']('headingId',_0x16dcfb(),_0x243233));},{'priority':_0x41da41['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xf39421){this['editor']['conversion']['for']('downcast')['add'](_0x361ec9=>_0x361ec9['on']('attribute:headingId:'+_0xf39421,(_0x44e531,_0x3b15e6,_0x259046)=>{if(!_0x259046['consumable']['consume'](_0x3b15e6['item'],_0x44e531['name']))return;const _0x4391b7=_0x3b15e6['item']['getAttribute']('headingId'),_0xb69859=_0x259046['mapper']['toViewElement'](_0x3b15e6['item']);_0x259046['writer']['setAttribute']('id',_0x4391b7,_0xb69859);}));}['_registerHeadingIdAttributePostfixer'](){const _0xae1d95=this['editor'],_0xf6c5a=new Set(),_0x3e362f=new Set();function _0x2dbeb8(_0x5f57f3,_0x545f2b){const _0x429712=_0x16dcfb();return _0x3e362f['add'](_0x429712),_0x5f57f3['setAttribute']('headingId',_0x429712,_0x545f2b),_0x429712;}function _0x37bb2c(_0x3531fb,_0x1e4482){_0x3531fb['removeAttribute']('headingId',_0x1e4482);}_0xae1d95['model']['document']['registerPostFixer'](_0x42487b=>{const _0x2b032b=_0xae1d95['model']['document']['differ']['getChanges']();let _0x13882a=!0x1;for(const _0x293780 of _0x2b032b)if('insert'==_0x293780['type']&&_0x293780['name']){if(_0x293780['name']['match'](/heading\d/)){const _0x53b649=_0x293780['attributes']['get']('headingId');'string'==typeof _0x53b649?_0xf6c5a['has'](_0x53b649)?(_0x2dbeb8(_0x42487b,_0x293780['position']['nodeAfter']),_0x13882a=!0x0):_0x3e362f['add'](_0x53b649):(_0x2dbeb8(_0x42487b,_0x293780['position']['nodeAfter']),_0x13882a=!0x0);}else'string'==typeof _0x293780['attributes']['get']('headingId')&&(_0x37bb2c(_0x42487b,_0x293780['position']['nodeAfter']),_0x13882a=!0x0);}else{if('remove'==_0x293780['type']){const _0x4fbc00=_0x293780['attributes']['get']('headingId');'string'==typeof _0x4fbc00&&_0xf6c5a['delete'](_0x4fbc00);}}return _0x13882a;}),_0xae1d95['model']['document']['on']('change',()=>{_0x3e362f['forEach'](_0x1dc5ed=>_0xf6c5a['add'](_0x1dc5ed)),_0x3e362f['clear']();});}}class s extends _0x57e1ac{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x266b74,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x1e0f1d){super(_0x1e0f1d),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x486ac7=this['editor'],_0x5896de=_0x486ac7['editing']['view']['document'];_0x486ac7['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x486ac7['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5896de,'click',(_0x347884,_0x2bf378)=>{if(!_0x2bf378['target'])return;const _0x5d7beb=_0x2bf378['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x5d7beb)&&(_0x2bf378['domEvent']['preventDefault'](),_0x347884['stop'](),this['_handleScrollToHeading'](_0x5d7beb));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x486ac7['commands']['add']('insertTableOfContents',new O(_0x486ac7)),(_0x486ac7['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x500775,_0x4fd300)=>{this['_currentOutlineDefinitions']=_0x4fd300['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x486ac7['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x1462a8){const _0x53e54c=_0x266afa([0x39,0x45,0x7a,0x32,0x37,0x48,0x5a,0x77,0x43,0x54,0x4a,0x4e,0x68,0x4d,0x44,0x67,0x35,0x58,0x6c,0x6e,0x34,0x6d,0x38,0x64,0x36,0x57,0x79,0x56,0x69,0x41,0x76,0x4c,0x4b,0x73,0x50,0x33,0x74,0x4f,0x78,0x75,0x66,0x51,0x6a,0x42,0x62,0x59,0x61,0x72,0x49,0x53,0x52,0x31,0x47,0x55,0x70,0x71,0x6f,0x30,0x63,0x46,0x6b,0x65]),_0x6b16cb=0x501d4a9b,_0x322f00=0x501a2d3b^_0x6b16cb,_0x3a669b=window[_0x266afa([0x44,0x61,0x74,0x65])][_0x266afa([0x6e,0x6f,0x77])](),_0x397f7a=_0x1462a8[_0x266afa([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1d77ca=new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2810b1=>{_0x397f7a[_0x266afa([0x6f,0x6e,0x63,0x65])](_0x266afa([0x72,0x65,0x61,0x64,0x79]),_0x2810b1);}),_0x27cfd2={[_0x266afa([0x6b,0x74,0x79])]:_0x266afa([0x45,0x43]),[_0x266afa([0x75,0x73,0x65])]:_0x266afa([0x73,0x69,0x67]),[_0x266afa([0x63,0x72,0x76])]:_0x266afa([0x50,0x2d,0x32,0x35,0x36]),[_0x266afa([0x78])]:_0x266afa([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]),[_0x266afa([0x79])]:_0x266afa([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]),[_0x266afa([0x61,0x6c,0x67])]:_0x266afa([0x45,0x53,0x32,0x35,0x36])},_0x20eaf8=_0x397f7a[_0x266afa([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x266afa([0x67,0x65,0x74])](_0x266afa([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x153947(){let _0x22663c,_0x771022=null,_0x57f660=null;try{if(_0x20eaf8==_0x266afa([0x47,0x50,0x4c]))return _0x266afa([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x22663c=_0x7c3982(),!_0x22663c)return _0x266afa([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x22663c[_0x266afa([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57f660=_0x7c72de(_0x22663c[_0x266afa([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x22663c[_0x266afa([0x6a,0x74,0x69])])),await _0x4d709a()?_0x3a0f24()?_0x4a4b73()?_0x266afa([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2a0bdd()?(_0x22663c[_0x266afa([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x266afa([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x771022=_0x3119e2(_0x266afa([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x22663c[_0x266afa([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x266afa([0x74,0x72,0x69,0x61,0x6c])&&(_0x771022=_0x3119e2(_0x266afa([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x335d6d()):_0x266afa([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x266afa([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x266afa([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x418b01){return _0x266afa([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4a4b73(){const _0x1b91d5=[_0x266afa([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x266afa([0x74,0x72,0x69,0x61,0x6c])][_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22663c[_0x266afa([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3a669b/0x3e8:0xe10*_0x322f00;return _0x22663c[_0x266afa([0x65,0x78,0x70])]<_0x1b91d5;}function _0x3a0f24(){const _0x5daf0b=_0x22663c[_0x266afa([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5daf0b&&(!!_0x5daf0b[_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x266afa([0x2a]))||(!!_0x5daf0b[_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x266afa([0x54,0x4f,0x43]))||!!_0x5daf0b[_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x266afa([0x50,0x50]))));}function _0x2a0bdd(){const _0x2891a8=_0x22663c[_0x266afa([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2891a8||0x0==_0x2891a8[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x57e4ef}=new URL(window[_0x266afa([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2891a8[_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57e4ef))return!0x0;const _0x32f242=_0x57e4ef[_0x266afa([0x73,0x70,0x6c,0x69,0x74])](_0x266afa([0x2e]));return _0x2891a8[_0x266afa([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x17a43a=>_0x17a43a[_0x266afa([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x266afa([0x2a])))[_0x266afa([0x6d,0x61,0x70])](_0x44ce1d=>_0x44ce1d[_0x266afa([0x73,0x70,0x6c,0x69,0x74])](_0x266afa([0x2e])))[_0x266afa([0x73,0x6f,0x6d,0x65])](_0x40e279=>_0x32f242[_0x266afa([0x65,0x76,0x65,0x72,0x79])]((_0xbe6606,_0x25e2fa)=>_0x40e279[_0x25e2fa]===_0xbe6606||_0x40e279[_0x25e2fa]===_0x266afa([0x2a])));}function _0x335d6d(){return _0x771022&&_0x57f660?new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x273ec0,_0x2a04f3)=>{_0x771022[_0x266afa([0x74,0x68,0x65,0x6e])](_0x273ec0,_0x2a04f3),_0x57f660[_0x266afa([0x74,0x68,0x65,0x6e])](_0x442fd3=>{_0x442fd3!=_0x266afa([0x56,0x61,0x6c,0x69,0x64])&&_0x273ec0(_0x442fd3);},_0x2a04f3);}):_0x771022||_0x57f660||_0x266afa([0x56,0x61,0x6c,0x69,0x64]);}}function _0x7c72de(_0x257465,_0x4afab0){return new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x281e1b=>{if(_0x173447())return _0x281e1b(_0x266afa([0x56,0x61,0x6c,0x69,0x64]));_0x1fdcfc(),_0x397f7a[_0x266afa([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x266afa([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38a6c6=!0x1;const _0x51f582=_0x16dcfb();function _0x2bbda7(_0x9969f0){return!!_0x9969f0&&(typeof _0x9969f0===_0x266afa([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x9969f0===_0x266afa([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x9969f0[_0x266afa([0x74,0x68,0x65,0x6e])]===_0x266afa([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x9969f0[_0x266afa([0x63,0x61,0x74,0x63,0x68])]===_0x266afa([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5a98d5(_0x2a6653){_0x47b789(_0x2a6653)[_0x266afa([0x74,0x68,0x65,0x6e])](_0x5304ed=>{if(!_0x5304ed||_0x5304ed[_0x266afa([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x266afa([0x6f,0x6b]))return _0x266afa([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x48a05a(_0x148988(_0x51f582+_0x4afab0))!=_0x5304ed[_0x266afa([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x266afa([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x266afa([0x56,0x61,0x6c,0x69,0x64]);})[_0x266afa([0x74,0x68,0x65,0x6e])](_0x74eb1d=>(_0x184c31(),_0x74eb1d),()=>{const _0x2c708b=_0x5c3081();return null==_0x2c708b?(_0x184c31(),_0x266afa([0x56,0x61,0x6c,0x69,0x64])):_0x266afa(_0x3a669b-_0x2c708b>(0x7411ce9b^_0x6b16cb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x266afa([0x74,0x68,0x65,0x6e])](_0x281e1b)[_0x266afa([0x63,0x61,0x74,0x63,0x68])](()=>{_0x281e1b(_0x266afa([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1e4f67=0x502ba41b^_0x6b16cb;function _0x184c31(){const _0x3a35f8=_0x266afa([0x6c,0x6c,0x63,0x74,0x2d])+_0x48a05a(_0x148988(_0x257465)),_0x5ce6b4=_0x13972b(_0x48a05a(window[_0x266afa([0x4d,0x61,0x74,0x68])][_0x266afa([0x63,0x65,0x69,0x6c])](_0x3a669b/_0x1e4f67)));window[_0x266afa([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x266afa([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a35f8,_0x5ce6b4);}function _0x5c3081(){const _0x33f530=_0x266afa([0x6c,0x6c,0x63,0x74,0x2d])+_0x48a05a(_0x148988(_0x257465)),_0x3e0ccf=window[_0x266afa([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x266afa([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x33f530);return _0x3e0ccf?window[_0x266afa([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13972b(_0x3e0ccf),0x10)*_0x1e4f67:null;}function _0x47b789(_0x17e468){return new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2b9514,_0x5148e5)=>{_0x17e468[_0x266afa([0x74,0x68,0x65,0x6e])](_0x2b9514,_0x5148e5),window[_0x266afa([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5148e5,0x501c9e5b^_0x6b16cb);});}}_0x397f7a[_0x266afa([0x6f,0x6e])](_0x266afa([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x31519c,_0x25bcbf)=>{if(_0x25bcbf[0x0]!=_0x257465)return _0x281e1b(_0x266afa([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x25bcbf[0x1]={..._0x25bcbf[0x1],[_0x266afa([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51f582};},{[_0x266afa([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x266afa([0x68,0x69,0x67,0x68])}),_0x397f7a[_0x266afa([0x6f,0x6e])](_0x266afa([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x315bd2=>{_0x2bbda7(_0x315bd2[_0x266afa([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38a6c6=!0x0,_0x5a98d5(_0x315bd2[_0x266afa([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x266afa([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x266afa([0x6c,0x6f,0x77])}),_0x1d77ca[_0x266afa([0x74,0x68,0x65,0x6e])](()=>{_0x38a6c6||_0x281e1b(_0x266afa([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x173447(){return _0x397f7a[_0x266afa([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x266afa([0x76,0x69,0x65,0x77])][_0x266afa([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x266afa([0x61,0x75,0x74,0x6f]);}function _0x1fdcfc(){_0x397f7a[_0x266afa([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x266afa([0x76,0x69,0x65,0x77])][_0x266afa([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x266afa([0x61,0x75,0x74,0x6f]);}}function _0x3119e2(_0x109a94){const _0x3d1d3d=[new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x268fb5=>setTimeout(_0x268fb5,0x50147457^_0x6b16cb)),_0x1d77ca[_0x266afa([0x74,0x68,0x65,0x6e])](()=>new window[(_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bf63a=>{let _0x4eddd8=0x0;_0x397f7a[_0x266afa([0x6d,0x6f,0x64,0x65,0x6c])][_0x266afa([0x6f,0x6e])](_0x266afa([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5afd90,_0x154878)=>{_0x154878[0x0][_0x266afa([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4eddd8++,_0x4eddd8==(0x501d4b63^_0x6b16cb)&&(_0x1bf63a(),_0x5afd90[_0x266afa([0x6f,0x66,0x66])]());});}))];return window[_0x266afa([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x266afa([0x72,0x61,0x63,0x65])](_0x3d1d3d)[_0x266afa([0x74,0x68,0x65,0x6e])](()=>_0x109a94);}async function _0x209688(){await _0x1d77ca,_0x397f7a[_0x266afa([0x6d,0x6f,0x64,0x65,0x6c])][_0x266afa([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x38d977,_0x397f7a[_0x266afa([0x6d,0x6f,0x64,0x65,0x6c])][_0x266afa([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x38d977,_0x397f7a[_0x266afa([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x266afa([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x41e23b(_0x2cf1cd){const _0x2b3916=_0x378103();_0x397f7a[_0x2b3916]=_0x266afa([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])+_0x2cf1cd,_0x2cf1cd!=_0x266afa([0x56,0x61,0x6c,0x69,0x64])&&_0x209688();}function _0x378103(){const _0xe92c47=window[_0x266afa([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x266afa([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x266afa([0x6e,0x6f,0x77])]())[_0x266afa([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x266afa([0x2e]),'');let _0x3badf4=_0x266afa([0x45]);for(let _0x20294c=0x0;_0x20294c<_0xe92c47[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20294c+=0x2){let _0x1ebf06=window[_0x266afa([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe92c47[_0x266afa([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20294c,_0x20294c+0x2));_0x1ebf06>=_0x53e54c[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1ebf06-=_0x53e54c[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3badf4+=_0x53e54c[_0x1ebf06];}return _0x3badf4;}function _0x7c3982(){const _0x535fc0=_0x20eaf8[_0x266afa([0x73,0x70,0x6c,0x69,0x74])](_0x266afa([0x2e]));if(0x3!=_0x535fc0[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x6be6f4(_0x535fc0[0x1]);function _0x6be6f4(_0x423907){const _0x317e05=_0x153d24(_0x423907);return _0x317e05&&_0x104543()?_0x317e05:null;function _0x104543(){const _0x5c7368=_0x317e05[_0x266afa([0x6a,0x74,0x69])],_0x220de4=window[_0x266afa([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c7368[_0x266afa([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c7368[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5247e5={..._0x317e05,[_0x266afa([0x6a,0x74,0x69])]:_0x5c7368[_0x266afa([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5c7368[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5247e5[_0x266afa([0x76,0x63])],_0x148988(_0x5247e5)==_0x220de4;}}}async function _0x4d709a(){let _0x3c77ad=!0x0;try{const _0x2da406=_0x20eaf8[_0x266afa([0x73,0x70,0x6c,0x69,0x74])](_0x266afa([0x2e])),[_0x163577,_0x1d8b8f,_0x77050d]=_0x2da406;return _0x553142(_0x163577),await _0xa6e393(_0x163577,_0x1d8b8f,_0x77050d),_0x3c77ad;}catch(_0x14d3a4){return!0x1;}function _0x553142(_0x2b14ce){const _0x29ae4f=_0x153d24(_0x2b14ce);_0x29ae4f&&_0x29ae4f[_0x266afa([0x61,0x6c,0x67])]==_0x266afa([0x45,0x53,0x32,0x35,0x36])||(_0x3c77ad=!0x1);}async function _0xa6e393(_0x16b155,_0x28b89b,_0x40f7d6){const _0x1ff7fc=window[_0x266afa([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x266afa([0x66,0x72,0x6f,0x6d])](_0x10800a(_0x40f7d6),_0xc02c69=>_0xc02c69[_0x266afa([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x434bc4=new window[(_0x266afa([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x266afa([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x16b155+_0x266afa([0x2e])+_0x28b89b),_0xff6b5d=window[_0x266afa([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x266afa([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xff6b5d)return;const _0x1d380a=await _0xff6b5d[_0x266afa([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x266afa([0x6a,0x77,0x6b]),_0x27cfd2,{[_0x266afa([0x6e,0x61,0x6d,0x65])]:_0x266afa([0x45,0x43,0x44,0x53,0x41]),[_0x266afa([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x266afa([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x266afa([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xff6b5d[_0x266afa([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x266afa([0x6e,0x61,0x6d,0x65])]:_0x266afa([0x45,0x43,0x44,0x53,0x41]),[_0x266afa([0x68,0x61,0x73,0x68])]:{[_0x266afa([0x6e,0x61,0x6d,0x65])]:_0x266afa([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d380a,_0x1ff7fc,_0x434bc4)||(_0x3c77ad=!0x1);}}function _0x153d24(_0x446713){return _0x446713[_0x266afa([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x266afa([0x65,0x79]))?JSON[_0x266afa([0x70,0x61,0x72,0x73,0x65])](_0x10800a(_0x446713)):null;}function _0x10800a(_0x505a08){return window[_0x266afa([0x61,0x74,0x6f,0x62])](_0x505a08[_0x266afa([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x266afa([0x2b]))[_0x266afa([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x266afa([0x2f])));}function _0x148988(_0x9a4cd3){let _0x29d946=0x1505;function _0x43aea1(_0x803b90){for(let _0x5d991d=0x0;_0x5d991d<_0x803b90[_0x266afa([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d991d++){const _0x9a829f=_0x803b90[_0x266afa([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d991d);_0x29d946=(_0x29d946<<0x5)+_0x29d946+_0x9a829f,_0x29d946&=_0x29d946;}}function _0x347da4(_0x4f8b2c){Array[_0x266afa([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4f8b2c)?_0x4f8b2c[_0x266afa([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x347da4):_0x4f8b2c&&typeof _0x4f8b2c==_0x266afa([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x266afa([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4f8b2c)[_0x266afa([0x73,0x6f,0x72,0x74])]()[_0x266afa([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1e2c62,_0x132b0b])=>{_0x43aea1(_0x1e2c62),_0x347da4(_0x132b0b);}):_0x43aea1(window[_0x266afa([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4f8b2c));}return _0x347da4(_0x9a4cd3),_0x29d946>>>0x0;}function _0x48a05a(_0x51f1b4){return _0x51f1b4[_0x266afa([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x266afa([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x266afa([0x30]));}function _0x13972b(_0x1e2b59){return _0x1e2b59[_0x266afa([0x73,0x70,0x6c,0x69,0x74])]('')[_0x266afa([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x266afa([0x6a,0x6f,0x69,0x6e])]('');}function _0x38d977(){}function _0x266afa(_0x26be48){return _0x26be48['map'](_0xbd9813=>String['fromCharCode'](_0xbd9813))['join']('');}_0x41e23b(await _0x153947());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x396eec=>{'$graveyard'!==_0x396eec['rootName']&&this['editor']['editing']['reconvertItem'](_0x396eec);});}['_trackNewToCElements'](){for(const _0x38d676 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x38d676['type']||'tableOfContents'!==_0x38d676['name'])return;this['_tableOfContentsElements']['add'](_0x38d676['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x136048=this['editor']['conversion'];_0x136048['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x136048['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x22c9ea,{writer:_0x4094dd})=>this['_createTableOfContents'](_0x4094dd,!0x0)}),_0x136048['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2946cc,{writer:_0x305e66})=>{this['_tableOfContentsElements']['add'](_0x2946cc);const _0x514298=this['_createTableOfContents'](_0x305e66);return _0x58c112(_0x514298,_0x305e66,{'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'](_0x97c449,_0xb590e3=!0x1){const {locale:_0x50bf89}=this['editor'],_0x480a07=_0x97c449['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xb590e3&&{'data-table-of-contents-label':j(_0x50bf89,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xb590e3&&_0x97c449['insert'](_0x97c449['createPositionAt'](_0x480a07,'end'),_0x97c449['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x97c449['createText'](j(_0x50bf89,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x13feb6=_0xb590e3?'':'['+j(_0x50bf89,'Empty\x20heading')+']';let _0x327487=_0x480a07;return this['_currentOutlineDefinitions']['forEach']((_0x4685e3,_0x1bfd33,_0x14faf0)=>{const _0x7b9cc0=this['editor']['model']['hasContent'](_0x4685e3['modelElement'],{'ignoreWhitespaces':!0x0}),_0x514cee=_0x7b9cc0?_0x4685e3['text']:_0x13feb6,_0x8d814b=_0x4685e3['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x4cf69d=_0x97c449['createContainerElement']('a',{'href':'#'+_0x8d814b,...!_0xb590e3&&{'tabindex':'-1'}},[_0x97c449['createText'](_0x514cee)]),_0x5d2f21=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x97c449['setCustomProperty']('tableOfContentsHeadingIndex',_0x1bfd33,_0x4cf69d);const _0x27ae43=_0x97c449['createContainerElement']('li',null,[_0x7b9cc0||!_0xb590e3&&_0x5d2f21?_0x4cf69d:_0x97c449['createText']('')]),_0x24572a=_0x1bfd33?_0x14faf0[_0x1bfd33-0x1]['level']:0x0,_0x37a88f=Math['abs'](_0x4685e3['level']-_0x24572a);if(_0x4685e3['level']>_0x24572a){const _0x55a64f=N(_0x27ae43,_0x37a88f,_0x97c449);_0x97c449['insert'](_0x97c449['createPositionAt'](_0x327487,'end'),_0x55a64f);}else{const _0x23f6ff=function(_0x134a17,_0x258a91){return _0x134a17['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x4c1eca=>_0x4c1eca['is']('element','ol'))[_0x258a91];}(_0x327487,_0x37a88f);_0x97c449['insert'](_0x97c449['createPositionAt'](_0x23f6ff,'end'),_0x27ae43);}_0x327487=_0x27ae43;}),_0x480a07;}['_handleScrollToHeading'](_0x1a14fd){const _0xa84424=this['_currentOutlineDefinitions'][_0x1a14fd]['modelElement'];this['editor']['model']['change'](_0x5608b4=>{_0x5608b4['setSelection'](_0xa84424,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x163c4e,_0xec7f21)=>{const _0x120163=_0xec7f21['mapper'],_0x1378c2=_0x120163['findMappedViewAncestor'](_0xec7f21['viewPosition']),_0x78cf3b=_0x120163['toModelElement'](_0x1378c2);_0x78cf3b['is']('element','tableOfContents')&&(_0xec7f21['modelPosition']=this['editor']['model']['createPositionAt'](_0x78cf3b,0x0),_0x163c4e['stop']());};}}function N(_0xe76f83,_0xae33b2,_0x410f99){return 0x1===_0xae33b2?_0x410f99['createContainerElement']('ol',null,[_0xe76f83]):_0x410f99['createContainerElement']('ol',null,[_0x410f99['createContainerElement']('li',null,[N(_0xe76f83,_0xae33b2-0x1,_0x410f99)])]);}class o extends _0x57e1ac{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x55950e=this['editor'];_0x55950e['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x36637a=this['_createButton'](_0x363d48);return _0x36637a['tooltip']=!0x0,_0x36637a;}),_0x55950e['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x3e8225)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x54af17=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2ba836;for(const _0x116df3 in _0x54af17){const _0x46e032=_0x116df3,_0x4fe5da=_0x54af17[_0x46e032];if('tableOfContentsLicenseKeyValid'==_0x4fe5da||'tableOfContentsLicenseKeyInvalid'==_0x4fe5da||'tableOfContentsLicenseKeyExpired'==_0x4fe5da||'tableOfContentsLicenseKeyDomainLimit'==_0x4fe5da||'tableOfContentsLicenseKeyNotAllowed'==_0x4fe5da||'tableOfContentsLicenseKeyEvaluationLimit'==_0x4fe5da||'tableOfContentsLicenseKeyTrialLimit'==_0x4fe5da||'tableOfContentsLicenseKeyUsageLimit'==_0x4fe5da){delete _0x54af17[_0x46e032],_0x2ba836=_0x4fe5da,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x2ba836&&_0x54af17['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x2ba836&&_0x54af17['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x2ba836&&_0x54af17['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x2ba836&&_0x54af17['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x2ba836&&_0x54af17['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x2ba836&&_0x54af17['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x2ba836&&_0x54af17['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x17cd95){const _0x38a4d9=this['editor'],_0x1ba90d=_0x38a4d9['locale'],_0x2afdd2=_0x38a4d9['commands']['get']('insertTableOfContents'),_0x1855ad=new _0x17cd95(_0x1ba90d);return _0x1855ad['set']({'label':j(_0x1ba90d,'Table\x20of\x20contents'),'icon':_0x34124e}),_0x1855ad['bind']('isEnabled')['to'](_0x2afdd2,'isEnabled'),this['listenTo'](_0x1855ad,'execute',()=>{_0x38a4d9['execute']('insertTableOfContents'),_0x38a4d9['editing']['view']['focus']();}),_0x1855ad;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x57e1ac{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.5",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.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.5",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.5",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.5",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.5",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.5",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.5",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.5",
|
|
23
|
+
"ckeditor5": "45.1.0-alpha.5",
|
|
24
24
|
"es-toolkit": "1.32.0"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x245b4f=_0x5e23;(function(_0x253c73,_0x2cf69a){const _0x11db99=_0x5e23,_0x9ccdcb=_0x253c73();while(!![]){try{const _0x52f75b=-parseInt(_0x11db99(0x11a))/0x1*(-parseInt(_0x11db99(0x107))/0x2)+parseInt(_0x11db99(0xf7))/0x3+-parseInt(_0x11db99(0x136))/0x4*(-parseInt(_0x11db99(0x127))/0x5)+-parseInt(_0x11db99(0x114))/0x6*(-parseInt(_0x11db99(0x140))/0x7)+-parseInt(_0x11db99(0x13a))/0x8*(-parseInt(_0x11db99(0xff))/0x9)+-parseInt(_0x11db99(0x12a))/0xa*(-parseInt(_0x11db99(0x116))/0xb)+-parseInt(_0x11db99(0x122))/0xc;if(_0x52f75b===_0x2cf69a)break;else _0x9ccdcb['push'](_0x9ccdcb['shift']());}catch(_0x388bcd){_0x9ccdcb['push'](_0x9ccdcb['shift']());}}}(_0x40fd,0x3a432));function _0x40fd(){const _0x48042b=['getVisible','afterInit','domConverter','getRootNames','get','modelElement','height','indexOf','document-outline-container-not-provided','18aePyOG','href','55PTUxpV','render','change','bind','3ecbokc','DocumentOutlineUtils','top','setSelection','DocumentOutlineUI','document','toViewElement','documentOutline.container','16350876wNDxJV','_handleItemSelected','focus','scroll','getIntersection','177535fEgOAa','_updateActiveDefinitionOnViewportChange','listenTo','99090maqAqQ','appendChild','_updateActiveDefinitionFromViewportThrottled','mapper','editing','window','locale','scrollToTheSelection','isPremiumPlugin','destroy','itemSelected','sync','24srbnIK','activeItemIndex','mapViewToDom','config','568nRcSbN','resize','documentOutline.showEmptyHeadings','init','getDomRoot','bottom','790391iWEyzu','isOfficialPlugin','1007505MlpHuC','map','add','plugins','floor','_currentOutlineDefinitions','element','_handleOutlineChange','50994aNwYbu','editor','view','length','pluginName','join','fromCharCode','_setActiveViewItem','174512xlMYVX','focusTracker','model','cancel'];_0x40fd=function(){return _0x48042b;};return _0x40fd();}function _0x5e23(_0x1fecc2,_0x49d739){const _0x40fdf2=_0x40fd();return _0x5e23=function(_0x5e2345,_0x169a86){_0x5e2345=_0x5e2345-0xf7;let _0x3dba64=_0x40fdf2[_0x5e2345];return _0x3dba64;},_0x5e23(_0x1fecc2,_0x49d739);}import{Plugin as _0x5b3bc9}from'ckeditor5/src/core.js';import{CKEditorError as _0x98b74f,global as _0x193976,Rect as _0x389a7e,uid as _0x4b4755}from'ckeditor5/src/utils.js';import _0xfc7ba from'./ui/documentoutlineview.js';import{throttle as _0x4d7c87}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x5b3bc9{[_0x245b4f(0x101)];[_0x245b4f(0xfc)];[_0x245b4f(0x12c)];static get[_0x245b4f(0x103)](){const _0x412ecb=_0x245b4f;return _0x412ecb(0x11e);}static get[_0x245b4f(0x141)](){return!0x0;}static get[_0x245b4f(0x132)](){return!0x0;}constructor(_0x4cf18d){const _0x3e330c=_0x245b4f;super(_0x4cf18d),this[_0x3e330c(0x101)]=new _0xfc7ba(_0x4cf18d[_0x3e330c(0x130)],this[_0x3e330c(0x100)][_0x3e330c(0x139)][_0x3e330c(0x10f)](_0x3e330c(0x13c)),this[_0x3e330c(0x100)][_0x3e330c(0x139)][_0x3e330c(0x10f)](_0x3e330c(0x121))),this[_0x3e330c(0xfc)]=[],this[_0x3e330c(0x12c)]=_0x4d7c87(this[_0x3e330c(0x128)][_0x3e330c(0x119)](this),0x64);}[_0x245b4f(0x13d)](){const _0x52bc6b=_0x245b4f,_0x1cb7cb=this[_0x52bc6b(0x100)],_0x145118=_0x1cb7cb[_0x52bc6b(0xfa)][_0x52bc6b(0x10f)](_0x52bc6b(0x11b));let _0x4795fa=!0x1;if(this[_0x52bc6b(0x101)][_0x52bc6b(0x117)](),this[_0x52bc6b(0x100)]['ui'][_0x52bc6b(0x108)][_0x52bc6b(0xf9)](this[_0x52bc6b(0x101)][_0x52bc6b(0xfd)]),!_0x1cb7cb[_0x52bc6b(0x139)][_0x52bc6b(0x10f)](_0x52bc6b(0x121)))throw new _0x98b74f(_0x52bc6b(0x113),{'editor':_0x1cb7cb});_0x1cb7cb[_0x52bc6b(0x139)][_0x52bc6b(0x10f)](_0x52bc6b(0x121))[_0x52bc6b(0x12b)](this[_0x52bc6b(0x101)][_0x52bc6b(0xfd)]),_0x145118['on'](_0x52bc6b(0x118),this[_0x52bc6b(0xfe)][_0x52bc6b(0x119)](this)),_0x145118['on'](_0x52bc6b(0x137),(_0x38ad0e,{index:_0x2c2391})=>this[_0x52bc6b(0x106)](_0x2c2391)),this[_0x52bc6b(0x101)]['on'](_0x52bc6b(0x134),(_0x9f58fa,_0x5a53e7)=>{const _0x4ae84e=_0x52bc6b;_0x4795fa=!0x0,this[_0x4ae84e(0x123)](_0x5a53e7);}),this[_0x52bc6b(0x101)][_0x52bc6b(0x129)](_0x193976[_0x52bc6b(0x11f)],_0x52bc6b(0x125),()=>{const _0x3b28dd=_0x52bc6b;_0x4795fa?_0x4795fa=!0x1:this[_0x3b28dd(0x12c)]();},{'useCapture':!0x0}),this[_0x52bc6b(0x101)][_0x52bc6b(0x129)](_0x193976[_0x52bc6b(0x12f)],_0x52bc6b(0x13b),this[_0x52bc6b(0x12c)],{'useCapture':!0x0});}[_0x245b4f(0x10c)](){!async function(_0x2e6cc9){const _0x4705d2=_0x2f4b4f([0x6d,0x4d,0x4c,0x51,0x41,0x79,0x4a,0x72,0x50,0x4b,0x49,0x56,0x71,0x7a,0x73,0x61,0x5a,0x6a,0x54,0x42,0x68,0x75,0x4e,0x32,0x53,0x67,0x65,0x62,0x6b,0x58,0x52,0x69,0x43,0x37,0x6f,0x70,0x63,0x55,0x78,0x47,0x35,0x6c,0x44,0x34,0x38,0x4f,0x6e,0x31,0x48,0x74,0x57,0x77,0x46,0x39,0x66,0x76,0x64,0x36,0x45,0x30,0x33,0x59]),_0x30517d=0x6aff50cf,_0x2ab0c3=0x6af83747^_0x30517d,_0x453815=window[_0x2f4b4f([0x44,0x61,0x74,0x65])][_0x2f4b4f([0x6e,0x6f,0x77])](),_0x288a03=_0x2e6cc9[_0x2f4b4f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x19d62e=new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e00d9=>{_0x288a03[_0x2f4b4f([0x6f,0x6e,0x63,0x65])](_0x2f4b4f([0x72,0x65,0x61,0x64,0x79]),_0x1e00d9);}),_0x1c2aba={[_0x2f4b4f([0x6b,0x74,0x79])]:_0x2f4b4f([0x45,0x43]),[_0x2f4b4f([0x75,0x73,0x65])]:_0x2f4b4f([0x73,0x69,0x67]),[_0x2f4b4f([0x63,0x72,0x76])]:_0x2f4b4f([0x50,0x2d,0x32,0x35,0x36]),[_0x2f4b4f([0x78])]:_0x2f4b4f([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]),[_0x2f4b4f([0x79])]:_0x2f4b4f([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]),[_0x2f4b4f([0x61,0x6c,0x67])]:_0x2f4b4f([0x45,0x53,0x32,0x35,0x36])},_0x5e85e3=_0x288a03[_0x2f4b4f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2f4b4f([0x67,0x65,0x74])](_0x2f4b4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4edff8(){let _0x1db952,_0x81ec65=null,_0x34f5c7=null;try{if(_0x5e85e3==_0x2f4b4f([0x47,0x50,0x4c]))return _0x2f4b4f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1db952=_0x3f6084(),!_0x1db952)return _0x2f4b4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1db952[_0x2f4b4f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x34f5c7=_0x6be2b9(_0x1db952[_0x2f4b4f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1db952[_0x2f4b4f([0x6a,0x74,0x69])])),await _0x258e06()?_0x3c039f()?_0x365d46()?_0x2f4b4f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5153d8()?(_0x1db952[_0x2f4b4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f4b4f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x81ec65=_0x3eed1b(_0x2f4b4f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1db952[_0x2f4b4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f4b4f([0x74,0x72,0x69,0x61,0x6c])&&(_0x81ec65=_0x3eed1b(_0x2f4b4f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xa833ab()):_0x2f4b4f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2f4b4f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2f4b4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xb5bfaa){return _0x2f4b4f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x365d46(){const _0x292c59=[_0x2f4b4f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2f4b4f([0x74,0x72,0x69,0x61,0x6c])][_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db952[_0x2f4b4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x453815/0x3e8:0xe10*_0x2ab0c3;return _0x1db952[_0x2f4b4f([0x65,0x78,0x70])]<_0x292c59;}function _0x3c039f(){const _0x55c3fc=_0x1db952[_0x2f4b4f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x55c3fc&&(!!_0x55c3fc[_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f4b4f([0x2a]))||(!!_0x55c3fc[_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f4b4f([0x44,0x4f]))||!!_0x55c3fc[_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f4b4f([0x50,0x50]))));}function _0x5153d8(){const _0x28aa5d=_0x5e23,_0x2c7861=_0x1db952[_0x2f4b4f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2c7861||0x0==_0x2c7861[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1bd82f}=new URL(window[_0x2f4b4f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x28aa5d(0x115)]);if(_0x2c7861[_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1bd82f))return!0x0;const _0x483ee7=_0x1bd82f[_0x2f4b4f([0x73,0x70,0x6c,0x69,0x74])](_0x2f4b4f([0x2e]));return _0x2c7861[_0x2f4b4f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49496d=>_0x49496d[_0x2f4b4f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f4b4f([0x2a])))[_0x2f4b4f([0x6d,0x61,0x70])](_0x597fd7=>_0x597fd7[_0x2f4b4f([0x73,0x70,0x6c,0x69,0x74])](_0x2f4b4f([0x2e])))[_0x2f4b4f([0x73,0x6f,0x6d,0x65])](_0x48ac0d=>_0x483ee7[_0x2f4b4f([0x65,0x76,0x65,0x72,0x79])]((_0x51bda4,_0x3820a2)=>_0x48ac0d[_0x3820a2]===_0x51bda4||_0x48ac0d[_0x3820a2]===_0x2f4b4f([0x2a])));}function _0xa833ab(){return _0x81ec65&&_0x34f5c7?new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3931b2,_0x55795d)=>{_0x81ec65[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x3931b2,_0x55795d),_0x34f5c7[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x204216=>{_0x204216!=_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64])&&_0x3931b2(_0x204216);},_0x55795d);}):_0x81ec65||_0x34f5c7||_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x6be2b9(_0x30728f,_0x527d4c){return new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x28817e=>{if(_0x292a8d())return _0x28817e(_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64]));_0x2cd7d8(),_0x288a03[_0x2f4b4f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2f4b4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x46c58b=!0x1;const _0x4278c0=_0x4b4755();function _0x1cd8c6(_0x49e4a7){return!!_0x49e4a7&&(typeof _0x49e4a7===_0x2f4b4f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x49e4a7===_0x2f4b4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x49e4a7[_0x2f4b4f([0x74,0x68,0x65,0x6e])]===_0x2f4b4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x49e4a7[_0x2f4b4f([0x63,0x61,0x74,0x63,0x68])]===_0x2f4b4f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xa72ba5(_0x534b8d){_0x594e63(_0x534b8d)[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x2ed05d=>{if(!_0x2ed05d||_0x2ed05d[_0x2f4b4f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2f4b4f([0x6f,0x6b]))return _0x2f4b4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xa92736(_0x174a0f(_0x4278c0+_0x527d4c))!=_0x2ed05d[_0x2f4b4f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2f4b4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64]);})[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x14651a=>(_0x4adc39(),_0x14651a),()=>{const _0x298d92=_0x2e38b5();return null==_0x298d92?(_0x4adc39(),_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64])):_0x2f4b4f(_0x453815-_0x298d92>(0x4ef3d4cf^_0x30517d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x28817e)[_0x2f4b4f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x28817e(_0x2f4b4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xe91211=0x6ac9be4f^_0x30517d;function _0x4adc39(){const _0x37e3b3=_0x2f4b4f([0x6c,0x6c,0x63,0x74,0x2d])+_0xa92736(_0x174a0f(_0x30728f)),_0x4042c7=_0x26be94(_0xa92736(window[_0x2f4b4f([0x4d,0x61,0x74,0x68])][_0x2f4b4f([0x63,0x65,0x69,0x6c])](_0x453815/_0xe91211)));window[_0x2f4b4f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f4b4f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37e3b3,_0x4042c7);}function _0x2e38b5(){const _0x503fef=_0x2f4b4f([0x6c,0x6c,0x63,0x74,0x2d])+_0xa92736(_0x174a0f(_0x30728f)),_0x109b23=window[_0x2f4b4f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f4b4f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x503fef);return _0x109b23?window[_0x2f4b4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x26be94(_0x109b23),0x10)*_0xe91211:null;}function _0x594e63(_0x3bfccf){return new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f450e,_0x4a79f9)=>{_0x3bfccf[_0x2f4b4f([0x74,0x68,0x65,0x6e])](_0x2f450e,_0x4a79f9),window[_0x2f4b4f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4a79f9,0x6afe840f^_0x30517d);});}}_0x288a03[_0x2f4b4f([0x6f,0x6e])](_0x2f4b4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x496324,_0x1311e4)=>{if(_0x1311e4[0x0]!=_0x30728f)return _0x28817e(_0x2f4b4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1311e4[0x1]={..._0x1311e4[0x1],[_0x2f4b4f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4278c0};},{[_0x2f4b4f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f4b4f([0x68,0x69,0x67,0x68])}),_0x288a03[_0x2f4b4f([0x6f,0x6e])](_0x2f4b4f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4b95dd=>{_0x1cd8c6(_0x4b95dd[_0x2f4b4f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x46c58b=!0x0,_0xa72ba5(_0x4b95dd[_0x2f4b4f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2f4b4f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f4b4f([0x6c,0x6f,0x77])}),_0x19d62e[_0x2f4b4f([0x74,0x68,0x65,0x6e])](()=>{_0x46c58b||_0x28817e(_0x2f4b4f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x292a8d(){return _0x288a03[_0x2f4b4f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f4b4f([0x76,0x69,0x65,0x77])][_0x2f4b4f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2f4b4f([0x61,0x75,0x74,0x6f]);}function _0x2cd7d8(){_0x288a03[_0x2f4b4f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f4b4f([0x76,0x69,0x65,0x77])][_0x2f4b4f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2f4b4f([0x61,0x75,0x74,0x6f]);}}function _0x3eed1b(_0x11e5e4){const _0xe5c894=[new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16ced6=>setTimeout(_0x16ced6,0x6af66e03^_0x30517d)),_0x19d62e[_0x2f4b4f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30d2fc=>{let _0x42f920=0x0;_0x288a03[_0x2f4b4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f4b4f([0x6f,0x6e])](_0x2f4b4f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3132db,_0x23f18d)=>{_0x23f18d[0x0][_0x2f4b4f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42f920++,_0x42f920==(0x6aff5137^_0x30517d)&&(_0x30d2fc(),_0x3132db[_0x2f4b4f([0x6f,0x66,0x66])]());});}))];return window[_0x2f4b4f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2f4b4f([0x72,0x61,0x63,0x65])](_0xe5c894)[_0x2f4b4f([0x74,0x68,0x65,0x6e])](()=>_0x11e5e4);}async function _0x2f1eda(){await _0x19d62e,_0x288a03[_0x2f4b4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f4b4f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ac098,_0x288a03[_0x2f4b4f([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f4b4f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ac098,_0x288a03[_0x2f4b4f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2f4b4f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x305ff2(_0x301f14){const _0x3145f2=_0x55097d();_0x288a03[_0x3145f2]=_0x2f4b4f([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])+_0x301f14,_0x301f14!=_0x2f4b4f([0x56,0x61,0x6c,0x69,0x64])&&_0x2f1eda();}function _0x55097d(){const _0x305cc1=window[_0x2f4b4f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2f4b4f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2f4b4f([0x6e,0x6f,0x77])]())[_0x2f4b4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2f4b4f([0x2e]),'');let _0x1b362f=_0x2f4b4f([0x6d]);for(let _0x45523c=0x0;_0x45523c<_0x305cc1[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45523c+=0x2){let _0x4da593=window[_0x2f4b4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x305cc1[_0x2f4b4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45523c,_0x45523c+0x2));_0x4da593>=_0x4705d2[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4da593-=_0x4705d2[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1b362f+=_0x4705d2[_0x4da593];}return _0x1b362f;}function _0x3f6084(){const _0x506685=_0x5e85e3[_0x2f4b4f([0x73,0x70,0x6c,0x69,0x74])](_0x2f4b4f([0x2e]));if(0x3!=_0x506685[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x591e27(_0x506685[0x1]);function _0x591e27(_0x459566){const _0x2be934=_0x1f737d(_0x459566);return _0x2be934&&_0x11d828()?_0x2be934:null;function _0x11d828(){const _0x19537e=_0x2be934[_0x2f4b4f([0x6a,0x74,0x69])],_0x1684c3=window[_0x2f4b4f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19537e[_0x2f4b4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x19537e[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x260506={..._0x2be934,[_0x2f4b4f([0x6a,0x74,0x69])]:_0x19537e[_0x2f4b4f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x19537e[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x260506[_0x2f4b4f([0x76,0x63])],_0x174a0f(_0x260506)==_0x1684c3;}}}async function _0x258e06(){let _0x464301=!0x0;try{const _0x14c669=_0x5e85e3[_0x2f4b4f([0x73,0x70,0x6c,0x69,0x74])](_0x2f4b4f([0x2e])),[_0x476b00,_0x1f7d9a,_0x338c5d]=_0x14c669;return _0x20e738(_0x476b00),await _0x5016db(_0x476b00,_0x1f7d9a,_0x338c5d),_0x464301;}catch(_0xaa4c36){return!0x1;}function _0x20e738(_0x15a206){const _0x23b33d=_0x1f737d(_0x15a206);_0x23b33d&&_0x23b33d[_0x2f4b4f([0x61,0x6c,0x67])]==_0x2f4b4f([0x45,0x53,0x32,0x35,0x36])||(_0x464301=!0x1);}async function _0x5016db(_0x30fab3,_0x2ad4d0,_0x26cecb){const _0x1568db=window[_0x2f4b4f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2f4b4f([0x66,0x72,0x6f,0x6d])](_0x3b5dae(_0x26cecb),_0x365ea8=>_0x365ea8[_0x2f4b4f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3d0521=new window[(_0x2f4b4f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2f4b4f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x30fab3+_0x2f4b4f([0x2e])+_0x2ad4d0),_0x2b7fe6=window[_0x2f4b4f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2f4b4f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2b7fe6)return;const _0x3f644e=await _0x2b7fe6[_0x2f4b4f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2f4b4f([0x6a,0x77,0x6b]),_0x1c2aba,{[_0x2f4b4f([0x6e,0x61,0x6d,0x65])]:_0x2f4b4f([0x45,0x43,0x44,0x53,0x41]),[_0x2f4b4f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2f4b4f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2f4b4f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2b7fe6[_0x2f4b4f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2f4b4f([0x6e,0x61,0x6d,0x65])]:_0x2f4b4f([0x45,0x43,0x44,0x53,0x41]),[_0x2f4b4f([0x68,0x61,0x73,0x68])]:{[_0x2f4b4f([0x6e,0x61,0x6d,0x65])]:_0x2f4b4f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3f644e,_0x1568db,_0x3d0521)||(_0x464301=!0x1);}}function _0x1f737d(_0x186000){return _0x186000[_0x2f4b4f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2f4b4f([0x65,0x79]))?JSON[_0x2f4b4f([0x70,0x61,0x72,0x73,0x65])](_0x3b5dae(_0x186000)):null;}function _0x3b5dae(_0x102c29){return window[_0x2f4b4f([0x61,0x74,0x6f,0x62])](_0x102c29[_0x2f4b4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2f4b4f([0x2b]))[_0x2f4b4f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2f4b4f([0x2f])));}function _0x174a0f(_0xdbe404){let _0x2f7cd5=0x1505;function _0x198112(_0x5706d0){for(let _0x19b245=0x0;_0x19b245<_0x5706d0[_0x2f4b4f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x19b245++){const _0x1f4fcf=_0x5706d0[_0x2f4b4f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x19b245);_0x2f7cd5=(_0x2f7cd5<<0x5)+_0x2f7cd5+_0x1f4fcf,_0x2f7cd5&=_0x2f7cd5;}}function _0x4f023d(_0x367844){Array[_0x2f4b4f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x367844)?_0x367844[_0x2f4b4f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4f023d):_0x367844&&typeof _0x367844==_0x2f4b4f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2f4b4f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x367844)[_0x2f4b4f([0x73,0x6f,0x72,0x74])]()[_0x2f4b4f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x23802d,_0x1e705d])=>{_0x198112(_0x23802d),_0x4f023d(_0x1e705d);}):_0x198112(window[_0x2f4b4f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x367844));}return _0x4f023d(_0xdbe404),_0x2f7cd5>>>0x0;}function _0xa92736(_0x456566){return _0x456566[_0x2f4b4f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2f4b4f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2f4b4f([0x30]));}function _0x26be94(_0x50f5f5){return _0x50f5f5[_0x2f4b4f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2f4b4f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2f4b4f([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ac098(){}function _0x2f4b4f(_0x1a332e){const _0x5925bc=_0x5e23;return _0x1a332e[_0x5925bc(0xf8)](_0x2ea909=>String[_0x5925bc(0x105)](_0x2ea909))[_0x5925bc(0x104)]('');}_0x305ff2(await _0x4edff8());}(this);}[_0x245b4f(0x133)](){const _0x1cef90=_0x245b4f;super[_0x1cef90(0x133)](),this[_0x1cef90(0x101)][_0x1cef90(0x133)](),this[_0x1cef90(0x12c)][_0x1cef90(0x10a)]();}[_0x245b4f(0xfe)](_0x5e0923,{outlineDefinitions:_0x2cda0c,outlineChanges:_0x1ae68d}){const _0x3456f2=_0x245b4f;this[_0x3456f2(0xfc)]=_0x2cda0c,this[_0x3456f2(0x101)][_0x3456f2(0x135)](_0x1ae68d);}[_0x245b4f(0x106)](_0x1c085b){const _0x34fcca=_0x245b4f;this[_0x34fcca(0xfc)][_0x34fcca(0x102)]&&this[_0x34fcca(0xfc)][_0x1c085b]&&(this[_0x34fcca(0x101)][_0x34fcca(0x137)]=_0x1c085b);}[_0x245b4f(0x123)](_0x3daf28){const _0x3bd31f=_0x245b4f,_0x2eb890=this[_0x3bd31f(0xfc)][_0x3daf28][_0x3bd31f(0x110)];this[_0x3bd31f(0x100)][_0x3bd31f(0x109)][_0x3bd31f(0x118)](_0x4dc5e3=>{const _0x4d6d86=_0x3bd31f;_0x4dc5e3[_0x4d6d86(0x11d)](_0x2eb890,0x0);}),this[_0x3bd31f(0x100)][_0x3bd31f(0x12e)][_0x3bd31f(0x101)][_0x3bd31f(0x131)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x3bd31f(0x100)][_0x3bd31f(0x12e)][_0x3bd31f(0x101)][_0x3bd31f(0x124)](),this[_0x3bd31f(0x106)](_0x3daf28);}[_0x245b4f(0x128)](){const _0x4b2f6d=_0x245b4f,_0xdac18a=this[_0x4b2f6d(0x100)];let _0x3da108;for(const _0x127eb1 of _0xdac18a[_0x4b2f6d(0x109)][_0x4b2f6d(0x11f)][_0x4b2f6d(0x10e)]()){const _0xe53aa2=_0xdac18a[_0x4b2f6d(0x12e)][_0x4b2f6d(0x101)][_0x4b2f6d(0x13e)](_0x127eb1),_0x1a5044=_0xe53aa2&&new _0x389a7e(_0xe53aa2)[_0x4b2f6d(0x10b)]();if(_0x1a5044){const _0x465ce2=new _0x389a7e(_0x193976[_0x4b2f6d(0x12f)])[_0x4b2f6d(0x126)](_0x1a5044);_0x465ce2&&(_0x3da108=_0x465ce2[_0x4b2f6d(0x11c)]+0.25*_0x465ce2[_0x4b2f6d(0x111)]);}}if(void 0x0===_0x3da108)return;const _0x2c01ca=d(_0xdac18a[_0x4b2f6d(0x12e)],this[_0x4b2f6d(0xfc)],_0x3da108);_0x2c01ca?this[_0x4b2f6d(0x106)](this[_0x4b2f6d(0xfc)][_0x4b2f6d(0x112)](_0x2c01ca)):this[_0x4b2f6d(0x106)](-0x1);}}function d(_0x5bfc24,_0x136b44,_0x766a72,_0xbdf61d=0x0,_0x345088=_0x136b44[_0x245b4f(0x102)]-0x1){const _0x164ef6=_0x245b4f,_0x2b963b=Math[_0x164ef6(0xfb)](_0xbdf61d+(_0x345088-_0xbdf61d)/0x2);if(_0x345088>=_0xbdf61d){const _0x21fd10=_0x136b44[_0x2b963b],_0x2cbb90=_0x5bfc24[_0x164ef6(0x12d)][_0x164ef6(0x120)](_0x21fd10[_0x164ef6(0x110)]);if(!_0x2cbb90)return null;const _0x4fcdc5=_0x5bfc24[_0x164ef6(0x101)][_0x164ef6(0x10d)][_0x164ef6(0x138)](_0x2cbb90);return new _0x389a7e(_0x4fcdc5)[_0x164ef6(0x13f)]>_0x766a72?d(_0x5bfc24,_0x136b44,_0x766a72,_0xbdf61d,_0x2b963b-0x1):d(_0x5bfc24,_0x136b44,_0x766a72,_0x2b963b+0x1,_0x345088);}return _0x2b963b<0x0?null:_0x136b44[_0x2b963b];}
|
|
23
|
+
const _0x4b03ef=_0x53c8;(function(_0xab4277,_0x2b340e){const _0x2aa136=_0x53c8,_0x5a70c1=_0xab4277();while(!![]){try{const _0x369c49=parseInt(_0x2aa136(0x1f4))/0x1+-parseInt(_0x2aa136(0x1df))/0x2+-parseInt(_0x2aa136(0x20d))/0x3+parseInt(_0x2aa136(0x1fb))/0x4+-parseInt(_0x2aa136(0x1f7))/0x5+parseInt(_0x2aa136(0x212))/0x6+parseInt(_0x2aa136(0x1f9))/0x7;if(_0x369c49===_0x2b340e)break;else _0x5a70c1['push'](_0x5a70c1['shift']());}catch(_0x3c5a0a){_0x5a70c1['push'](_0x5a70c1['shift']());}}}(_0x1457,0x70130));import{Plugin as _0x19d4e4}from'ckeditor5/src/core.js';import{CKEditorError as _0x49f26e,global as _0x161b3c,Rect as _0xe094af,uid as _0x4732d5}from'ckeditor5/src/utils.js';import _0x4747d2 from'./ui/documentoutlineview.js';import{throttle as _0x7c8522}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x19d4e4{[_0x4b03ef(0x200)];[_0x4b03ef(0x214)];[_0x4b03ef(0x215)];static get[_0x4b03ef(0x1d7)](){const _0x5ed83a=_0x4b03ef;return _0x5ed83a(0x1de);}static get[_0x4b03ef(0x1e3)](){return!0x0;}static get[_0x4b03ef(0x202)](){return!0x0;}constructor(_0x3f0b6a){const _0x2fd023=_0x4b03ef;super(_0x3f0b6a),this[_0x2fd023(0x200)]=new _0x4747d2(_0x3f0b6a[_0x2fd023(0x204)],this[_0x2fd023(0x1e0)][_0x2fd023(0x1d3)][_0x2fd023(0x1dd)](_0x2fd023(0x1f5)),this[_0x2fd023(0x1e0)][_0x2fd023(0x1d3)][_0x2fd023(0x1dd)](_0x2fd023(0x20e))),this[_0x2fd023(0x214)]=[],this[_0x2fd023(0x215)]=_0x7c8522(this[_0x2fd023(0x1ec)][_0x2fd023(0x1ff)](this),0x64);}[_0x4b03ef(0x1fd)](){const _0x3dc3ec=_0x4b03ef,_0x2d6886=this[_0x3dc3ec(0x1e0)],_0x248c73=_0x2d6886[_0x3dc3ec(0x1d9)][_0x3dc3ec(0x1dd)](_0x3dc3ec(0x20b));let _0x44b0ee=!0x1;if(this[_0x3dc3ec(0x200)][_0x3dc3ec(0x1f8)](),this[_0x3dc3ec(0x1e0)]['ui'][_0x3dc3ec(0x1f1)][_0x3dc3ec(0x1e2)](this[_0x3dc3ec(0x200)][_0x3dc3ec(0x1db)]),!_0x2d6886[_0x3dc3ec(0x1d3)][_0x3dc3ec(0x1dd)](_0x3dc3ec(0x20e)))throw new _0x49f26e(_0x3dc3ec(0x1e8),{'editor':_0x2d6886});_0x2d6886[_0x3dc3ec(0x1d3)][_0x3dc3ec(0x1dd)](_0x3dc3ec(0x20e))[_0x3dc3ec(0x20a)](this[_0x3dc3ec(0x200)][_0x3dc3ec(0x1db)]),_0x248c73['on'](_0x3dc3ec(0x1e6),this[_0x3dc3ec(0x209)][_0x3dc3ec(0x1ff)](this)),_0x248c73['on'](_0x3dc3ec(0x218),(_0x53abb5,{index:_0x4b220a})=>this[_0x3dc3ec(0x206)](_0x4b220a)),this[_0x3dc3ec(0x200)]['on'](_0x3dc3ec(0x1fc),(_0x13ef5a,_0x10e6f0)=>{const _0x37782a=_0x3dc3ec;_0x44b0ee=!0x0,this[_0x37782a(0x1e1)](_0x10e6f0);}),this[_0x3dc3ec(0x200)][_0x3dc3ec(0x20c)](_0x161b3c[_0x3dc3ec(0x208)],_0x3dc3ec(0x201),()=>{const _0x4ca143=_0x3dc3ec;_0x44b0ee?_0x44b0ee=!0x1:this[_0x4ca143(0x215)]();},{'useCapture':!0x0}),this[_0x3dc3ec(0x200)][_0x3dc3ec(0x20c)](_0x161b3c[_0x3dc3ec(0x1d8)],_0x3dc3ec(0x1fa),this[_0x3dc3ec(0x215)],{'useCapture':!0x0});}[_0x4b03ef(0x1d6)](){!async function(_0x3d42b4){const _0x526915=_0x4b10f2([0x63,0x79,0x42,0x53,0x62,0x30,0x50,0x49,0x4e,0x70,0x57,0x52,0x59,0x6f,0x71,0x36,0x4b,0x51,0x73,0x41,0x4f,0x69,0x4d,0x54,0x61,0x72,0x6d,0x78,0x43,0x4c,0x33,0x46,0x39,0x56,0x74,0x77,0x6e,0x37,0x32,0x44,0x6a,0x6c,0x75,0x47,0x45,0x55,0x68,0x31,0x66,0x76,0x6b,0x35,0x64,0x5a,0x58,0x4a,0x67,0x7a,0x34,0x48,0x38,0x65]),_0x1f5227=0x30663673,_0x539eff=0x306151d3^_0x1f5227,_0x2e0615=window[_0x4b10f2([0x44,0x61,0x74,0x65])][_0x4b10f2([0x6e,0x6f,0x77])](),_0x56b4e4=_0x3d42b4[_0x4b10f2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x574462=new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c4727=>{_0x56b4e4[_0x4b10f2([0x6f,0x6e,0x63,0x65])](_0x4b10f2([0x72,0x65,0x61,0x64,0x79]),_0x5c4727);}),_0x4f5587={[_0x4b10f2([0x6b,0x74,0x79])]:_0x4b10f2([0x45,0x43]),[_0x4b10f2([0x75,0x73,0x65])]:_0x4b10f2([0x73,0x69,0x67]),[_0x4b10f2([0x63,0x72,0x76])]:_0x4b10f2([0x50,0x2d,0x32,0x35,0x36]),[_0x4b10f2([0x78])]:_0x4b10f2([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]),[_0x4b10f2([0x79])]:_0x4b10f2([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]),[_0x4b10f2([0x61,0x6c,0x67])]:_0x4b10f2([0x45,0x53,0x32,0x35,0x36])},_0x51219c=_0x56b4e4[_0x4b10f2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4b10f2([0x67,0x65,0x74])](_0x4b10f2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x24d45b(){let _0x576247,_0xf96f1f=null,_0x2934b0=null;try{if(_0x51219c==_0x4b10f2([0x47,0x50,0x4c]))return _0x4b10f2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x576247=_0x4c2ba6(),!_0x576247)return _0x4b10f2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x576247[_0x4b10f2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2934b0=_0xf8bf92(_0x576247[_0x4b10f2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x576247[_0x4b10f2([0x6a,0x74,0x69])])),await _0x1113a7()?_0xcc128c()?_0x3a072e()?_0x4b10f2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1a436a()?(_0x576247[_0x4b10f2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b10f2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xf96f1f=_0x1abcf8(_0x4b10f2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x576247[_0x4b10f2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b10f2([0x74,0x72,0x69,0x61,0x6c])&&(_0xf96f1f=_0x1abcf8(_0x4b10f2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x53d060()):_0x4b10f2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4b10f2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4b10f2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x12449c){return _0x4b10f2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3a072e(){const _0x19940d=[_0x4b10f2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4b10f2([0x74,0x72,0x69,0x61,0x6c])][_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x576247[_0x4b10f2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e0615/0x3e8:0xe10*_0x539eff;return _0x576247[_0x4b10f2([0x65,0x78,0x70])]<_0x19940d;}function _0xcc128c(){const _0x198541=_0x576247[_0x4b10f2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x198541&&(!!_0x198541[_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b10f2([0x2a]))||(!!_0x198541[_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b10f2([0x44,0x4f]))||!!_0x198541[_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b10f2([0x50,0x50]))));}function _0x1a436a(){const _0x5766c7=_0x53c8,_0x155681=_0x576247[_0x4b10f2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x155681||0x0==_0x155681[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x17343d}=new URL(window[_0x4b10f2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5766c7(0x1e4)]);if(_0x155681[_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17343d))return!0x0;const _0x9aeadd=_0x17343d[_0x4b10f2([0x73,0x70,0x6c,0x69,0x74])](_0x4b10f2([0x2e]));return _0x155681[_0x4b10f2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e627e=>_0x5e627e[_0x4b10f2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b10f2([0x2a])))[_0x4b10f2([0x6d,0x61,0x70])](_0x1da5c0=>_0x1da5c0[_0x4b10f2([0x73,0x70,0x6c,0x69,0x74])](_0x4b10f2([0x2e])))[_0x4b10f2([0x73,0x6f,0x6d,0x65])](_0x45179f=>_0x9aeadd[_0x4b10f2([0x65,0x76,0x65,0x72,0x79])]((_0x402a12,_0x4829ec)=>_0x45179f[_0x4829ec]===_0x402a12||_0x45179f[_0x4829ec]===_0x4b10f2([0x2a])));}function _0x53d060(){return _0xf96f1f&&_0x2934b0?new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x511ec7,_0x2e81e9)=>{_0xf96f1f[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0x511ec7,_0x2e81e9),_0x2934b0[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0x512019=>{_0x512019!=_0x4b10f2([0x56,0x61,0x6c,0x69,0x64])&&_0x511ec7(_0x512019);},_0x2e81e9);}):_0xf96f1f||_0x2934b0||_0x4b10f2([0x56,0x61,0x6c,0x69,0x64]);}}function _0xf8bf92(_0x288613,_0x564a7a){return new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb95758=>{if(_0x69d26d())return _0xb95758(_0x4b10f2([0x56,0x61,0x6c,0x69,0x64]));_0x2fe7b4(),_0x56b4e4[_0x4b10f2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4b10f2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x55728e=!0x1;const _0x3e4f22=_0x4732d5();function _0x45d693(_0x162365){return!!_0x162365&&(typeof _0x162365===_0x4b10f2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x162365===_0x4b10f2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x162365[_0x4b10f2([0x74,0x68,0x65,0x6e])]===_0x4b10f2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x162365[_0x4b10f2([0x63,0x61,0x74,0x63,0x68])]===_0x4b10f2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2b4647(_0x1eafeb){_0x4fc5ef(_0x1eafeb)[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0x3dca27=>{if(!_0x3dca27||_0x3dca27[_0x4b10f2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4b10f2([0x6f,0x6b]))return _0x4b10f2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3c5f5e(_0x2a39ab(_0x3e4f22+_0x564a7a))!=_0x3dca27[_0x4b10f2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4b10f2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4b10f2([0x56,0x61,0x6c,0x69,0x64]);})[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0x27c3a6=>(_0x22c0d3(),_0x27c3a6),()=>{const _0x1fdca8=_0x507f8e();return null==_0x1fdca8?(_0x22c0d3(),_0x4b10f2([0x56,0x61,0x6c,0x69,0x64])):_0x4b10f2(_0x2e0615-_0x1fdca8>(0x146ab273^_0x1f5227)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0xb95758)[_0x4b10f2([0x63,0x61,0x74,0x63,0x68])](()=>{_0xb95758(_0x4b10f2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2133c6=0x3050d8f3^_0x1f5227;function _0x22c0d3(){const _0x18c48b=_0x4b10f2([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f5e(_0x2a39ab(_0x288613)),_0xc172e4=_0x22bd99(_0x3c5f5e(window[_0x4b10f2([0x4d,0x61,0x74,0x68])][_0x4b10f2([0x63,0x65,0x69,0x6c])](_0x2e0615/_0x2133c6)));window[_0x4b10f2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b10f2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x18c48b,_0xc172e4);}function _0x507f8e(){const _0x16237d=_0x4b10f2([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f5e(_0x2a39ab(_0x288613)),_0x6ade6f=window[_0x4b10f2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b10f2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x16237d);return _0x6ade6f?window[_0x4b10f2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22bd99(_0x6ade6f),0x10)*_0x2133c6:null;}function _0x4fc5ef(_0x5ba438){return new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5f2bde,_0x3025e9)=>{_0x5ba438[_0x4b10f2([0x74,0x68,0x65,0x6e])](_0x5f2bde,_0x3025e9),window[_0x4b10f2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3025e9,0x3067e2b3^_0x1f5227);});}}_0x56b4e4[_0x4b10f2([0x6f,0x6e])](_0x4b10f2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x49c4d1,_0x37edd6)=>{if(_0x37edd6[0x0]!=_0x288613)return _0xb95758(_0x4b10f2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x37edd6[0x1]={..._0x37edd6[0x1],[_0x4b10f2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3e4f22};},{[_0x4b10f2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b10f2([0x68,0x69,0x67,0x68])}),_0x56b4e4[_0x4b10f2([0x6f,0x6e])](_0x4b10f2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x53efb=>{_0x45d693(_0x53efb[_0x4b10f2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x55728e=!0x0,_0x2b4647(_0x53efb[_0x4b10f2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4b10f2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b10f2([0x6c,0x6f,0x77])}),_0x574462[_0x4b10f2([0x74,0x68,0x65,0x6e])](()=>{_0x55728e||_0xb95758(_0x4b10f2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x69d26d(){return _0x56b4e4[_0x4b10f2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b10f2([0x76,0x69,0x65,0x77])][_0x4b10f2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4b10f2([0x61,0x75,0x74,0x6f]);}function _0x2fe7b4(){_0x56b4e4[_0x4b10f2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b10f2([0x76,0x69,0x65,0x77])][_0x4b10f2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4b10f2([0x61,0x75,0x74,0x6f]);}}function _0x1abcf8(_0x401e99){const _0x5a1cef=[new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a9e1c=>setTimeout(_0x5a9e1c,0x306f08bf^_0x1f5227)),_0x574462[_0x4b10f2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x537b03=>{let _0x1de2af=0x0;_0x56b4e4[_0x4b10f2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b10f2([0x6f,0x6e])](_0x4b10f2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x370aeb,_0x201396)=>{_0x201396[0x0][_0x4b10f2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1de2af++,_0x1de2af==(0x3066378b^_0x1f5227)&&(_0x537b03(),_0x370aeb[_0x4b10f2([0x6f,0x66,0x66])]());});}))];return window[_0x4b10f2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4b10f2([0x72,0x61,0x63,0x65])](_0x5a1cef)[_0x4b10f2([0x74,0x68,0x65,0x6e])](()=>_0x401e99);}async function _0xd4258e(){await _0x574462,_0x56b4e4[_0x4b10f2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b10f2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad685,_0x56b4e4[_0x4b10f2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b10f2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ad685,_0x56b4e4[_0x4b10f2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4b10f2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c1d7b(_0x4bb00a){const _0x260220=_0x30f77c();_0x56b4e4[_0x260220]=_0x4b10f2([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])+_0x4bb00a,_0x4bb00a!=_0x4b10f2([0x56,0x61,0x6c,0x69,0x64])&&_0xd4258e();}function _0x30f77c(){const _0x3a3bc8=window[_0x4b10f2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4b10f2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4b10f2([0x6e,0x6f,0x77])]())[_0x4b10f2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4b10f2([0x2e]),'');let _0x32394d=_0x4b10f2([0x63]);for(let _0x29f43a=0x0;_0x29f43a<_0x3a3bc8[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29f43a+=0x2){let _0xed2ced=window[_0x4b10f2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a3bc8[_0x4b10f2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29f43a,_0x29f43a+0x2));_0xed2ced>=_0x526915[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xed2ced-=_0x526915[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x32394d+=_0x526915[_0xed2ced];}return _0x32394d;}function _0x4c2ba6(){const _0x16ad68=_0x51219c[_0x4b10f2([0x73,0x70,0x6c,0x69,0x74])](_0x4b10f2([0x2e]));if(0x3!=_0x16ad68[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2e3a50(_0x16ad68[0x1]);function _0x2e3a50(_0xb9f428){const _0xdd5353=_0x59b1e9(_0xb9f428);return _0xdd5353&&_0x164400()?_0xdd5353:null;function _0x164400(){const _0x360426=_0xdd5353[_0x4b10f2([0x6a,0x74,0x69])],_0x3fb7d6=window[_0x4b10f2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x360426[_0x4b10f2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x360426[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1aeba2={..._0xdd5353,[_0x4b10f2([0x6a,0x74,0x69])]:_0x360426[_0x4b10f2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x360426[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1aeba2[_0x4b10f2([0x76,0x63])],_0x2a39ab(_0x1aeba2)==_0x3fb7d6;}}}async function _0x1113a7(){let _0x1a77ca=!0x0;try{const _0x4fd128=_0x51219c[_0x4b10f2([0x73,0x70,0x6c,0x69,0x74])](_0x4b10f2([0x2e])),[_0x5527fe,_0x1ae780,_0x5ed7a1]=_0x4fd128;return _0x2491af(_0x5527fe),await _0x4327e8(_0x5527fe,_0x1ae780,_0x5ed7a1),_0x1a77ca;}catch(_0x307c6){return!0x1;}function _0x2491af(_0x474ff9){const _0x3e188c=_0x59b1e9(_0x474ff9);_0x3e188c&&_0x3e188c[_0x4b10f2([0x61,0x6c,0x67])]==_0x4b10f2([0x45,0x53,0x32,0x35,0x36])||(_0x1a77ca=!0x1);}async function _0x4327e8(_0x3765dc,_0x319f0b,_0x119957){const _0x3380f9=window[_0x4b10f2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4b10f2([0x66,0x72,0x6f,0x6d])](_0x4ea144(_0x119957),_0x63a87=>_0x63a87[_0x4b10f2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x559a35=new window[(_0x4b10f2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4b10f2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3765dc+_0x4b10f2([0x2e])+_0x319f0b),_0x2f9a6a=window[_0x4b10f2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4b10f2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f9a6a)return;const _0xf99c45=await _0x2f9a6a[_0x4b10f2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4b10f2([0x6a,0x77,0x6b]),_0x4f5587,{[_0x4b10f2([0x6e,0x61,0x6d,0x65])]:_0x4b10f2([0x45,0x43,0x44,0x53,0x41]),[_0x4b10f2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4b10f2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4b10f2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f9a6a[_0x4b10f2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4b10f2([0x6e,0x61,0x6d,0x65])]:_0x4b10f2([0x45,0x43,0x44,0x53,0x41]),[_0x4b10f2([0x68,0x61,0x73,0x68])]:{[_0x4b10f2([0x6e,0x61,0x6d,0x65])]:_0x4b10f2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xf99c45,_0x3380f9,_0x559a35)||(_0x1a77ca=!0x1);}}function _0x59b1e9(_0x435988){return _0x435988[_0x4b10f2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4b10f2([0x65,0x79]))?JSON[_0x4b10f2([0x70,0x61,0x72,0x73,0x65])](_0x4ea144(_0x435988)):null;}function _0x4ea144(_0x445ce9){return window[_0x4b10f2([0x61,0x74,0x6f,0x62])](_0x445ce9[_0x4b10f2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4b10f2([0x2b]))[_0x4b10f2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4b10f2([0x2f])));}function _0x2a39ab(_0x419bbf){let _0x5982a2=0x1505;function _0x3e8c83(_0x418dec){for(let _0xadfed9=0x0;_0xadfed9<_0x418dec[_0x4b10f2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xadfed9++){const _0x2a179c=_0x418dec[_0x4b10f2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xadfed9);_0x5982a2=(_0x5982a2<<0x5)+_0x5982a2+_0x2a179c,_0x5982a2&=_0x5982a2;}}function _0xae6f5f(_0x360052){Array[_0x4b10f2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x360052)?_0x360052[_0x4b10f2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xae6f5f):_0x360052&&typeof _0x360052==_0x4b10f2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4b10f2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x360052)[_0x4b10f2([0x73,0x6f,0x72,0x74])]()[_0x4b10f2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3e32a6,_0x59da6b])=>{_0x3e8c83(_0x3e32a6),_0xae6f5f(_0x59da6b);}):_0x3e8c83(window[_0x4b10f2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x360052));}return _0xae6f5f(_0x419bbf),_0x5982a2>>>0x0;}function _0x3c5f5e(_0xdd07cd){return _0xdd07cd[_0x4b10f2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4b10f2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4b10f2([0x30]));}function _0x22bd99(_0x70ea99){return _0x70ea99[_0x4b10f2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4b10f2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4b10f2([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ad685(){}function _0x4b10f2(_0x56364d){const _0x559e79=_0x53c8;return _0x56364d[_0x559e79(0x1ed)](_0x4476cf=>String[_0x559e79(0x1da)](_0x4476cf))[_0x559e79(0x1ef)]('');}_0x5c1d7b(await _0x24d45b());}(this);}[_0x4b03ef(0x1dc)](){const _0xf8f777=_0x4b03ef;super[_0xf8f777(0x1dc)](),this[_0xf8f777(0x200)][_0xf8f777(0x1dc)](),this[_0xf8f777(0x215)][_0xf8f777(0x1f6)]();}[_0x4b03ef(0x209)](_0x1692f6,{outlineDefinitions:_0xb694b5,outlineChanges:_0x4910e9}){const _0x17f057=_0x4b03ef;this[_0x17f057(0x214)]=_0xb694b5,this[_0x17f057(0x200)][_0x17f057(0x210)](_0x4910e9);}[_0x4b03ef(0x206)](_0x2ff1ec){const _0x210bc1=_0x4b03ef;this[_0x210bc1(0x214)][_0x210bc1(0x205)]&&this[_0x210bc1(0x214)][_0x2ff1ec]&&(this[_0x210bc1(0x200)][_0x210bc1(0x218)]=_0x2ff1ec);}[_0x4b03ef(0x1e1)](_0x4df006){const _0x278833=_0x4b03ef,_0xc03f39=this[_0x278833(0x214)][_0x4df006][_0x278833(0x1f0)];this[_0x278833(0x1e0)][_0x278833(0x1ee)][_0x278833(0x1e6)](_0x1303f9=>{const _0x27ad14=_0x278833;_0x1303f9[_0x27ad14(0x20f)](_0xc03f39,0x0);}),this[_0x278833(0x1e0)][_0x278833(0x1f3)][_0x278833(0x200)][_0x278833(0x211)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x278833(0x1e0)][_0x278833(0x1f3)][_0x278833(0x200)][_0x278833(0x1ea)](),this[_0x278833(0x206)](_0x4df006);}[_0x4b03ef(0x1ec)](){const _0xc3a6fb=_0x4b03ef,_0x565048=this[_0xc3a6fb(0x1e0)];let _0xf2d420;for(const _0x185ce5 of _0x565048[_0xc3a6fb(0x1ee)][_0xc3a6fb(0x208)][_0xc3a6fb(0x1eb)]()){const _0x2478d9=_0x565048[_0xc3a6fb(0x1f3)][_0xc3a6fb(0x200)][_0xc3a6fb(0x213)](_0x185ce5),_0x2116ee=_0x2478d9&&new _0xe094af(_0x2478d9)[_0xc3a6fb(0x1e9)]();if(_0x2116ee){const _0x30e37b=new _0xe094af(_0x161b3c[_0xc3a6fb(0x1d8)])[_0xc3a6fb(0x1f2)](_0x2116ee);_0x30e37b&&(_0xf2d420=_0x30e37b[_0xc3a6fb(0x217)]+0.25*_0x30e37b[_0xc3a6fb(0x1d4)]);}}if(void 0x0===_0xf2d420)return;const _0x4052b6=d(_0x565048[_0xc3a6fb(0x1f3)],this[_0xc3a6fb(0x214)],_0xf2d420);_0x4052b6?this[_0xc3a6fb(0x206)](this[_0xc3a6fb(0x214)][_0xc3a6fb(0x1fe)](_0x4052b6)):this[_0xc3a6fb(0x206)](-0x1);}}function _0x1457(){const _0x3f2c4c=['floor','document-outline-container-not-provided','getVisible','focus','getRootNames','_updateActiveDefinitionOnViewportChange','map','model','join','modelElement','focusTracker','getIntersection','editing','586173FikpRK','documentOutline.showEmptyHeadings','cancel','1324460reqRcb','render','467040qaRMsA','resize','3001928aMwuoz','itemSelected','init','indexOf','bind','view','scroll','isPremiumPlugin','mapper','locale','length','_setActiveViewItem','bottom','document','_handleOutlineChange','appendChild','DocumentOutlineUtils','listenTo','1798869eTgQSd','documentOutline.container','setSelection','sync','scrollToTheSelection','4914084IUcTWY','getDomRoot','_currentOutlineDefinitions','_updateActiveDefinitionFromViewportThrottled','mapViewToDom','top','activeItemIndex','config','height','toViewElement','afterInit','pluginName','window','plugins','fromCharCode','element','destroy','get','DocumentOutlineUI','1797636xnZvXE','editor','_handleItemSelected','add','isOfficialPlugin','href','domConverter','change'];_0x1457=function(){return _0x3f2c4c;};return _0x1457();}function _0x53c8(_0x85715f,_0x3a581e){const _0x145752=_0x1457();return _0x53c8=function(_0x53c8d6,_0x12294d){_0x53c8d6=_0x53c8d6-0x1d3;let _0x604a0a=_0x145752[_0x53c8d6];return _0x604a0a;},_0x53c8(_0x85715f,_0x3a581e);}function d(_0x53212b,_0x379d14,_0x2d20af,_0x5bfa9e=0x0,_0x2486d6=_0x379d14[_0x4b03ef(0x205)]-0x1){const _0x2670fc=_0x4b03ef,_0x2ce398=Math[_0x2670fc(0x1e7)](_0x5bfa9e+(_0x2486d6-_0x5bfa9e)/0x2);if(_0x2486d6>=_0x5bfa9e){const _0x20dba3=_0x379d14[_0x2ce398],_0xbfd81c=_0x53212b[_0x2670fc(0x203)][_0x2670fc(0x1d5)](_0x20dba3[_0x2670fc(0x1f0)]);if(!_0xbfd81c)return null;const _0x4a620d=_0x53212b[_0x2670fc(0x200)][_0x2670fc(0x1e5)][_0x2670fc(0x216)](_0xbfd81c);return new _0xe094af(_0x4a620d)[_0x2670fc(0x207)]>_0x2d20af?d(_0x53212b,_0x379d14,_0x2d20af,_0x5bfa9e,_0x2ce398-0x1):d(_0x53212b,_0x379d14,_0x2d20af,_0x2ce398+0x1,_0x2486d6);}return _0x2ce398<0x0?null:_0x379d14[_0x2ce398];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3283f5=_0x9d16;(function(_0x2cbcd8,_0x24fb69){const _0x3d62f7=_0x9d16,_0x260cf1=_0x2cbcd8();while(!![]){try{const _0x431dc3=parseInt(_0x3d62f7(0x1c3))/0x1+-parseInt(_0x3d62f7(0x1fe))/0x2+-parseInt(_0x3d62f7(0x1f0))/0x3+-parseInt(_0x3d62f7(0x1cd))/0x4*(parseInt(_0x3d62f7(0x1c2))/0x5)+-parseInt(_0x3d62f7(0x20b))/0x6+parseInt(_0x3d62f7(0x1e3))/0x7+-parseInt(_0x3d62f7(0x21b))/0x8*(-parseInt(_0x3d62f7(0x1ca))/0x9);if(_0x431dc3===_0x24fb69)break;else _0x260cf1['push'](_0x260cf1['shift']());}catch(_0x205dbc){_0x260cf1['push'](_0x260cf1['shift']());}}}(_0x47fc,0x6de8f));import{Plugin as _0x488836}from'ckeditor5/src/core.js';import{toWidget as _0x2d89e2,Widget as _0x2c8ad1}from'ckeditor5/src/widget.js';import{uid as _0x120075}from'ckeditor5/src/utils.js';import _0x58147f from'./tableofcontentscommand.js';function _0x47fc(){const _0xfff653=['isPremiumPlugin','table-of-contents','commands','plugins','documentOutline.showEmptyHeadings','div','reconvertItem','view','$blockObject','domEvent','pluginName','110ylHpON','777575wOHUtm','_headingIdModelAttributeName','listenTo','upcast','editor','join','rootName','13833QhzIPu','findMappedViewAncestor','toModelElement','67772juHJtM','viewToModelPosition','hasContent','click','getAncestors','setCustomProperty','_currentOutlineDefinitions','setSelection','nodeAfter','registerRawContentMatcher','$graveyard','_defineConverters','modelElement','for','outlineDefinitions','afterInit','_defineSchema','element','type','name','viewPosition','model','3426871nbloUi','table-of-contents__placeholder','_createTableOfContents','headingId.modelAttributeName','_trackNewToCElements','createPositionAt','locale','createContainerElement','conversion','filter','tableOfContentsHeadingIndex','high','get','1893180orMpQA','map','editing','scrollToTheSelection','elementToElement','requires','target','init','insert','document','href','$capture','No\x20headings\x20were\x20found\x20in\x20the\x20document.','_tableOfContentsElements','35436rJKoyF','DocumentOutlineUtils','_handleScrollToHeading','schema','data','change','level','isInteger','getCustomProperty','_redirectMapper','modelPosition','elementToStructure','getChanges','4785222wiavYT','mapper','Table\x20of\x20contents','Empty\x20heading','end','createText','abs','stop','preventDefault','isOfficialPlugin','_updateTableOfContentsElements','forEach','insertTableOfContents','length','editingDowncast','dataDowncast','5216CvXnHy','fromCharCode','add','getAttribute','tableOfContents','headingId','differ','TableOfContentsEditing','text','\x20table-of-contents_empty','position','config','register'];_0x47fc=function(){return _0xfff653;};return _0x47fc();}function _0x9d16(_0x28cf64,_0x37e938){const _0x47fc7a=_0x47fc();return _0x9d16=function(_0x9d1655,_0x3f4002){_0x9d1655=_0x9d1655-0x1bb;let _0x972f21=_0x47fc7a[_0x9d1655];return _0x972f21;},_0x9d16(_0x28cf64,_0x37e938);}import'../../theme/tableofcontents.css';import _0x900970 from'../documentoutline/documentoutlineutils.js';import _0x1f4a12 from'./headingid.js';import{getTranslation as _0x5c3b0b}from'../utils/common-translations.js';export default class s extends _0x488836{static get[_0x3283f5(0x1c1)](){const _0x5b1d42=_0x3283f5;return _0x5b1d42(0x222);}static get[_0x3283f5(0x214)](){return!0x0;}static get[_0x3283f5(0x228)](){return!0x0;}static get[_0x3283f5(0x1f5)](){return[_0x2c8ad1,_0x900970,_0x1f4a12];}[_0x3283f5(0x1d3)];[_0x3283f5(0x1fd)];[_0x3283f5(0x1c4)];constructor(_0x32f306){const _0x43e8d9=_0x3283f5;super(_0x32f306),this[_0x43e8d9(0x1d3)]=[],this[_0x43e8d9(0x1fd)]=new Set(),this[_0x43e8d9(0x1c4)]=_0x43e8d9(0x220);}[_0x3283f5(0x1f7)](){const _0x4b314c=_0x3283f5,_0x2d9bed=this[_0x4b314c(0x1c7)],_0x1e3c70=_0x2d9bed[_0x4b314c(0x1f2)][_0x4b314c(0x1be)][_0x4b314c(0x1f9)];_0x2d9bed[_0x4b314c(0x226)][_0x4b314c(0x1ef)](_0x4b314c(0x1e6))&&(this[_0x4b314c(0x1c4)]=_0x2d9bed[_0x4b314c(0x226)][_0x4b314c(0x1ef)](_0x4b314c(0x1e6))),this[_0x4b314c(0x1c5)](_0x1e3c70,_0x4b314c(0x1d0),(_0x7ac93b,_0x3acc25)=>{const _0x4cc9bc=_0x4b314c;if(!_0x3acc25[_0x4cc9bc(0x1f6)])return;const _0x1fa9be=_0x3acc25[_0x4cc9bc(0x1f6)][_0x4cc9bc(0x206)](_0x4cc9bc(0x1ed));Number[_0x4cc9bc(0x205)](_0x1fa9be)&&(_0x3acc25[_0x4cc9bc(0x1c0)][_0x4cc9bc(0x213)](),_0x7ac93b[_0x4cc9bc(0x212)](),this[_0x4cc9bc(0x200)](_0x1fa9be));},{'priority':_0x4b314c(0x1ee),'context':_0x4b314c(0x1fb)}),this[_0x4b314c(0x1dd)](),this[_0x4b314c(0x1d8)](),_0x2d9bed[_0x4b314c(0x22a)][_0x4b314c(0x21d)](_0x4b314c(0x217),new _0x58147f(_0x2d9bed)),(_0x2d9bed[_0x4b314c(0x22b)][_0x4b314c(0x1ef)](_0x4b314c(0x1ff))['on'](_0x4b314c(0x203),(_0x3347d1,_0x382ad9)=>{const _0x45176e=_0x4b314c;this[_0x45176e(0x1d3)]=_0x382ad9[_0x45176e(0x1db)],this[_0x45176e(0x215)]();}),this[_0x4b314c(0x1c5)](_0x2d9bed[_0x4b314c(0x1e2)][_0x4b314c(0x1f9)],_0x4b314c(0x203),()=>{const _0x105a33=_0x4b314c;this[_0x105a33(0x1e7)]();}));}[_0x3283f5(0x1dc)](){!async function(_0xf6904){const _0x2bd80f=_0x439a0c([0x51,0x76,0x4a,0x34,0x77,0x59,0x44,0x37,0x45,0x50,0x71,0x49,0x32,0x67,0x72,0x78,0x61,0x31,0x75,0x6a,0x6f,0x43,0x38,0x52,0x7a,0x53,0x6d,0x4b,0x70,0x6e,0x6b,0x30,0x4f,0x48,0x4e,0x54,0x73,0x68,0x79,0x33,0x64,0x69,0x58,0x65,0x63,0x35,0x4d,0x74,0x4c,0x42,0x41,0x62,0x47,0x5a,0x66,0x36,0x56,0x6c,0x46,0x55,0x39,0x57]),_0x39d9ac=0x3f6c2674,_0x1214a5=0x3f6b41fc^_0x39d9ac,_0x48411e=window[_0x439a0c([0x44,0x61,0x74,0x65])][_0x439a0c([0x6e,0x6f,0x77])](),_0x1a4cea=_0xf6904[_0x439a0c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fe70a=new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f91bb=>{_0x1a4cea[_0x439a0c([0x6f,0x6e,0x63,0x65])](_0x439a0c([0x72,0x65,0x61,0x64,0x79]),_0x1f91bb);}),_0x54e853={[_0x439a0c([0x6b,0x74,0x79])]:_0x439a0c([0x45,0x43]),[_0x439a0c([0x75,0x73,0x65])]:_0x439a0c([0x73,0x69,0x67]),[_0x439a0c([0x63,0x72,0x76])]:_0x439a0c([0x50,0x2d,0x32,0x35,0x36]),[_0x439a0c([0x78])]:_0x439a0c([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]),[_0x439a0c([0x79])]:_0x439a0c([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]),[_0x439a0c([0x61,0x6c,0x67])]:_0x439a0c([0x45,0x53,0x32,0x35,0x36])},_0x33d912=_0x1a4cea[_0x439a0c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x439a0c([0x67,0x65,0x74])](_0x439a0c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x10766e(){let _0x298cf9,_0x4c82dd=null,_0x12e27e=null;try{if(_0x33d912==_0x439a0c([0x47,0x50,0x4c]))return _0x439a0c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x298cf9=_0x5b8573(),!_0x298cf9)return _0x439a0c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x298cf9[_0x439a0c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x12e27e=_0x3aa67f(_0x298cf9[_0x439a0c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x298cf9[_0x439a0c([0x6a,0x74,0x69])])),await _0x4d0d04()?_0x2f9392()?_0x282dbb()?_0x439a0c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2afc99()?(_0x298cf9[_0x439a0c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x439a0c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4c82dd=_0x2feb0e(_0x439a0c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x298cf9[_0x439a0c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x439a0c([0x74,0x72,0x69,0x61,0x6c])&&(_0x4c82dd=_0x2feb0e(_0x439a0c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xfc35c5()):_0x439a0c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x439a0c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x439a0c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x65bf49){return _0x439a0c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x282dbb(){const _0x2f18c6=[_0x439a0c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x439a0c([0x74,0x72,0x69,0x61,0x6c])][_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x298cf9[_0x439a0c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x48411e/0x3e8:0xe10*_0x1214a5;return _0x298cf9[_0x439a0c([0x65,0x78,0x70])]<_0x2f18c6;}function _0x2f9392(){const _0x542233=_0x298cf9[_0x439a0c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x542233&&(!!_0x542233[_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x439a0c([0x2a]))||(!!_0x542233[_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x439a0c([0x54,0x4f,0x43]))||!!_0x542233[_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x439a0c([0x50,0x50]))));}function _0x2afc99(){const _0x2bb3cf=_0x9d16,_0x283c4f=_0x298cf9[_0x439a0c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x283c4f||0x0==_0x283c4f[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x356a46}=new URL(window[_0x439a0c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2bb3cf(0x1fa)]);if(_0x283c4f[_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356a46))return!0x0;const _0x4cb1a2=_0x356a46[_0x439a0c([0x73,0x70,0x6c,0x69,0x74])](_0x439a0c([0x2e]));return _0x283c4f[_0x439a0c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x997a22=>_0x997a22[_0x439a0c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x439a0c([0x2a])))[_0x439a0c([0x6d,0x61,0x70])](_0x328074=>_0x328074[_0x439a0c([0x73,0x70,0x6c,0x69,0x74])](_0x439a0c([0x2e])))[_0x439a0c([0x73,0x6f,0x6d,0x65])](_0x30466b=>_0x4cb1a2[_0x439a0c([0x65,0x76,0x65,0x72,0x79])]((_0x1487d6,_0x2e6fc9)=>_0x30466b[_0x2e6fc9]===_0x1487d6||_0x30466b[_0x2e6fc9]===_0x439a0c([0x2a])));}function _0xfc35c5(){return _0x4c82dd&&_0x12e27e?new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fa10b,_0x305aa2)=>{_0x4c82dd[_0x439a0c([0x74,0x68,0x65,0x6e])](_0x1fa10b,_0x305aa2),_0x12e27e[_0x439a0c([0x74,0x68,0x65,0x6e])](_0xa4271a=>{_0xa4271a!=_0x439a0c([0x56,0x61,0x6c,0x69,0x64])&&_0x1fa10b(_0xa4271a);},_0x305aa2);}):_0x4c82dd||_0x12e27e||_0x439a0c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3aa67f(_0x5146f5,_0x1ffa0e){return new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc1ae8f=>{if(_0x4d88bf())return _0xc1ae8f(_0x439a0c([0x56,0x61,0x6c,0x69,0x64]));_0x52817d(),_0x1a4cea[_0x439a0c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x439a0c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2cb229=!0x1;const _0x5c8be0=_0x120075();function _0x5ad91d(_0x4bcb48){return!!_0x4bcb48&&(typeof _0x4bcb48===_0x439a0c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4bcb48===_0x439a0c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4bcb48[_0x439a0c([0x74,0x68,0x65,0x6e])]===_0x439a0c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4bcb48[_0x439a0c([0x63,0x61,0x74,0x63,0x68])]===_0x439a0c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x34ffa7(_0x3f5317){_0x30dfb5(_0x3f5317)[_0x439a0c([0x74,0x68,0x65,0x6e])](_0x118810=>{if(!_0x118810||_0x118810[_0x439a0c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x439a0c([0x6f,0x6b]))return _0x439a0c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x46e322(_0x244301(_0x5c8be0+_0x1ffa0e))!=_0x118810[_0x439a0c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x439a0c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x439a0c([0x56,0x61,0x6c,0x69,0x64]);})[_0x439a0c([0x74,0x68,0x65,0x6e])](_0xbd9b66=>(_0x22c2ce(),_0xbd9b66),()=>{const _0x4c533c=_0x3a9849();return null==_0x4c533c?(_0x22c2ce(),_0x439a0c([0x56,0x61,0x6c,0x69,0x64])):_0x439a0c(_0x48411e-_0x4c533c>(0x1b60a274^_0x39d9ac)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x439a0c([0x74,0x68,0x65,0x6e])](_0xc1ae8f)[_0x439a0c([0x63,0x61,0x74,0x63,0x68])](()=>{_0xc1ae8f(_0x439a0c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x9357d9=0x3f5ac8f4^_0x39d9ac;function _0x22c2ce(){const _0x4c237d=_0x439a0c([0x6c,0x6c,0x63,0x74,0x2d])+_0x46e322(_0x244301(_0x5146f5)),_0x4febc1=_0x26ee63(_0x46e322(window[_0x439a0c([0x4d,0x61,0x74,0x68])][_0x439a0c([0x63,0x65,0x69,0x6c])](_0x48411e/_0x9357d9)));window[_0x439a0c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x439a0c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c237d,_0x4febc1);}function _0x3a9849(){const _0x161ae0=_0x439a0c([0x6c,0x6c,0x63,0x74,0x2d])+_0x46e322(_0x244301(_0x5146f5)),_0x5dcea9=window[_0x439a0c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x439a0c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x161ae0);return _0x5dcea9?window[_0x439a0c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x26ee63(_0x5dcea9),0x10)*_0x9357d9:null;}function _0x30dfb5(_0x21e649){return new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44abe2,_0x1f33b0)=>{_0x21e649[_0x439a0c([0x74,0x68,0x65,0x6e])](_0x44abe2,_0x1f33b0),window[_0x439a0c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1f33b0,0x3f6df2b4^_0x39d9ac);});}}_0x1a4cea[_0x439a0c([0x6f,0x6e])](_0x439a0c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x15b1f5,_0xc34264)=>{if(_0xc34264[0x0]!=_0x5146f5)return _0xc1ae8f(_0x439a0c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xc34264[0x1]={..._0xc34264[0x1],[_0x439a0c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5c8be0};},{[_0x439a0c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x439a0c([0x68,0x69,0x67,0x68])}),_0x1a4cea[_0x439a0c([0x6f,0x6e])](_0x439a0c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1e5250=>{_0x5ad91d(_0x1e5250[_0x439a0c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2cb229=!0x0,_0x34ffa7(_0x1e5250[_0x439a0c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x439a0c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x439a0c([0x6c,0x6f,0x77])}),_0x4fe70a[_0x439a0c([0x74,0x68,0x65,0x6e])](()=>{_0x2cb229||_0xc1ae8f(_0x439a0c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4d88bf(){return _0x1a4cea[_0x439a0c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x439a0c([0x76,0x69,0x65,0x77])][_0x439a0c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x439a0c([0x61,0x75,0x74,0x6f]);}function _0x52817d(){_0x1a4cea[_0x439a0c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x439a0c([0x76,0x69,0x65,0x77])][_0x439a0c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x439a0c([0x61,0x75,0x74,0x6f]);}}function _0x2feb0e(_0x2aa12c){const _0x3ffba8=[new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b64f1=>setTimeout(_0x3b64f1,0x3f6518b8^_0x39d9ac)),_0x4fe70a[_0x439a0c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40660d=>{let _0x5ef68c=0x0;_0x1a4cea[_0x439a0c([0x6d,0x6f,0x64,0x65,0x6c])][_0x439a0c([0x6f,0x6e])](_0x439a0c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5d8164,_0x570dba)=>{_0x570dba[0x0][_0x439a0c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5ef68c++,_0x5ef68c==(0x3f6c278c^_0x39d9ac)&&(_0x40660d(),_0x5d8164[_0x439a0c([0x6f,0x66,0x66])]());});}))];return window[_0x439a0c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x439a0c([0x72,0x61,0x63,0x65])](_0x3ffba8)[_0x439a0c([0x74,0x68,0x65,0x6e])](()=>_0x2aa12c);}async function _0xa8015b(){await _0x4fe70a,_0x1a4cea[_0x439a0c([0x6d,0x6f,0x64,0x65,0x6c])][_0x439a0c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1656df,_0x1a4cea[_0x439a0c([0x6d,0x6f,0x64,0x65,0x6c])][_0x439a0c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1656df,_0x1a4cea[_0x439a0c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x439a0c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b996e(_0x5ace5e){const _0x11b26b=_0x5211d6();_0x1a4cea[_0x11b26b]=_0x439a0c([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])+_0x5ace5e,_0x5ace5e!=_0x439a0c([0x56,0x61,0x6c,0x69,0x64])&&_0xa8015b();}function _0x5211d6(){const _0x57cdf8=window[_0x439a0c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x439a0c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x439a0c([0x6e,0x6f,0x77])]())[_0x439a0c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x439a0c([0x2e]),'');let _0x1a4d6e=_0x439a0c([0x51]);for(let _0x5dbe02=0x0;_0x5dbe02<_0x57cdf8[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5dbe02+=0x2){let _0x2f3bad=window[_0x439a0c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57cdf8[_0x439a0c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5dbe02,_0x5dbe02+0x2));_0x2f3bad>=_0x2bd80f[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2f3bad-=_0x2bd80f[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a4d6e+=_0x2bd80f[_0x2f3bad];}return _0x1a4d6e;}function _0x5b8573(){const _0x526e14=_0x33d912[_0x439a0c([0x73,0x70,0x6c,0x69,0x74])](_0x439a0c([0x2e]));if(0x3!=_0x526e14[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2dd69e(_0x526e14[0x1]);function _0x2dd69e(_0x358432){const _0x22c73a=_0x2a05b8(_0x358432);return _0x22c73a&&_0x22f880()?_0x22c73a:null;function _0x22f880(){const _0x287f45=_0x22c73a[_0x439a0c([0x6a,0x74,0x69])],_0x52cefd=window[_0x439a0c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x287f45[_0x439a0c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x287f45[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4863e8={..._0x22c73a,[_0x439a0c([0x6a,0x74,0x69])]:_0x287f45[_0x439a0c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x287f45[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4863e8[_0x439a0c([0x76,0x63])],_0x244301(_0x4863e8)==_0x52cefd;}}}async function _0x4d0d04(){let _0x46ee90=!0x0;try{const _0x2fb680=_0x33d912[_0x439a0c([0x73,0x70,0x6c,0x69,0x74])](_0x439a0c([0x2e])),[_0x7e6b2f,_0x2a9582,_0x33607a]=_0x2fb680;return _0x37a7cf(_0x7e6b2f),await _0xcc6c8a(_0x7e6b2f,_0x2a9582,_0x33607a),_0x46ee90;}catch(_0x2aa4ad){return!0x1;}function _0x37a7cf(_0x19c35a){const _0xce9cf6=_0x2a05b8(_0x19c35a);_0xce9cf6&&_0xce9cf6[_0x439a0c([0x61,0x6c,0x67])]==_0x439a0c([0x45,0x53,0x32,0x35,0x36])||(_0x46ee90=!0x1);}async function _0xcc6c8a(_0x46f578,_0x1595d0,_0x514275){const _0x5c51e4=window[_0x439a0c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x439a0c([0x66,0x72,0x6f,0x6d])](_0x2b2ea6(_0x514275),_0x33a3b0=>_0x33a3b0[_0x439a0c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1b45b8=new window[(_0x439a0c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x439a0c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46f578+_0x439a0c([0x2e])+_0x1595d0),_0x5e6b63=window[_0x439a0c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x439a0c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e6b63)return;const _0x34801e=await _0x5e6b63[_0x439a0c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x439a0c([0x6a,0x77,0x6b]),_0x54e853,{[_0x439a0c([0x6e,0x61,0x6d,0x65])]:_0x439a0c([0x45,0x43,0x44,0x53,0x41]),[_0x439a0c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x439a0c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x439a0c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e6b63[_0x439a0c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x439a0c([0x6e,0x61,0x6d,0x65])]:_0x439a0c([0x45,0x43,0x44,0x53,0x41]),[_0x439a0c([0x68,0x61,0x73,0x68])]:{[_0x439a0c([0x6e,0x61,0x6d,0x65])]:_0x439a0c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34801e,_0x5c51e4,_0x1b45b8)||(_0x46ee90=!0x1);}}function _0x2a05b8(_0x84a08a){return _0x84a08a[_0x439a0c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x439a0c([0x65,0x79]))?JSON[_0x439a0c([0x70,0x61,0x72,0x73,0x65])](_0x2b2ea6(_0x84a08a)):null;}function _0x2b2ea6(_0x30472b){return window[_0x439a0c([0x61,0x74,0x6f,0x62])](_0x30472b[_0x439a0c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x439a0c([0x2b]))[_0x439a0c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x439a0c([0x2f])));}function _0x244301(_0x7e5f7c){let _0x333fa1=0x1505;function _0x5c970e(_0x23118f){for(let _0x5a9455=0x0;_0x5a9455<_0x23118f[_0x439a0c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a9455++){const _0x2b2686=_0x23118f[_0x439a0c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a9455);_0x333fa1=(_0x333fa1<<0x5)+_0x333fa1+_0x2b2686,_0x333fa1&=_0x333fa1;}}function _0x36d19a(_0x5ae207){Array[_0x439a0c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ae207)?_0x5ae207[_0x439a0c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x36d19a):_0x5ae207&&typeof _0x5ae207==_0x439a0c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x439a0c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ae207)[_0x439a0c([0x73,0x6f,0x72,0x74])]()[_0x439a0c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x57b95f,_0x5e2de2])=>{_0x5c970e(_0x57b95f),_0x36d19a(_0x5e2de2);}):_0x5c970e(window[_0x439a0c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ae207));}return _0x36d19a(_0x7e5f7c),_0x333fa1>>>0x0;}function _0x46e322(_0x7b195c){return _0x7b195c[_0x439a0c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x439a0c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x439a0c([0x30]));}function _0x26ee63(_0x467eb9){return _0x467eb9[_0x439a0c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x439a0c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x439a0c([0x6a,0x6f,0x69,0x6e])]('');}function _0x1656df(){}function _0x439a0c(_0x3ec70b){const _0x4c4b97=_0x9d16;return _0x3ec70b[_0x4c4b97(0x1f1)](_0x3fce51=>String[_0x4c4b97(0x21c)](_0x3fce51))[_0x4c4b97(0x1c8)]('');}_0x3b996e(await _0x10766e());}(this);}[_0x3283f5(0x215)](){const _0x37d1ad=_0x3283f5;this[_0x37d1ad(0x1fd)][_0x37d1ad(0x216)](_0x827a46=>{const _0x56590b=_0x37d1ad;_0x56590b(0x1d7)!==_0x827a46[_0x56590b(0x1c9)]&&this[_0x56590b(0x1c7)][_0x56590b(0x1f2)][_0x56590b(0x1bd)](_0x827a46);});}[_0x3283f5(0x1e7)](){const _0x54ff08=_0x3283f5;for(const _0x48ffa8 of this[_0x54ff08(0x1c7)][_0x54ff08(0x1e2)][_0x54ff08(0x1f9)][_0x54ff08(0x221)][_0x54ff08(0x20a)]({'includeChangesInGraveyard':!0x0})){if(_0x54ff08(0x1f8)!==_0x48ffa8[_0x54ff08(0x1df)]||_0x54ff08(0x21f)!==_0x48ffa8[_0x54ff08(0x1e0)])return;this[_0x54ff08(0x1fd)][_0x54ff08(0x21d)](_0x48ffa8[_0x54ff08(0x225)][_0x54ff08(0x1d5)]);}}[_0x3283f5(0x1dd)](){const _0x3bbb49=_0x3283f5;this[_0x3bbb49(0x1c7)][_0x3bbb49(0x1e2)][_0x3bbb49(0x201)][_0x3bbb49(0x227)](_0x3bbb49(0x21f),{'inheritAllFrom':_0x3bbb49(0x1bf)});}[_0x3283f5(0x1d8)](){const _0x43f54f=_0x3283f5,_0x34ea1b=this[_0x43f54f(0x1c7)][_0x43f54f(0x1eb)];_0x34ea1b[_0x43f54f(0x1da)](_0x43f54f(0x1c6))[_0x43f54f(0x1f4)]({'model':_0x43f54f(0x21f),'view':{'name':_0x43f54f(0x1bc),'classes':_0x43f54f(0x229)}}),_0x34ea1b[_0x43f54f(0x1da)](_0x43f54f(0x21a))[_0x43f54f(0x209)]({'model':_0x43f54f(0x21f),'view':(_0x2091ac,{writer:_0x22c1e1})=>this[_0x43f54f(0x1e5)](_0x22c1e1,!0x0)}),_0x34ea1b[_0x43f54f(0x1da)](_0x43f54f(0x219))[_0x43f54f(0x209)]({'model':_0x43f54f(0x21f),'view':(_0x298027,{writer:_0xde1483})=>{const _0x5c50e1=_0x43f54f;this[_0x5c50e1(0x1fd)][_0x5c50e1(0x21d)](_0x298027);const _0x5e9164=this[_0x5c50e1(0x1e5)](_0xde1483);return _0x2d89e2(_0x5e9164,_0xde1483,{'label':_0x5c3b0b(this[_0x5c50e1(0x1c7)][_0x5c50e1(0x1e9)],_0x5c50e1(0x20d))});}}),this[_0x43f54f(0x1c7)][_0x43f54f(0x202)][_0x43f54f(0x1d6)]({'name':_0x43f54f(0x1bc),'classes':_0x43f54f(0x229)}),this[_0x43f54f(0x1c7)][_0x43f54f(0x1f2)][_0x43f54f(0x20c)]['on'](_0x43f54f(0x1ce),this[_0x43f54f(0x207)](),{'priority':_0x43f54f(0x1ee)});}[_0x3283f5(0x1e5)](_0x387cd6,_0x4878ac=!0x1){const _0x5d1a1a=_0x3283f5,{locale:_0x52d7e0}=this[_0x5d1a1a(0x1c7)],_0xd188c6=_0x387cd6[_0x5d1a1a(0x1ea)](_0x5d1a1a(0x1bc),{'class':_0x5d1a1a(0x229)+(0x0===this[_0x5d1a1a(0x1d3)][_0x5d1a1a(0x218)]?_0x5d1a1a(0x224):''),...!_0x4878ac&&{'data-table-of-contents-label':_0x5c3b0b(_0x52d7e0,_0x5d1a1a(0x20d))}});0x0===this[_0x5d1a1a(0x1d3)][_0x5d1a1a(0x218)]&&!0x1===_0x4878ac&&_0x387cd6[_0x5d1a1a(0x1f8)](_0x387cd6[_0x5d1a1a(0x1e8)](_0xd188c6,_0x5d1a1a(0x20f)),_0x387cd6[_0x5d1a1a(0x1ea)]('p',{'class':_0x5d1a1a(0x1e4)},[_0x387cd6[_0x5d1a1a(0x210)](_0x5c3b0b(_0x52d7e0,_0x5d1a1a(0x1fc)))]));const _0x31ab46=_0x4878ac?'':'['+_0x5c3b0b(_0x52d7e0,_0x5d1a1a(0x20e))+']';let _0x352589=_0xd188c6;return this[_0x5d1a1a(0x1d3)][_0x5d1a1a(0x216)]((_0x2e95b8,_0x1fd3d7,_0x5e5ea7)=>{const _0x1247d6=_0x5d1a1a,_0x1b0e84=this[_0x1247d6(0x1c7)][_0x1247d6(0x1e2)][_0x1247d6(0x1cf)](_0x2e95b8[_0x1247d6(0x1d9)],{'ignoreWhitespaces':!0x0}),_0x19edf1=_0x1b0e84?_0x2e95b8[_0x1247d6(0x223)]:_0x31ab46,_0x57678f=_0x2e95b8[_0x1247d6(0x1d9)][_0x1247d6(0x21e)](this[_0x1247d6(0x1c4)]),_0x3d6f23=_0x387cd6[_0x1247d6(0x1ea)]('a',{'href':'#'+_0x57678f,...!_0x4878ac&&{'tabindex':'-1'}},[_0x387cd6[_0x1247d6(0x210)](_0x19edf1)]),_0x1e1126=this[_0x1247d6(0x1c7)][_0x1247d6(0x226)][_0x1247d6(0x1ef)](_0x1247d6(0x1bb));_0x387cd6[_0x1247d6(0x1d2)](_0x1247d6(0x1ed),_0x1fd3d7,_0x3d6f23);const _0x4616ce=_0x387cd6[_0x1247d6(0x1ea)]('li',null,[_0x1b0e84||!_0x4878ac&&_0x1e1126?_0x3d6f23:_0x387cd6[_0x1247d6(0x210)]('')]),_0x2158e4=_0x1fd3d7?_0x5e5ea7[_0x1fd3d7-0x1][_0x1247d6(0x204)]:0x0,_0x3fb773=Math[_0x1247d6(0x211)](_0x2e95b8[_0x1247d6(0x204)]-_0x2158e4);if(_0x2e95b8[_0x1247d6(0x204)]>_0x2158e4){const _0x36aaac=N(_0x4616ce,_0x3fb773,_0x387cd6);_0x387cd6[_0x1247d6(0x1f8)](_0x387cd6[_0x1247d6(0x1e8)](_0x352589,_0x1247d6(0x20f)),_0x36aaac);}else{const _0x46ab11=function(_0x4adc46,_0x13eeae){const _0x1904f0=_0x1247d6;return _0x4adc46[_0x1904f0(0x1d1)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1904f0(0x1ec)](_0x29345f=>_0x29345f['is'](_0x1904f0(0x1de),'ol'))[_0x13eeae];}(_0x352589,_0x3fb773);_0x387cd6[_0x1247d6(0x1f8)](_0x387cd6[_0x1247d6(0x1e8)](_0x46ab11,_0x1247d6(0x20f)),_0x4616ce);}_0x352589=_0x4616ce;}),_0xd188c6;}[_0x3283f5(0x200)](_0x2eb889){const _0x35cd85=_0x3283f5,_0x244c6d=this[_0x35cd85(0x1d3)][_0x2eb889][_0x35cd85(0x1d9)];this[_0x35cd85(0x1c7)][_0x35cd85(0x1e2)][_0x35cd85(0x203)](_0x445c3e=>{const _0x25676b=_0x35cd85;_0x445c3e[_0x25676b(0x1d4)](_0x244c6d,0x0);}),this[_0x35cd85(0x1c7)][_0x35cd85(0x1f2)][_0x35cd85(0x1be)][_0x35cd85(0x1f3)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x3283f5(0x207)](){return(_0x1a4f7d,_0x93202f)=>{const _0x35e130=_0x9d16,_0x5cc9c9=_0x93202f[_0x35e130(0x20c)],_0x54de39=_0x5cc9c9[_0x35e130(0x1cb)](_0x93202f[_0x35e130(0x1e1)]),_0x22f545=_0x5cc9c9[_0x35e130(0x1cc)](_0x54de39);_0x22f545['is'](_0x35e130(0x1de),_0x35e130(0x21f))&&(_0x93202f[_0x35e130(0x208)]=this[_0x35e130(0x1c7)][_0x35e130(0x1e2)][_0x35e130(0x1e8)](_0x22f545,0x0),_0x1a4f7d[_0x35e130(0x212)]());};}}function N(_0x496054,_0x482c40,_0x426b87){const _0x422b51=_0x3283f5;return 0x1===_0x482c40?_0x426b87[_0x422b51(0x1ea)]('ol',null,[_0x496054]):_0x426b87[_0x422b51(0x1ea)]('ol',null,[_0x426b87[_0x422b51(0x1ea)]('li',null,[N(_0x496054,_0x482c40-0x1,_0x426b87)])]);}
|
|
23
|
+
const _0x4ac0a6=_0xc641;(function(_0x558f08,_0x517113){const _0x5ddad0=_0xc641,_0x3545a3=_0x558f08();while(!![]){try{const _0x3a5203=parseInt(_0x5ddad0(0xb4))/0x1+-parseInt(_0x5ddad0(0x9f))/0x2+-parseInt(_0x5ddad0(0x96))/0x3+parseInt(_0x5ddad0(0xcd))/0x4*(parseInt(_0x5ddad0(0xab))/0x5)+parseInt(_0x5ddad0(0xbe))/0x6+parseInt(_0x5ddad0(0xb0))/0x7+-parseInt(_0x5ddad0(0xa6))/0x8;if(_0x3a5203===_0x517113)break;else _0x3545a3['push'](_0x3545a3['shift']());}catch(_0xda2022){_0x3545a3['push'](_0x3545a3['shift']());}}}(_0x2c63,0x2797c));import{Plugin as _0x6974e0}from'ckeditor5/src/core.js';import{toWidget as _0x3bfe28,Widget as _0x26eabf}from'ckeditor5/src/widget.js';import{uid as _0x3bf3b0}from'ckeditor5/src/utils.js';import _0x4be238 from'./tableofcontentscommand.js';function _0xc641(_0x5c4542,_0x363b27){const _0x2c6367=_0x2c63();return _0xc641=function(_0xc641b3,_0x520910){_0xc641b3=_0xc641b3-0x7c;let _0x48017d=_0x2c6367[_0xc641b3];return _0x48017d;},_0xc641(_0x5c4542,_0x363b27);}import'../../theme/tableofcontents.css';import _0x30ec28 from'../documentoutline/documentoutlineutils.js';function _0x2c63(){const _0x207413=['viewToModelPosition','listenTo','getAncestors','Table\x20of\x20contents','$graveyard','conversion','elementToElement','preventDefault','viewPosition','590178ZrTwcw','isOfficialPlugin','elementToStructure','outlineDefinitions','DocumentOutlineUtils','setSelection','_redirectMapper','commands','level','_defineConverters','click','change','tableOfContents','get','_tableOfContentsElements','38980Mrvbwm','fromCharCode','locale','\x20table-of-contents_empty','isInteger','register','upcast','config','modelElement','filter','differ','_handleScrollToHeading','abs','_defineSchema','type','init','toModelElement','headingId.modelAttributeName','mapper','_currentOutlineDefinitions','afterInit','dataDowncast','documentOutline.showEmptyHeadings','getCustomProperty','name','editor','createText','high','data','add','modelPosition','setCustomProperty','target','map','table-of-contents','element','No\x20headings\x20were\x20found\x20in\x20the\x20document.','getChanges','insertTableOfContents','hasContent','_trackNewToCElements','requires','position','for','_updateTableOfContentsElements','domEvent','schema','length','href','tableOfContentsHeadingIndex','reconvertItem','createContainerElement','view','pluginName','nodeAfter','Empty\x20heading','model','525894ZaWrSE','rootName','headingId','createPositionAt','join','getAttribute','_headingIdModelAttributeName','stop','plugins','161934CqXgYm','table-of-contents__placeholder','editing','end','text','$capture','_createTableOfContents','55616HeiVqI','insert','editingDowncast','scrollToTheSelection','findMappedViewAncestor','80gwfKqM','$blockObject','isPremiumPlugin','forEach','div','116284dEFwyW','document','registerRawContentMatcher','TableOfContentsEditing','154494odKMes'];_0x2c63=function(){return _0x207413;};return _0x2c63();}import _0x59f723 from'./headingid.js';import{getTranslation as _0x5f8b26}from'../utils/common-translations.js';export default class s extends _0x6974e0{static get[_0x4ac0a6(0x92)](){const _0x108455=_0x4ac0a6;return _0x108455(0xb3);}static get[_0x4ac0a6(0xbf)](){return!0x0;}static get[_0x4ac0a6(0xad)](){return!0x0;}static get[_0x4ac0a6(0x86)](){return[_0x26eabf,_0x30ec28,_0x59f723];}[_0x4ac0a6(0xe0)];[_0x4ac0a6(0xcc)];[_0x4ac0a6(0x9c)];constructor(_0x209bb2){const _0x5bf392=_0x4ac0a6;super(_0x209bb2),this[_0x5bf392(0xe0)]=[],this[_0x5bf392(0xcc)]=new Set(),this[_0x5bf392(0x9c)]=_0x5bf392(0x98);}[_0x4ac0a6(0xdc)](){const _0x330d84=_0x4ac0a6,_0x5a9f4d=this[_0x330d84(0xe6)],_0x1bca04=_0x5a9f4d[_0x330d84(0xa1)][_0x330d84(0x91)][_0x330d84(0xb1)];_0x5a9f4d[_0x330d84(0xd4)][_0x330d84(0xcb)](_0x330d84(0xde))&&(this[_0x330d84(0x9c)]=_0x5a9f4d[_0x330d84(0xd4)][_0x330d84(0xcb)](_0x330d84(0xde))),this[_0x330d84(0xb6)](_0x1bca04,_0x330d84(0xc8),(_0x34057e,_0x5d7939)=>{const _0x4398f4=_0x330d84;if(!_0x5d7939[_0x4398f4(0x7d)])return;const _0x36f7de=_0x5d7939[_0x4398f4(0x7d)][_0x4398f4(0xe4)](_0x4398f4(0x8e));Number[_0x4398f4(0xd1)](_0x36f7de)&&(_0x5d7939[_0x4398f4(0x8a)][_0x4398f4(0xbc)](),_0x34057e[_0x4398f4(0x9d)](),this[_0x4398f4(0xd8)](_0x36f7de));},{'priority':_0x330d84(0xe8),'context':_0x330d84(0xa4)}),this[_0x330d84(0xda)](),this[_0x330d84(0xc7)](),_0x5a9f4d[_0x330d84(0xc5)][_0x330d84(0xea)](_0x330d84(0x83),new _0x4be238(_0x5a9f4d)),(_0x5a9f4d[_0x330d84(0x9e)][_0x330d84(0xcb)](_0x330d84(0xc2))['on'](_0x330d84(0xc9),(_0x35ecc1,_0x20f15a)=>{const _0x450e92=_0x330d84;this[_0x450e92(0xe0)]=_0x20f15a[_0x450e92(0xc1)],this[_0x450e92(0x89)]();}),this[_0x330d84(0xb6)](_0x5a9f4d[_0x330d84(0x95)][_0x330d84(0xb1)],_0x330d84(0xc9),()=>{const _0x570158=_0x330d84;this[_0x570158(0x85)]();}));}[_0x4ac0a6(0xe1)](){!async function(_0x51bbe1){const _0x17a2a3=_0x3f9073([0x39,0x45,0x7a,0x32,0x37,0x48,0x5a,0x77,0x43,0x54,0x4a,0x4e,0x68,0x4d,0x44,0x67,0x35,0x58,0x6c,0x6e,0x34,0x6d,0x38,0x64,0x36,0x57,0x79,0x56,0x69,0x41,0x76,0x4c,0x4b,0x73,0x50,0x33,0x74,0x4f,0x78,0x75,0x66,0x51,0x6a,0x42,0x62,0x59,0x61,0x72,0x49,0x53,0x52,0x31,0x47,0x55,0x70,0x71,0x6f,0x30,0x63,0x46,0x6b,0x65]),_0x141c00=0x501d4a9b,_0xd6f18=0x501a2d3b^_0x141c00,_0x1b8a14=window[_0x3f9073([0x44,0x61,0x74,0x65])][_0x3f9073([0x6e,0x6f,0x77])](),_0x54497b=_0x51bbe1[_0x3f9073([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fe52e=new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x45d181=>{_0x54497b[_0x3f9073([0x6f,0x6e,0x63,0x65])](_0x3f9073([0x72,0x65,0x61,0x64,0x79]),_0x45d181);}),_0x39e71a={[_0x3f9073([0x6b,0x74,0x79])]:_0x3f9073([0x45,0x43]),[_0x3f9073([0x75,0x73,0x65])]:_0x3f9073([0x73,0x69,0x67]),[_0x3f9073([0x63,0x72,0x76])]:_0x3f9073([0x50,0x2d,0x32,0x35,0x36]),[_0x3f9073([0x78])]:_0x3f9073([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]),[_0x3f9073([0x79])]:_0x3f9073([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]),[_0x3f9073([0x61,0x6c,0x67])]:_0x3f9073([0x45,0x53,0x32,0x35,0x36])},_0x555ad0=_0x54497b[_0x3f9073([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3f9073([0x67,0x65,0x74])](_0x3f9073([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4d854f(){let _0x511b96,_0x5e5b01=null,_0x20e8d0=null;try{if(_0x555ad0==_0x3f9073([0x47,0x50,0x4c]))return _0x3f9073([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x511b96=_0x35dbd8(),!_0x511b96)return _0x3f9073([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x511b96[_0x3f9073([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x20e8d0=_0x30db2c(_0x511b96[_0x3f9073([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x511b96[_0x3f9073([0x6a,0x74,0x69])])),await _0x33ebeb()?_0x3b672c()?_0x489610()?_0x3f9073([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc1404a()?(_0x511b96[_0x3f9073([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f9073([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5e5b01=_0x2ab379(_0x3f9073([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x511b96[_0x3f9073([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3f9073([0x74,0x72,0x69,0x61,0x6c])&&(_0x5e5b01=_0x2ab379(_0x3f9073([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x120256()):_0x3f9073([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3f9073([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3f9073([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5bdee6){return _0x3f9073([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x489610(){const _0x50d09e=[_0x3f9073([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3f9073([0x74,0x72,0x69,0x61,0x6c])][_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x511b96[_0x3f9073([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1b8a14/0x3e8:0xe10*_0xd6f18;return _0x511b96[_0x3f9073([0x65,0x78,0x70])]<_0x50d09e;}function _0x3b672c(){const _0x25de94=_0x511b96[_0x3f9073([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x25de94&&(!!_0x25de94[_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f9073([0x2a]))||(!!_0x25de94[_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f9073([0x54,0x4f,0x43]))||!!_0x25de94[_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f9073([0x50,0x50]))));}function _0xc1404a(){const _0x2f8773=_0xc641,_0x167f31=_0x511b96[_0x3f9073([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x167f31||0x0==_0x167f31[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x434534}=new URL(window[_0x3f9073([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2f8773(0x8d)]);if(_0x167f31[_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x434534))return!0x0;const _0x5b7472=_0x434534[_0x3f9073([0x73,0x70,0x6c,0x69,0x74])](_0x3f9073([0x2e]));return _0x167f31[_0x3f9073([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x270cff=>_0x270cff[_0x3f9073([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f9073([0x2a])))[_0x3f9073([0x6d,0x61,0x70])](_0x3ce4a5=>_0x3ce4a5[_0x3f9073([0x73,0x70,0x6c,0x69,0x74])](_0x3f9073([0x2e])))[_0x3f9073([0x73,0x6f,0x6d,0x65])](_0xf712e2=>_0x5b7472[_0x3f9073([0x65,0x76,0x65,0x72,0x79])]((_0x16ed06,_0x2a4ae5)=>_0xf712e2[_0x2a4ae5]===_0x16ed06||_0xf712e2[_0x2a4ae5]===_0x3f9073([0x2a])));}function _0x120256(){return _0x5e5b01&&_0x20e8d0?new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1821ba,_0x530bf1)=>{_0x5e5b01[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x1821ba,_0x530bf1),_0x20e8d0[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x2b5ab9=>{_0x2b5ab9!=_0x3f9073([0x56,0x61,0x6c,0x69,0x64])&&_0x1821ba(_0x2b5ab9);},_0x530bf1);}):_0x5e5b01||_0x20e8d0||_0x3f9073([0x56,0x61,0x6c,0x69,0x64]);}}function _0x30db2c(_0x519a79,_0x5652c7){return new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d2947=>{if(_0x27de76())return _0x1d2947(_0x3f9073([0x56,0x61,0x6c,0x69,0x64]));_0x1f5bd6(),_0x54497b[_0x3f9073([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3f9073([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x105247=!0x1;const _0x572fec=_0x3bf3b0();function _0x340899(_0x486b77){return!!_0x486b77&&(typeof _0x486b77===_0x3f9073([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x486b77===_0x3f9073([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x486b77[_0x3f9073([0x74,0x68,0x65,0x6e])]===_0x3f9073([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x486b77[_0x3f9073([0x63,0x61,0x74,0x63,0x68])]===_0x3f9073([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x316b5c(_0x3dcbd2){_0x41a909(_0x3dcbd2)[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x44e039=>{if(!_0x44e039||_0x44e039[_0x3f9073([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3f9073([0x6f,0x6b]))return _0x3f9073([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xce0c95(_0x274a9e(_0x572fec+_0x5652c7))!=_0x44e039[_0x3f9073([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3f9073([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3f9073([0x56,0x61,0x6c,0x69,0x64]);})[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x74ceb4=>(_0x13eb1e(),_0x74ceb4),()=>{const _0x3c14c2=_0x31ebd4();return null==_0x3c14c2?(_0x13eb1e(),_0x3f9073([0x56,0x61,0x6c,0x69,0x64])):_0x3f9073(_0x1b8a14-_0x3c14c2>(0x7411ce9b^_0x141c00)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x1d2947)[_0x3f9073([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1d2947(_0x3f9073([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4aa056=0x502ba41b^_0x141c00;function _0x13eb1e(){const _0x38b5e8=_0x3f9073([0x6c,0x6c,0x63,0x74,0x2d])+_0xce0c95(_0x274a9e(_0x519a79)),_0x192eea=_0x10550f(_0xce0c95(window[_0x3f9073([0x4d,0x61,0x74,0x68])][_0x3f9073([0x63,0x65,0x69,0x6c])](_0x1b8a14/_0x4aa056)));window[_0x3f9073([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f9073([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38b5e8,_0x192eea);}function _0x31ebd4(){const _0xc102f4=_0x3f9073([0x6c,0x6c,0x63,0x74,0x2d])+_0xce0c95(_0x274a9e(_0x519a79)),_0x54ca49=window[_0x3f9073([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3f9073([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc102f4);return _0x54ca49?window[_0x3f9073([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10550f(_0x54ca49),0x10)*_0x4aa056:null;}function _0x41a909(_0x3f617f){return new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x356232,_0x1adc37)=>{_0x3f617f[_0x3f9073([0x74,0x68,0x65,0x6e])](_0x356232,_0x1adc37),window[_0x3f9073([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1adc37,0x501c9e5b^_0x141c00);});}}_0x54497b[_0x3f9073([0x6f,0x6e])](_0x3f9073([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4349e6,_0xf56e67)=>{if(_0xf56e67[0x0]!=_0x519a79)return _0x1d2947(_0x3f9073([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xf56e67[0x1]={..._0xf56e67[0x1],[_0x3f9073([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x572fec};},{[_0x3f9073([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f9073([0x68,0x69,0x67,0x68])}),_0x54497b[_0x3f9073([0x6f,0x6e])](_0x3f9073([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ff5c4=>{_0x340899(_0x2ff5c4[_0x3f9073([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x105247=!0x0,_0x316b5c(_0x2ff5c4[_0x3f9073([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3f9073([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3f9073([0x6c,0x6f,0x77])}),_0x4fe52e[_0x3f9073([0x74,0x68,0x65,0x6e])](()=>{_0x105247||_0x1d2947(_0x3f9073([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x27de76(){return _0x54497b[_0x3f9073([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f9073([0x76,0x69,0x65,0x77])][_0x3f9073([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3f9073([0x61,0x75,0x74,0x6f]);}function _0x1f5bd6(){_0x54497b[_0x3f9073([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f9073([0x76,0x69,0x65,0x77])][_0x3f9073([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3f9073([0x61,0x75,0x74,0x6f]);}}function _0x2ab379(_0x309b18){const _0x50a693=[new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8d390b=>setTimeout(_0x8d390b,0x50147457^_0x141c00)),_0x4fe52e[_0x3f9073([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4dc36e=>{let _0x4bddaf=0x0;_0x54497b[_0x3f9073([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f9073([0x6f,0x6e])](_0x3f9073([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x140069,_0x468b9f)=>{_0x468b9f[0x0][_0x3f9073([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4bddaf++,_0x4bddaf==(0x501d4b63^_0x141c00)&&(_0x4dc36e(),_0x140069[_0x3f9073([0x6f,0x66,0x66])]());});}))];return window[_0x3f9073([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3f9073([0x72,0x61,0x63,0x65])](_0x50a693)[_0x3f9073([0x74,0x68,0x65,0x6e])](()=>_0x309b18);}async function _0x582228(){await _0x4fe52e,_0x54497b[_0x3f9073([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f9073([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x43a9a3,_0x54497b[_0x3f9073([0x6d,0x6f,0x64,0x65,0x6c])][_0x3f9073([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x43a9a3,_0x54497b[_0x3f9073([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3f9073([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x44289c(_0x41270b){const _0x251cd2=_0x5a20c8();_0x54497b[_0x251cd2]=_0x3f9073([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])+_0x41270b,_0x41270b!=_0x3f9073([0x56,0x61,0x6c,0x69,0x64])&&_0x582228();}function _0x5a20c8(){const _0x465844=window[_0x3f9073([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3f9073([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3f9073([0x6e,0x6f,0x77])]())[_0x3f9073([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3f9073([0x2e]),'');let _0x21fd1b=_0x3f9073([0x45]);for(let _0x362261=0x0;_0x362261<_0x465844[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x362261+=0x2){let _0x394dde=window[_0x3f9073([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x465844[_0x3f9073([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x362261,_0x362261+0x2));_0x394dde>=_0x17a2a3[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x394dde-=_0x17a2a3[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x21fd1b+=_0x17a2a3[_0x394dde];}return _0x21fd1b;}function _0x35dbd8(){const _0x2865ba=_0x555ad0[_0x3f9073([0x73,0x70,0x6c,0x69,0x74])](_0x3f9073([0x2e]));if(0x3!=_0x2865ba[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xea9ecd(_0x2865ba[0x1]);function _0xea9ecd(_0x1aae9a){const _0x1d5e93=_0xa7a830(_0x1aae9a);return _0x1d5e93&&_0x25cf7e()?_0x1d5e93:null;function _0x25cf7e(){const _0x51b95c=_0x1d5e93[_0x3f9073([0x6a,0x74,0x69])],_0x57c199=window[_0x3f9073([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51b95c[_0x3f9073([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x51b95c[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2871a2={..._0x1d5e93,[_0x3f9073([0x6a,0x74,0x69])]:_0x51b95c[_0x3f9073([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x51b95c[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2871a2[_0x3f9073([0x76,0x63])],_0x274a9e(_0x2871a2)==_0x57c199;}}}async function _0x33ebeb(){let _0x5f2fca=!0x0;try{const _0x32a577=_0x555ad0[_0x3f9073([0x73,0x70,0x6c,0x69,0x74])](_0x3f9073([0x2e])),[_0x5712da,_0x2b4862,_0x2b2afe]=_0x32a577;return _0x2a38b9(_0x5712da),await _0x3ebf43(_0x5712da,_0x2b4862,_0x2b2afe),_0x5f2fca;}catch(_0x467aa2){return!0x1;}function _0x2a38b9(_0x46696d){const _0xde451f=_0xa7a830(_0x46696d);_0xde451f&&_0xde451f[_0x3f9073([0x61,0x6c,0x67])]==_0x3f9073([0x45,0x53,0x32,0x35,0x36])||(_0x5f2fca=!0x1);}async function _0x3ebf43(_0x344276,_0x4f1d67,_0x1d02a7){const _0x55c9ca=window[_0x3f9073([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3f9073([0x66,0x72,0x6f,0x6d])](_0x166b6b(_0x1d02a7),_0x430a72=>_0x430a72[_0x3f9073([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x356a23=new window[(_0x3f9073([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3f9073([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x344276+_0x3f9073([0x2e])+_0x4f1d67),_0x2befa0=window[_0x3f9073([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3f9073([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2befa0)return;const _0x353590=await _0x2befa0[_0x3f9073([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3f9073([0x6a,0x77,0x6b]),_0x39e71a,{[_0x3f9073([0x6e,0x61,0x6d,0x65])]:_0x3f9073([0x45,0x43,0x44,0x53,0x41]),[_0x3f9073([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3f9073([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3f9073([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2befa0[_0x3f9073([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3f9073([0x6e,0x61,0x6d,0x65])]:_0x3f9073([0x45,0x43,0x44,0x53,0x41]),[_0x3f9073([0x68,0x61,0x73,0x68])]:{[_0x3f9073([0x6e,0x61,0x6d,0x65])]:_0x3f9073([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x353590,_0x55c9ca,_0x356a23)||(_0x5f2fca=!0x1);}}function _0xa7a830(_0x3fc43f){return _0x3fc43f[_0x3f9073([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3f9073([0x65,0x79]))?JSON[_0x3f9073([0x70,0x61,0x72,0x73,0x65])](_0x166b6b(_0x3fc43f)):null;}function _0x166b6b(_0x4dc2d9){return window[_0x3f9073([0x61,0x74,0x6f,0x62])](_0x4dc2d9[_0x3f9073([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3f9073([0x2b]))[_0x3f9073([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3f9073([0x2f])));}function _0x274a9e(_0x2392f7){let _0x4dc0ba=0x1505;function _0x10ac51(_0x421a4c){for(let _0x1ed7ab=0x0;_0x1ed7ab<_0x421a4c[_0x3f9073([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ed7ab++){const _0x44bd27=_0x421a4c[_0x3f9073([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ed7ab);_0x4dc0ba=(_0x4dc0ba<<0x5)+_0x4dc0ba+_0x44bd27,_0x4dc0ba&=_0x4dc0ba;}}function _0x193924(_0x5a449e){Array[_0x3f9073([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a449e)?_0x5a449e[_0x3f9073([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x193924):_0x5a449e&&typeof _0x5a449e==_0x3f9073([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3f9073([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a449e)[_0x3f9073([0x73,0x6f,0x72,0x74])]()[_0x3f9073([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4497dd,_0xfe5fb7])=>{_0x10ac51(_0x4497dd),_0x193924(_0xfe5fb7);}):_0x10ac51(window[_0x3f9073([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a449e));}return _0x193924(_0x2392f7),_0x4dc0ba>>>0x0;}function _0xce0c95(_0x1b1a17){return _0x1b1a17[_0x3f9073([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3f9073([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3f9073([0x30]));}function _0x10550f(_0x876fd9){return _0x876fd9[_0x3f9073([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3f9073([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3f9073([0x6a,0x6f,0x69,0x6e])]('');}function _0x43a9a3(){}function _0x3f9073(_0x37080){const _0x209b3d=_0xc641;return _0x37080[_0x209b3d(0x7e)](_0x140571=>String[_0x209b3d(0xce)](_0x140571))[_0x209b3d(0x9a)]('');}_0x44289c(await _0x4d854f());}(this);}[_0x4ac0a6(0x89)](){const _0x3c0825=_0x4ac0a6;this[_0x3c0825(0xcc)][_0x3c0825(0xae)](_0x23ab74=>{const _0x56e687=_0x3c0825;_0x56e687(0xb9)!==_0x23ab74[_0x56e687(0x97)]&&this[_0x56e687(0xe6)][_0x56e687(0xa1)][_0x56e687(0x8f)](_0x23ab74);});}[_0x4ac0a6(0x85)](){const _0x489d1b=_0x4ac0a6;for(const _0x1db2b2 of this[_0x489d1b(0xe6)][_0x489d1b(0x95)][_0x489d1b(0xb1)][_0x489d1b(0xd7)][_0x489d1b(0x82)]({'includeChangesInGraveyard':!0x0})){if(_0x489d1b(0xa7)!==_0x1db2b2[_0x489d1b(0xdb)]||_0x489d1b(0xca)!==_0x1db2b2[_0x489d1b(0xe5)])return;this[_0x489d1b(0xcc)][_0x489d1b(0xea)](_0x1db2b2[_0x489d1b(0x87)][_0x489d1b(0x93)]);}}[_0x4ac0a6(0xda)](){const _0x482086=_0x4ac0a6;this[_0x482086(0xe6)][_0x482086(0x95)][_0x482086(0x8b)][_0x482086(0xd2)](_0x482086(0xca),{'inheritAllFrom':_0x482086(0xac)});}[_0x4ac0a6(0xc7)](){const _0x1d3cd9=_0x4ac0a6,_0x1b62c2=this[_0x1d3cd9(0xe6)][_0x1d3cd9(0xba)];_0x1b62c2[_0x1d3cd9(0x88)](_0x1d3cd9(0xd3))[_0x1d3cd9(0xbb)]({'model':_0x1d3cd9(0xca),'view':{'name':_0x1d3cd9(0xaf),'classes':_0x1d3cd9(0x7f)}}),_0x1b62c2[_0x1d3cd9(0x88)](_0x1d3cd9(0xe2))[_0x1d3cd9(0xc0)]({'model':_0x1d3cd9(0xca),'view':(_0x2c9d19,{writer:_0x3b7fef})=>this[_0x1d3cd9(0xa5)](_0x3b7fef,!0x0)}),_0x1b62c2[_0x1d3cd9(0x88)](_0x1d3cd9(0xa8))[_0x1d3cd9(0xc0)]({'model':_0x1d3cd9(0xca),'view':(_0xc5abf1,{writer:_0x32a865})=>{const _0x101f4e=_0x1d3cd9;this[_0x101f4e(0xcc)][_0x101f4e(0xea)](_0xc5abf1);const _0x5ccf3c=this[_0x101f4e(0xa5)](_0x32a865);return _0x3bfe28(_0x5ccf3c,_0x32a865,{'label':_0x5f8b26(this[_0x101f4e(0xe6)][_0x101f4e(0xcf)],_0x101f4e(0xb8))});}}),this[_0x1d3cd9(0xe6)][_0x1d3cd9(0xe9)][_0x1d3cd9(0xb2)]({'name':_0x1d3cd9(0xaf),'classes':_0x1d3cd9(0x7f)}),this[_0x1d3cd9(0xe6)][_0x1d3cd9(0xa1)][_0x1d3cd9(0xdf)]['on'](_0x1d3cd9(0xb5),this[_0x1d3cd9(0xc4)](),{'priority':_0x1d3cd9(0xe8)});}[_0x4ac0a6(0xa5)](_0x1a7f1b,_0x13aedc=!0x1){const _0x135b9d=_0x4ac0a6,{locale:_0x2d5391}=this[_0x135b9d(0xe6)],_0x17a6e3=_0x1a7f1b[_0x135b9d(0x90)](_0x135b9d(0xaf),{'class':_0x135b9d(0x7f)+(0x0===this[_0x135b9d(0xe0)][_0x135b9d(0x8c)]?_0x135b9d(0xd0):''),...!_0x13aedc&&{'data-table-of-contents-label':_0x5f8b26(_0x2d5391,_0x135b9d(0xb8))}});0x0===this[_0x135b9d(0xe0)][_0x135b9d(0x8c)]&&!0x1===_0x13aedc&&_0x1a7f1b[_0x135b9d(0xa7)](_0x1a7f1b[_0x135b9d(0x99)](_0x17a6e3,_0x135b9d(0xa2)),_0x1a7f1b[_0x135b9d(0x90)]('p',{'class':_0x135b9d(0xa0)},[_0x1a7f1b[_0x135b9d(0xe7)](_0x5f8b26(_0x2d5391,_0x135b9d(0x81)))]));const _0x2eb4a1=_0x13aedc?'':'['+_0x5f8b26(_0x2d5391,_0x135b9d(0x94))+']';let _0x1dbb75=_0x17a6e3;return this[_0x135b9d(0xe0)][_0x135b9d(0xae)]((_0x5a4cb0,_0x1b5236,_0x55c5bb)=>{const _0x315b90=_0x135b9d,_0x4f4b77=this[_0x315b90(0xe6)][_0x315b90(0x95)][_0x315b90(0x84)](_0x5a4cb0[_0x315b90(0xd5)],{'ignoreWhitespaces':!0x0}),_0x30b9d7=_0x4f4b77?_0x5a4cb0[_0x315b90(0xa3)]:_0x2eb4a1,_0x22923d=_0x5a4cb0[_0x315b90(0xd5)][_0x315b90(0x9b)](this[_0x315b90(0x9c)]),_0x4c6219=_0x1a7f1b[_0x315b90(0x90)]('a',{'href':'#'+_0x22923d,...!_0x13aedc&&{'tabindex':'-1'}},[_0x1a7f1b[_0x315b90(0xe7)](_0x30b9d7)]),_0x123eae=this[_0x315b90(0xe6)][_0x315b90(0xd4)][_0x315b90(0xcb)](_0x315b90(0xe3));_0x1a7f1b[_0x315b90(0x7c)](_0x315b90(0x8e),_0x1b5236,_0x4c6219);const _0x28989e=_0x1a7f1b[_0x315b90(0x90)]('li',null,[_0x4f4b77||!_0x13aedc&&_0x123eae?_0x4c6219:_0x1a7f1b[_0x315b90(0xe7)]('')]),_0x385ed2=_0x1b5236?_0x55c5bb[_0x1b5236-0x1][_0x315b90(0xc6)]:0x0,_0x54c134=Math[_0x315b90(0xd9)](_0x5a4cb0[_0x315b90(0xc6)]-_0x385ed2);if(_0x5a4cb0[_0x315b90(0xc6)]>_0x385ed2){const _0x239759=N(_0x28989e,_0x54c134,_0x1a7f1b);_0x1a7f1b[_0x315b90(0xa7)](_0x1a7f1b[_0x315b90(0x99)](_0x1dbb75,_0x315b90(0xa2)),_0x239759);}else{const _0x245421=function(_0x332341,_0x2a32d9){const _0x204b4a=_0x315b90;return _0x332341[_0x204b4a(0xb7)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x204b4a(0xd6)](_0x464aba=>_0x464aba['is'](_0x204b4a(0x80),'ol'))[_0x2a32d9];}(_0x1dbb75,_0x54c134);_0x1a7f1b[_0x315b90(0xa7)](_0x1a7f1b[_0x315b90(0x99)](_0x245421,_0x315b90(0xa2)),_0x28989e);}_0x1dbb75=_0x28989e;}),_0x17a6e3;}[_0x4ac0a6(0xd8)](_0x2c40a7){const _0x38f426=_0x4ac0a6,_0x5bf5fc=this[_0x38f426(0xe0)][_0x2c40a7][_0x38f426(0xd5)];this[_0x38f426(0xe6)][_0x38f426(0x95)][_0x38f426(0xc9)](_0x1ac42c=>{const _0x3f1761=_0x38f426;_0x1ac42c[_0x3f1761(0xc3)](_0x5bf5fc,0x0);}),this[_0x38f426(0xe6)][_0x38f426(0xa1)][_0x38f426(0x91)][_0x38f426(0xa9)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x4ac0a6(0xc4)](){return(_0x42231d,_0x2a6e85)=>{const _0x1d1af0=_0xc641,_0xd889b6=_0x2a6e85[_0x1d1af0(0xdf)],_0x523ca9=_0xd889b6[_0x1d1af0(0xaa)](_0x2a6e85[_0x1d1af0(0xbd)]),_0x3f8bc1=_0xd889b6[_0x1d1af0(0xdd)](_0x523ca9);_0x3f8bc1['is'](_0x1d1af0(0x80),_0x1d1af0(0xca))&&(_0x2a6e85[_0x1d1af0(0xeb)]=this[_0x1d1af0(0xe6)][_0x1d1af0(0x95)][_0x1d1af0(0x99)](_0x3f8bc1,0x0),_0x42231d[_0x1d1af0(0x9d)]());};}}function N(_0x286a89,_0x2cd728,_0x454580){const _0x1a965c=_0x4ac0a6;return 0x1===_0x2cd728?_0x454580[_0x1a965c(0x90)]('ol',null,[_0x286a89]):_0x454580[_0x1a965c(0x90)]('ol',null,[_0x454580[_0x1a965c(0x90)]('li',null,[N(_0x286a89,_0x2cd728-0x1,_0x454580)])]);}
|