@ckeditor/ckeditor5-document-outline 45.1.0-alpha.3 → 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:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ft,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>it,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=269]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(281)]())i instanceof r.Text&&(n+=i[e(270)]);return n}function a(){const t=["heading.options","2435680oqJyRu","45119FbTHAf","htmlH6","5198382nJuaeS","htmlH4","data","htmlH2","htmlH1","get","htmlH5","318ERzJEo","push","has","37915KmXGEt","config","htmlH3","getChildren","3067920kGULyO","2846176sCvFmL","paragraph","GeneralHtmlSupport","201166ITppai","model","reduce","plugins","36kLySxD"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(544589===-parseInt(e(293))/1*(-parseInt(e(290))/2)+-parseInt(e(282))/3+-parseInt(e(292))/4+-parseInt(e(278))/5*(-parseInt(e(275))/6)+parseInt(e(286))/7+parseInt(e(283))/8+parseInt(e(295))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=153]})(t,e)}function f(){const t=["item","domConverter","push","get","toModel","getFirstPosition","pluginName","name","domToView","fire","3827320HCTGrZ","change","11130791QOlVOq","init","881379hJFadl","text","documentOutline.headings","level","model","_headingNames","modelElement","_deriveHeadingElementsFromConversion","activeItemIndex","DocumentOutlineUtils","getRoot","afterInit","3640284eZYQlU","getChildren","data","getRootNames","6IxQPis","_getActiveHeading","isOfficialPlugin","findIndex","12775256mphOiW","_getHeadingNames","document","indexOf","view","element","getChild","includes","editor","length","31675248sFWiaF","_getOutlineDefinitions","editing","isPremiumPlugin","103768OLlnOc","config","6uKJNid","backward","createElement","selection"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(865584===-parseInt(e(163))/1+parseInt(e(199))/2*(-parseInt(e(183))/3)+-parseInt(e(195))/4+-parseInt(e(179))/5+-parseInt(e(165))/6*(parseInt(e(181))/7)+parseInt(e(203))/8+parseInt(e(159))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(175)](){return l(192)}static get[l(201)](){return!0}static get[l(162)](){return!0}[l(188)]=[];[l(182)](){const t=l,e=this[t(157)];this[t(188)]=this[t(204)]();let n=[];e[t(187)][t(205)].on(t(180),o((()=>{const e=t,i=n;n=this[e(160)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(186)]===n[e(186)]&&t[e(184)]===n[e(184)]&&t[e(189)]===n[e(189)])),r=(0,u.diffToChanges)(o,n),s=this[e(200)](),c=n[e(202)]((t=>t[e(189)]===s));r[e(158)]&&this[e(178)](e(180),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(178)](e(191),{index:c})}),250,{leading:!0,trailing:!0}))}[l(194)](){const t=l;this[t(188)][t(158)]||this[t(190)]()}[l(160)](){const t=l,e=this[t(157)],n=[],i=this[t(188)];for(const n of e[t(187)][t(205)][t(198)]())o(e[t(187)][t(205)][t(193)](n));function o(e){const r=t;for(const t of e[r(196)]())t.is(r(154))&&(i[r(156)](t[r(176)])&&n[r(171)]({level:i[r(206)](t[r(176)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(200)](){const t=l,e=this[t(157)][t(187)][t(205)][t(168)][t(174)](),n=new r.TreeWalker({direction:t(166),startPosition:e});for(const e of n)if(e[t(169)].is(t(154))&&this[t(188)][t(156)](e[t(169)][t(176)]))return e[t(169)]}[l(204)](){const t=l;return this[t(157)][t(164)][t(172)](t(185))||function(t){const e=s,n=t[e(279)][e(273)](e(291));return n?n[e(288)](((t,n)=>(e(284)!==n[e(287)]&&t[e(276)](n[e(287)]),t)),[]):t[e(289)][e(277)](e(285))?[e(272),e(271),e(280),e(269),e(274),e(294)]:[]}(this[t(157)])}[l(190)](){const t=l,e=this[t(157)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(161)][t(153)][t(170)][t(177)](document[t(167)](o)),r=e[t(197)][t(173)](n)[t(155)](0);r?.is(t(154))&&i[t(171)](r[t(176)])}this[t(188)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["676962UgEkgm","ck-document-outline__item_empty","bindTemplate","isActive","ck-document-outline__item_active","text","1305963lAcUCt","level","5037700KUtRwI","ck-document-outline__item","6ScQbjK","setTemplate","6468wyOtrE","Empty heading","set","bind","click","div","116498oEEANJ","isEmpty","5KOnzWU","2752866VFsWzc","ck-document-outline__item_level-","ck-reset","2616JEXCRg","2017364EhsqIm"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=341]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(332397===-parseInt(e(349))/1*(parseInt(e(357))/2)+-parseInt(e(345))/3+-parseInt(e(364))/4*(-parseInt(e(359))/5)+parseInt(e(365))/6+parseInt(e(351))/7*(parseInt(e(363))/8)+-parseInt(e(360))/9+parseInt(e(347))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(341)],o=e?"["+p(t,n(352))+"]":"";this[n(353)](n(344),""),this[n(353)](n(346),1),this[n(353)](n(342),!1),this[n(354)](n(358)).to(this,n(344),(t=>!t)),this[n(350)]({tag:n(356),attributes:{class:["ck",n(362),n(348),i.to(n(346),(t=>n(361)+t)),i.if(n(342),n(343)),i.if(n(358),n(366))],title:i.to(n(344))},children:[{text:i.to(n(344),(t=>t||o))}],on:{click:i.to(n(355))}})}}const I=k;function k(t,e){const n=b();return(k=function(t,e){return n[t-=383]})(t,e)}function b(){const t=["map","contentLanguageDirection","addMany","level","18tBySPH","Editor headings will appear here as you type.","howMany","19503wMYspX","documentOutlineContainer","remove","978AkyKLt","set","21532FxafXK","sync","click","locale","_handleItemClick","1668AZSrCR","ck-reset","_deleteItem","createCollection","4146744ZaCrnj","change:activeItemIndex","showEmptyHeadingText","insert","ck-document-outline","get","itemSelected","type","4654780jZaXbL","forEach","_scrollToItem","values","element","isActive","items","30610HXvhvQ","activeItemIndex","setTemplate","source","delegate","11185WXEukK","_insertItem","destroy","fire","9buIWmh","text","_setActiveItem","bind","div","delete","getIndex","417zAEWkj","3232696IZkSDw","index"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(415504===-parseInt(e(412))/1*(-parseInt(e(389))/2)+parseInt(e(405))/3*(-parseInt(e(420))/4)+-parseInt(e(394))/5*(-parseInt(e(418))/6)+-parseInt(e(429))/7+parseInt(e(406))/8+-parseInt(e(398))/9*(-parseInt(e(437))/10)+parseInt(e(415))/11*(parseInt(e(425))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[I(388)];[I(416)];[I(431)];constructor(t,e=!1,n){const i=I;super(t),this[i(431)]=e,this[i(419)](i(390),-1),this[i(416)]=n,this[i(388)]=this[i(428)](),this[i(388)][i(393)](i(422)).to(this),this.on(i(422),this[i(424)][i(401)](this)),this.on(i(430),((t,e,n,o)=>{this[i(400)](o,n)})),this[i(391)]({tag:i(402),attributes:{class:["ck",i(426),i(433)],dir:t[i(409)],"data-document-outline-empty-placeholder":p(t,i(413)),tabindex:-1},children:this[i(388)]})}[I(421)](t){const e=I;t[e(383)]((t=>{const n=e;n(432)==t[n(436)]?this[n(395)](t[n(407)],...t[n(385)]):n(403)==t[n(436)]&&this[n(427)](t[n(407)],t[n(414)])}))}[I(400)](t,e){const n=I;if(-1!==t){const e=this[n(388)][n(434)](t);e&&(e[n(387)]=!1)}-1!==e&&(this[n(388)][n(434)](e)[n(387)]=!0,this[n(384)](e))}[I(395)](t,...e){const n=I,i=e[n(408)](((e,i)=>{const o=n,r=new v(this[o(423)],this[o(431)]);return r[o(399)]=e[o(399)],r[o(411)]=e[o(411)],t+i===this[o(390)]&&(r[o(387)]=!0),r}));this[n(388)][n(410)](i,t)}[I(427)](t,e){const n=I;do{this[n(388)][n(417)](t)}while(--e)}[I(424)](t){const e=I,n=this[e(388)][e(404)](t[e(392)]);this[e(397)](e(435),n)}[I(384)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(388)][e(434)](t)[e(386)],20,this[e(416)])}[I(396)](){const t=I;super[t(396)](),this[t(386)][t(417)]()}}var _=n(673),O=n.n(_),C=n(545),x=n.n(C),E=n(262),T=n.n(E),A=n(667),L=n.n(A),P=n(357),N=n.n(P),S=n(46),K={attributes:{"data-cke":!0}};K.setAttributes=L(),K.insert=T().bind(null,"head"),K.domAPI=x(),K.insertStyleElement=N();O()(S.A,K);S.A&&S.A.locals&&S.A.locals;const D=M;function j(){const t=["floor","575950oBnqJe","mapper","7JzjSmX","DocumentOutlineUI","423YWNwwz","activeItemIndex","editor","afterInit","9aqYVBZ","_updateActiveDefinitionOnViewportChange","document-outline-container-not-provided","editing","element","href","focus","2778230DtBslu","plugins","_setActiveViewItem","join","top","_currentOutlineDefinitions","bottom","view","init","map","toViewElement","change","mapViewToDom","isOfficialPlugin","567872WbCOrw","_handleItemSelected","add","render","scroll","983106OwChde","cancel","appendChild","3108NNQJOu","_handleOutlineChange","window","documentOutline.container","modelElement","domConverter","indexOf","54374BqDEUh","getIntersection","model","fromCharCode","listenTo","locale","isPremiumPlugin","get","scrollToTheSelection","document","documentOutline.showEmptyHeadings","getRootNames","height","sync","setSelection","getDomRoot","config","_updateActiveDefinitionFromViewportThrottled","DocumentOutlineUtils","getVisible","resize","focusTracker","pluginName","bind","length","destroy","itemSelected","237186wpAZva"];return(j=function(){return t})()}!function(t){const e=M,n=t();for(;;)try{if(101574===-parseInt(e(262))/1+parseInt(e(289))/2+parseInt(e(295))/3*(parseInt(e(255))/4)+-parseInt(e(291))/5+parseInt(e(325))/6*(-parseInt(e(293))/7)+-parseInt(e(320))/8*(parseInt(e(299))/9)+parseInt(e(306))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class H extends t.Plugin{[D(313)];[D(311)];[D(279)];static get[D(284)](){return D(294)}static get[D(319)](){return!0}static get[D(268)](){return!0}constructor(t){const e=D;super(t),this[e(313)]=new y(t[e(267)],this[e(297)][e(278)][e(269)](e(272)),this[e(297)][e(278)][e(269)](e(258))),this[e(311)]=[],this[e(279)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(300)][e(285)](this),100)}[D(314)](){const t=D,e=this[t(297)],n=e[t(307)][t(269)](t(280));let i=!1;if(this[t(313)][t(323)](),this[t(297)].ui[t(283)][t(322)](this[t(313)][t(303)]),!e[t(278)][t(269)](t(258)))throw new u.CKEditorError(t(301),{editor:e});e[t(278)][t(269)](t(258))[t(254)](this[t(313)][t(303)]),n.on(t(317),this[t(256)][t(285)](this)),n.on(t(296),((e,{index:n})=>this[t(308)](n))),this[t(313)].on(t(288),((e,n)=>{i=!0,this[t(321)](n)})),this[t(313)][t(266)](u.global[t(271)],t(324),(()=>{i?i=!1:this[t(279)]()}),{useCapture:!0}),this[t(313)][t(266)](u.global[t(257)],t(282),this[t(279)],{useCapture:!0})}[D(298)](){!async function(t){const e=p([56,117,52,120,68,102,105,75,83,113,73,49,119,106,112,65,121,48,110,116,54,85,81,66,79,109,77,78,98,80,99,103,67,104,97,84,107,71,100,72,76,88,108,115,74,122,101,114,90,86,82,55,69,57,89,70,53,50,111,51,118,87]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=M;return t[e(315)]((t=>String[e(265)](t)))[e(309)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([117]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1746835200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=M,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(304)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(t){return p([73,110,118,97,108,105,100])}}())}(this)}[D(287)](){const t=D;super[t(287)](),this[t(313)][t(287)](),this[t(279)][t(326)]()}[D(256)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(311)]=e,this[i(313)][i(275)](n)}[D(308)](t){const e=D;this[e(311)][e(286)]&&this[e(311)][t]&&(this[e(313)][e(296)]=t)}[D(321)](t){const e=D,n=this[e(311)][t][e(259)];this[e(297)][e(264)][e(317)]((t=>{t[e(276)](n,0)})),this[e(297)][e(302)][e(313)][e(270)]({alignToTop:!0,forceScroll:!0}),this[e(297)][e(302)][e(313)][e(305)](),this[e(308)](t)}[D(300)](){const t=D,e=this[t(297)];let n;for(const i of e[t(264)][t(271)][t(273)]()){const o=e[t(302)][t(313)][t(277)](i),r=o&&new u.Rect(o)[t(281)]();if(r){const e=new u.Rect(u.global[t(257)])[t(263)](r);e&&(n=e[t(310)]+.25*e[t(274)])}}if(void 0===n)return;const i=R(e[t(302)],this[t(311)],n);i?this[t(308)](this[t(311)][t(261)](i)):this[t(308)](-1)}}function M(t,e){const n=j();return(M=function(t,e){return n[t-=254]})(t,e)}function R(t,e,n,i=0,o=e[D(286)]-1){const r=D,s=Math[r(290)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(292)][r(316)](c[r(259)]);if(!a)return null;const l=t[r(313)][r(260)][r(318)](a);return new u.Rect(l)[r(312)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const U=F;function F(t,e){const n=W();return(F=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=F,n=t();for(;;)try{if(426768===-parseInt(e(457))/1+parseInt(e(449))/2*(parseInt(e(450))/3)+parseInt(e(432))/4*(-parseInt(e(461))/5)+parseInt(e(448))/6+parseInt(e(425))/7+-parseInt(e(426))/8+-parseInt(e(433))/9*(parseInt(e(438))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class V extends t.Plugin{[U(430)];[U(445)];static get[U(435)](){return[h,H]}static get[U(427)](){return U(456)}static get[U(439)](){return!0}static get[U(444)](){return!0}[U(454)](){const t=U;this[t(430)]=this[t(428)][t(458)][t(446)](t(430));const e=this[t(428)];this[t(445)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(441)==r||n(429)==r||n(440)==r||n(442)==r||n(437)==r||n(452)==r||n(447)==r||n(451)==r){delete e[o],i=r,clearInterval(this[n(445)]),this[n(445)]=void 0;break}}n(429)==i&&e[n(434)](n(460)),n(440)==i&&e[n(434)](n(443)),n(442)==i&&e[n(434)](n(459)),n(437)==i&&e[n(434)](n(453),n(456)),n(452)==i&&e[n(434)](n(436)),n(447)==i&&e[n(434)](n(462)),n(451)==i&&e[n(434)](n(431))}),1e3)}[U(455)](){const t=U;super[t(455)](),this[t(445)]&&clearInterval(this[t(445)])}}function W(){const t=["DocumentOutline","709905oTlRYY","config","domainLimit","invalid","1936070qWeqon","trialLimit","4861157jKNWwU","476880mtefyL","pluginName","editor","documentOutlineLicenseKeyInvalid","licenseKey","usageLimit","4VwsFpa","495sNRMRR","_showLicenseError","requires","evaluationLimit","documentOutlineLicenseKeyNotAllowed","64600hDMQHg","isOfficialPlugin","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyDomainLimit","expired","isPremiumPlugin","_licenseKeyCheckInterval","get","documentOutlineLicenseKeyTrialLimit","4524036fCnsQZ","980680bhedpB","3KbFvxB","documentOutlineLicenseKeyUsageLimit","documentOutlineLicenseKeyEvaluationLimit","featureNotAllowed","init","destroy"];return(W=function(){return t})()}var q=n(901);function J(){const t=["editor","68396netlIz","337361rkCJYX","getFirstPosition","1222748LNjGYH","75110WQKUjo","isEnabled","document","1240326JfXdvs","execute","1881345uaHtkk","150AVbLKJ","insertObject","12TUlwUo","createElement","schema","change","489128NGZwVl","tableOfContents","selection","findAllowedParent","model","refresh"];return(J=function(){return t})()}function X(t,e){const n=J();return(X=function(t,e){return n[t-=105]})(t,e)}const B=X;!function(t){const e=X,n=t();for(;;)try{if(211994===parseInt(e(122))/1+parseInt(e(121))/2*(parseInt(e(110))/3)+parseInt(e(124))/4+-parseInt(e(107))/5+parseInt(e(108))/6*(-parseInt(e(125))/7)+-parseInt(e(114))/8+parseInt(e(105))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class z extends t.Command{[B(106)](){const t=B;this[t(120)][t(118)][t(113)]((e=>{const n=t;this[n(120)][n(118)][n(109)](e[n(111)](n(115)))}))}[B(119)](){const t=B,e=this[t(120)][t(118)],n=e[t(127)][t(116)][t(123)]();this[t(126)]=null!==(n&&e[t(112)][t(117)](n,t(115)))}}var G=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=L(),Q.insert=T().bind(null,"head"),Q.domAPI=x(),Q.insertStyleElement=N();O()(G.A,Q);G.A&&G.A.locals&&G.A.locals;function Z(t,e){const n=Y();return(Z=function(t,e){return n[t-=101]})(t,e)}function Y(){const t=["writer","paragraph","hasAttribute","116vCzjZc","84594MopTyW","name","document","6789735diyrIZ","modelRange","98rvqhXg","low","config","6EXlTDF","upcast","change","model","_customUpcastHeadingsConversion","clear","viewItem","insert","has","getChanges","getContainedElement","type","forEach","attribute:headingId:","attributes","view","toViewElement","isOfficialPlugin","911695xrjIFy","registerPostFixer","4750940lCerPr","element:","heading1","nodeAfter","getAttribute","_registerHeadingIdAttributePostfixer","for","match","mapper","conversion","get","1153968pINeMp","isPremiumPlugin","427208AbEuSo","delete","item","headingId.modelAttributeName","heading.options","pluginName","position","consumable","consume","_customDataDowncastHeadingsConversion","set","differ","headingId","string","setAttribute","removeAttribute","downcast","HeadingId","length","31194720FndYok","editor","isRegistered","schema","extend","remove","afterInit","add"];return(Y=function(){return t})()}const $=Z;!function(t){const e=Z,n=t();for(;;)try{if(485198===parseInt(e(156))/1+-parseInt(e(169))/2+parseInt(e(130))/3*(parseInt(e(129))/4)+-parseInt(e(158))/5*(-parseInt(e(138))/6)+parseInt(e(135))/7*(parseInt(e(171))/8)+parseInt(e(133))/9+-parseInt(e(118))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[$(104)](){return $(116)}static get[$(155)](){return!0}static get[$(170)](){return!0}[$(124)](){const t=$,e=this[t(119)];e[t(137)][t(168)](t(102))||(function(e){const n=t,i=new Map;return e?(e[n(150)]((t=>{const e=n;e(127)!==t[e(141)]&&i[e(109)](t[e(153)],t[e(141)])})),i[n(168)]("h1")||i[n(109)]("h1",n(160)),i):i}(this[t(119)][t(137)][t(168)](t(103)))[t(150)](((n,i)=>{const o=t;this[o(142)](i),this[o(108)](n),e[o(141)][o(121)][o(120)](n)&&e[o(141)][o(121)][o(122)](n,{allowAttributes:o(111)})})),this[t(163)]())}[$(142)](t){const e=$;this[e(119)][e(167)][e(164)](e(139))[e(125)]((n=>n.on(e(159)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(144)][o(162)]("id"),a=n[o(134)][o(148)]();if(a)return c&&c[o(117)]||a[o(128)](o(111))?void(r[o(107)](n[o(144)],{attributes:["id"]})&&s[o(113)](o(111),c,a)):(r[o(107)](n[o(144)],{attributes:["id"]}),void s[o(113)](o(111),(0,u.uid)(),a))}),{priority:u.priorities[e(168)](e(136))+.5})))}[$(108)](t){const e=$;this[e(119)][e(167)][e(164)](e(115))[e(125)]((n=>n.on(e(151)+t,((t,n,i)=>{const o=e;if(!i[o(106)][o(107)](n[o(101)],t[o(131)]))return;const r=n[o(101)][o(162)](o(111)),s=i[o(166)][o(154)](n[o(101)]);i[o(126)][o(113)]("id",r,s)}))))}[$(163)](){const t=$,e=this[t(119)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(125)](r),e[o(113)](o(111),r,n),r}function r(e,n){const i=t;e[i(114)](i(111),n)}e[t(141)][t(132)][t(157)]((s=>{const c=t,a=e[c(141)][c(132)][c(110)][c(147)]();let u=!1;for(const t of a)if(c(145)==t[c(149)]&&t[c(131)])if(t[c(131)][c(165)](/heading\d/)){const e=t[c(152)][c(168)](c(111));c(112)==typeof e?n[c(146)](e)?(o(s,t[c(105)][c(161)]),u=!0):i[c(125)](e):(o(s,t[c(105)][c(161)]),u=!0)}else c(112)==typeof t[c(152)][c(168)](c(111))&&(r(s,t[c(105)][c(161)]),u=!0);else if(c(123)==t[c(149)]){const e=t[c(152)][c(168)](c(111));c(112)==typeof e&&n[c(172)](e)}return u})),e[t(141)][t(132)].on(t(140),(()=>{const e=t;i[e(150)]((t=>n[e(125)](t))),i[e(143)]()}))}}const et=ot;function nt(){const t=["No headings were found in the document.","createContainerElement","setSelection","register","scrollToTheSelection","_trackNewToCElements","insertTableOfContents","8896455sHbRGy","$capture","filter","table-of-contents__placeholder","conversion","2244790OiwQLV","TableOfContentsEditing","_createTableOfContents","forEach","domEvent","getChanges","abs","headingId.modelAttributeName","129073oXtRqO","text","modelPosition","235341IuzMVu","viewPosition","level","headingId","toModelElement","afterInit","_redirectMapper","_handleScrollToHeading","viewToModelPosition","elementToStructure","length","getCustomProperty","createText","documentOutline.showEmptyHeadings","config","Empty heading","document","get","368hjAhyy","isPremiumPlugin","_tableOfContentsElements","createPositionAt","model","table-of-contents","1085884copcKG","outlineDefinitions","_defineSchema","mapper","end","requires","join","Table of contents","elementToElement","map","setCustomProperty","registerRawContentMatcher","high","target","DocumentOutlineUtils","add","view","for","18XHfBRy","listenTo","div"," table-of-contents_empty","hasContent","pluginName","name","init","editingDowncast","32673982EwAmGv","position","stop","_headingIdModelAttributeName","_updateTableOfContentsElements","data","change","fromCharCode","tableOfContents","click","$graveyard","218390uCcSJG","nodeAfter","preventDefault","10WoIsqI","getAncestors","editor","differ","isInteger","findMappedViewAncestor","type","commands","_defineConverters","schema","insert","plugins","$blockObject","locale","modelElement","upcast","getAttribute","reconvertItem","dataDowncast","rootName","editing","isOfficialPlugin","element","href","tableOfContentsHeadingIndex","_currentOutlineDefinitions","2beZfwc"];return(nt=function(){return t})()}!function(t){const e=ot,n=t();for(;;)try{if(914879===parseInt(e(432))/1*(-parseInt(e(461))/2)+-parseInt(e(485))/3+-parseInt(e(509))/4+parseInt(e(474))/5*(-parseInt(e(527))/6)+parseInt(e(482))/7*(parseInt(e(503))/8)+parseInt(e(469))/9*(-parseInt(e(435))/10)+parseInt(e(421))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{static get[et(417)](){return et(475)}static get[et(456)](){return!0}static get[et(504)](){return!0}static get[et(514)](){return[q.Widget,h,tt]}[et(460)];[et(505)];[et(424)];constructor(t){const e=et;super(t),this[e(460)]=[],this[e(505)]=new Set,this[e(424)]=e(488)}[et(419)](){const t=et,e=this[t(437)],n=e[t(455)][t(525)][t(501)];e[t(499)][t(502)](t(481))&&(this[t(424)]=e[t(499)][t(502)](t(481))),this[t(528)](n,t(430),((e,n)=>{const i=t;if(!n[i(522)])return;const o=n[i(522)][i(496)](i(459));Number[i(439)](o)&&(n[i(478)][i(434)](),e[i(423)](),this[i(492)](o))}),{priority:t(521),context:t(470)}),this[t(511)](),this[t(443)](),e[t(442)][t(524)](t(468),new z(e)),e[t(446)][t(502)](t(523)).on(t(427),((e,n)=>{const i=t;this[i(460)]=n[i(510)],this[i(425)]()})),this[t(528)](e[t(507)][t(501)],t(427),(()=>{this[t(467)]()}))}[et(490)](){!async function(t){const e=p([55,69,118,99,122,84,76,48,57,87,65,67,72,53,85,80,56,111,66,98,117,71,86,112,50,115,51,108,79,90,74,49,78,70,120,88,82,97,109,113,83,89,68,54,106,104,107,73,121,103,100,116,75,77,101,110,102,81,119,52,114,105]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=ot;return t[e(518)]((t=>String[e(428)](t)))[e(515)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([69]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1746835200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(458)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(t){return p([73,110,118,97,108,105,100])}}())}(this)}[et(425)](){const t=et;this[t(505)][t(477)]((e=>{const n=t;n(431)!==e[n(454)]&&this[n(437)][n(455)][n(452)](e)}))}[et(467)](){const t=et;for(const e of this[t(437)][t(507)][t(501)][t(438)][t(479)]({includeChangesInGraveyard:!0})){if(t(445)!==e[t(441)]||t(429)!==e[t(418)])return;this[t(505)][t(524)](e[t(422)][t(433)])}}[et(511)](){const t=et;this[t(437)][t(507)][t(444)][t(465)](t(429),{inheritAllFrom:t(447)})}[et(443)](){const t=et,e=this[t(437)][t(473)];e[t(526)](t(450))[t(517)]({model:t(429),view:{name:t(529),classes:t(508)}}),e[t(526)](t(453))[t(494)]({model:t(429),view:(e,{writer:n})=>this[t(476)](n,!0)}),e[t(526)](t(420))[t(494)]({model:t(429),view:(e,{writer:n})=>{const i=t;this[i(505)][i(524)](e);const o=this[i(476)](n);return(0,q.toWidget)(o,n,{label:p(this[i(437)][i(448)],i(516))})}}),this[t(437)][t(426)][t(520)]({name:t(529),classes:t(508)}),this[t(437)][t(455)][t(512)].on(t(493),this[t(491)](),{priority:t(521)})}[et(476)](t,e=!1){const n=et,{locale:i}=this[n(437)],o=t[n(463)](n(529),{class:n(508)+(0===this[n(460)][n(495)]?n(530):""),...!e&&{"data-table-of-contents-label":p(i,n(516))}});0===this[n(460)][n(495)]&&!1===e&&t[n(445)](t[n(506)](o,n(513)),t[n(463)]("p",{class:n(472)},[t[n(497)](p(i,n(462)))]));const r=e?"":"["+p(i,n(500))+"]";let s=o;return this[n(460)][n(477)](((i,o,c)=>{const a=n,u=this[a(437)][a(507)][a(416)](i[a(449)],{ignoreWhitespaces:!0}),l=u?i[a(483)]:r,d=i[a(449)][a(451)](this[a(424)]),f=t[a(463)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(497)](l)]),h=this[a(437)][a(499)][a(502)](a(498));t[a(519)](a(459),o,f);const m=t[a(463)]("li",null,[u||!e&&h?f:t[a(497)]("")]),p=o?c[o-1][a(487)]:0,g=Math[a(480)](i[a(487)]-p);if(i[a(487)]>p){const e=rt(m,g,t);t[a(445)](t[a(506)](s,a(513)),e)}else{const e=function(t,e){const n=a;return t[n(436)]({includeSelf:!0,parentFirst:!0})[n(471)]((t=>t.is(n(457),"ol")))[e]}(s,g);t[a(445)](t[a(506)](e,a(513)),m)}s=m})),o}[et(492)](t){const e=et,n=this[e(460)][t][e(449)];this[e(437)][e(507)][e(427)]((t=>{t[e(464)](n,0)})),this[e(437)][e(455)][e(525)][e(466)]({alignToTop:!0,forceScroll:!0})}[et(491)](){return(t,e)=>{const n=ot,i=e[n(512)],o=i[n(440)](e[n(486)]),r=i[n(489)](o);r.is(n(457),n(429))&&(e[n(484)]=this[n(437)][n(507)][n(506)](r,0),t[n(423)]())}}}function ot(t,e){const n=nt();return(ot=function(t,e){return n[t-=416]})(t,e)}function rt(t,e,n){const i=et;return 1===e?n[i(463)]("ol",null,[t]):n[i(463)]("ol",null,[n[i(463)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=371]})(t,e)}function ut(){const t=["TableOfContentsUI","commands","tableOfContentsLicenseKeyUsageLimit","637904YdTVAc","licenseKey","58448DeRJnH","trialLimit","Table of contents","_showLicenseError","insertTableOfContents","isEnabled","usageLimit","componentFactory","20833210AOJsQg","set","listenTo","28LKmdAr","destroy","bind","tableOfContents","invalid","11SzmXMI","init","editor","_licenseKeyCheckInterval","tableOfContentsLicenseKeyEvaluationLimit","execute","featureNotAllowed","focus","view","add","TableOfContents","tableOfContentsLicenseKeyNotAllowed","config","menuBar:tableOfContents","tableOfContentsLicenseKeyInvalid","425TflhGs","expired","domainLimit","tooltip","evaluationLimit","isPremiumPlugin","7881426EWQdMk","get","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyExpired","isOfficialPlugin","200484TKIfzW","editing","7713270wiwmNs","10BtqEKu","301482vTMWUl","locale","tableOfContentsLicenseKeyValid","tableOfContentsLicenseKeyTrialLimit","pluginName","_createButton"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(736370===-parseInt(e(384))/1+parseInt(e(383))/2*(parseInt(e(380))/3)+-parseInt(e(395))/4*(parseInt(e(426))/5)+-parseInt(e(375))/6+-parseInt(e(406))/7*(-parseInt(e(393))/8)+parseInt(e(382))/9+parseInt(e(403))/10*(parseInt(e(411))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(394)];[ct(414)];static get[ct(388)](){return ct(390)}static get[ct(379)](){return!0}static get[ct(374)](){return!0}[ct(412)](){const t=ct,e=this[t(413)];e.ui[t(402)][t(420)](t(409),(()=>{const e=t,n=this[e(389)](m.ButtonView);return n[e(372)]=!0,n})),e.ui[t(402)][t(420)](t(424),(()=>this[t(389)](m.MenuBarMenuListItemButtonView))),this[t(394)]=this[t(413)][t(423)][t(376)](t(394));const n=this[t(413)];this[t(414)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(386)==r||e(425)==r||e(378)==r||e(377)==r||e(422)==r||e(415)==r||e(387)==r||e(392)==r){delete n[o],i=r,clearInterval(this[e(414)]),this[e(414)]=void 0;break}}e(425)==i&&n[e(398)](e(410)),e(378)==i&&n[e(398)](e(427)),e(377)==i&&n[e(398)](e(371)),e(422)==i&&n[e(398)](e(417),e(421)),e(415)==i&&n[e(398)](e(373)),e(387)==i&&n[e(398)](e(396)),e(392)==i&&n[e(398)](e(401))}),1e3)}[ct(389)](t){const e=ct,n=this[e(413)],i=n[e(385)],o=n[e(391)][e(376)](e(399)),r=new t(i);return r[e(404)]({label:p(i,e(397)),icon:st.IconTableOfContents}),r[e(408)](e(400)).to(o,e(400)),this[e(405)](r,e(416),(()=>{const t=e;n[t(416)](t(399)),n[t(381)][t(419)][t(418)]()})),r}[ct(407)](){const t=ct;super[t(407)](),this[t(414)]&&clearInterval(this[t(414)])}}var dt=ht;!function(t){for(var e=ht,n=t();;)try{if(669355===parseInt(e(398))/1+-parseInt(e(400))/2+parseInt(e(392))/3+parseInt(e(390))/4+-parseInt(e(391))/5*(parseInt(e(395))/6)+parseInt(e(394))/7+-parseInt(e(388))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class ft extends t.Plugin{static get[dt(393)](){return[it,lt]}static get[dt(389)](){return dt(397)}static get[dt(396)](){return!0}static get[dt(399)](){return!0}}function ht(t,e){var n=mt();return(ht=function(t,e){return n[t-=388]})(t,e)}function mt(){var t=["13337296FFDqbt","pluginName","4502972qNiZLc","15295xZsmZi","3606876AVbhpU","requires","462665nQDaQx","2118VWfLkp","isOfficialPlugin","TableOfContents","1056304BhofTL","isPremiumPlugin","68180AkUKph"];return(mt=function(){return t})()}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=386]})(t,e)}function gt(){var t=["721945ClNaqT","66NvISJh","21409764tHuddA","306EYbFiO","9hHnElX","2979012hQahxE","1673720ljOfEb","25581jsyGwf","49GrGXLi","8913290ukOXhc","675955iEPYOY","11GNbQDF"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(924133===-parseInt(e(386))/1+parseInt(e(391))/2*(-parseInt(e(395))/3)+parseInt(e(393))/4+-parseInt(e(388))/5*(-parseInt(e(389))/6)+-parseInt(e(396))/7*(-parseInt(e(394))/8)+parseInt(e(392))/9*(parseInt(e(397))/10)+-parseInt(e(387))/11*(parseInt(e(390))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
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 _0x6d4f9a,Command as _0x238ff5}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x5cc314,throttle as _0x11831b}from'es-toolkit/compat';import{Text as _0x21d177,TreeWalker as _0x17f21d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x173d2e,diffToChanges as _0x3220c5,scrollAncestorsToShowTarget as _0xeb340d,CKEditorError as _0x3e611f,global as _0xff4c67,Rect as _0x1fcfd9,uid as _0x20dcb9,priorities as _0x122628}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x1d6e5a,ButtonView as _0x5b3fd6,MenuBarMenuListItemButtonView as _0x581bb7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x1c6a6d,toWidget as _0x34832b}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x2dae3c}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x3a9c51){let _0x5853b1='';for(const _0x3524ad of _0x3a9c51['getChildren']())_0x3524ad instanceof _0x21d177&&(_0x5853b1+=_0x3524ad['data']);return _0x5853b1;}class i extends _0x6d4f9a{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x1fb123=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x21bd9a=[];_0x1fb123['model']['document']['on']('change',_0x5cc314(()=>{const _0x28e461=_0x21bd9a;_0x21bd9a=this['_getOutlineDefinitions']();const _0x50913b=_0x173d2e(_0x28e461,_0x21bd9a,(_0x4c1ebd,_0x4b7a8e)=>_0x4c1ebd['level']===_0x4b7a8e['level']&&_0x4c1ebd['text']===_0x4b7a8e['text']&&_0x4c1ebd['modelElement']===_0x4b7a8e['modelElement']),_0x168166=_0x3220c5(_0x50913b,_0x21bd9a),_0x547aed=this['_getActiveHeading'](),_0xd33321=_0x21bd9a['findIndex'](_0x3b14f6=>_0x3b14f6['modelElement']===_0x547aed);_0x168166['length']&&this['fire']('change',{'outlineDefinitions':_0x21bd9a,'activeItemIndex':_0xd33321,'outlineChanges':_0x168166}),this['fire']('activeItemIndex',{'index':_0xd33321});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x47801d=this['editor'],_0x5cc802=[],_0x2f5646=this['_headingNames'];for(const _0x55e287 of _0x47801d['model']['document']['getRootNames']())_0x1952dd(_0x47801d['model']['document']['getRoot'](_0x55e287));function _0x1952dd(_0x4b4c1a){for(const _0x42a9bc of _0x4b4c1a['getChildren']())_0x42a9bc['is']('element')&&(_0x2f5646['includes'](_0x42a9bc['name'])&&_0x5cc802['push']({'level':_0x2f5646['indexOf'](_0x42a9bc['name'])+0x1,'text':p(_0x42a9bc),'modelElement':_0x42a9bc}),_0x1952dd(_0x42a9bc));}return _0x5cc802;}['_getActiveHeading'](){const _0xc85450=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5e5c31=new _0x17f21d({'direction':'backward','startPosition':_0xc85450});for(const _0x51b240 of _0x5e5c31)if(_0x51b240['item']['is']('element')&&this['_headingNames']['includes'](_0x51b240['item']['name']))return _0x51b240['item'];}['_getHeadingNames'](){const _0x5403c5=this['editor']['config']['get']('documentOutline.headings');return _0x5403c5||function(_0x2f6402){const _0x452680=_0x2f6402['config']['get']('heading.options');return _0x452680?_0x452680['reduce']((_0x5664e2,_0xa91c1)=>('paragraph'!==_0xa91c1['model']&&_0x5664e2['push'](_0xa91c1['model']),_0x5664e2),[]):_0x2f6402['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xf9ae66=this['editor'],_0x56cdbc=['h1','h2','h3','h4','h5','h6'],_0xa431f3=[];for(const _0x6ebb36 of _0x56cdbc){const _0x2b4e74=_0xf9ae66['editing']['view']['domConverter']['domToView'](document['createElement'](_0x6ebb36)),_0x44b37c=_0xf9ae66['data']['toModel'](_0x2b4e74)['getChild'](0x0);_0x44b37c?.['is']('element')&&_0xa431f3['push'](_0x44b37c['name']);}this['_headingNames']=_0xa431f3;}}function j(_0x18220a,_0x580d8d){const t=_0x18220a['t'];switch(_0x580d8d){case'Empty\x20heading':return t('Empty\x20heading');case'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':return t('Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.');case'No\x20headings\x20were\x20found\x20in\x20the\x20document.':return t('No\x20headings\x20were\x20found\x20in\x20the\x20document.');case'Table\x20of\x20contents':return t('Table\x20of\x20contents');default:return _0x580d8d;}}class $ extends _0x1d6e5a{constructor(_0x2e8ab0,_0x5631b7=!0x1){super(_0x2e8ab0);const _0x57744e=this['bindTemplate'],_0x59a5d9=_0x5631b7?'['+j(_0x2e8ab0,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x46c0f0=>!_0x46c0f0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x57744e['to']('level',_0x2d5e60=>'ck-document-outline__item_level-'+_0x2d5e60),_0x57744e['if']('isActive','ck-document-outline__item_active'),_0x57744e['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x57744e['to']('text')},'children':[{'text':_0x57744e['to']('text',_0x322ddc=>_0x322ddc||_0x59a5d9)}],'on':{'click':_0x57744e['to']('click')}});}}class l extends _0x1d6e5a{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x57bf44,_0x4a1517=!0x1,_0x3e64ab){super(_0x57bf44),this['showEmptyHeadingText']=_0x4a1517,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x3e64ab,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x579f61,_0x109f62,_0x483f01,_0x3f5227)=>{this['_setActiveItem'](_0x3f5227,_0x483f01);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x57bf44['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x57bf44,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x121fe0){_0x121fe0['forEach'](_0x1dc91a=>{'insert'==_0x1dc91a['type']?this['_insertItem'](_0x1dc91a['index'],..._0x1dc91a['values']):'delete'==_0x1dc91a['type']&&this['_deleteItem'](_0x1dc91a['index'],_0x1dc91a['howMany']);});}['_setActiveItem'](_0xc1179c,_0x31aed3){if(-0x1!==_0xc1179c){const _0x12a346=this['items']['get'](_0xc1179c);_0x12a346&&(_0x12a346['isActive']=!0x1);}-0x1!==_0x31aed3&&(this['items']['get'](_0x31aed3)['isActive']=!0x0,this['_scrollToItem'](_0x31aed3));}['_insertItem'](_0x7914be,..._0x191ab4){const _0x4d2801=_0x191ab4['map']((_0x5eceed,_0x2c1993)=>{const _0x2a637b=new $(this['locale'],this['showEmptyHeadingText']);return _0x2a637b['text']=_0x5eceed['text'],_0x2a637b['level']=_0x5eceed['level'],_0x7914be+_0x2c1993===this['activeItemIndex']&&(_0x2a637b['isActive']=!0x0),_0x2a637b;});this['items']['addMany'](_0x4d2801,_0x7914be);}['_deleteItem'](_0x4f747c,_0x4f549e){do{this['items']['remove'](_0x4f747c);}while(--_0x4f549e);}['_handleItemClick'](_0x2d95fb){const _0x1fc0f2=this['items']['getIndex'](_0x2d95fb['source']);this['fire']('itemSelected',_0x1fc0f2);}['_scrollToItem'](_0xf08317){_0xeb340d(this['items']['get'](_0xf08317)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x6d4f9a{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a9014){super(_0x3a9014),this['view']=new l(_0x3a9014['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x11831b(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x18f2ba=this['editor'],_0x37c686=_0x18f2ba['plugins']['get']('DocumentOutlineUtils');let _0x55cffd=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x18f2ba['config']['get']('documentOutline.container'))throw new _0x3e611f('document-outline-container-not-provided',{'editor':_0x18f2ba});_0x18f2ba['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x37c686['on']('change',this['_handleOutlineChange']['bind'](this)),_0x37c686['on']('activeItemIndex',(_0x1adebf,{index:_0x46c6c7})=>this['_setActiveViewItem'](_0x46c6c7)),this['view']['on']('itemSelected',(_0x1fbb24,_0x127a40)=>{_0x55cffd=!0x0,this['_handleItemSelected'](_0x127a40);}),this['view']['listenTo'](_0xff4c67['document'],'scroll',()=>{_0x55cffd?_0x55cffd=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0xff4c67['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x196a62){const _0x125cba=_0x17bda6([0x38,0x75,0x34,0x78,0x44,0x66,0x69,0x4b,0x53,0x71,0x49,0x31,0x77,0x6a,0x70,0x41,0x79,0x30,0x6e,0x74,0x36,0x55,0x51,0x42,0x4f,0x6d,0x4d,0x4e,0x62,0x50,0x63,0x67,0x43,0x68,0x61,0x54,0x6b,0x47,0x64,0x48,0x4c,0x58,0x6c,0x73,0x4a,0x7a,0x65,0x72,0x5a,0x56,0x52,0x37,0x45,0x39,0x59,0x46,0x35,0x32,0x6f,0x33,0x76,0x57]),_0x561287=0x7a6e59b,_0x1f26cc=0x7a182eb^_0x561287,_0x929e35=window[_0x17bda6([0x44,0x61,0x74,0x65])][_0x17bda6([0x6e,0x6f,0x77])](),_0x46d634=_0x196a62[_0x17bda6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2ad57d=new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x389639=>{_0x46d634[_0x17bda6([0x6f,0x6e,0x63,0x65])](_0x17bda6([0x72,0x65,0x61,0x64,0x79]),_0x389639);}),_0xcc2147={[_0x17bda6([0x6b,0x74,0x79])]:_0x17bda6([0x45,0x43]),[_0x17bda6([0x75,0x73,0x65])]:_0x17bda6([0x73,0x69,0x67]),[_0x17bda6([0x63,0x72,0x76])]:_0x17bda6([0x50,0x2d,0x32,0x35,0x36]),[_0x17bda6([0x78])]:_0x17bda6([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x17bda6([0x79])]:_0x17bda6([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x17bda6([0x61,0x6c,0x67])]:_0x17bda6([0x45,0x53,0x32,0x35,0x36])},_0x4b04bb=_0x46d634[_0x17bda6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x17bda6([0x67,0x65,0x74])](_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50f3ce(){let _0x80684f,_0x478d6f=null,_0x17a76e=null;try{if(_0x4b04bb==_0x17bda6([0x47,0x50,0x4c]))return _0x17bda6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x80684f=_0x1a87eb(),!_0x80684f)return _0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x80684f[_0x17bda6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x17a76e=_0x45ce5a(_0x80684f[_0x17bda6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x80684f[_0x17bda6([0x6a,0x74,0x69])])),await _0x5b11fa()?_0x4173f3()?_0x3aebee()?_0x17bda6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x101d1f()?(_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17bda6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x478d6f=_0x19421b(_0x17bda6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17bda6([0x74,0x72,0x69,0x61,0x6c])&&(_0x478d6f=_0x19421b(_0x17bda6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a5754()):_0x17bda6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x17bda6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5e6ff7){return _0x17bda6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3aebee(){const _0x455fa6=[_0x17bda6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x17bda6([0x74,0x72,0x69,0x61,0x6c])][_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x929e35/0x3e8:0xe10*_0x1f26cc;return _0x80684f[_0x17bda6([0x65,0x78,0x70])]<_0x455fa6;}function _0x4173f3(){const _0x145baa=_0x80684f[_0x17bda6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x145baa&&(!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x2a]))||(!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x44,0x4f]))||!!_0x145baa[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x50,0x50]))));}function _0x101d1f(){const _0x552f82=_0x80684f[_0x17bda6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x552f82||0x0==_0x552f82[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x316996}=new URL(window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x552f82[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x316996))return!0x0;const _0x4c1321=_0x316996[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e]));return _0x552f82[_0x17bda6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x454910=>_0x454910[_0x17bda6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17bda6([0x2a])))[_0x17bda6([0x6d,0x61,0x70])](_0x242fe7=>_0x242fe7[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e])))[_0x17bda6([0x73,0x6f,0x6d,0x65])](_0x2e5817=>_0x4c1321[_0x17bda6([0x65,0x76,0x65,0x72,0x79])]((_0x31a1b5,_0x39f20b)=>_0x2e5817[_0x39f20b]===_0x31a1b5||_0x2e5817[_0x39f20b]===_0x17bda6([0x2a])));}function _0x1a5754(){return _0x478d6f&&_0x17a76e?new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2fc8cc,_0xfab4f7)=>{_0x478d6f[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x2fc8cc,_0xfab4f7),_0x17a76e[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x3ee71e=>{_0x3ee71e!=_0x17bda6([0x56,0x61,0x6c,0x69,0x64])&&_0x2fc8cc(_0x3ee71e);},_0xfab4f7);}):_0x478d6f||_0x17a76e||_0x17bda6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x45ce5a(_0x33d0f5,_0xeb4075){return new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a834c=>{if(_0xfa4a82())return _0x1a834c(_0x17bda6([0x56,0x61,0x6c,0x69,0x64]));_0x7e9501(),_0x46d634[_0x17bda6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ca080=!0x1;const _0x4d1faf=_0x20dcb9();function _0x2ef714(_0x24801c){return!!_0x24801c&&(typeof _0x24801c===_0x17bda6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x24801c===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x24801c[_0x17bda6([0x74,0x68,0x65,0x6e])]===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x24801c[_0x17bda6([0x63,0x61,0x74,0x63,0x68])]===_0x17bda6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x41e574(_0x4c0b8d){_0x4465f3(_0x4c0b8d)[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x42224f=>{if(!_0x42224f||_0x42224f[_0x17bda6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x17bda6([0x6f,0x6b]))return _0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x379dc1(_0x5b7d6f(_0x4d1faf+_0xeb4075))!=_0x42224f[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x17bda6([0x56,0x61,0x6c,0x69,0x64]);})[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x3a9cab=>(_0x4c9b2d(),_0x3a9cab),()=>{const _0x48ed84=_0x4b760b();return null==_0x48ed84?(_0x4c9b2d(),_0x17bda6([0x56,0x61,0x6c,0x69,0x64])):_0x17bda6(_0x929e35-_0x48ed84>(0x23aa619b^_0x561287)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x1a834c)[_0x17bda6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x193103=0x7900b1b^_0x561287;function _0x4c9b2d(){const _0x552a4e=_0x17bda6([0x6c,0x6c,0x63,0x74,0x2d])+_0x379dc1(_0x5b7d6f(_0x33d0f5)),_0xb5ed71=_0x471367(_0x379dc1(window[_0x17bda6([0x4d,0x61,0x74,0x68])][_0x17bda6([0x63,0x65,0x69,0x6c])](_0x929e35/_0x193103)));window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17bda6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x552a4e,_0xb5ed71);}function _0x4b760b(){const _0x370989=_0x17bda6([0x6c,0x6c,0x63,0x74,0x2d])+_0x379dc1(_0x5b7d6f(_0x33d0f5)),_0x4e1e8c=window[_0x17bda6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17bda6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x370989);return _0x4e1e8c?window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x471367(_0x4e1e8c),0x10)*_0x193103:null;}function _0x4465f3(_0x38f18a){return new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b2161,_0x15aa01)=>{_0x38f18a[_0x17bda6([0x74,0x68,0x65,0x6e])](_0x4b2161,_0x15aa01),window[_0x17bda6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x15aa01,0x7a7315b^_0x561287);});}}_0x46d634[_0x17bda6([0x6f,0x6e])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26667f,_0x45c218)=>{if(_0x45c218[0x0]!=_0x33d0f5)return _0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x45c218[0x1]={..._0x45c218[0x1],[_0x17bda6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4d1faf};},{[_0x17bda6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17bda6([0x68,0x69,0x67,0x68])}),_0x46d634[_0x17bda6([0x6f,0x6e])](_0x17bda6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x358040=>{_0x2ef714(_0x358040[_0x17bda6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ca080=!0x0,_0x41e574(_0x358040[_0x17bda6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x17bda6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17bda6([0x6c,0x6f,0x77])}),_0x2ad57d[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>{_0x4ca080||_0x1a834c(_0x17bda6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xfa4a82(){return _0x46d634[_0x17bda6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17bda6([0x76,0x69,0x65,0x77])][_0x17bda6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x17bda6([0x61,0x75,0x74,0x6f]);}function _0x7e9501(){_0x46d634[_0x17bda6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17bda6([0x76,0x69,0x65,0x77])][_0x17bda6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17bda6([0x61,0x75,0x74,0x6f]);}}function _0x19421b(_0x5a9617){const _0x5c510e=[new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe0716b=>setTimeout(_0xe0716b,0x7afdb57^_0x561287)),_0x2ad57d[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x311e8a=>{let _0x8831b4=0x0;_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x6f,0x6e])](_0x17bda6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x194914,_0x2d3a0a)=>{_0x2d3a0a[0x0][_0x17bda6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8831b4++,_0x8831b4==(0x7a6e463^_0x561287)&&(_0x311e8a(),_0x194914[_0x17bda6([0x6f,0x66,0x66])]());});}))];return window[_0x17bda6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17bda6([0x72,0x61,0x63,0x65])](_0x5c510e)[_0x17bda6([0x74,0x68,0x65,0x6e])](()=>_0x5a9617);}async function _0xad85f1(){await _0x2ad57d,_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x47db24,_0x46d634[_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c])][_0x17bda6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x47db24,_0x46d634[_0x17bda6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x17bda6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x236ca9(_0x5220f1){const _0x26cc07=_0x394b21();_0x46d634[_0x26cc07]=_0x17bda6([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5220f1,_0x5220f1!=_0x17bda6([0x56,0x61,0x6c,0x69,0x64])&&_0xad85f1();}function _0x394b21(){const _0xe3199f=window[_0x17bda6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x17bda6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x17bda6([0x6e,0x6f,0x77])]())[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x17bda6([0x2e]),'');let _0x54b3ee=_0x17bda6([0x75]);for(let _0x227f7e=0x0;_0x227f7e<_0xe3199f[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x227f7e+=0x2){let _0x1f57cf=window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe3199f[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x227f7e,_0x227f7e+0x2));_0x1f57cf>=_0x125cba[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f57cf-=_0x125cba[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x54b3ee+=_0x125cba[_0x1f57cf];}return _0x54b3ee;}function _0x1a87eb(){const _0x36249d=_0x4b04bb[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e]));if(0x3!=_0x36249d[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x446cb3(_0x36249d[0x1]);function _0x446cb3(_0x55f635){const _0xfa2202=_0x5eb5b0(_0x55f635);return _0xfa2202&&_0x35ca57()?_0xfa2202:null;function _0x35ca57(){const _0x2654e5=_0xfa2202[_0x17bda6([0x6a,0x74,0x69])],_0x5b36d8=window[_0x17bda6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2654e5[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2654e5[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x442a85={..._0xfa2202,[_0x17bda6([0x6a,0x74,0x69])]:_0x2654e5[_0x17bda6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2654e5[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x442a85[_0x17bda6([0x76,0x63])],_0x5b7d6f(_0x442a85)==_0x5b36d8;}}}async function _0x5b11fa(){let _0x41d3e7=!0x0;try{const _0x3a4720=_0x4b04bb[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])](_0x17bda6([0x2e])),[_0x4efdc1,_0x2000a6,_0x4e24f8]=_0x3a4720;return _0x5c6454(_0x4efdc1),await _0x56dd55(_0x4efdc1,_0x2000a6,_0x4e24f8),_0x41d3e7;}catch(_0x37ebe7){return!0x1;}function _0x5c6454(_0x389821){const _0x353951=_0x5eb5b0(_0x389821);_0x353951&&_0x353951[_0x17bda6([0x61,0x6c,0x67])]==_0x17bda6([0x45,0x53,0x32,0x35,0x36])||(_0x41d3e7=!0x1);}async function _0x56dd55(_0x20cb2b,_0x3825c5,_0xd14533){const _0x4ab461=window[_0x17bda6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x17bda6([0x66,0x72,0x6f,0x6d])](_0x1adcb5(_0xd14533),_0x302ceb=>_0x302ceb[_0x17bda6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12853d=new window[(_0x17bda6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x17bda6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x20cb2b+_0x17bda6([0x2e])+_0x3825c5),_0x29f055=window[_0x17bda6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x17bda6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x29f055)return;const _0x182357=await _0x29f055[_0x17bda6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x17bda6([0x6a,0x77,0x6b]),_0xcc2147,{[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x45,0x43,0x44,0x53,0x41]),[_0x17bda6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x17bda6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x29f055[_0x17bda6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x45,0x43,0x44,0x53,0x41]),[_0x17bda6([0x68,0x61,0x73,0x68])]:{[_0x17bda6([0x6e,0x61,0x6d,0x65])]:_0x17bda6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x182357,_0x4ab461,_0x12853d)||(_0x41d3e7=!0x1);}}function _0x5eb5b0(_0x12571f){return _0x12571f[_0x17bda6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x17bda6([0x65,0x79]))?JSON[_0x17bda6([0x70,0x61,0x72,0x73,0x65])](_0x1adcb5(_0x12571f)):null;}function _0x1adcb5(_0x53fe31){return window[_0x17bda6([0x61,0x74,0x6f,0x62])](_0x53fe31[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x17bda6([0x2b]))[_0x17bda6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x17bda6([0x2f])));}function _0x5b7d6f(_0x3972dd){let _0x167ad3=0x1505;function _0x21a002(_0x2a7889){for(let _0x45cb59=0x0;_0x45cb59<_0x2a7889[_0x17bda6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45cb59++){const _0xdf9b78=_0x2a7889[_0x17bda6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x45cb59);_0x167ad3=(_0x167ad3<<0x5)+_0x167ad3+_0xdf9b78,_0x167ad3&=_0x167ad3;}}function _0x74715e(_0x1be3af){Array[_0x17bda6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1be3af)?_0x1be3af[_0x17bda6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x74715e):_0x1be3af&&typeof _0x1be3af==_0x17bda6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x17bda6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1be3af)[_0x17bda6([0x73,0x6f,0x72,0x74])]()[_0x17bda6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15af13,_0x1d7420])=>{_0x21a002(_0x15af13),_0x74715e(_0x1d7420);}):_0x21a002(window[_0x17bda6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1be3af));}return _0x74715e(_0x3972dd),_0x167ad3>>>0x0;}function _0x379dc1(_0x3be101){return _0x3be101[_0x17bda6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x17bda6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x17bda6([0x30]));}function _0x471367(_0x1f090b){return _0x1f090b[_0x17bda6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x17bda6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x17bda6([0x6a,0x6f,0x69,0x6e])]('');}function _0x47db24(){}function _0x17bda6(_0x338455){return _0x338455['map'](_0x372c89=>String['fromCharCode'](_0x372c89))['join']('');}_0x236ca9(await _0x50f3ce());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x4db5a4,{outlineDefinitions:_0x24a8c3,outlineChanges:_0x5c4f38}){this['_currentOutlineDefinitions']=_0x24a8c3,this['view']['sync'](_0x5c4f38);}['_setActiveViewItem'](_0x307066){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x307066]&&(this['view']['activeItemIndex']=_0x307066);}['_handleItemSelected'](_0x3ea2b2){const _0x81fd8b=this['_currentOutlineDefinitions'][_0x3ea2b2]['modelElement'];this['editor']['model']['change'](_0x1fa86d=>{_0x1fa86d['setSelection'](_0x81fd8b,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3ea2b2);}['_updateActiveDefinitionOnViewportChange'](){const _0xfeb7ee=this['editor'];let _0x2f9c58;for(const _0x336a29 of _0xfeb7ee['model']['document']['getRootNames']()){const _0x9d4502=_0xfeb7ee['editing']['view']['getDomRoot'](_0x336a29),_0x32d5a2=_0x9d4502&&new _0x1fcfd9(_0x9d4502)['getVisible']();if(_0x32d5a2){const _0x275051=new _0x1fcfd9(_0xff4c67['window'])['getIntersection'](_0x32d5a2);_0x275051&&(_0x2f9c58=_0x275051['top']+0.25*_0x275051['height']);}}if(void 0x0===_0x2f9c58)return;const _0x283fa7=d(_0xfeb7ee['editing'],this['_currentOutlineDefinitions'],_0x2f9c58);_0x283fa7?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x283fa7)):this['_setActiveViewItem'](-0x1);}}function d(_0x3a3a64,_0x3165e8,_0x110117,_0x474934=0x0,_0x35fc95=_0x3165e8['length']-0x1){const _0x437000=Math['floor'](_0x474934+(_0x35fc95-_0x474934)/0x2);if(_0x35fc95>=_0x474934){const _0x18dfdb=_0x3165e8[_0x437000],_0x6c02c1=_0x3a3a64['mapper']['toViewElement'](_0x18dfdb['modelElement']);if(!_0x6c02c1)return null;const _0x280d7c=_0x3a3a64['view']['domConverter']['mapViewToDom'](_0x6c02c1);return new _0x1fcfd9(_0x280d7c)['bottom']>_0x110117?d(_0x3a3a64,_0x3165e8,_0x110117,_0x474934,_0x437000-0x1):d(_0x3a3a64,_0x3165e8,_0x110117,_0x437000+0x1,_0x35fc95);}return _0x437000<0x0?null:_0x3165e8[_0x437000];}class u extends _0x6d4f9a{['licenseKey'];['_licenseKeyCheckInterval'];static get['requires'](){return[i,n];}static get['pluginName'](){return'DocumentOutline';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x40b2ac=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x451ee7;for(const _0x58e941 in _0x40b2ac){const _0x1db356=_0x58e941,_0x33a183=_0x40b2ac[_0x1db356];if('documentOutlineLicenseKeyValid'==_0x33a183||'documentOutlineLicenseKeyInvalid'==_0x33a183||'documentOutlineLicenseKeyExpired'==_0x33a183||'documentOutlineLicenseKeyDomainLimit'==_0x33a183||'documentOutlineLicenseKeyNotAllowed'==_0x33a183||'documentOutlineLicenseKeyEvaluationLimit'==_0x33a183||'documentOutlineLicenseKeyTrialLimit'==_0x33a183||'documentOutlineLicenseKeyUsageLimit'==_0x33a183){delete _0x40b2ac[_0x1db356],_0x451ee7=_0x33a183,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x451ee7&&_0x40b2ac['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x451ee7&&_0x40b2ac['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x451ee7&&_0x40b2ac['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x451ee7&&_0x40b2ac['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x238ff5{['execute'](){this['editor']['model']['change'](_0x2fb9db=>{this['editor']['model']['insertObject'](_0x2fb9db['createElement']('tableOfContents'));});}['refresh'](){const _0x136c4d=this['editor']['model'],_0x47a9ab=_0x136c4d['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x47a9ab&&_0x136c4d['schema']['findAllowedParent'](_0x47a9ab,'tableOfContents'));}}class b extends _0x6d4f9a{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x27dae4=this['editor'];if(_0x27dae4['config']['get']('headingId.modelAttributeName'))return;(function(_0x508e00){const _0x5d9cc0=new Map();if(_0x508e00)return _0x508e00['forEach'](_0x5da5e6=>{'paragraph'!==_0x5da5e6['model']&&_0x5d9cc0['set'](_0x5da5e6['view'],_0x5da5e6['model']);}),_0x5d9cc0['get']('h1')||_0x5d9cc0['set']('h1','heading1'),_0x5d9cc0;return _0x5d9cc0;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x2025fa,_0x292616)=>{this['_customUpcastHeadingsConversion'](_0x292616),this['_customDataDowncastHeadingsConversion'](_0x2025fa),_0x27dae4['model']['schema']['isRegistered'](_0x2025fa)&&_0x27dae4['model']['schema']['extend'](_0x2025fa,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x131613){this['editor']['conversion']['for']('upcast')['add'](_0x5644f6=>_0x5644f6['on']('element:'+_0x131613,(_0x39d61f,_0x527257,_0x4a3ba2)=>{const {consumable:_0x5f5ccd,writer:_0x480f7d}=_0x4a3ba2,_0x44a5ca=_0x527257['viewItem']['getAttribute']('id'),_0x2597b0=_0x527257['modelRange']['getContainedElement']();if(_0x2597b0)return _0x44a5ca&&_0x44a5ca['length']||_0x2597b0['hasAttribute']('headingId')?void(_0x5f5ccd['consume'](_0x527257['viewItem'],{'attributes':['id']})&&_0x480f7d['setAttribute']('headingId',_0x44a5ca,_0x2597b0)):(_0x5f5ccd['consume'](_0x527257['viewItem'],{'attributes':['id']}),void _0x480f7d['setAttribute']('headingId',_0x20dcb9(),_0x2597b0));},{'priority':_0x122628['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x367d83){this['editor']['conversion']['for']('downcast')['add'](_0x1eb958=>_0x1eb958['on']('attribute:headingId:'+_0x367d83,(_0x5448c0,_0x45029a,_0x3d896f)=>{if(!_0x3d896f['consumable']['consume'](_0x45029a['item'],_0x5448c0['name']))return;const _0x19eee4=_0x45029a['item']['getAttribute']('headingId'),_0x121af3=_0x3d896f['mapper']['toViewElement'](_0x45029a['item']);_0x3d896f['writer']['setAttribute']('id',_0x19eee4,_0x121af3);}));}['_registerHeadingIdAttributePostfixer'](){const _0x216bfb=this['editor'],_0x1c6d9d=new Set(),_0x1de5a9=new Set();function _0x3c10d5(_0x4bb61c,_0x4c9fc3){const _0x313760=_0x20dcb9();return _0x1de5a9['add'](_0x313760),_0x4bb61c['setAttribute']('headingId',_0x313760,_0x4c9fc3),_0x313760;}function _0x413e44(_0x174a29,_0x1bcc56){_0x174a29['removeAttribute']('headingId',_0x1bcc56);}_0x216bfb['model']['document']['registerPostFixer'](_0x3f63b7=>{const _0xc1e980=_0x216bfb['model']['document']['differ']['getChanges']();let _0x563f73=!0x1;for(const _0x4cca21 of _0xc1e980)if('insert'==_0x4cca21['type']&&_0x4cca21['name']){if(_0x4cca21['name']['match'](/heading\d/)){const _0x39c1f3=_0x4cca21['attributes']['get']('headingId');'string'==typeof _0x39c1f3?_0x1c6d9d['has'](_0x39c1f3)?(_0x3c10d5(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0):_0x1de5a9['add'](_0x39c1f3):(_0x3c10d5(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0);}else'string'==typeof _0x4cca21['attributes']['get']('headingId')&&(_0x413e44(_0x3f63b7,_0x4cca21['position']['nodeAfter']),_0x563f73=!0x0);}else{if('remove'==_0x4cca21['type']){const _0x5b3931=_0x4cca21['attributes']['get']('headingId');'string'==typeof _0x5b3931&&_0x1c6d9d['delete'](_0x5b3931);}}return _0x563f73;}),_0x216bfb['model']['document']['on']('change',()=>{_0x1de5a9['forEach'](_0x44234d=>_0x1c6d9d['add'](_0x44234d)),_0x1de5a9['clear']();});}}class s extends _0x6d4f9a{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x1c6a6d,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x57eb9b){super(_0x57eb9b),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x567c8b=this['editor'],_0x58e1a8=_0x567c8b['editing']['view']['document'];_0x567c8b['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x567c8b['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x58e1a8,'click',(_0x1755d2,_0x743b6f)=>{if(!_0x743b6f['target'])return;const _0x6e4f70=_0x743b6f['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x6e4f70)&&(_0x743b6f['domEvent']['preventDefault'](),_0x1755d2['stop'](),this['_handleScrollToHeading'](_0x6e4f70));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x567c8b['commands']['add']('insertTableOfContents',new O(_0x567c8b)),(_0x567c8b['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x1cb2a7,_0x45e7d9)=>{this['_currentOutlineDefinitions']=_0x45e7d9['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x567c8b['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0xe5954f){const _0x1ab3ec=_0x6dd11e([0x37,0x45,0x76,0x63,0x7a,0x54,0x4c,0x30,0x39,0x57,0x41,0x43,0x48,0x35,0x55,0x50,0x38,0x6f,0x42,0x62,0x75,0x47,0x56,0x70,0x32,0x73,0x33,0x6c,0x4f,0x5a,0x4a,0x31,0x4e,0x46,0x78,0x58,0x52,0x61,0x6d,0x71,0x53,0x59,0x44,0x36,0x6a,0x68,0x6b,0x49,0x79,0x67,0x64,0x74,0x4b,0x4d,0x65,0x6e,0x66,0x51,0x77,0x34,0x72,0x69]),_0x4924ad=0x7672f2b6,_0x59f276=0x767595c6^_0x4924ad,_0x3d8b8e=window[_0x6dd11e([0x44,0x61,0x74,0x65])][_0x6dd11e([0x6e,0x6f,0x77])](),_0x16a3aa=_0xe5954f[_0x6dd11e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2da00e=new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33b80d=>{_0x16a3aa[_0x6dd11e([0x6f,0x6e,0x63,0x65])](_0x6dd11e([0x72,0x65,0x61,0x64,0x79]),_0x33b80d);}),_0x2a3e1c={[_0x6dd11e([0x6b,0x74,0x79])]:_0x6dd11e([0x45,0x43]),[_0x6dd11e([0x75,0x73,0x65])]:_0x6dd11e([0x73,0x69,0x67]),[_0x6dd11e([0x63,0x72,0x76])]:_0x6dd11e([0x50,0x2d,0x32,0x35,0x36]),[_0x6dd11e([0x78])]:_0x6dd11e([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x6dd11e([0x79])]:_0x6dd11e([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x6dd11e([0x61,0x6c,0x67])]:_0x6dd11e([0x45,0x53,0x32,0x35,0x36])},_0x5873fe=_0x16a3aa[_0x6dd11e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x6dd11e([0x67,0x65,0x74])](_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x20fe3f(){let _0x4a777b,_0x274a90=null,_0x259b28=null;try{if(_0x5873fe==_0x6dd11e([0x47,0x50,0x4c]))return _0x6dd11e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a777b=_0x5bb81d(),!_0x4a777b)return _0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a777b[_0x6dd11e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x259b28=_0x5bb6a7(_0x4a777b[_0x6dd11e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a777b[_0x6dd11e([0x6a,0x74,0x69])])),await _0xfb60bf()?_0x712e52()?_0x59c565()?_0x6dd11e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17ec74()?(_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6dd11e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x274a90=_0x26aa9a(_0x6dd11e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6dd11e([0x74,0x72,0x69,0x61,0x6c])&&(_0x274a90=_0x26aa9a(_0x6dd11e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x18ad5a()):_0x6dd11e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x6dd11e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x35babd){return _0x6dd11e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x59c565(){const _0x16d587=[_0x6dd11e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x6dd11e([0x74,0x72,0x69,0x61,0x6c])][_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d8b8e/0x3e8:0xe10*_0x59f276;return _0x4a777b[_0x6dd11e([0x65,0x78,0x70])]<_0x16d587;}function _0x712e52(){const _0x410c31=_0x4a777b[_0x6dd11e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x410c31&&(!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x2a]))||(!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x54,0x4f,0x43]))||!!_0x410c31[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x50,0x50]))));}function _0x17ec74(){const _0x500318=_0x4a777b[_0x6dd11e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x500318||0x0==_0x500318[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x10d07a}=new URL(window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x500318[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10d07a))return!0x0;const _0x1dfc6e=_0x10d07a[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e]));return _0x500318[_0x6dd11e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8c4886=>_0x8c4886[_0x6dd11e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6dd11e([0x2a])))[_0x6dd11e([0x6d,0x61,0x70])](_0x1c3c76=>_0x1c3c76[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e])))[_0x6dd11e([0x73,0x6f,0x6d,0x65])](_0x3e3c8d=>_0x1dfc6e[_0x6dd11e([0x65,0x76,0x65,0x72,0x79])]((_0xf59380,_0x5754f5)=>_0x3e3c8d[_0x5754f5]===_0xf59380||_0x3e3c8d[_0x5754f5]===_0x6dd11e([0x2a])));}function _0x18ad5a(){return _0x274a90&&_0x259b28?new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x239b8c,_0x559b17)=>{_0x274a90[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x239b8c,_0x559b17),_0x259b28[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x1c5cd8=>{_0x1c5cd8!=_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])&&_0x239b8c(_0x1c5cd8);},_0x559b17);}):_0x274a90||_0x259b28||_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5bb6a7(_0x56011e,_0x69c7b0){return new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35197d=>{if(_0x291dfb())return _0x35197d(_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]));_0x37036d(),_0x16a3aa[_0x6dd11e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x342447=!0x1;const _0x2a98b1=_0x20dcb9();function _0x4b6a2e(_0x401e15){return!!_0x401e15&&(typeof _0x401e15===_0x6dd11e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x401e15===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x401e15[_0x6dd11e([0x74,0x68,0x65,0x6e])]===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x401e15[_0x6dd11e([0x63,0x61,0x74,0x63,0x68])]===_0x6dd11e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x458a72(_0x56a9f5){_0x3334d9(_0x56a9f5)[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x2ca9c3=>{if(!_0x2ca9c3||_0x2ca9c3[_0x6dd11e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x6dd11e([0x6f,0x6b]))return _0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3c5f12(_0x24ce32(_0x2a98b1+_0x69c7b0))!=_0x2ca9c3[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x6dd11e([0x56,0x61,0x6c,0x69,0x64]);})[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x57eecf=>(_0x12030c(),_0x57eecf),()=>{const _0x5f0ee5=_0xd019fe();return null==_0x5f0ee5?(_0x12030c(),_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])):_0x6dd11e(_0x3d8b8e-_0x5f0ee5>(0x527e76b6^_0x4924ad)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x35197d)[_0x6dd11e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x32557e=0x76441c36^_0x4924ad;function _0x12030c(){const _0x2a035d=_0x6dd11e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f12(_0x24ce32(_0x56011e)),_0x8da6f9=_0x56ed29(_0x3c5f12(window[_0x6dd11e([0x4d,0x61,0x74,0x68])][_0x6dd11e([0x63,0x65,0x69,0x6c])](_0x3d8b8e/_0x32557e)));window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6dd11e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a035d,_0x8da6f9);}function _0xd019fe(){const _0x5c6d40=_0x6dd11e([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c5f12(_0x24ce32(_0x56011e)),_0x4eebce=window[_0x6dd11e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6dd11e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c6d40);return _0x4eebce?window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56ed29(_0x4eebce),0x10)*_0x32557e:null;}function _0x3334d9(_0x11c6ed){return new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a042c,_0x1fd334)=>{_0x11c6ed[_0x6dd11e([0x74,0x68,0x65,0x6e])](_0x1a042c,_0x1fd334),window[_0x6dd11e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1fd334,0x76732676^_0x4924ad);});}}_0x16a3aa[_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23d7c3,_0x206bdd)=>{if(_0x206bdd[0x0]!=_0x56011e)return _0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x206bdd[0x1]={..._0x206bdd[0x1],[_0x6dd11e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2a98b1};},{[_0x6dd11e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6dd11e([0x68,0x69,0x67,0x68])}),_0x16a3aa[_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2aecf0=>{_0x4b6a2e(_0x2aecf0[_0x6dd11e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x342447=!0x0,_0x458a72(_0x2aecf0[_0x6dd11e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x6dd11e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6dd11e([0x6c,0x6f,0x77])}),_0x2da00e[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>{_0x342447||_0x35197d(_0x6dd11e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x291dfb(){return _0x16a3aa[_0x6dd11e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6dd11e([0x76,0x69,0x65,0x77])][_0x6dd11e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x6dd11e([0x61,0x75,0x74,0x6f]);}function _0x37036d(){_0x16a3aa[_0x6dd11e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6dd11e([0x76,0x69,0x65,0x77])][_0x6dd11e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x6dd11e([0x61,0x75,0x74,0x6f]);}}function _0x26aa9a(_0x4d08ae){const _0x37a808=[new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57c485=>setTimeout(_0x57c485,0x767bcc7a^_0x4924ad)),_0x2da00e[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33347c=>{let _0x2a5c3c=0x0;_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x6f,0x6e])](_0x6dd11e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1245b0,_0x11f512)=>{_0x11f512[0x0][_0x6dd11e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a5c3c++,_0x2a5c3c==(0x7672f34e^_0x4924ad)&&(_0x33347c(),_0x1245b0[_0x6dd11e([0x6f,0x66,0x66])]());});}))];return window[_0x6dd11e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x6dd11e([0x72,0x61,0x63,0x65])](_0x37a808)[_0x6dd11e([0x74,0x68,0x65,0x6e])](()=>_0x4d08ae);}async function _0x496aba(){await _0x2da00e,_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b20ed,_0x16a3aa[_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c])][_0x6dd11e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b20ed,_0x16a3aa[_0x6dd11e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6dd11e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4a06c4(_0x5510e4){const _0xd3bd23=_0x52f95c();_0x16a3aa[_0xd3bd23]=_0x6dd11e([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5510e4,_0x5510e4!=_0x6dd11e([0x56,0x61,0x6c,0x69,0x64])&&_0x496aba();}function _0x52f95c(){const _0x255f18=window[_0x6dd11e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x6dd11e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x6dd11e([0x6e,0x6f,0x77])]())[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x6dd11e([0x2e]),'');let _0x4f063a=_0x6dd11e([0x45]);for(let _0xbb9f35=0x0;_0xbb9f35<_0x255f18[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xbb9f35+=0x2){let _0x27dd4c=window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x255f18[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbb9f35,_0xbb9f35+0x2));_0x27dd4c>=_0x1ab3ec[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x27dd4c-=_0x1ab3ec[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f063a+=_0x1ab3ec[_0x27dd4c];}return _0x4f063a;}function _0x5bb81d(){const _0xc368bd=_0x5873fe[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e]));if(0x3!=_0xc368bd[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x263e92(_0xc368bd[0x1]);function _0x263e92(_0xe665e){const _0x4f13ef=_0x51dbe8(_0xe665e);return _0x4f13ef&&_0x28afbb()?_0x4f13ef:null;function _0x28afbb(){const _0xa8df4a=_0x4f13ef[_0x6dd11e([0x6a,0x74,0x69])],_0x58943f=window[_0x6dd11e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa8df4a[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa8df4a[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4c3ff1={..._0x4f13ef,[_0x6dd11e([0x6a,0x74,0x69])]:_0xa8df4a[_0x6dd11e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xa8df4a[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4c3ff1[_0x6dd11e([0x76,0x63])],_0x24ce32(_0x4c3ff1)==_0x58943f;}}}async function _0xfb60bf(){let _0x215ae2=!0x0;try{const _0x3f739c=_0x5873fe[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])](_0x6dd11e([0x2e])),[_0x44d83a,_0x3b7ec9,_0x10a109]=_0x3f739c;return _0x2ee589(_0x44d83a),await _0x179f24(_0x44d83a,_0x3b7ec9,_0x10a109),_0x215ae2;}catch(_0x22dea2){return!0x1;}function _0x2ee589(_0x49f1ed){const _0x1bfdf8=_0x51dbe8(_0x49f1ed);_0x1bfdf8&&_0x1bfdf8[_0x6dd11e([0x61,0x6c,0x67])]==_0x6dd11e([0x45,0x53,0x32,0x35,0x36])||(_0x215ae2=!0x1);}async function _0x179f24(_0x171b5f,_0x4029ea,_0x48cbc4){const _0x3327d7=window[_0x6dd11e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x6dd11e([0x66,0x72,0x6f,0x6d])](_0x443c75(_0x48cbc4),_0x2c7cb0=>_0x2c7cb0[_0x6dd11e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f778b=new window[(_0x6dd11e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x6dd11e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x171b5f+_0x6dd11e([0x2e])+_0x4029ea),_0x52fb2b=window[_0x6dd11e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x6dd11e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x52fb2b)return;const _0x18a4f1=await _0x52fb2b[_0x6dd11e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x6dd11e([0x6a,0x77,0x6b]),_0x2a3e1c,{[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x45,0x43,0x44,0x53,0x41]),[_0x6dd11e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x6dd11e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x52fb2b[_0x6dd11e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x45,0x43,0x44,0x53,0x41]),[_0x6dd11e([0x68,0x61,0x73,0x68])]:{[_0x6dd11e([0x6e,0x61,0x6d,0x65])]:_0x6dd11e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x18a4f1,_0x3327d7,_0x1f778b)||(_0x215ae2=!0x1);}}function _0x51dbe8(_0x3a42cf){return _0x3a42cf[_0x6dd11e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x6dd11e([0x65,0x79]))?JSON[_0x6dd11e([0x70,0x61,0x72,0x73,0x65])](_0x443c75(_0x3a42cf)):null;}function _0x443c75(_0x22849d){return window[_0x6dd11e([0x61,0x74,0x6f,0x62])](_0x22849d[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x6dd11e([0x2b]))[_0x6dd11e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x6dd11e([0x2f])));}function _0x24ce32(_0x428f8a){let _0x43f8a8=0x1505;function _0x38a178(_0x663b49){for(let _0x2a0730=0x0;_0x2a0730<_0x663b49[_0x6dd11e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a0730++){const _0x3cf283=_0x663b49[_0x6dd11e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2a0730);_0x43f8a8=(_0x43f8a8<<0x5)+_0x43f8a8+_0x3cf283,_0x43f8a8&=_0x43f8a8;}}function _0x3db491(_0x13ad07){Array[_0x6dd11e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x13ad07)?_0x13ad07[_0x6dd11e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3db491):_0x13ad07&&typeof _0x13ad07==_0x6dd11e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x6dd11e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x13ad07)[_0x6dd11e([0x73,0x6f,0x72,0x74])]()[_0x6dd11e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x344a75,_0x1581d5])=>{_0x38a178(_0x344a75),_0x3db491(_0x1581d5);}):_0x38a178(window[_0x6dd11e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x13ad07));}return _0x3db491(_0x428f8a),_0x43f8a8>>>0x0;}function _0x3c5f12(_0x1ccb28){return _0x1ccb28[_0x6dd11e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x6dd11e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x6dd11e([0x30]));}function _0x56ed29(_0x5db29e){return _0x5db29e[_0x6dd11e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x6dd11e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x6dd11e([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b20ed(){}function _0x6dd11e(_0xc927bc){return _0xc927bc['map'](_0x5453b9=>String['fromCharCode'](_0x5453b9))['join']('');}_0x4a06c4(await _0x20fe3f());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x2ec4d1=>{'$graveyard'!==_0x2ec4d1['rootName']&&this['editor']['editing']['reconvertItem'](_0x2ec4d1);});}['_trackNewToCElements'](){for(const _0x533b38 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x533b38['type']||'tableOfContents'!==_0x533b38['name'])return;this['_tableOfContentsElements']['add'](_0x533b38['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x76b54f=this['editor']['conversion'];_0x76b54f['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x76b54f['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1b6272,{writer:_0xf3b250})=>this['_createTableOfContents'](_0xf3b250,!0x0)}),_0x76b54f['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5b8469,{writer:_0x65c5b2})=>{this['_tableOfContentsElements']['add'](_0x5b8469);const _0x3195de=this['_createTableOfContents'](_0x65c5b2);return _0x34832b(_0x3195de,_0x65c5b2,{'label':j(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x318121,_0xff1168=!0x1){const {locale:_0x1e662b}=this['editor'],_0x305d94=_0x318121['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xff1168&&{'data-table-of-contents-label':j(_0x1e662b,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xff1168&&_0x318121['insert'](_0x318121['createPositionAt'](_0x305d94,'end'),_0x318121['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x318121['createText'](j(_0x1e662b,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x4fa5db=_0xff1168?'':'['+j(_0x1e662b,'Empty\x20heading')+']';let _0x5d639c=_0x305d94;return this['_currentOutlineDefinitions']['forEach']((_0x5a277f,_0x57e5fb,_0x4ee12f)=>{const _0x4d6081=this['editor']['model']['hasContent'](_0x5a277f['modelElement'],{'ignoreWhitespaces':!0x0}),_0x3729db=_0x4d6081?_0x5a277f['text']:_0x4fa5db,_0x1036d3=_0x5a277f['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x577c80=_0x318121['createContainerElement']('a',{'href':'#'+_0x1036d3,...!_0xff1168&&{'tabindex':'-1'}},[_0x318121['createText'](_0x3729db)]),_0x315111=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x318121['setCustomProperty']('tableOfContentsHeadingIndex',_0x57e5fb,_0x577c80);const _0x20d13d=_0x318121['createContainerElement']('li',null,[_0x4d6081||!_0xff1168&&_0x315111?_0x577c80:_0x318121['createText']('')]),_0x57040f=_0x57e5fb?_0x4ee12f[_0x57e5fb-0x1]['level']:0x0,_0x25e967=Math['abs'](_0x5a277f['level']-_0x57040f);if(_0x5a277f['level']>_0x57040f){const _0x12a33f=N(_0x20d13d,_0x25e967,_0x318121);_0x318121['insert'](_0x318121['createPositionAt'](_0x5d639c,'end'),_0x12a33f);}else{const _0x71b640=function(_0x3b26d2,_0x4ed8d3){return _0x3b26d2['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x174bc3=>_0x174bc3['is']('element','ol'))[_0x4ed8d3];}(_0x5d639c,_0x25e967);_0x318121['insert'](_0x318121['createPositionAt'](_0x71b640,'end'),_0x20d13d);}_0x5d639c=_0x20d13d;}),_0x305d94;}['_handleScrollToHeading'](_0x396a75){const _0x1a7c58=this['_currentOutlineDefinitions'][_0x396a75]['modelElement'];this['editor']['model']['change'](_0x108732=>{_0x108732['setSelection'](_0x1a7c58,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x2f9b78,_0xda5291)=>{const _0x4638ec=_0xda5291['mapper'],_0x5a65bc=_0x4638ec['findMappedViewAncestor'](_0xda5291['viewPosition']),_0x213bd0=_0x4638ec['toModelElement'](_0x5a65bc);_0x213bd0['is']('element','tableOfContents')&&(_0xda5291['modelPosition']=this['editor']['model']['createPositionAt'](_0x213bd0,0x0),_0x2f9b78['stop']());};}}function N(_0x2b5624,_0x2a0b71,_0x7e0ff){return 0x1===_0x2a0b71?_0x7e0ff['createContainerElement']('ol',null,[_0x2b5624]):_0x7e0ff['createContainerElement']('ol',null,[_0x7e0ff['createContainerElement']('li',null,[N(_0x2b5624,_0x2a0b71-0x1,_0x7e0ff)])]);}class o extends _0x6d4f9a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4e39dd=this['editor'];_0x4e39dd['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x262021=this['_createButton'](_0x5b3fd6);return _0x262021['tooltip']=!0x0,_0x262021;}),_0x4e39dd['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x581bb7)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x23cb25=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4ef588;for(const _0x304940 in _0x23cb25){const _0x417334=_0x304940,_0x3293fc=_0x23cb25[_0x417334];if('tableOfContentsLicenseKeyValid'==_0x3293fc||'tableOfContentsLicenseKeyInvalid'==_0x3293fc||'tableOfContentsLicenseKeyExpired'==_0x3293fc||'tableOfContentsLicenseKeyDomainLimit'==_0x3293fc||'tableOfContentsLicenseKeyNotAllowed'==_0x3293fc||'tableOfContentsLicenseKeyEvaluationLimit'==_0x3293fc||'tableOfContentsLicenseKeyTrialLimit'==_0x3293fc||'tableOfContentsLicenseKeyUsageLimit'==_0x3293fc){delete _0x23cb25[_0x417334],_0x4ef588=_0x3293fc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x4ef588&&_0x23cb25['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x4ef588&&_0x23cb25['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x4ef588&&_0x23cb25['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x4ef588&&_0x23cb25['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4d2557){const _0x476ea1=this['editor'],_0x3c299a=_0x476ea1['locale'],_0x40cf73=_0x476ea1['commands']['get']('insertTableOfContents'),_0x3c5538=new _0x4d2557(_0x3c299a);return _0x3c5538['set']({'label':j(_0x3c299a,'Table\x20of\x20contents'),'icon':_0x2dae3c}),_0x3c5538['bind']('isEnabled')['to'](_0x40cf73,'isEnabled'),this['listenTo'](_0x3c5538,'execute',()=>{_0x476ea1['execute']('insertTableOfContents'),_0x476ea1['editing']['view']['focus']();}),_0x3c5538;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x6d4f9a{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
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 _0x4c97c4=_0x331d;(function(_0xc5a3bd,_0x1e2b0a){const _0x50a026=_0x331d,_0x3947c9=_0xc5a3bd();while(!![]){try{const _0x5ebc02=-parseInt(_0x50a026(0x106))/0x1+parseInt(_0x50a026(0x121))/0x2+parseInt(_0x50a026(0x127))/0x3*(parseInt(_0x50a026(0xff))/0x4)+-parseInt(_0x50a026(0x123))/0x5+parseInt(_0x50a026(0x145))/0x6*(-parseInt(_0x50a026(0x125))/0x7)+-parseInt(_0x50a026(0x140))/0x8*(parseInt(_0x50a026(0x12b))/0x9)+parseInt(_0x50a026(0x132))/0xa;if(_0x5ebc02===_0x1e2b0a)break;else _0x3947c9['push'](_0x3947c9['shift']());}catch(_0x2246d1){_0x3947c9['push'](_0x3947c9['shift']());}}}(_0x43ff,0x18cc6));import{Plugin as _0x2ed76c}from'ckeditor5/src/core.js';import{CKEditorError as _0x10f92f,global as _0x2d01bf,Rect as _0x2c012e,uid as _0x3aea28}from'ckeditor5/src/utils.js';import _0xc1dfdf from'./ui/documentoutlineview.js';import{throttle as _0x1d2118}from'es-toolkit/compat';function _0x43ff(){const _0x5395ce=['floor','575950oBnqJe','mapper','7JzjSmX','DocumentOutlineUI','423YWNwwz','activeItemIndex','editor','afterInit','9aqYVBZ','_updateActiveDefinitionOnViewportChange','document-outline-container-not-provided','editing','element','href','focus','2778230DtBslu','plugins','_setActiveViewItem','join','top','_currentOutlineDefinitions','bottom','view','init','map','toViewElement','change','mapViewToDom','isOfficialPlugin','567872WbCOrw','_handleItemSelected','add','render','scroll','983106OwChde','cancel','appendChild','3108NNQJOu','_handleOutlineChange','window','documentOutline.container','modelElement','domConverter','indexOf','54374BqDEUh','getIntersection','model','fromCharCode','listenTo','locale','isPremiumPlugin','get','scrollToTheSelection','document','documentOutline.showEmptyHeadings','getRootNames','height','sync','setSelection','getDomRoot','config','_updateActiveDefinitionFromViewportThrottled','DocumentOutlineUtils','getVisible','resize','focusTracker','pluginName','bind','length','destroy','itemSelected','237186wpAZva'];_0x43ff=function(){return _0x5395ce;};return _0x43ff();}import'../../theme/documentoutline.css';export default class n extends _0x2ed76c{[_0x4c97c4(0x139)];[_0x4c97c4(0x137)];[_0x4c97c4(0x117)];static get[_0x4c97c4(0x11c)](){const _0xf505f2=_0x4c97c4;return _0xf505f2(0x126);}static get[_0x4c97c4(0x13f)](){return!0x0;}static get[_0x4c97c4(0x10c)](){return!0x0;}constructor(_0x3eb301){const _0x22c1ce=_0x4c97c4;super(_0x3eb301),this[_0x22c1ce(0x139)]=new _0xc1dfdf(_0x3eb301[_0x22c1ce(0x10b)],this[_0x22c1ce(0x129)][_0x22c1ce(0x116)][_0x22c1ce(0x10d)](_0x22c1ce(0x110)),this[_0x22c1ce(0x129)][_0x22c1ce(0x116)][_0x22c1ce(0x10d)](_0x22c1ce(0x102))),this[_0x22c1ce(0x137)]=[],this[_0x22c1ce(0x117)]=_0x1d2118(this[_0x22c1ce(0x12c)][_0x22c1ce(0x11d)](this),0x64);}[_0x4c97c4(0x13a)](){const _0x494416=_0x4c97c4,_0x1914f1=this[_0x494416(0x129)],_0x423992=_0x1914f1[_0x494416(0x133)][_0x494416(0x10d)](_0x494416(0x118));let _0x25fe98=!0x1;if(this[_0x494416(0x139)][_0x494416(0x143)](),this[_0x494416(0x129)]['ui'][_0x494416(0x11b)][_0x494416(0x142)](this[_0x494416(0x139)][_0x494416(0x12f)]),!_0x1914f1[_0x494416(0x116)][_0x494416(0x10d)](_0x494416(0x102)))throw new _0x10f92f(_0x494416(0x12d),{'editor':_0x1914f1});_0x1914f1[_0x494416(0x116)][_0x494416(0x10d)](_0x494416(0x102))[_0x494416(0xfe)](this[_0x494416(0x139)][_0x494416(0x12f)]),_0x423992['on'](_0x494416(0x13d),this[_0x494416(0x100)][_0x494416(0x11d)](this)),_0x423992['on'](_0x494416(0x128),(_0xe499c1,{index:_0x3c8874})=>this[_0x494416(0x134)](_0x3c8874)),this[_0x494416(0x139)]['on'](_0x494416(0x120),(_0x56d86c,_0x2e8991)=>{const _0x21616e=_0x494416;_0x25fe98=!0x0,this[_0x21616e(0x141)](_0x2e8991);}),this[_0x494416(0x139)][_0x494416(0x10a)](_0x2d01bf[_0x494416(0x10f)],_0x494416(0x144),()=>{const _0x56b382=_0x494416;_0x25fe98?_0x25fe98=!0x1:this[_0x56b382(0x117)]();},{'useCapture':!0x0}),this[_0x494416(0x139)][_0x494416(0x10a)](_0x2d01bf[_0x494416(0x101)],_0x494416(0x11a),this[_0x494416(0x117)],{'useCapture':!0x0});}[_0x4c97c4(0x12a)](){!async function(_0x1bfd1e){const _0x4f9798=_0x6f663c([0x38,0x75,0x34,0x78,0x44,0x66,0x69,0x4b,0x53,0x71,0x49,0x31,0x77,0x6a,0x70,0x41,0x79,0x30,0x6e,0x74,0x36,0x55,0x51,0x42,0x4f,0x6d,0x4d,0x4e,0x62,0x50,0x63,0x67,0x43,0x68,0x61,0x54,0x6b,0x47,0x64,0x48,0x4c,0x58,0x6c,0x73,0x4a,0x7a,0x65,0x72,0x5a,0x56,0x52,0x37,0x45,0x39,0x59,0x46,0x35,0x32,0x6f,0x33,0x76,0x57]),_0x140621=0x7a6e59b,_0x948122=0x7a182eb^_0x140621,_0x37c6f0=window[_0x6f663c([0x44,0x61,0x74,0x65])][_0x6f663c([0x6e,0x6f,0x77])](),_0x51bb6e=_0x1bfd1e[_0x6f663c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2224e5=new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ff072=>{_0x51bb6e[_0x6f663c([0x6f,0x6e,0x63,0x65])](_0x6f663c([0x72,0x65,0x61,0x64,0x79]),_0x2ff072);}),_0xb610c={[_0x6f663c([0x6b,0x74,0x79])]:_0x6f663c([0x45,0x43]),[_0x6f663c([0x75,0x73,0x65])]:_0x6f663c([0x73,0x69,0x67]),[_0x6f663c([0x63,0x72,0x76])]:_0x6f663c([0x50,0x2d,0x32,0x35,0x36]),[_0x6f663c([0x78])]:_0x6f663c([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x6f663c([0x79])]:_0x6f663c([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x6f663c([0x61,0x6c,0x67])]:_0x6f663c([0x45,0x53,0x32,0x35,0x36])},_0x7f780a=_0x51bb6e[_0x6f663c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x6f663c([0x67,0x65,0x74])](_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x7eebe4(){let _0x5f0246,_0x5194a0=null,_0xa9b892=null;try{if(_0x7f780a==_0x6f663c([0x47,0x50,0x4c]))return _0x6f663c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5f0246=_0xba90b4(),!_0x5f0246)return _0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5f0246[_0x6f663c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa9b892=_0x12bf3e(_0x5f0246[_0x6f663c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5f0246[_0x6f663c([0x6a,0x74,0x69])])),await _0x3355f5()?_0x4af2a9()?_0x1fa63f()?_0x6f663c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1ad379()?(_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6f663c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5194a0=_0x490026(_0x6f663c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x6f663c([0x74,0x72,0x69,0x61,0x6c])&&(_0x5194a0=_0x490026(_0x6f663c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x45a719()):_0x6f663c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x6f663c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x7522d8){return _0x6f663c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1fa63f(){const _0x36f6b4=[_0x6f663c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x6f663c([0x74,0x72,0x69,0x61,0x6c])][_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x37c6f0/0x3e8:0xe10*_0x948122;return _0x5f0246[_0x6f663c([0x65,0x78,0x70])]<_0x36f6b4;}function _0x4af2a9(){const _0x28199a=_0x5f0246[_0x6f663c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x28199a&&(!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x2a]))||(!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x44,0x4f]))||!!_0x28199a[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x50,0x50]))));}function _0x1ad379(){const _0x423a6f=_0x331d,_0x527dec=_0x5f0246[_0x6f663c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x527dec||0x0==_0x527dec[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c2ad7}=new URL(window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x423a6f(0x130)]);if(_0x527dec[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c2ad7))return!0x0;const _0x3df834=_0x4c2ad7[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e]));return _0x527dec[_0x6f663c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x376831=>_0x376831[_0x6f663c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6f663c([0x2a])))[_0x6f663c([0x6d,0x61,0x70])](_0xad7014=>_0xad7014[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e])))[_0x6f663c([0x73,0x6f,0x6d,0x65])](_0x62cef=>_0x3df834[_0x6f663c([0x65,0x76,0x65,0x72,0x79])]((_0x422d2b,_0x3c53da)=>_0x62cef[_0x3c53da]===_0x422d2b||_0x62cef[_0x3c53da]===_0x6f663c([0x2a])));}function _0x45a719(){return _0x5194a0&&_0xa9b892?new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ac488,_0x5e7ef3)=>{_0x5194a0[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x4ac488,_0x5e7ef3),_0xa9b892[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x5a4e63=>{_0x5a4e63!=_0x6f663c([0x56,0x61,0x6c,0x69,0x64])&&_0x4ac488(_0x5a4e63);},_0x5e7ef3);}):_0x5194a0||_0xa9b892||_0x6f663c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12bf3e(_0x3bfc6d,_0x51398c){return new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cfb6a=>{if(_0x146c47())return _0x2cfb6a(_0x6f663c([0x56,0x61,0x6c,0x69,0x64]));_0x5a621a(),_0x51bb6e[_0x6f663c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x21d169=!0x1;const _0x489dcc=_0x3aea28();function _0x18d70c(_0xe4b712){return!!_0xe4b712&&(typeof _0xe4b712===_0x6f663c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xe4b712===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xe4b712[_0x6f663c([0x74,0x68,0x65,0x6e])]===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xe4b712[_0x6f663c([0x63,0x61,0x74,0x63,0x68])]===_0x6f663c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x538c38(_0x354417){_0x2a3e37(_0x354417)[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x416130=>{if(!_0x416130||_0x416130[_0x6f663c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x6f663c([0x6f,0x6b]))return _0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5ce3b5(_0x20255e(_0x489dcc+_0x51398c))!=_0x416130[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x6f663c([0x56,0x61,0x6c,0x69,0x64]);})[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x476bc7=>(_0x3dc2a5(),_0x476bc7),()=>{const _0x4565f6=_0x15c5f1();return null==_0x4565f6?(_0x3dc2a5(),_0x6f663c([0x56,0x61,0x6c,0x69,0x64])):_0x6f663c(_0x37c6f0-_0x4565f6>(0x23aa619b^_0x140621)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x6f663c([0x74,0x68,0x65,0x6e])](_0x2cfb6a)[_0x6f663c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x189ca5=0x7900b1b^_0x140621;function _0x3dc2a5(){const _0x4f9c39=_0x6f663c([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ce3b5(_0x20255e(_0x3bfc6d)),_0x5f9c3b=_0x479db8(_0x5ce3b5(window[_0x6f663c([0x4d,0x61,0x74,0x68])][_0x6f663c([0x63,0x65,0x69,0x6c])](_0x37c6f0/_0x189ca5)));window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6f663c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f9c39,_0x5f9c3b);}function _0x15c5f1(){const _0x26fa61=_0x6f663c([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ce3b5(_0x20255e(_0x3bfc6d)),_0x107d1e=window[_0x6f663c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x6f663c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26fa61);return _0x107d1e?window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x479db8(_0x107d1e),0x10)*_0x189ca5:null;}function _0x2a3e37(_0x27f248){return new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xede703,_0x526f4b)=>{_0x27f248[_0x6f663c([0x74,0x68,0x65,0x6e])](_0xede703,_0x526f4b),window[_0x6f663c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x526f4b,0x7a7315b^_0x140621);});}}_0x51bb6e[_0x6f663c([0x6f,0x6e])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4fabe0,_0xae3b44)=>{if(_0xae3b44[0x0]!=_0x3bfc6d)return _0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xae3b44[0x1]={..._0xae3b44[0x1],[_0x6f663c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x489dcc};},{[_0x6f663c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6f663c([0x68,0x69,0x67,0x68])}),_0x51bb6e[_0x6f663c([0x6f,0x6e])](_0x6f663c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x510339=>{_0x18d70c(_0x510339[_0x6f663c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x21d169=!0x0,_0x538c38(_0x510339[_0x6f663c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x6f663c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x6f663c([0x6c,0x6f,0x77])}),_0x2224e5[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>{_0x21d169||_0x2cfb6a(_0x6f663c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x146c47(){return _0x51bb6e[_0x6f663c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6f663c([0x76,0x69,0x65,0x77])][_0x6f663c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x6f663c([0x61,0x75,0x74,0x6f]);}function _0x5a621a(){_0x51bb6e[_0x6f663c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x6f663c([0x76,0x69,0x65,0x77])][_0x6f663c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x6f663c([0x61,0x75,0x74,0x6f]);}}function _0x490026(_0x47f55f){const _0x38843e=[new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3de464=>setTimeout(_0x3de464,0x7afdb57^_0x140621)),_0x2224e5[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32668c=>{let _0x123e00=0x0;_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x6f,0x6e])](_0x6f663c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x505a2c,_0x108d1c)=>{_0x108d1c[0x0][_0x6f663c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x123e00++,_0x123e00==(0x7a6e463^_0x140621)&&(_0x32668c(),_0x505a2c[_0x6f663c([0x6f,0x66,0x66])]());});}))];return window[_0x6f663c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x6f663c([0x72,0x61,0x63,0x65])](_0x38843e)[_0x6f663c([0x74,0x68,0x65,0x6e])](()=>_0x47f55f);}async function _0x41de2d(){await _0x2224e5,_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4de575,_0x51bb6e[_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c])][_0x6f663c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4de575,_0x51bb6e[_0x6f663c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6f663c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2771a9(_0x236a91){const _0x4c03e4=_0x2a7420();_0x51bb6e[_0x4c03e4]=_0x6f663c([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x236a91,_0x236a91!=_0x6f663c([0x56,0x61,0x6c,0x69,0x64])&&_0x41de2d();}function _0x2a7420(){const _0x421b32=window[_0x6f663c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x6f663c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x6f663c([0x6e,0x6f,0x77])]())[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x6f663c([0x2e]),'');let _0x110033=_0x6f663c([0x75]);for(let _0x12d018=0x0;_0x12d018<_0x421b32[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x12d018+=0x2){let _0x2437cd=window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x421b32[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x12d018,_0x12d018+0x2));_0x2437cd>=_0x4f9798[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2437cd-=_0x4f9798[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x110033+=_0x4f9798[_0x2437cd];}return _0x110033;}function _0xba90b4(){const _0x95dd4c=_0x7f780a[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e]));if(0x3!=_0x95dd4c[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1e3fc5(_0x95dd4c[0x1]);function _0x1e3fc5(_0x5f2f87){const _0x55217a=_0xc28a21(_0x5f2f87);return _0x55217a&&_0x1e8522()?_0x55217a:null;function _0x1e8522(){const _0x33ae91=_0x55217a[_0x6f663c([0x6a,0x74,0x69])],_0x273dc6=window[_0x6f663c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33ae91[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33ae91[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x410dbd={..._0x55217a,[_0x6f663c([0x6a,0x74,0x69])]:_0x33ae91[_0x6f663c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x33ae91[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x410dbd[_0x6f663c([0x76,0x63])],_0x20255e(_0x410dbd)==_0x273dc6;}}}async function _0x3355f5(){let _0x2698a9=!0x0;try{const _0x8fb164=_0x7f780a[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])](_0x6f663c([0x2e])),[_0x22103d,_0x3e8cb3,_0x5d46f5]=_0x8fb164;return _0x5b3100(_0x22103d),await _0x23845f(_0x22103d,_0x3e8cb3,_0x5d46f5),_0x2698a9;}catch(_0xc57f08){return!0x1;}function _0x5b3100(_0x117a2f){const _0x440a37=_0xc28a21(_0x117a2f);_0x440a37&&_0x440a37[_0x6f663c([0x61,0x6c,0x67])]==_0x6f663c([0x45,0x53,0x32,0x35,0x36])||(_0x2698a9=!0x1);}async function _0x23845f(_0x2101f0,_0x303b13,_0x130323){const _0x1d2bf5=window[_0x6f663c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x6f663c([0x66,0x72,0x6f,0x6d])](_0x40c305(_0x130323),_0x113c4a=>_0x113c4a[_0x6f663c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ef12a=new window[(_0x6f663c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x6f663c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2101f0+_0x6f663c([0x2e])+_0x303b13),_0x50f216=window[_0x6f663c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x6f663c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x50f216)return;const _0xb9219c=await _0x50f216[_0x6f663c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x6f663c([0x6a,0x77,0x6b]),_0xb610c,{[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x45,0x43,0x44,0x53,0x41]),[_0x6f663c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x6f663c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x50f216[_0x6f663c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x45,0x43,0x44,0x53,0x41]),[_0x6f663c([0x68,0x61,0x73,0x68])]:{[_0x6f663c([0x6e,0x61,0x6d,0x65])]:_0x6f663c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xb9219c,_0x1d2bf5,_0x2ef12a)||(_0x2698a9=!0x1);}}function _0xc28a21(_0x24bcfb){return _0x24bcfb[_0x6f663c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x6f663c([0x65,0x79]))?JSON[_0x6f663c([0x70,0x61,0x72,0x73,0x65])](_0x40c305(_0x24bcfb)):null;}function _0x40c305(_0x32b132){return window[_0x6f663c([0x61,0x74,0x6f,0x62])](_0x32b132[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x6f663c([0x2b]))[_0x6f663c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x6f663c([0x2f])));}function _0x20255e(_0x4de126){let _0xbb4a42=0x1505;function _0x405de2(_0x14b41d){for(let _0x366dc2=0x0;_0x366dc2<_0x14b41d[_0x6f663c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x366dc2++){const _0x155114=_0x14b41d[_0x6f663c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x366dc2);_0xbb4a42=(_0xbb4a42<<0x5)+_0xbb4a42+_0x155114,_0xbb4a42&=_0xbb4a42;}}function _0xeb6293(_0xc6676e){Array[_0x6f663c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xc6676e)?_0xc6676e[_0x6f663c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xeb6293):_0xc6676e&&typeof _0xc6676e==_0x6f663c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x6f663c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xc6676e)[_0x6f663c([0x73,0x6f,0x72,0x74])]()[_0x6f663c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15a20b,_0x1644c0])=>{_0x405de2(_0x15a20b),_0xeb6293(_0x1644c0);}):_0x405de2(window[_0x6f663c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xc6676e));}return _0xeb6293(_0x4de126),_0xbb4a42>>>0x0;}function _0x5ce3b5(_0x49453e){return _0x49453e[_0x6f663c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x6f663c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x6f663c([0x30]));}function _0x479db8(_0x1c59d4){return _0x1c59d4[_0x6f663c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x6f663c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x6f663c([0x6a,0x6f,0x69,0x6e])]('');}function _0x4de575(){}function _0x6f663c(_0x2a6b34){const _0x1a23bf=_0x331d;return _0x2a6b34[_0x1a23bf(0x13b)](_0x3968fe=>String[_0x1a23bf(0x109)](_0x3968fe))[_0x1a23bf(0x135)]('');}_0x2771a9(await _0x7eebe4());}(this);}[_0x4c97c4(0x11f)](){const _0x290d9a=_0x4c97c4;super[_0x290d9a(0x11f)](),this[_0x290d9a(0x139)][_0x290d9a(0x11f)](),this[_0x290d9a(0x117)][_0x290d9a(0x146)]();}[_0x4c97c4(0x100)](_0x957bb6,{outlineDefinitions:_0x4cf923,outlineChanges:_0x35e182}){const _0x24195b=_0x4c97c4;this[_0x24195b(0x137)]=_0x4cf923,this[_0x24195b(0x139)][_0x24195b(0x113)](_0x35e182);}[_0x4c97c4(0x134)](_0x1f2d6b){const _0x3bd79a=_0x4c97c4;this[_0x3bd79a(0x137)][_0x3bd79a(0x11e)]&&this[_0x3bd79a(0x137)][_0x1f2d6b]&&(this[_0x3bd79a(0x139)][_0x3bd79a(0x128)]=_0x1f2d6b);}[_0x4c97c4(0x141)](_0x35c317){const _0x39c0e2=_0x4c97c4,_0x47c002=this[_0x39c0e2(0x137)][_0x35c317][_0x39c0e2(0x103)];this[_0x39c0e2(0x129)][_0x39c0e2(0x108)][_0x39c0e2(0x13d)](_0x32b654=>{const _0x5470ec=_0x39c0e2;_0x32b654[_0x5470ec(0x114)](_0x47c002,0x0);}),this[_0x39c0e2(0x129)][_0x39c0e2(0x12e)][_0x39c0e2(0x139)][_0x39c0e2(0x10e)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x39c0e2(0x129)][_0x39c0e2(0x12e)][_0x39c0e2(0x139)][_0x39c0e2(0x131)](),this[_0x39c0e2(0x134)](_0x35c317);}[_0x4c97c4(0x12c)](){const _0x4e8698=_0x4c97c4,_0x5d2a31=this[_0x4e8698(0x129)];let _0x3eace1;for(const _0x5048cc of _0x5d2a31[_0x4e8698(0x108)][_0x4e8698(0x10f)][_0x4e8698(0x111)]()){const _0x982c16=_0x5d2a31[_0x4e8698(0x12e)][_0x4e8698(0x139)][_0x4e8698(0x115)](_0x5048cc),_0xd3223f=_0x982c16&&new _0x2c012e(_0x982c16)[_0x4e8698(0x119)]();if(_0xd3223f){const _0x5a18a5=new _0x2c012e(_0x2d01bf[_0x4e8698(0x101)])[_0x4e8698(0x107)](_0xd3223f);_0x5a18a5&&(_0x3eace1=_0x5a18a5[_0x4e8698(0x136)]+0.25*_0x5a18a5[_0x4e8698(0x112)]);}}if(void 0x0===_0x3eace1)return;const _0x450565=d(_0x5d2a31[_0x4e8698(0x12e)],this[_0x4e8698(0x137)],_0x3eace1);_0x450565?this[_0x4e8698(0x134)](this[_0x4e8698(0x137)][_0x4e8698(0x105)](_0x450565)):this[_0x4e8698(0x134)](-0x1);}}function _0x331d(_0x26bd37,_0x5049db){const _0x43ff3f=_0x43ff();return _0x331d=function(_0x331d25,_0x32914b){_0x331d25=_0x331d25-0xfe;let _0x1f8a5d=_0x43ff3f[_0x331d25];return _0x1f8a5d;},_0x331d(_0x26bd37,_0x5049db);}function d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x789876=0x0,_0x50445d=_0x3a14fd[_0x4c97c4(0x11e)]-0x1){const _0x496871=_0x4c97c4,_0x1ff66c=Math[_0x496871(0x122)](_0x789876+(_0x50445d-_0x789876)/0x2);if(_0x50445d>=_0x789876){const _0x15fe0b=_0x3a14fd[_0x1ff66c],_0x34dabd=_0x52d93d[_0x496871(0x124)][_0x496871(0x13c)](_0x15fe0b[_0x496871(0x103)]);if(!_0x34dabd)return null;const _0x47ffd4=_0x52d93d[_0x496871(0x139)][_0x496871(0x104)][_0x496871(0x13e)](_0x34dabd);return new _0x2c012e(_0x47ffd4)[_0x496871(0x138)]>_0x18b63f?d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x789876,_0x1ff66c-0x1):d(_0x52d93d,_0x3a14fd,_0x18b63f,_0x1ff66c+0x1,_0x50445d);}return _0x1ff66c<0x0?null:_0x3a14fd[_0x1ff66c];}
|
|
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 _0x11b4ba=_0x1e75;(function(_0x109584,_0x174216){const _0x20de44=_0x1e75,_0x3e2090=_0x109584();while(!![]){try{const _0x5d246a=parseInt(_0x20de44(0x1b0))/0x1*(-parseInt(_0x20de44(0x1cd))/0x2)+-parseInt(_0x20de44(0x1e5))/0x3+-parseInt(_0x20de44(0x1fd))/0x4+parseInt(_0x20de44(0x1da))/0x5*(-parseInt(_0x20de44(0x20f))/0x6)+parseInt(_0x20de44(0x1e2))/0x7*(parseInt(_0x20de44(0x1f7))/0x8)+parseInt(_0x20de44(0x1d5))/0x9*(-parseInt(_0x20de44(0x1b3))/0xa)+parseInt(_0x20de44(0x1a5))/0xb;if(_0x5d246a===_0x174216)break;else _0x3e2090['push'](_0x3e2090['shift']());}catch(_0x1e2994){_0x3e2090['push'](_0x3e2090['shift']());}}}(_0x44f3,0xdf5bf));import{Plugin as _0x256892}from'ckeditor5/src/core.js';import{toWidget as _0x322925,Widget as _0x184004}from'ckeditor5/src/widget.js';function _0x44f3(){const _0x265eef=['No\x20headings\x20were\x20found\x20in\x20the\x20document.','createContainerElement','setSelection','register','scrollToTheSelection','_trackNewToCElements','insertTableOfContents','8896455sHbRGy','$capture','filter','table-of-contents__placeholder','conversion','2244790OiwQLV','TableOfContentsEditing','_createTableOfContents','forEach','domEvent','getChanges','abs','headingId.modelAttributeName','129073oXtRqO','text','modelPosition','235341IuzMVu','viewPosition','level','headingId','toModelElement','afterInit','_redirectMapper','_handleScrollToHeading','viewToModelPosition','elementToStructure','length','getCustomProperty','createText','documentOutline.showEmptyHeadings','config','Empty\x20heading','document','get','368hjAhyy','isPremiumPlugin','_tableOfContentsElements','createPositionAt','model','table-of-contents','1085884copcKG','outlineDefinitions','_defineSchema','mapper','end','requires','join','Table\x20of\x20contents','elementToElement','map','setCustomProperty','registerRawContentMatcher','high','target','DocumentOutlineUtils','add','view','for','18XHfBRy','listenTo','div','\x20table-of-contents_empty','hasContent','pluginName','name','init','editingDowncast','32673982EwAmGv','position','stop','_headingIdModelAttributeName','_updateTableOfContentsElements','data','change','fromCharCode','tableOfContents','click','$graveyard','218390uCcSJG','nodeAfter','preventDefault','10WoIsqI','getAncestors','editor','differ','isInteger','findMappedViewAncestor','type','commands','_defineConverters','schema','insert','plugins','$blockObject','locale','modelElement','upcast','getAttribute','reconvertItem','dataDowncast','rootName','editing','isOfficialPlugin','element','href','tableOfContentsHeadingIndex','_currentOutlineDefinitions','2beZfwc'];_0x44f3=function(){return _0x265eef;};return _0x44f3();}import{uid as _0x4db3d3}from'ckeditor5/src/utils.js';import _0x18c1a8 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x44490d from'../documentoutline/documentoutlineutils.js';import _0x12ab3b from'./headingid.js';import{getTranslation as _0x30a2d9}from'../utils/common-translations.js';export default class s extends _0x256892{static get[_0x11b4ba(0x1a1)](){const _0x4ba397=_0x11b4ba;return _0x4ba397(0x1db);}static get[_0x11b4ba(0x1c8)](){return!0x0;}static get[_0x11b4ba(0x1f8)](){return!0x0;}static get[_0x11b4ba(0x202)](){return[_0x184004,_0x44490d,_0x12ab3b];}[_0x11b4ba(0x1cc)];[_0x11b4ba(0x1f9)];[_0x11b4ba(0x1a8)];constructor(_0x3860e3){const _0xba9b74=_0x11b4ba;super(_0x3860e3),this[_0xba9b74(0x1cc)]=[],this[_0xba9b74(0x1f9)]=new Set(),this[_0xba9b74(0x1a8)]=_0xba9b74(0x1e8);}[_0x11b4ba(0x1a3)](){const _0x4d77da=_0x11b4ba,_0x3087f5=this[_0x4d77da(0x1b5)],_0x1e34f0=_0x3087f5[_0x4d77da(0x1c7)][_0x4d77da(0x20d)][_0x4d77da(0x1f5)];_0x3087f5[_0x4d77da(0x1f3)][_0x4d77da(0x1f6)](_0x4d77da(0x1e1))&&(this[_0x4d77da(0x1a8)]=_0x3087f5[_0x4d77da(0x1f3)][_0x4d77da(0x1f6)](_0x4d77da(0x1e1))),this[_0x4d77da(0x210)](_0x1e34f0,_0x4d77da(0x1ae),(_0xf9b5f8,_0x3bc06)=>{const _0x708302=_0x4d77da;if(!_0x3bc06[_0x708302(0x20a)])return;const _0x55c600=_0x3bc06[_0x708302(0x20a)][_0x708302(0x1f0)](_0x708302(0x1cb));Number[_0x708302(0x1b7)](_0x55c600)&&(_0x3bc06[_0x708302(0x1de)][_0x708302(0x1b2)](),_0xf9b5f8[_0x708302(0x1a7)](),this[_0x708302(0x1ec)](_0x55c600));},{'priority':_0x4d77da(0x209),'context':_0x4d77da(0x1d6)}),this[_0x4d77da(0x1ff)](),this[_0x4d77da(0x1bb)](),_0x3087f5[_0x4d77da(0x1ba)][_0x4d77da(0x20c)](_0x4d77da(0x1d4),new _0x18c1a8(_0x3087f5)),(_0x3087f5[_0x4d77da(0x1be)][_0x4d77da(0x1f6)](_0x4d77da(0x20b))['on'](_0x4d77da(0x1ab),(_0x4ddb44,_0x16635c)=>{const _0x4b7ea5=_0x4d77da;this[_0x4b7ea5(0x1cc)]=_0x16635c[_0x4b7ea5(0x1fe)],this[_0x4b7ea5(0x1a9)]();}),this[_0x4d77da(0x210)](_0x3087f5[_0x4d77da(0x1fb)][_0x4d77da(0x1f5)],_0x4d77da(0x1ab),()=>{const _0x17bc69=_0x4d77da;this[_0x17bc69(0x1d3)]();}));}[_0x11b4ba(0x1ea)](){!async function(_0x1c7c15){const _0x5d7a68=_0xebfc52([0x37,0x45,0x76,0x63,0x7a,0x54,0x4c,0x30,0x39,0x57,0x41,0x43,0x48,0x35,0x55,0x50,0x38,0x6f,0x42,0x62,0x75,0x47,0x56,0x70,0x32,0x73,0x33,0x6c,0x4f,0x5a,0x4a,0x31,0x4e,0x46,0x78,0x58,0x52,0x61,0x6d,0x71,0x53,0x59,0x44,0x36,0x6a,0x68,0x6b,0x49,0x79,0x67,0x64,0x74,0x4b,0x4d,0x65,0x6e,0x66,0x51,0x77,0x34,0x72,0x69]),_0x222ef0=0x7672f2b6,_0x3bae56=0x767595c6^_0x222ef0,_0xa0d41a=window[_0xebfc52([0x44,0x61,0x74,0x65])][_0xebfc52([0x6e,0x6f,0x77])](),_0x450c75=_0x1c7c15[_0xebfc52([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3fc584=new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2381f5=>{_0x450c75[_0xebfc52([0x6f,0x6e,0x63,0x65])](_0xebfc52([0x72,0x65,0x61,0x64,0x79]),_0x2381f5);}),_0x222668={[_0xebfc52([0x6b,0x74,0x79])]:_0xebfc52([0x45,0x43]),[_0xebfc52([0x75,0x73,0x65])]:_0xebfc52([0x73,0x69,0x67]),[_0xebfc52([0x63,0x72,0x76])]:_0xebfc52([0x50,0x2d,0x32,0x35,0x36]),[_0xebfc52([0x78])]:_0xebfc52([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0xebfc52([0x79])]:_0xebfc52([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0xebfc52([0x61,0x6c,0x67])]:_0xebfc52([0x45,0x53,0x32,0x35,0x36])},_0x20e15f=_0x450c75[_0xebfc52([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xebfc52([0x67,0x65,0x74])](_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1228b3(){let _0x2453db,_0x2dfa3c=null,_0x1f5433=null;try{if(_0x20e15f==_0xebfc52([0x47,0x50,0x4c]))return _0xebfc52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2453db=_0x2a85f4(),!_0x2453db)return _0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2453db[_0xebfc52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1f5433=_0x2f84cf(_0x2453db[_0xebfc52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2453db[_0xebfc52([0x6a,0x74,0x69])])),await _0x57f2d1()?_0x2310c7()?_0x156d84()?_0xebfc52([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x46afcb()?(_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xebfc52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2dfa3c=_0x172d80(_0xebfc52([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xebfc52([0x74,0x72,0x69,0x61,0x6c])&&(_0x2dfa3c=_0x172d80(_0xebfc52([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb2fc32()):_0xebfc52([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xebfc52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2466b5){return _0xebfc52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x156d84(){const _0x5a6385=[_0xebfc52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xebfc52([0x74,0x72,0x69,0x61,0x6c])][_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa0d41a/0x3e8:0xe10*_0x3bae56;return _0x2453db[_0xebfc52([0x65,0x78,0x70])]<_0x5a6385;}function _0x2310c7(){const _0x478b07=_0x2453db[_0xebfc52([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x478b07&&(!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x2a]))||(!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x54,0x4f,0x43]))||!!_0x478b07[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x50,0x50]))));}function _0x46afcb(){const _0x43d0d8=_0x1e75,_0x129193=_0x2453db[_0xebfc52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x129193||0x0==_0x129193[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x52c0be}=new URL(window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x43d0d8(0x1ca)]);if(_0x129193[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52c0be))return!0x0;const _0x5b7f60=_0x52c0be[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e]));return _0x129193[_0xebfc52([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31799b=>_0x31799b[_0xebfc52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xebfc52([0x2a])))[_0xebfc52([0x6d,0x61,0x70])](_0x8084f9=>_0x8084f9[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e])))[_0xebfc52([0x73,0x6f,0x6d,0x65])](_0x3226d6=>_0x5b7f60[_0xebfc52([0x65,0x76,0x65,0x72,0x79])]((_0x20a899,_0x1f66fe)=>_0x3226d6[_0x1f66fe]===_0x20a899||_0x3226d6[_0x1f66fe]===_0xebfc52([0x2a])));}function _0xb2fc32(){return _0x2dfa3c&&_0x1f5433?new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd092,_0x4ead76)=>{_0x2dfa3c[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x5bd092,_0x4ead76),_0x1f5433[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x498d24=>{_0x498d24!=_0xebfc52([0x56,0x61,0x6c,0x69,0x64])&&_0x5bd092(_0x498d24);},_0x4ead76);}):_0x2dfa3c||_0x1f5433||_0xebfc52([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f84cf(_0x2566ed,_0xa32926){return new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f7191=>{if(_0x4c67a4())return _0x3f7191(_0xebfc52([0x56,0x61,0x6c,0x69,0x64]));_0x4d783f(),_0x450c75[_0xebfc52([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x365f0c=!0x1;const _0x5d0eb3=_0x4db3d3();function _0x4896e2(_0xe0459b){return!!_0xe0459b&&(typeof _0xe0459b===_0xebfc52([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xe0459b===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xe0459b[_0xebfc52([0x74,0x68,0x65,0x6e])]===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xe0459b[_0xebfc52([0x63,0x61,0x74,0x63,0x68])]===_0xebfc52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45abc3(_0x220b34){_0x593803(_0x220b34)[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x25a8ba=>{if(!_0x25a8ba||_0x25a8ba[_0xebfc52([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xebfc52([0x6f,0x6b]))return _0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1da309(_0x2603f2(_0x5d0eb3+_0xa32926))!=_0x25a8ba[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xebfc52([0x56,0x61,0x6c,0x69,0x64]);})[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x1281f3=>(_0x4f86e4(),_0x1281f3),()=>{const _0x438454=_0xf0dd8b();return null==_0x438454?(_0x4f86e4(),_0xebfc52([0x56,0x61,0x6c,0x69,0x64])):_0xebfc52(_0xa0d41a-_0x438454>(0x527e76b6^_0x222ef0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x3f7191)[_0xebfc52([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x536721=0x76441c36^_0x222ef0;function _0x4f86e4(){const _0x46bca2=_0xebfc52([0x6c,0x6c,0x63,0x74,0x2d])+_0x1da309(_0x2603f2(_0x2566ed)),_0x599f96=_0x511162(_0x1da309(window[_0xebfc52([0x4d,0x61,0x74,0x68])][_0xebfc52([0x63,0x65,0x69,0x6c])](_0xa0d41a/_0x536721)));window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xebfc52([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46bca2,_0x599f96);}function _0xf0dd8b(){const _0x581c69=_0xebfc52([0x6c,0x6c,0x63,0x74,0x2d])+_0x1da309(_0x2603f2(_0x2566ed)),_0x221d9a=window[_0xebfc52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xebfc52([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x581c69);return _0x221d9a?window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x511162(_0x221d9a),0x10)*_0x536721:null;}function _0x593803(_0x56cc72){return new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5cf098,_0x4a0644)=>{_0x56cc72[_0xebfc52([0x74,0x68,0x65,0x6e])](_0x5cf098,_0x4a0644),window[_0xebfc52([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4a0644,0x76732676^_0x222ef0);});}}_0x450c75[_0xebfc52([0x6f,0x6e])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x565b1c,_0x58fb89)=>{if(_0x58fb89[0x0]!=_0x2566ed)return _0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x58fb89[0x1]={..._0x58fb89[0x1],[_0xebfc52([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d0eb3};},{[_0xebfc52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xebfc52([0x68,0x69,0x67,0x68])}),_0x450c75[_0xebfc52([0x6f,0x6e])](_0xebfc52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x36d1b8=>{_0x4896e2(_0x36d1b8[_0xebfc52([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x365f0c=!0x0,_0x45abc3(_0x36d1b8[_0xebfc52([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xebfc52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xebfc52([0x6c,0x6f,0x77])}),_0x3fc584[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>{_0x365f0c||_0x3f7191(_0xebfc52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4c67a4(){return _0x450c75[_0xebfc52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xebfc52([0x76,0x69,0x65,0x77])][_0xebfc52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xebfc52([0x61,0x75,0x74,0x6f]);}function _0x4d783f(){_0x450c75[_0xebfc52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xebfc52([0x76,0x69,0x65,0x77])][_0xebfc52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xebfc52([0x61,0x75,0x74,0x6f]);}}function _0x172d80(_0x2d9f3d){const _0x5d0faf=[new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x454ce3=>setTimeout(_0x454ce3,0x767bcc7a^_0x222ef0)),_0x3fc584[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>new window[(_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39f4ac=>{let _0x1746d5=0x0;_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x6f,0x6e])](_0xebfc52([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5e3f61,_0x97fe7e)=>{_0x97fe7e[0x0][_0xebfc52([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1746d5++,_0x1746d5==(0x7672f34e^_0x222ef0)&&(_0x39f4ac(),_0x5e3f61[_0xebfc52([0x6f,0x66,0x66])]());});}))];return window[_0xebfc52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xebfc52([0x72,0x61,0x63,0x65])](_0x5d0faf)[_0xebfc52([0x74,0x68,0x65,0x6e])](()=>_0x2d9f3d);}async function _0x29d0ad(){await _0x3fc584,_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x138e85,_0x450c75[_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c])][_0xebfc52([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x138e85,_0x450c75[_0xebfc52([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xebfc52([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xcf20f0(_0x4bd8f2){const _0xbf8f56=_0xa71c32();_0x450c75[_0xbf8f56]=_0xebfc52([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4bd8f2,_0x4bd8f2!=_0xebfc52([0x56,0x61,0x6c,0x69,0x64])&&_0x29d0ad();}function _0xa71c32(){const _0x4912a8=window[_0xebfc52([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xebfc52([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xebfc52([0x6e,0x6f,0x77])]())[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xebfc52([0x2e]),'');let _0x2c0261=_0xebfc52([0x45]);for(let _0x334779=0x0;_0x334779<_0x4912a8[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x334779+=0x2){let _0x2a8d2c=window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4912a8[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x334779,_0x334779+0x2));_0x2a8d2c>=_0x5d7a68[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a8d2c-=_0x5d7a68[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2c0261+=_0x5d7a68[_0x2a8d2c];}return _0x2c0261;}function _0x2a85f4(){const _0x9f088a=_0x20e15f[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e]));if(0x3!=_0x9f088a[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x932c5c(_0x9f088a[0x1]);function _0x932c5c(_0x1d1398){const _0xd04aed=_0x37fbd8(_0x1d1398);return _0xd04aed&&_0x67b3f5()?_0xd04aed:null;function _0x67b3f5(){const _0x5804dd=_0xd04aed[_0xebfc52([0x6a,0x74,0x69])],_0x38a7b1=window[_0xebfc52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5804dd[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5804dd[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4ee0ad={..._0xd04aed,[_0xebfc52([0x6a,0x74,0x69])]:_0x5804dd[_0xebfc52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5804dd[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4ee0ad[_0xebfc52([0x76,0x63])],_0x2603f2(_0x4ee0ad)==_0x38a7b1;}}}async function _0x57f2d1(){let _0x5e1af1=!0x0;try{const _0x5285b0=_0x20e15f[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])](_0xebfc52([0x2e])),[_0x74be3f,_0x4fa64e,_0x410ca8]=_0x5285b0;return _0x387db0(_0x74be3f),await _0x4df0ab(_0x74be3f,_0x4fa64e,_0x410ca8),_0x5e1af1;}catch(_0x18ab85){return!0x1;}function _0x387db0(_0x3b877e){const _0xc775bb=_0x37fbd8(_0x3b877e);_0xc775bb&&_0xc775bb[_0xebfc52([0x61,0x6c,0x67])]==_0xebfc52([0x45,0x53,0x32,0x35,0x36])||(_0x5e1af1=!0x1);}async function _0x4df0ab(_0xbe71c3,_0x80c504,_0x11c06c){const _0x56b6ec=window[_0xebfc52([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xebfc52([0x66,0x72,0x6f,0x6d])](_0x1a889a(_0x11c06c),_0x51e239=>_0x51e239[_0xebfc52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x591f14=new window[(_0xebfc52([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xebfc52([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xbe71c3+_0xebfc52([0x2e])+_0x80c504),_0x5cb894=window[_0xebfc52([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xebfc52([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5cb894)return;const _0x3ec9d2=await _0x5cb894[_0xebfc52([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xebfc52([0x6a,0x77,0x6b]),_0x222668,{[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x45,0x43,0x44,0x53,0x41]),[_0xebfc52([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xebfc52([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5cb894[_0xebfc52([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x45,0x43,0x44,0x53,0x41]),[_0xebfc52([0x68,0x61,0x73,0x68])]:{[_0xebfc52([0x6e,0x61,0x6d,0x65])]:_0xebfc52([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3ec9d2,_0x56b6ec,_0x591f14)||(_0x5e1af1=!0x1);}}function _0x37fbd8(_0x54f887){return _0x54f887[_0xebfc52([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xebfc52([0x65,0x79]))?JSON[_0xebfc52([0x70,0x61,0x72,0x73,0x65])](_0x1a889a(_0x54f887)):null;}function _0x1a889a(_0x556eb9){return window[_0xebfc52([0x61,0x74,0x6f,0x62])](_0x556eb9[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xebfc52([0x2b]))[_0xebfc52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xebfc52([0x2f])));}function _0x2603f2(_0x1913e5){let _0x22b8d6=0x1505;function _0x486f15(_0x3e77b8){for(let _0x312b65=0x0;_0x312b65<_0x3e77b8[_0xebfc52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x312b65++){const _0x314b7c=_0x3e77b8[_0xebfc52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x312b65);_0x22b8d6=(_0x22b8d6<<0x5)+_0x22b8d6+_0x314b7c,_0x22b8d6&=_0x22b8d6;}}function _0x10781e(_0x18b567){Array[_0xebfc52([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x18b567)?_0x18b567[_0xebfc52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x10781e):_0x18b567&&typeof _0x18b567==_0xebfc52([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xebfc52([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x18b567)[_0xebfc52([0x73,0x6f,0x72,0x74])]()[_0xebfc52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x346e22,_0x30b53a])=>{_0x486f15(_0x346e22),_0x10781e(_0x30b53a);}):_0x486f15(window[_0xebfc52([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x18b567));}return _0x10781e(_0x1913e5),_0x22b8d6>>>0x0;}function _0x1da309(_0x496615){return _0x496615[_0xebfc52([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xebfc52([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xebfc52([0x30]));}function _0x511162(_0x2cb0c8){return _0x2cb0c8[_0xebfc52([0x73,0x70,0x6c,0x69,0x74])]('')[_0xebfc52([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xebfc52([0x6a,0x6f,0x69,0x6e])]('');}function _0x138e85(){}function _0xebfc52(_0x2c176a){const _0x34b8c2=_0x1e75;return _0x2c176a[_0x34b8c2(0x206)](_0x2a48ff=>String[_0x34b8c2(0x1ac)](_0x2a48ff))[_0x34b8c2(0x203)]('');}_0xcf20f0(await _0x1228b3());}(this);}[_0x11b4ba(0x1a9)](){const _0x13e51d=_0x11b4ba;this[_0x13e51d(0x1f9)][_0x13e51d(0x1dd)](_0x176e65=>{const _0x26cc99=_0x13e51d;_0x26cc99(0x1af)!==_0x176e65[_0x26cc99(0x1c6)]&&this[_0x26cc99(0x1b5)][_0x26cc99(0x1c7)][_0x26cc99(0x1c4)](_0x176e65);});}[_0x11b4ba(0x1d3)](){const _0x5dfca5=_0x11b4ba;for(const _0x3c53e0 of this[_0x5dfca5(0x1b5)][_0x5dfca5(0x1fb)][_0x5dfca5(0x1f5)][_0x5dfca5(0x1b6)][_0x5dfca5(0x1df)]({'includeChangesInGraveyard':!0x0})){if(_0x5dfca5(0x1bd)!==_0x3c53e0[_0x5dfca5(0x1b9)]||_0x5dfca5(0x1ad)!==_0x3c53e0[_0x5dfca5(0x1a2)])return;this[_0x5dfca5(0x1f9)][_0x5dfca5(0x20c)](_0x3c53e0[_0x5dfca5(0x1a6)][_0x5dfca5(0x1b1)]);}}[_0x11b4ba(0x1ff)](){const _0x2c9755=_0x11b4ba;this[_0x2c9755(0x1b5)][_0x2c9755(0x1fb)][_0x2c9755(0x1bc)][_0x2c9755(0x1d1)](_0x2c9755(0x1ad),{'inheritAllFrom':_0x2c9755(0x1bf)});}[_0x11b4ba(0x1bb)](){const _0x57940a=_0x11b4ba,_0x4359da=this[_0x57940a(0x1b5)][_0x57940a(0x1d9)];_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1c2))[_0x57940a(0x205)]({'model':_0x57940a(0x1ad),'view':{'name':_0x57940a(0x211),'classes':_0x57940a(0x1fc)}}),_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1c5))[_0x57940a(0x1ee)]({'model':_0x57940a(0x1ad),'view':(_0x507412,{writer:_0x6e9715})=>this[_0x57940a(0x1dc)](_0x6e9715,!0x0)}),_0x4359da[_0x57940a(0x20e)](_0x57940a(0x1a4))[_0x57940a(0x1ee)]({'model':_0x57940a(0x1ad),'view':(_0x30121e,{writer:_0x1ab680})=>{const _0x49bbda=_0x57940a;this[_0x49bbda(0x1f9)][_0x49bbda(0x20c)](_0x30121e);const _0x15092e=this[_0x49bbda(0x1dc)](_0x1ab680);return _0x322925(_0x15092e,_0x1ab680,{'label':_0x30a2d9(this[_0x49bbda(0x1b5)][_0x49bbda(0x1c0)],_0x49bbda(0x204))});}}),this[_0x57940a(0x1b5)][_0x57940a(0x1aa)][_0x57940a(0x208)]({'name':_0x57940a(0x211),'classes':_0x57940a(0x1fc)}),this[_0x57940a(0x1b5)][_0x57940a(0x1c7)][_0x57940a(0x200)]['on'](_0x57940a(0x1ed),this[_0x57940a(0x1eb)](),{'priority':_0x57940a(0x209)});}[_0x11b4ba(0x1dc)](_0xf1a783,_0x17c502=!0x1){const _0x3addb1=_0x11b4ba,{locale:_0x3d604c}=this[_0x3addb1(0x1b5)],_0x8a9363=_0xf1a783[_0x3addb1(0x1cf)](_0x3addb1(0x211),{'class':_0x3addb1(0x1fc)+(0x0===this[_0x3addb1(0x1cc)][_0x3addb1(0x1ef)]?_0x3addb1(0x212):''),...!_0x17c502&&{'data-table-of-contents-label':_0x30a2d9(_0x3d604c,_0x3addb1(0x204))}});0x0===this[_0x3addb1(0x1cc)][_0x3addb1(0x1ef)]&&!0x1===_0x17c502&&_0xf1a783[_0x3addb1(0x1bd)](_0xf1a783[_0x3addb1(0x1fa)](_0x8a9363,_0x3addb1(0x201)),_0xf1a783[_0x3addb1(0x1cf)]('p',{'class':_0x3addb1(0x1d8)},[_0xf1a783[_0x3addb1(0x1f1)](_0x30a2d9(_0x3d604c,_0x3addb1(0x1ce)))]));const _0xefd756=_0x17c502?'':'['+_0x30a2d9(_0x3d604c,_0x3addb1(0x1f4))+']';let _0x158d64=_0x8a9363;return this[_0x3addb1(0x1cc)][_0x3addb1(0x1dd)]((_0x1d8cd6,_0x4a9440,_0x202f10)=>{const _0x504019=_0x3addb1,_0x337f2d=this[_0x504019(0x1b5)][_0x504019(0x1fb)][_0x504019(0x1a0)](_0x1d8cd6[_0x504019(0x1c1)],{'ignoreWhitespaces':!0x0}),_0x2ec192=_0x337f2d?_0x1d8cd6[_0x504019(0x1e3)]:_0xefd756,_0x53a71b=_0x1d8cd6[_0x504019(0x1c1)][_0x504019(0x1c3)](this[_0x504019(0x1a8)]),_0x47bc9c=_0xf1a783[_0x504019(0x1cf)]('a',{'href':'#'+_0x53a71b,...!_0x17c502&&{'tabindex':'-1'}},[_0xf1a783[_0x504019(0x1f1)](_0x2ec192)]),_0x1f5e0b=this[_0x504019(0x1b5)][_0x504019(0x1f3)][_0x504019(0x1f6)](_0x504019(0x1f2));_0xf1a783[_0x504019(0x207)](_0x504019(0x1cb),_0x4a9440,_0x47bc9c);const _0x1b0f13=_0xf1a783[_0x504019(0x1cf)]('li',null,[_0x337f2d||!_0x17c502&&_0x1f5e0b?_0x47bc9c:_0xf1a783[_0x504019(0x1f1)]('')]),_0xd07cec=_0x4a9440?_0x202f10[_0x4a9440-0x1][_0x504019(0x1e7)]:0x0,_0x6776d6=Math[_0x504019(0x1e0)](_0x1d8cd6[_0x504019(0x1e7)]-_0xd07cec);if(_0x1d8cd6[_0x504019(0x1e7)]>_0xd07cec){const _0x41312d=N(_0x1b0f13,_0x6776d6,_0xf1a783);_0xf1a783[_0x504019(0x1bd)](_0xf1a783[_0x504019(0x1fa)](_0x158d64,_0x504019(0x201)),_0x41312d);}else{const _0x3533e2=function(_0x4a2ebb,_0x564963){const _0x423483=_0x504019;return _0x4a2ebb[_0x423483(0x1b4)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x423483(0x1d7)](_0x423562=>_0x423562['is'](_0x423483(0x1c9),'ol'))[_0x564963];}(_0x158d64,_0x6776d6);_0xf1a783[_0x504019(0x1bd)](_0xf1a783[_0x504019(0x1fa)](_0x3533e2,_0x504019(0x201)),_0x1b0f13);}_0x158d64=_0x1b0f13;}),_0x8a9363;}[_0x11b4ba(0x1ec)](_0x63cddc){const _0x34b4cd=_0x11b4ba,_0x239dc4=this[_0x34b4cd(0x1cc)][_0x63cddc][_0x34b4cd(0x1c1)];this[_0x34b4cd(0x1b5)][_0x34b4cd(0x1fb)][_0x34b4cd(0x1ab)](_0x5ea671=>{const _0x161759=_0x34b4cd;_0x5ea671[_0x161759(0x1d0)](_0x239dc4,0x0);}),this[_0x34b4cd(0x1b5)][_0x34b4cd(0x1c7)][_0x34b4cd(0x20d)][_0x34b4cd(0x1d2)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x11b4ba(0x1eb)](){return(_0x3d27f2,_0x3cd2ba)=>{const _0xfb03d5=_0x1e75,_0x25a3e1=_0x3cd2ba[_0xfb03d5(0x200)],_0xbc1043=_0x25a3e1[_0xfb03d5(0x1b8)](_0x3cd2ba[_0xfb03d5(0x1e6)]),_0x26fbdc=_0x25a3e1[_0xfb03d5(0x1e9)](_0xbc1043);_0x26fbdc['is'](_0xfb03d5(0x1c9),_0xfb03d5(0x1ad))&&(_0x3cd2ba[_0xfb03d5(0x1e4)]=this[_0xfb03d5(0x1b5)][_0xfb03d5(0x1fb)][_0xfb03d5(0x1fa)](_0x26fbdc,0x0),_0x3d27f2[_0xfb03d5(0x1a7)]());};}}function _0x1e75(_0x42f8ea,_0x8ec980){const _0x44f359=_0x44f3();return _0x1e75=function(_0x1e751d,_0x5dc023){_0x1e751d=_0x1e751d-0x1a0;let _0x188b16=_0x44f359[_0x1e751d];return _0x188b16;},_0x1e75(_0x42f8ea,_0x8ec980);}function N(_0x5c7406,_0x59190e,_0x5374d4){const _0x31cfc0=_0x11b4ba;return 0x1===_0x59190e?_0x5374d4[_0x31cfc0(0x1cf)]('ol',null,[_0x5c7406]):_0x5374d4[_0x31cfc0(0x1cf)]('ol',null,[_0x5374d4[_0x31cfc0(0x1cf)]('li',null,[N(_0x5c7406,_0x59190e-0x1,_0x5374d4)])]);}
|
|
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)])]);}
|