@ckeditor/ckeditor5-document-outline 45.2.0-alpha.6 → 45.2.0-alpha.7
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:()=>s});var i=n(168),o=n.n(i),r=n(433),c=n.n(r)()(o());c.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 s=c},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:()=>s});var i=n(168),o=n.n(i),r=n(433),c=n.n(r)()(o());c.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 s=c},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 c={};if(i)for(var s=0;s<this.length;s++){var a=this[s][0];null!=a&&(c[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&c[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 c=void 0!==o.layer;c&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,c&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var s=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(s,a[e]):t.appendChild(s)}}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={},c=[],s=0;s<t.length;s++){var a=t[s],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=s,e.splice(s,0,{identifier:d,updater:m,references:1})}c.push(d)}return c}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 c=0;c<r.length;c++){var s=n(r[c]);e[s].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>U,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>G,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const c=null!=i&&i.includes("leading"),s=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,s&&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(),c&&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:c=!0,maxWait:s}=i,a=Array(2);let u;r&&(a[0]="leading"),c&&(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!=s)if(null===l)l=Date.now();else if(Date.now()-l>=s)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 c(t,e){const n=a();return(c=function(t,e){return n[t-=273]})(t,e)}function s(t){const e=c;let n="";for(const i of t[e(298)]())i instanceof r.Text&&(n+=i[e(293)]);return n}function a(){const t=["htmlH4","config","heading.options","htmlH1","GeneralHtmlSupport","htmlH5","get","52801mgyWiX","model","99vzmRxQ","htmlH2","paragraph","plugins","has","221864UnYgTC","reduce","push","4DlTTRc","htmlH6","484910ITcNFB","data","768693Ayafjv","249992QjWaEV","htmlH3","287124STRgCt","getChildren","1414524ImUHLk"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(174469===-parseInt(e(287))/1+parseInt(e(297))/2+parseInt(e(294))/3+-parseInt(e(290))/4*(-parseInt(e(292))/5)+parseInt(e(299))/6+parseInt(e(280))/7+-parseInt(e(295))/8*(parseInt(e(282))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=f;function d(){const t=["DocumentOutlineUtils","documentOutline.headings","indexOf","afterInit","backward","fire","1232598qBwegY","init","472868dMQGZc","view","data","findIndex","createElement","domToView","model","change","_getActiveHeading","258nbHdvx","toModel","_headingNames","domConverter","isOfficialPlugin","_deriveHeadingElementsFromConversion","292112ELQXmS","929040lCcjdr","getFirstPosition","push","text","286582BGncef","includes","getChild","getRootNames","item","document","get","level","config","activeItemIndex","name","modelElement","_getHeadingNames","54173AYDeuc","isPremiumPlugin","element","editor","getChildren","length","_getOutlineDefinitions","1662865IbMYiJ","getRoot","editing","selection","pluginName"];return(d=function(){return t})()}function f(t,e){const n=d();return(f=function(t,e){return n[t-=269]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(248191===parseInt(e(293))/1+parseInt(e(313))/2+-parseInt(e(291))/3+-parseInt(e(308))/4+parseInt(e(280))/5+parseInt(e(302))/6*(-parseInt(e(273))/7)+parseInt(e(309))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class h extends t.Plugin{static get[l(284)](){return l(285)}static get[l(306)](){return!0}static get[l(274)](){return!0}[l(304)]=[];[l(292)](){const t=l,e=this[t(276)];this[t(304)]=this[t(272)]();let n=[];e[t(299)][t(318)].on(t(300),o((()=>{const e=t,i=n;n=this[e(279)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(320)]===n[e(320)]&&t[e(312)]===n[e(312)]&&t[e(271)]===n[e(271)])),r=(0,u.diffToChanges)(o,n),c=this[e(301)](),s=n[e(296)]((t=>t[e(271)]===c));r[e(278)]&&this[e(290)](e(300),{outlineDefinitions:n,activeItemIndex:s,outlineChanges:r}),this[e(290)](e(269),{index:s})}),250,{leading:!0,trailing:!0}))}[l(288)](){const t=l;this[t(304)][t(278)]||this[t(307)]()}[l(279)](){const t=l,e=this[t(276)],n=[],i=this[t(304)];for(const n of e[t(299)][t(318)][t(316)]())o(e[t(299)][t(318)][t(281)](n));function o(e){const r=t;for(const t of e[r(277)]())t.is(r(275))&&(i[r(314)](t[r(270)])&&n[r(311)]({level:i[r(287)](t[r(270)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(301)](){const t=l,e=this[t(276)][t(299)][t(318)][t(283)][t(310)](),n=new r.TreeWalker({direction:t(289),startPosition:e});for(const e of n)if(e[t(317)].is(t(275))&&this[t(304)][t(314)](e[t(317)][t(270)]))return e[t(317)]}[l(272)](){const t=l;return this[t(276)][t(321)][t(319)](t(286))||function(t){const e=c,n=t[e(274)][e(279)](e(275));return n?n[e(288)](((t,n)=>(e(284)!==n[e(281)]&&t[e(289)](n[e(281)]),t)),[]):t[e(285)][e(286)](e(277))?[e(276),e(283),e(296),e(273),e(278),e(291)]:[]}(this[t(276)])}[l(307)](){const t=l,e=this[t(276)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(282)][t(294)][t(305)][t(298)](document[t(297)](o)),r=e[t(295)][t(303)](n)[t(315)](0);r?.is(t(275))&&i[t(311)](r[t(270)])}this[t(304)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=v();return(g=function(t,e){return n[t-=373]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(631051===-parseInt(e(395))/1+parseInt(e(386))/2+-parseInt(e(378))/3+parseInt(e(379))/4*(parseInt(e(389))/5)+parseInt(e(388))/6*(-parseInt(e(376))/7)+parseInt(e(382))/8*(parseInt(e(396))/9)+-parseInt(e(381))/10*(-parseInt(e(380))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class w extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(390)],o=e?"["+p(t,n(384))+"]":"";this[n(394)](n(377),""),this[n(394)](n(392),1),this[n(394)](n(393),!1),this[n(374)](n(383)).to(this,n(377),(t=>!t)),this[n(375)]({tag:n(385),attributes:{class:["ck",n(397),n(398),i.to(n(392),(t=>n(391)+t)),i.if(n(393),n(387)),i.if(n(383),n(399))],title:i.to(n(377))},children:[{text:i.to(n(377),(t=>t||o))}],on:{click:i.to(n(373))}})}}function v(){const t=["1566794CzmbmC","ck-document-outline__item_active","7247190zZkTea","15UpxFKt","bindTemplate","ck-document-outline__item_level-","level","isActive","set","322594MQctaa","126018uizsLA","ck-reset","ck-document-outline__item","ck-document-outline__item_empty","click","bind","setTemplate","7xJxaaK","text","1375521XzGjPK","61780FRHLEA","913kIDXNJ","73990psMUBH","672ERKqCf","isEmpty","Empty heading","div"];return(v=function(){return t})()}function b(t,e){const n=I();return(b=function(t,e){return n[t-=309]})(t,e)}const k=b;function I(){const t=["locale","2363196YpPnqX","ck-reset","Editor headings will appear here as you type.","get","itemSelected","18149384TDfnSr","activeItemIndex","howMany","index","addMany","click","type","div","sync","2499966mwazdO","_scrollToItem","map","forEach","_setActiveItem","3271150KjANMZ","documentOutlineContainer","setTemplate","remove","set","1286004IzvmVs","delete","createCollection","isActive","_deleteItem","level","source","delegate","_handleItemClick","515966raNRuX","values","ck-document-outline","fire","14UfcoRb","showEmptyHeadingText","_insertItem","bind","getIndex","1288838osCXLx","change:activeItemIndex","element","text","destroy","items","insert","contentLanguageDirection"];return(I=function(){return t})()}!function(t){const e=b,n=t();for(;;)try{if(769733===-parseInt(e(320))/1+parseInt(e(311))/2+parseInt(e(353))/3+parseInt(e(329))/4+-parseInt(e(348))/5+-parseInt(e(343))/6*(parseInt(e(315))/7)+parseInt(e(334))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends m.View{[k(325)];[k(349)];[k(316)];constructor(t,e=!1,n){const i=k;super(t),this[i(316)]=e,this[i(352)](i(335),-1),this[i(349)]=n,this[i(325)]=this[i(355)](),this[i(325)][i(309)](i(339)).to(this),this.on(i(339),this[i(310)][i(318)](this)),this.on(i(321),((t,e,n,o)=>{this[i(347)](o,n)})),this[i(350)]({tag:i(341),attributes:{class:["ck",i(330),i(313)],dir:t[i(327)],"data-document-outline-empty-placeholder":p(t,i(331)),tabindex:-1},children:this[i(325)]})}[k(342)](t){const e=k;t[e(346)]((t=>{const n=e;n(326)==t[n(340)]?this[n(317)](t[n(337)],...t[n(312)]):n(354)==t[n(340)]&&this[n(357)](t[n(337)],t[n(336)])}))}[k(347)](t,e){const n=k;if(-1!==t){const e=this[n(325)][n(332)](t);e&&(e[n(356)]=!1)}-1!==e&&(this[n(325)][n(332)](e)[n(356)]=!0,this[n(344)](e))}[k(317)](t,...e){const n=k,i=e[n(345)](((e,i)=>{const o=n,r=new w(this[o(328)],this[o(316)]);return r[o(323)]=e[o(323)],r[o(358)]=e[o(358)],t+i===this[o(335)]&&(r[o(356)]=!0),r}));this[n(325)][n(338)](i,t)}[k(357)](t,e){const n=k;do{this[n(325)][n(351)](t)}while(--e)}[k(310)](t){const e=k,n=this[e(325)][e(319)](t[e(359)]);this[e(314)](e(333),n)}[k(344)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(325)][e(332)](t)[e(322)],20,this[e(349)])}[k(324)](){const t=k;super[t(324)](),this[t(322)][t(351)]()}}var _=n(673),x=n.n(_),C=n(545),T=n.n(C),O=n(262),E=n.n(O),A=n(667),L=n.n(A),P=n(357),S=n.n(P),D=n(46),N={attributes:{"data-cke":!0}};N.setAttributes=L(),N.insert=E().bind(null,"head"),N.domAPI=T(),N.insertStyleElement=S();x()(D.A,N);D.A&&D.A.locals&&D.A.locals;const K=M;function j(){const t=["map","height","_currentOutlineDefinitions","get","length","setSelection","DocumentOutlineUI","DocumentOutlineUtils","isOfficialPlugin","document","_handleOutlineChange","focusTracker","window","render","add","scrollToTheSelection","locale","5256045fREIri","plugins","domConverter","72352ReMpRM","focus","10550309OdQEPZ","editing","mapViewToDom","isPremiumPlugin","itemSelected","document-outline-container-not-provided","1191254cnVArD","bind","config","scroll","afterInit","element","10745080SuDqLt","pluginName","getVisible","floor","getDomRoot","join","listenTo","mapper","fromCharCode","2996493oFdEuv","change","getRootNames","href","documentOutline.showEmptyHeadings","bottom","sync","_setActiveViewItem","model","view","1003595BHpKSZ","documentOutline.container","toViewElement","init","getIntersection","modelElement","_handleItemSelected","_updateActiveDefinitionOnViewportChange","6ZyxSFW","indexOf","editor","destroy","top","activeItemIndex","_updateActiveDefinitionFromViewportThrottled","cancel","resize","appendChild"];return(j=function(){return t})()}function M(t,e){const n=j();return(M=function(t,e){return n[t-=137]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(817028===parseInt(e(193))/1+parseInt(e(168))/2+parseInt(e(183))/3+parseInt(e(160))/4+-parseInt(e(157))/5*(-parseInt(e(201))/6)+-parseInt(e(162))/7+-parseInt(e(174))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class H extends t.Plugin{[K(192)];[K(142)];[K(207)];static get[K(175)](){return K(146)}static get[K(148)](){return!0}static get[K(165)](){return!0}constructor(t){const e=K;super(t),this[e(192)]=new y(t[e(156)],this[e(203)][e(170)][e(143)](e(187)),this[e(203)][e(170)][e(143)](e(194))),this[e(142)]=[],this[e(207)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:c}=n;return o(t,e,{leading:i,trailing:r,signal:c,maxWait:e})}(this[e(200)][e(169)](this),100)}[K(196)](){const t=K,e=this[t(203)],n=e[t(158)][t(143)](t(147));let i=!1;if(this[t(192)][t(153)](),this[t(203)].ui[t(151)][t(154)](this[t(192)][t(173)]),!e[t(170)][t(143)](t(194)))throw new u.CKEditorError(t(167),{editor:e});e[t(170)][t(143)](t(194))[t(139)](this[t(192)][t(173)]),n.on(t(184),this[t(150)][t(169)](this)),n.on(t(206),((e,{index:n})=>this[t(190)](n))),this[t(192)].on(t(166),((e,n)=>{i=!0,this[t(199)](n)})),this[t(192)][t(180)](u.global[t(149)],t(171),(()=>{i?i=!1:this[t(207)]()}),{useCapture:!0}),this[t(192)][t(180)](u.global[t(152)],t(138),this[t(207)],{useCapture:!0})}[K(172)](){!async function(t){const e=p([106,85,99,87,49,68,83,81,71,66,111,76,98,97,72,48,69,113,109,78,114,74,101,79,55,53,77,57,75,84,102,80,110,73,119,103,89,120,107,52,118,115,100,70,86,104,105,88,112,108,51,67,65,54,117,50,90,82,56,116,121,122]),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])},c=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function s(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(140)]((t=>String[e(182)](t)))[e(179)]("")}!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([106]);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 c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[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])])((s=>{if(r())return s(p([86,97,108,105,100]));c(),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=c();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])](s)[p([99,97,116,99,104])]((()=>{s(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 c(){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 s(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||s(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 c(){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=c[p([115,112,108,105,116])](p([46])),[o,r,s]=i;return e(o),await n(o,r,s),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),c=(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),s=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!s)return;const a=await s[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 s[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,c)||(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:1748908800;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(186)]);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=s(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=s(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[K(204)](){const t=K;super[t(204)](),this[t(192)][t(204)](),this[t(207)][t(137)]()}[K(150)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(142)]=e,this[i(192)][i(189)](n)}[K(190)](t){const e=K;this[e(142)][e(144)]&&this[e(142)][t]&&(this[e(192)][e(206)]=t)}[K(199)](t){const e=K,n=this[e(142)][t][e(198)];this[e(203)][e(191)][e(184)]((t=>{t[e(145)](n,0)})),this[e(203)][e(163)][e(192)][e(155)]({alignToTop:!0,forceScroll:!0}),this[e(203)][e(163)][e(192)][e(161)](),this[e(190)](t)}[K(200)](){const t=K,e=this[t(203)];let n;for(const i of e[t(191)][t(149)][t(185)]()){const o=e[t(163)][t(192)][t(178)](i),r=o&&new u.Rect(o)[t(176)]();if(r){const e=new u.Rect(u.global[t(152)])[t(197)](r);e&&(n=e[t(205)]+.25*e[t(141)])}}if(void 0===n)return;const i=R(e[t(163)],this[t(142)],n);i?this[t(190)](this[t(142)][t(202)](i)):this[t(190)](-1)}}function R(t,e,n,i=0,o=e[K(144)]-1){const r=K,c=Math[r(177)](i+(o-i)/2);if(o>=i){const s=e[c],a=t[r(181)][r(195)](s[r(198)]);if(!a)return null;const l=t[r(192)][r(159)][r(164)](a);return new u.Rect(l)[r(188)]>n?R(t,e,n,i,c-1):R(t,e,n,c+1,o)}return c<0?null:e[c]}const V=W;function W(t,e){const n=B();return(W=function(t,e){return n[t-=231]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(411320===-parseInt(e(236))/1+parseInt(e(253))/2+-parseInt(e(256))/3+-parseInt(e(257))/4*(-parseInt(e(254))/5)+-parseInt(e(260))/6*(parseInt(e(263))/7)+-parseInt(e(266))/8*(parseInt(e(239))/9)+parseInt(e(249))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class U extends t.Plugin{[V(251)];[V(234)];static get[V(265)](){return[h,H]}static get[V(268)](){return V(264)}static get[V(240)](){return!0}static get[V(244)](){return!0}[V(250)](){const t=V;this[t(251)]=this[t(255)][t(233)][t(242)](t(251));const e=this[t(255)];this[t(234)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(259)==r||n(235)==r||n(245)==r||n(247)==r||n(262)==r||n(261)==r||n(241)==r||n(252)==r){delete e[o],i=r,clearInterval(this[n(234)]),this[n(234)]=void 0;break}}n(235)==i&&e[n(248)](n(246)),n(245)==i&&e[n(248)](n(232)),n(247)==i&&e[n(248)](n(243)),n(262)==i&&e[n(248)](n(238),n(264)),n(261)==i&&e[n(248)](n(231)),n(241)==i&&e[n(248)](n(258)),n(252)==i&&e[n(248)](n(237))}),1e3)}[V(267)](){const t=V;super[t(267)](),this[t(234)]&&clearInterval(this[t(234)])}}function B(){const t=["config","_licenseKeyCheckInterval","documentOutlineLicenseKeyInvalid","457595ALNsob","usageLimit","featureNotAllowed","9TYNtgT","isOfficialPlugin","documentOutlineLicenseKeyTrialLimit","get","domainLimit","isPremiumPlugin","documentOutlineLicenseKeyExpired","invalid","documentOutlineLicenseKeyDomainLimit","_showLicenseError","17107480LEfPbD","init","licenseKey","documentOutlineLicenseKeyUsageLimit","931064TAFSbI","120865SvtAVV","editor","1428825Ghxjrt","4RUQTsd","trialLimit","documentOutlineLicenseKeyValid","2046090uOCXHM","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","14fQjAiE","DocumentOutline","requires","1385864PLWqiG","destroy","pluginName","evaluationLimit","expired"];return(B=function(){return t})()}var z=n(901);const F=q;function Y(){const t=["createElement","19511371DeJwwb","model","10uukMnH","refresh","getFirstPosition","261FCasGt","execute","findAllowedParent","92cYdaov","1584kTnoBe","1237572mIOQYt","document","isEnabled","84752onTdKo","842722hweVBe","1386826ihbOCp","insertObject","editor","8990KWfqgo","selection","schema","21579hELGLZ","change","tableOfContents"];return(Y=function(){return t})()}function q(t,e){const n=Y();return(q=function(t,e){return n[t-=304]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(508364===-parseInt(e(309))/1+-parseInt(e(305))/2+-parseInt(e(316))/3*(-parseInt(e(328))/4)+-parseInt(e(313))/5*(parseInt(e(304))/6)+parseInt(e(310))/7+-parseInt(e(308))/8*(-parseInt(e(325))/9)+parseInt(e(322))/10*(parseInt(e(320))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class G extends t.Command{[F(326)](){const t=F;this[t(312)][t(321)][t(317)]((e=>{const n=t;this[n(312)][n(321)][n(311)](e[n(319)](n(318)))}))}[F(323)](){const t=F,e=this[t(312)][t(321)],n=e[t(306)][t(314)][t(324)]();this[t(307)]=null!==(n&&e[t(315)][t(327)](n,t(318)))}}var X=n(336),Z={attributes:{"data-cke":!0}};Z.setAttributes=L(),Z.insert=E().bind(null,"head"),Z.domAPI=T(),Z.insertStyleElement=S();x()(X.A,Z);X.A&&X.A.locals&&X.A.locals;function J(t,e){const n=$();return(J=function(t,e){return n[t-=295]})(t,e)}const Q=J;function $(){const t=["nodeAfter","_customUpcastHeadingsConversion","delete","859934EhLzzW","pluginName","forEach","15DwJbJv","_customDataDowncastHeadingsConversion","viewItem","change","311592KihGTG","upcast","HeadingId","toViewElement","3970510gBWLnx","getChanges","model","3276552MgbQeK","heading1","_registerHeadingIdAttributePostfixer","getContainedElement","schema","match","clear","remove","6229979hLdTou","148639HbEUNT","modelRange","name","setAttribute","differ","document","afterInit","length","isRegistered","consumable","mapper","isOfficialPlugin","for","paragraph","add","isPremiumPlugin","attributes","get","registerPostFixer","hasAttribute","has","low","set","config","consume","item","type","conversion","4154040pWBcoT","position","insert","getAttribute","element:","removeAttribute","editor","downcast","writer","heading.options","headingId","string","headingId.modelAttributeName","attribute:headingId:","view","extend"];return($=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(490424===parseInt(e(353))/1+-parseInt(e(330))/2+-parseInt(e(333))/3*(parseInt(e(337))/4)+-parseInt(e(341))/5+parseInt(e(344))/6+parseInt(e(352))/7+parseInt(e(311))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Q(331)](){return Q(339)}static get[Q(364)](){return!0}static get[Q(298)](){return!0}[Q(359)](){const t=Q,e=this[t(317)];e[t(306)][t(300)](t(323))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(296)!==t[e(343)]&&i[e(305)](t[e(325)],t[e(343)])})),i[n(300)]("h1")||i[n(305)]("h1",n(345)),i):i}(this[t(317)][t(306)][t(300)](t(320)))[t(332)](((n,i)=>{const o=t;this[o(328)](i),this[o(334)](n),e[o(343)][o(348)][o(361)](n)&&e[o(343)][o(348)][o(326)](n,{allowAttributes:o(321)})})),this[t(346)]())}[Q(328)](t){const e=Q;this[e(317)][e(310)][e(295)](e(338))[e(297)]((n=>n.on(e(315)+t,((t,n,i)=>{const o=e,{consumable:r,writer:c}=i,s=n[o(335)][o(314)]("id"),a=n[o(354)][o(347)]();if(a)return s&&s[o(360)]||a[o(302)](o(321))?void(r[o(307)](n[o(335)],{attributes:["id"]})&&c[o(356)](o(321),s,a)):(r[o(307)](n[o(335)],{attributes:["id"]}),void c[o(356)](o(321),(0,u.uid)(),a))}),{priority:u.priorities[e(300)](e(304))+.5})))}[Q(334)](t){const e=Q;this[e(317)][e(310)][e(295)](e(318))[e(297)]((n=>n.on(e(324)+t,((t,n,i)=>{const o=e;if(!i[o(362)][o(307)](n[o(308)],t[o(355)]))return;const r=n[o(308)][o(314)](o(321)),c=i[o(363)][o(340)](n[o(308)]);i[o(319)][o(356)]("id",r,c)}))))}[Q(346)](){const t=Q,e=this[t(317)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(297)](r),e[o(356)](o(321),r,n),r}function r(e,n){const i=t;e[i(316)](i(321),n)}e[t(343)][t(358)][t(301)]((c=>{const s=t,a=e[s(343)][s(358)][s(357)][s(342)]();let u=!1;for(const t of a)if(s(313)==t[s(309)]&&t[s(355)])if(t[s(355)][s(349)](/heading\d/)){const e=t[s(299)][s(300)](s(321));s(322)==typeof e?n[s(303)](e)?(o(c,t[s(312)][s(327)]),u=!0):i[s(297)](e):(o(c,t[s(312)][s(327)]),u=!0)}else s(322)==typeof t[s(299)][s(300)](s(321))&&(r(c,t[s(312)][s(327)]),u=!0);else if(s(351)==t[s(309)]){const e=t[s(299)][s(300)](s(321));s(322)==typeof e&&n[s(329)](e)}return u})),e[t(343)][t(358)].on(t(336),(()=>{const e=t;i[e(332)]((t=>n[e(297)](t))),i[e(350)]()}))}}function et(t,e){const n=it();return(et=function(t,e){return n[t-=278]})(t,e)}const nt=et;function it(){const t=["conversion","table-of-contents__placeholder","domEvent","$graveyard","_headingIdModelAttributeName","415fvrmUW","_handleScrollToHeading","element","for","27354jOwGqN","pluginName","hasContent","createPositionAt","_defineSchema","level","_redirectMapper","add","preventDefault","click","map","_tableOfContentsElements","insert","high","locale","DocumentOutlineUtils","view","$blockObject","isInteger","modelPosition"," table-of-contents_empty","reconvertItem","registerRawContentMatcher","_createTableOfContents","_updateTableOfContentsElements","9932YRLdSZ","3636300wzpuZu","commands","join","viewToModelPosition","document","No headings were found in the document.","setSelection","scrollToTheSelection","requires","text","mapper","headingId","name","$capture","tableOfContentsHeadingIndex","3996882IelBDb","upcast","stop","nodeAfter","toModelElement","afterInit","findMappedViewAncestor","394395PemaLu","abs","documentOutline.showEmptyHeadings","getAncestors","table-of-contents","position","_trackNewToCElements","register","isOfficialPlugin","_currentOutlineDefinitions","forEach","Table of contents","viewPosition","getAttribute","elementToElement","change","listenTo","editing","42PjkLuW","TableOfContentsEditing","getCustomProperty","editor","plugins","512856VAcCcF","isPremiumPlugin","headingId.modelAttributeName","modelElement","target","schema","differ","get","editingDowncast","length","data","insertTableOfContents","filter","189688dzsxCD","init","div","Empty heading","getChanges","type","setCustomProperty","tableOfContents","_defineConverters","rootName","fromCharCode","model","createText","href","outlineDefinitions","config","dataDowncast","elementToStructure","end","createContainerElement","85YsgxDc"];return(it=function(){return t})()}!function(t){const e=et,n=t();for(;;)try{if(263196===-parseInt(e(349))/1*(-parseInt(e(384))/2)+-parseInt(e(293))/3+parseInt(e(316))/4+parseInt(e(355))/5*(-parseInt(e(359))/6)+-parseInt(e(311))/7*(-parseInt(e(329))/8)+parseInt(e(286))/9+-parseInt(e(385))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[nt(360)](){return nt(312)}static get[nt(301)](){return!0}static get[nt(317)](){return!0}static get[nt(279)](){return[z.Widget,h,tt]}[nt(302)];[nt(370)];[nt(354)];constructor(t){const e=nt;super(t),this[e(302)]=[],this[e(370)]=new Set,this[e(354)]=e(282)}[nt(330)](){const t=nt,e=this[t(314)],n=e[t(310)][t(375)][t(389)];e[t(344)][t(323)](t(318))&&(this[t(354)]=e[t(344)][t(323)](t(318))),this[t(309)](n,t(368),((e,n)=>{const i=t;if(!n[i(320)])return;const o=n[i(320)][i(313)](i(285));Number[i(377)](o)&&(n[i(352)][i(367)](),e[i(288)](),this[i(356)](o))}),{priority:t(372),context:t(284)}),this[t(363)](),this[t(337)](),e[t(386)][t(366)](t(327),new G(e)),e[t(315)][t(323)](t(374)).on(t(308),((e,n)=>{const i=t;this[i(302)]=n[i(343)],this[i(383)]()})),this[t(309)](e[t(340)][t(389)],t(308),(()=>{this[t(299)]()}))}[nt(291)](){!async function(t){const e=p([74,115,82,119,69,85,54,104,73,48,72,108,116,112,55,56,68,78,83,84,100,71,113,53,111,70,110,102,120,99,90,114,79,52,101,75,121,66,49,57,117,122,81,67,105,50,80,98,109,87,65,86,107,51,118,106,88,89,103,97,76,77]),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])},c=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function s(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=et;return t[e(369)]((t=>String[e(339)](t)))[e(387)]("")}!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([74]);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 c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[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])])((s=>{if(r())return s(p([86,97,108,105,100]));c(),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=c();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])](s)[p([99,97,116,99,104])]((()=>{s(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 c(){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 s(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||s(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 c(){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=c[p([115,112,108,105,116])](p([46])),[o,r,s]=i;return e(o),await n(o,r,s),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),c=(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),s=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!s)return;const a=await s[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 s[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,c)||(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:1748908800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=et,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(342)]);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=s(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=s(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(383)](){const t=nt;this[t(370)][t(303)]((e=>{const n=t;n(353)!==e[n(338)]&&this[n(314)][n(310)][n(380)](e)}))}[nt(299)](){const t=nt;for(const e of this[t(314)][t(340)][t(389)][t(322)][t(333)]({includeChangesInGraveyard:!0})){if(t(371)!==e[t(334)]||t(336)!==e[t(283)])return;this[t(370)][t(366)](e[t(298)][t(289)])}}[nt(363)](){const t=nt;this[t(314)][t(340)][t(321)][t(300)](t(336),{inheritAllFrom:t(376)})}[nt(337)](){const t=nt,e=this[t(314)][t(350)];e[t(358)](t(287))[t(307)]({model:t(336),view:{name:t(331),classes:t(297)}}),e[t(358)](t(345))[t(346)]({model:t(336),view:(e,{writer:n})=>this[t(382)](n,!0)}),e[t(358)](t(324))[t(346)]({model:t(336),view:(e,{writer:n})=>{const i=t;this[i(370)][i(366)](e);const o=this[i(382)](n);return(0,z.toWidget)(o,n,{label:p(this[i(314)][i(373)],i(304))})}}),this[t(314)][t(326)][t(381)]({name:t(331),classes:t(297)}),this[t(314)][t(310)][t(281)].on(t(388),this[t(365)](),{priority:t(372)})}[nt(382)](t,e=!1){const n=nt,{locale:i}=this[n(314)],o=t[n(348)](n(331),{class:n(297)+(0===this[n(302)][n(325)]?n(379):""),...!e&&{"data-table-of-contents-label":p(i,n(304))}});0===this[n(302)][n(325)]&&!1===e&&t[n(371)](t[n(362)](o,n(347)),t[n(348)]("p",{class:n(351)},[t[n(341)](p(i,n(390)))]));const r=e?"":"["+p(i,n(332))+"]";let c=o;return this[n(302)][n(303)](((i,o,s)=>{const a=n,u=this[a(314)][a(340)][a(361)](i[a(319)],{ignoreWhitespaces:!0}),l=u?i[a(280)]:r,d=i[a(319)][a(306)](this[a(354)]),f=t[a(348)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(341)](l)]),h=this[a(314)][a(344)][a(323)](a(295));t[a(335)](a(285),o,f);const m=t[a(348)]("li",null,[u||!e&&h?f:t[a(341)]("")]),p=o?s[o-1][a(364)]:0,g=Math[a(294)](i[a(364)]-p);if(i[a(364)]>p){const e=rt(m,g,t);t[a(371)](t[a(362)](c,a(347)),e)}else{const e=function(t,e){const n=a;return t[n(296)]({includeSelf:!0,parentFirst:!0})[n(328)]((t=>t.is(n(357),"ol")))[e]}(c,g);t[a(371)](t[a(362)](e,a(347)),m)}c=m})),o}[nt(356)](t){const e=nt,n=this[e(302)][t][e(319)];this[e(314)][e(340)][e(308)]((t=>{t[e(391)](n,0)})),this[e(314)][e(310)][e(375)][e(278)]({alignToTop:!0,forceScroll:!0})}[nt(365)](){return(t,e)=>{const n=et,i=e[n(281)],o=i[n(292)](e[n(305)]),r=i[n(290)](o);r.is(n(357),n(336))&&(e[n(378)]=this[n(314)][n(340)][n(362)](r,0),t[n(288)]())}}}function rt(t,e,n){const i=nt;return 1===e?n[i(348)]("ol",null,[t]):n[i(348)]("ol",null,[n[i(348)]("li",null,[rt(t,e-1,n)])])}var ct=n(355);const st=ut;function at(){const t=["7406208NKkYYW","editing","add","isEnabled","focus","TableOfContentsUI","3600540bVuaui","invalid","tableOfContentsLicenseKeyDomainLimit","7XkmpCY","tableOfContentsLicenseKeyEvaluationLimit","756080OmqsEB","4539984jnhmlf","menuBar:tableOfContents","destroy","get","176840WJAbdu","tableOfContents","licenseKey","init","17098850WCTsPO","insertTableOfContents","tableOfContentsLicenseKeyTrialLimit","_licenseKeyCheckInterval","domainLimit","672618xhuZcl","isPremiumPlugin","tooltip","tableOfContentsLicenseKeyExpired","locale","componentFactory","editor","tableOfContentsLicenseKeyNotAllowed","_showLicenseError","config","expired","pluginName","12RPbioX","tableOfContentsLicenseKeyUsageLimit","featureNotAllowed","_createButton","usageLimit","view","evaluationLimit","trialLimit","execute","TableOfContents","set","tableOfContentsLicenseKeyInvalid","Table of contents","bind","commands","15OQWVqr","isOfficialPlugin","tableOfContentsLicenseKeyValid","listenTo"];return(at=function(){return t})()}function ut(t,e){const n=at();return(ut=function(t,e){return n[t-=222]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(745594===-parseInt(e(253))/1+parseInt(e(258))/2*(-parseInt(e(223))/3)+parseInt(e(254))/4+parseInt(e(238))/5*(parseInt(e(267))/6)+parseInt(e(251))/7*(-parseInt(e(242))/8)+-parseInt(e(248))/9+parseInt(e(262))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[st(260)];[st(265)];static get[st(222)](){return st(247)}static get[st(239)](){return!0}static get[st(268)](){return!0}[st(261)](){const t=st,e=this[t(273)];e.ui[t(272)][t(244)](t(259),(()=>{const e=t,n=this[e(226)](m.ButtonView);return n[e(269)]=!0,n})),e.ui[t(272)][t(244)](t(255),(()=>this[t(226)](m.MenuBarMenuListItemButtonView))),this[t(260)]=this[t(273)][t(276)][t(257)](t(260));const n=this[t(273)];this[t(265)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(240)==r||e(234)==r||e(270)==r||e(250)==r||e(274)==r||e(252)==r||e(264)==r||e(224)==r){delete n[o],i=r,clearInterval(this[e(265)]),this[e(265)]=void 0;break}}e(234)==i&&n[e(275)](e(249)),e(270)==i&&n[e(275)](e(277)),e(250)==i&&n[e(275)](e(266)),e(274)==i&&n[e(275)](e(225),e(232)),e(252)==i&&n[e(275)](e(229)),e(264)==i&&n[e(275)](e(230)),e(224)==i&&n[e(275)](e(227))}),1e3)}[st(226)](t){const e=st,n=this[e(273)],i=n[e(271)],o=n[e(237)][e(257)](e(263)),r=new t(i);return r[e(233)]({label:p(i,e(235)),icon:ct.IconTableOfContents}),r[e(236)](e(245)).to(o,e(245)),this[e(241)](r,e(231),(()=>{const t=e;n[t(231)](t(263)),n[t(243)][t(228)][t(246)]()})),r}[st(256)](){const t=st;super[t(256)](),this[t(265)]&&clearInterval(this[t(265)])}}function dt(t,e){var n=ht();return(dt=function(t,e){return n[t-=442]})(t,e)}var ft=dt;function ht(){var t=["TableOfContents","isOfficialPlugin","45095bHuDpD","889011LAdJDW","105RBCctY","2126ijczue","requires","476860JxckbA","30TmuAkM","408aUSdmv","2268510SNXEXt","pluginName","1685WgSzSz","3005607BLwtRA","isPremiumPlugin","922520lYseVR"];return(ht=function(){return t})()}!function(t){for(var e=dt,n=t();;)try{if(980533===-parseInt(e(452))/1*(-parseInt(e(445))/2)+parseInt(e(450))/3+parseInt(e(447))/4+parseInt(e(442))/5*(parseInt(e(449))/6)+-parseInt(e(444))/7*(parseInt(e(455))/8)+-parseInt(e(443))/9*(parseInt(e(448))/10)+-parseInt(e(453))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(446)](){return[ot,lt]}static get[ft(451)](){return ft(456)}static get[ft(457)](){return!0}static get[ft(454)](){return!0}}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=307]})(t,e)}function gt(){var t=["10059880TvcVcn","1738734ViGbZH","114932xBNImZ","456gnYjUM","9hLHgoJ","2394392LsyzYW","1133634MfrvwK","21717CoAEjw","34502110KHZoTW","25PBrnXq"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(767579===parseInt(e(314))/1+parseInt(e(310))/2+-parseInt(e(315))/3*(parseInt(e(311))/4)+parseInt(e(307))/5*(-parseInt(e(309))/6)+-parseInt(e(313))/7+-parseInt(e(308))/8+-parseInt(e(312))/9*(-parseInt(e(316))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>U,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>it,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=273]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(298)]())i instanceof r.Text&&(n+=i[e(293)]);return n}function a(){const t=["htmlH4","config","heading.options","htmlH1","GeneralHtmlSupport","htmlH5","get","52801mgyWiX","model","99vzmRxQ","htmlH2","paragraph","plugins","has","221864UnYgTC","reduce","push","4DlTTRc","htmlH6","484910ITcNFB","data","768693Ayafjv","249992QjWaEV","htmlH3","287124STRgCt","getChildren","1414524ImUHLk"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(174469===-parseInt(e(287))/1+parseInt(e(297))/2+parseInt(e(294))/3+-parseInt(e(290))/4*(-parseInt(e(292))/5)+parseInt(e(299))/6+parseInt(e(280))/7+-parseInt(e(295))/8*(parseInt(e(282))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=f;function d(){const t=["DocumentOutlineUtils","documentOutline.headings","indexOf","afterInit","backward","fire","1232598qBwegY","init","472868dMQGZc","view","data","findIndex","createElement","domToView","model","change","_getActiveHeading","258nbHdvx","toModel","_headingNames","domConverter","isOfficialPlugin","_deriveHeadingElementsFromConversion","292112ELQXmS","929040lCcjdr","getFirstPosition","push","text","286582BGncef","includes","getChild","getRootNames","item","document","get","level","config","activeItemIndex","name","modelElement","_getHeadingNames","54173AYDeuc","isPremiumPlugin","element","editor","getChildren","length","_getOutlineDefinitions","1662865IbMYiJ","getRoot","editing","selection","pluginName"];return(d=function(){return t})()}function f(t,e){const n=d();return(f=function(t,e){return n[t-=269]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(248191===parseInt(e(293))/1+parseInt(e(313))/2+-parseInt(e(291))/3+-parseInt(e(308))/4+parseInt(e(280))/5+parseInt(e(302))/6*(-parseInt(e(273))/7)+parseInt(e(309))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class h extends t.Plugin{static get[l(284)](){return l(285)}static get[l(306)](){return!0}static get[l(274)](){return!0}[l(304)]=[];[l(292)](){const t=l,e=this[t(276)];this[t(304)]=this[t(272)]();let n=[];e[t(299)][t(318)].on(t(300),o((()=>{const e=t,i=n;n=this[e(279)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(320)]===n[e(320)]&&t[e(312)]===n[e(312)]&&t[e(271)]===n[e(271)])),r=(0,u.diffToChanges)(o,n),s=this[e(301)](),c=n[e(296)]((t=>t[e(271)]===s));r[e(278)]&&this[e(290)](e(300),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(290)](e(269),{index:c})}),250,{leading:!0,trailing:!0}))}[l(288)](){const t=l;this[t(304)][t(278)]||this[t(307)]()}[l(279)](){const t=l,e=this[t(276)],n=[],i=this[t(304)];for(const n of e[t(299)][t(318)][t(316)]())o(e[t(299)][t(318)][t(281)](n));function o(e){const r=t;for(const t of e[r(277)]())t.is(r(275))&&(i[r(314)](t[r(270)])&&n[r(311)]({level:i[r(287)](t[r(270)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(301)](){const t=l,e=this[t(276)][t(299)][t(318)][t(283)][t(310)](),n=new r.TreeWalker({direction:t(289),startPosition:e});for(const e of n)if(e[t(317)].is(t(275))&&this[t(304)][t(314)](e[t(317)][t(270)]))return e[t(317)]}[l(272)](){const t=l;return this[t(276)][t(321)][t(319)](t(286))||function(t){const e=s,n=t[e(274)][e(279)](e(275));return n?n[e(288)](((t,n)=>(e(284)!==n[e(281)]&&t[e(289)](n[e(281)]),t)),[]):t[e(285)][e(286)](e(277))?[e(276),e(283),e(296),e(273),e(278),e(291)]:[]}(this[t(276)])}[l(307)](){const t=l,e=this[t(276)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(282)][t(294)][t(305)][t(298)](document[t(297)](o)),r=e[t(295)][t(303)](n)[t(315)](0);r?.is(t(275))&&i[t(311)](r[t(270)])}this[t(304)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=v();return(g=function(t,e){return n[t-=373]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(631051===-parseInt(e(395))/1+parseInt(e(386))/2+-parseInt(e(378))/3+parseInt(e(379))/4*(parseInt(e(389))/5)+parseInt(e(388))/6*(-parseInt(e(376))/7)+parseInt(e(382))/8*(parseInt(e(396))/9)+-parseInt(e(381))/10*(-parseInt(e(380))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class w extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(390)],o=e?"["+p(t,n(384))+"]":"";this[n(394)](n(377),""),this[n(394)](n(392),1),this[n(394)](n(393),!1),this[n(374)](n(383)).to(this,n(377),(t=>!t)),this[n(375)]({tag:n(385),attributes:{class:["ck",n(397),n(398),i.to(n(392),(t=>n(391)+t)),i.if(n(393),n(387)),i.if(n(383),n(399))],title:i.to(n(377))},children:[{text:i.to(n(377),(t=>t||o))}],on:{click:i.to(n(373))}})}}function v(){const t=["1566794CzmbmC","ck-document-outline__item_active","7247190zZkTea","15UpxFKt","bindTemplate","ck-document-outline__item_level-","level","isActive","set","322594MQctaa","126018uizsLA","ck-reset","ck-document-outline__item","ck-document-outline__item_empty","click","bind","setTemplate","7xJxaaK","text","1375521XzGjPK","61780FRHLEA","913kIDXNJ","73990psMUBH","672ERKqCf","isEmpty","Empty heading","div"];return(v=function(){return t})()}function b(t,e){const n=k();return(b=function(t,e){return n[t-=309]})(t,e)}const I=b;function k(){const t=["locale","2363196YpPnqX","ck-reset","Editor headings will appear here as you type.","get","itemSelected","18149384TDfnSr","activeItemIndex","howMany","index","addMany","click","type","div","sync","2499966mwazdO","_scrollToItem","map","forEach","_setActiveItem","3271150KjANMZ","documentOutlineContainer","setTemplate","remove","set","1286004IzvmVs","delete","createCollection","isActive","_deleteItem","level","source","delegate","_handleItemClick","515966raNRuX","values","ck-document-outline","fire","14UfcoRb","showEmptyHeadingText","_insertItem","bind","getIndex","1288838osCXLx","change:activeItemIndex","element","text","destroy","items","insert","contentLanguageDirection"];return(k=function(){return t})()}!function(t){const e=b,n=t();for(;;)try{if(769733===-parseInt(e(320))/1+parseInt(e(311))/2+parseInt(e(353))/3+parseInt(e(329))/4+-parseInt(e(348))/5+-parseInt(e(343))/6*(parseInt(e(315))/7)+parseInt(e(334))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends m.View{[I(325)];[I(349)];[I(316)];constructor(t,e=!1,n){const i=I;super(t),this[i(316)]=e,this[i(352)](i(335),-1),this[i(349)]=n,this[i(325)]=this[i(355)](),this[i(325)][i(309)](i(339)).to(this),this.on(i(339),this[i(310)][i(318)](this)),this.on(i(321),((t,e,n,o)=>{this[i(347)](o,n)})),this[i(350)]({tag:i(341),attributes:{class:["ck",i(330),i(313)],dir:t[i(327)],"data-document-outline-empty-placeholder":p(t,i(331)),tabindex:-1},children:this[i(325)]})}[I(342)](t){const e=I;t[e(346)]((t=>{const n=e;n(326)==t[n(340)]?this[n(317)](t[n(337)],...t[n(312)]):n(354)==t[n(340)]&&this[n(357)](t[n(337)],t[n(336)])}))}[I(347)](t,e){const n=I;if(-1!==t){const e=this[n(325)][n(332)](t);e&&(e[n(356)]=!1)}-1!==e&&(this[n(325)][n(332)](e)[n(356)]=!0,this[n(344)](e))}[I(317)](t,...e){const n=I,i=e[n(345)](((e,i)=>{const o=n,r=new w(this[o(328)],this[o(316)]);return r[o(323)]=e[o(323)],r[o(358)]=e[o(358)],t+i===this[o(335)]&&(r[o(356)]=!0),r}));this[n(325)][n(338)](i,t)}[I(357)](t,e){const n=I;do{this[n(325)][n(351)](t)}while(--e)}[I(310)](t){const e=I,n=this[e(325)][e(319)](t[e(359)]);this[e(314)](e(333),n)}[I(344)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(325)][e(332)](t)[e(322)],20,this[e(349)])}[I(324)](){const t=I;super[t(324)](),this[t(322)][t(351)]()}}var _=n(673),C=n.n(_),O=n(545),T=n.n(O),x=n(262),E=n.n(x),A=n(667),L=n.n(A),P=n(357),S=n.n(P),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=L(),D.insert=E().bind(null,"head"),D.domAPI=T(),D.insertStyleElement=S();C()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=H;function M(){const t=["floor","getIntersection","bottom","activeItemIndex","isOfficialPlugin","join","map","view","65262ACXrAs","height","document-outline-container-not-provided","config","DocumentOutlineUtils","top","905052meQNlC","setSelection","get","editing","7KWEzrf","document","pluginName","indexOf","11KHSSbE","23095308HQilNP","model","_setActiveViewItem","resize","focusTracker","window","9358FwWAFL","DocumentOutlineUI","_currentOutlineDefinitions","getVisible","3708735PSUREw","element","change","2200Acgjda","locale","href","afterInit","getDomRoot","8YhPiJK","cancel","5828240MXpBpP","appendChild","_updateActiveDefinitionOnViewportChange","modelElement","4419raObhg","add","_updateActiveDefinitionFromViewportThrottled","scrollToTheSelection","documentOutline.showEmptyHeadings","mapper","editor","toViewElement","sync","domConverter","isPremiumPlugin","length","documentOutline.container","_handleOutlineChange","destroy","plugins","getRootNames","mapViewToDom","itemSelected","fromCharCode","init","819tZvKou","bind","render","listenTo","scroll","focus","_handleItemSelected"];return(M=function(){return t})()}function H(t,e){const n=M();return(H=function(t,e){return n[t-=373]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(775772===parseInt(e(428))/1+-parseInt(e(443))/2*(parseInt(e(407))/3)+parseInt(e(380))/4*(-parseInt(e(447))/5)+-parseInt(e(422))/6*(parseInt(e(432))/7)+parseInt(e(375))/8*(parseInt(e(386))/9)+parseInt(e(382))/10+parseInt(e(436))/11*(parseInt(e(437))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class j extends t.Plugin{[K(421)];[K(445)];[K(388)];static get[K(434)](){return K(444)}static get[K(418)](){return!0}static get[K(396)](){return!0}constructor(t){const e=K;super(t),this[e(421)]=new y(t[e(376)],this[e(392)][e(425)][e(430)](e(390)),this[e(392)][e(425)][e(430)](e(398))),this[e(445)]=[],this[e(388)]=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(384)][e(408)](this),100)}[K(406)](){const t=K,e=this[t(392)],n=e[t(401)][t(430)](t(426));let i=!1;if(this[t(421)][t(409)](),this[t(392)].ui[t(441)][t(387)](this[t(421)][t(373)]),!e[t(425)][t(430)](t(398)))throw new u.CKEditorError(t(424),{editor:e});e[t(425)][t(430)](t(398))[t(383)](this[t(421)][t(373)]),n.on(t(374),this[t(399)][t(408)](this)),n.on(t(417),((e,{index:n})=>this[t(439)](n))),this[t(421)].on(t(404),((e,n)=>{i=!0,this[t(413)](n)})),this[t(421)][t(410)](u.global[t(433)],t(411),(()=>{i?i=!1:this[t(388)]()}),{useCapture:!0}),this[t(421)][t(410)](u.global[t(442)],t(440),this[t(388)],{useCapture:!0})}[K(378)](){!async function(t){const e=p([104,112,83,85,86,81,118,69,68,75,90,107,89,76,120,87,108,97,66,103,109,98,50,105,84,57,54,74,99,56,110,82,113,53,101,49,70,71,114,116,106,78,52,100,122,111,55,51,121,102,115,73,48,79,67,117,77,88,72,65,80,119]),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(420)]((t=>String[e(405)](t)))[e(419)]("")}!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([104]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1748995200;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(377)]);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{return p([73,110,118,97,108,105,100])}}())}(this)}[K(400)](){const t=K;super[t(400)](),this[t(421)][t(400)](),this[t(388)][t(381)]()}[K(399)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(445)]=e,this[i(421)][i(394)](n)}[K(439)](t){const e=K;this[e(445)][e(397)]&&this[e(445)][t]&&(this[e(421)][e(417)]=t)}[K(413)](t){const e=K,n=this[e(445)][t][e(385)];this[e(392)][e(438)][e(374)]((t=>{t[e(429)](n,0)})),this[e(392)][e(431)][e(421)][e(389)]({alignToTop:!0,forceScroll:!0}),this[e(392)][e(431)][e(421)][e(412)](),this[e(439)](t)}[K(384)](){const t=K,e=this[t(392)];let n;for(const i of e[t(438)][t(433)][t(402)]()){const o=e[t(431)][t(421)][t(379)](i),r=o&&new u.Rect(o)[t(446)]();if(r){const e=new u.Rect(u.global[t(442)])[t(415)](r);e&&(n=e[t(427)]+.25*e[t(423)])}}if(void 0===n)return;const i=R(e[t(431)],this[t(445)],n);i?this[t(439)](this[t(445)][t(435)](i)):this[t(439)](-1)}}function R(t,e,n,i=0,o=e[K(397)]-1){const r=K,s=Math[r(414)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(391)][r(393)](c[r(385)]);if(!a)return null;const l=t[r(421)][r(395)][r(403)](a);return new u.Rect(l)[r(416)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=W;function W(t,e){const n=B();return(W=function(t,e){return n[t-=231]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(411320===-parseInt(e(236))/1+parseInt(e(253))/2+-parseInt(e(256))/3+-parseInt(e(257))/4*(-parseInt(e(254))/5)+-parseInt(e(260))/6*(parseInt(e(263))/7)+-parseInt(e(266))/8*(parseInt(e(239))/9)+parseInt(e(249))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class U extends t.Plugin{[V(251)];[V(234)];static get[V(265)](){return[h,j]}static get[V(268)](){return V(264)}static get[V(240)](){return!0}static get[V(244)](){return!0}[V(250)](){const t=V;this[t(251)]=this[t(255)][t(233)][t(242)](t(251));const e=this[t(255)];this[t(234)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(259)==r||n(235)==r||n(245)==r||n(247)==r||n(262)==r||n(261)==r||n(241)==r||n(252)==r){delete e[o],i=r,clearInterval(this[n(234)]),this[n(234)]=void 0;break}}n(235)==i&&e[n(248)](n(246)),n(245)==i&&e[n(248)](n(232)),n(247)==i&&e[n(248)](n(243)),n(262)==i&&e[n(248)](n(238),n(264)),n(261)==i&&e[n(248)](n(231)),n(241)==i&&e[n(248)](n(258)),n(252)==i&&e[n(248)](n(237))}),1e3)}[V(267)](){const t=V;super[t(267)](),this[t(234)]&&clearInterval(this[t(234)])}}function B(){const t=["config","_licenseKeyCheckInterval","documentOutlineLicenseKeyInvalid","457595ALNsob","usageLimit","featureNotAllowed","9TYNtgT","isOfficialPlugin","documentOutlineLicenseKeyTrialLimit","get","domainLimit","isPremiumPlugin","documentOutlineLicenseKeyExpired","invalid","documentOutlineLicenseKeyDomainLimit","_showLicenseError","17107480LEfPbD","init","licenseKey","documentOutlineLicenseKeyUsageLimit","931064TAFSbI","120865SvtAVV","editor","1428825Ghxjrt","4RUQTsd","trialLimit","documentOutlineLicenseKeyValid","2046090uOCXHM","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","14fQjAiE","DocumentOutline","requires","1385864PLWqiG","destroy","pluginName","evaluationLimit","expired"];return(B=function(){return t})()}var z=n(901);const F=Y;function X(){const t=["createElement","19511371DeJwwb","model","10uukMnH","refresh","getFirstPosition","261FCasGt","execute","findAllowedParent","92cYdaov","1584kTnoBe","1237572mIOQYt","document","isEnabled","84752onTdKo","842722hweVBe","1386826ihbOCp","insertObject","editor","8990KWfqgo","selection","schema","21579hELGLZ","change","tableOfContents"];return(X=function(){return t})()}function Y(t,e){const n=X();return(Y=function(t,e){return n[t-=304]})(t,e)}!function(t){const e=Y,n=t();for(;;)try{if(508364===-parseInt(e(309))/1+-parseInt(e(305))/2+-parseInt(e(316))/3*(-parseInt(e(328))/4)+-parseInt(e(313))/5*(parseInt(e(304))/6)+parseInt(e(310))/7+-parseInt(e(308))/8*(-parseInt(e(325))/9)+parseInt(e(322))/10*(parseInt(e(320))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class Q extends t.Command{[F(326)](){const t=F;this[t(312)][t(321)][t(317)]((e=>{const n=t;this[n(312)][n(321)][n(311)](e[n(319)](n(318)))}))}[F(323)](){const t=F,e=this[t(312)][t(321)],n=e[t(306)][t(314)][t(324)]();this[t(307)]=null!==(n&&e[t(315)][t(327)](n,t(318)))}}var q=n(336),J={attributes:{"data-cke":!0}};J.setAttributes=L(),J.insert=E().bind(null,"head"),J.domAPI=T(),J.insertStyleElement=S();C()(q.A,J);q.A&&q.A.locals&&q.A.locals;function G(t,e){const n=$();return(G=function(t,e){return n[t-=295]})(t,e)}const Z=G;function $(){const t=["nodeAfter","_customUpcastHeadingsConversion","delete","859934EhLzzW","pluginName","forEach","15DwJbJv","_customDataDowncastHeadingsConversion","viewItem","change","311592KihGTG","upcast","HeadingId","toViewElement","3970510gBWLnx","getChanges","model","3276552MgbQeK","heading1","_registerHeadingIdAttributePostfixer","getContainedElement","schema","match","clear","remove","6229979hLdTou","148639HbEUNT","modelRange","name","setAttribute","differ","document","afterInit","length","isRegistered","consumable","mapper","isOfficialPlugin","for","paragraph","add","isPremiumPlugin","attributes","get","registerPostFixer","hasAttribute","has","low","set","config","consume","item","type","conversion","4154040pWBcoT","position","insert","getAttribute","element:","removeAttribute","editor","downcast","writer","heading.options","headingId","string","headingId.modelAttributeName","attribute:headingId:","view","extend"];return($=function(){return t})()}!function(t){const e=G,n=t();for(;;)try{if(490424===parseInt(e(353))/1+-parseInt(e(330))/2+-parseInt(e(333))/3*(parseInt(e(337))/4)+-parseInt(e(341))/5+parseInt(e(344))/6+parseInt(e(352))/7+parseInt(e(311))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Z(331)](){return Z(339)}static get[Z(364)](){return!0}static get[Z(298)](){return!0}[Z(359)](){const t=Z,e=this[t(317)];e[t(306)][t(300)](t(323))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(296)!==t[e(343)]&&i[e(305)](t[e(325)],t[e(343)])})),i[n(300)]("h1")||i[n(305)]("h1",n(345)),i):i}(this[t(317)][t(306)][t(300)](t(320)))[t(332)](((n,i)=>{const o=t;this[o(328)](i),this[o(334)](n),e[o(343)][o(348)][o(361)](n)&&e[o(343)][o(348)][o(326)](n,{allowAttributes:o(321)})})),this[t(346)]())}[Z(328)](t){const e=Z;this[e(317)][e(310)][e(295)](e(338))[e(297)]((n=>n.on(e(315)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(335)][o(314)]("id"),a=n[o(354)][o(347)]();if(a)return c&&c[o(360)]||a[o(302)](o(321))?void(r[o(307)](n[o(335)],{attributes:["id"]})&&s[o(356)](o(321),c,a)):(r[o(307)](n[o(335)],{attributes:["id"]}),void s[o(356)](o(321),(0,u.uid)(),a))}),{priority:u.priorities[e(300)](e(304))+.5})))}[Z(334)](t){const e=Z;this[e(317)][e(310)][e(295)](e(318))[e(297)]((n=>n.on(e(324)+t,((t,n,i)=>{const o=e;if(!i[o(362)][o(307)](n[o(308)],t[o(355)]))return;const r=n[o(308)][o(314)](o(321)),s=i[o(363)][o(340)](n[o(308)]);i[o(319)][o(356)]("id",r,s)}))))}[Z(346)](){const t=Z,e=this[t(317)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(297)](r),e[o(356)](o(321),r,n),r}function r(e,n){const i=t;e[i(316)](i(321),n)}e[t(343)][t(358)][t(301)]((s=>{const c=t,a=e[c(343)][c(358)][c(357)][c(342)]();let u=!1;for(const t of a)if(c(313)==t[c(309)]&&t[c(355)])if(t[c(355)][c(349)](/heading\d/)){const e=t[c(299)][c(300)](c(321));c(322)==typeof e?n[c(303)](e)?(o(s,t[c(312)][c(327)]),u=!0):i[c(297)](e):(o(s,t[c(312)][c(327)]),u=!0)}else c(322)==typeof t[c(299)][c(300)](c(321))&&(r(s,t[c(312)][c(327)]),u=!0);else if(c(351)==t[c(309)]){const e=t[c(299)][c(300)](c(321));c(322)==typeof e&&n[c(329)](e)}return u})),e[t(343)][t(358)].on(t(336),(()=>{const e=t;i[e(332)]((t=>n[e(297)](t))),i[e(350)]()}))}}const et=nt;function nt(t,e){const n=ot();return(nt=function(t,e){return n[t-=346]})(t,e)}!function(t){const e=nt,n=t();for(;;)try{if(912215===-parseInt(e(374))/1+parseInt(e(441))/2*(-parseInt(e(410))/3)+-parseInt(e(350))/4+parseInt(e(416))/5*(-parseInt(e(386))/6)+parseInt(e(421))/7+parseInt(e(375))/8*(parseInt(e(393))/9)+-parseInt(e(396))/10*(-parseInt(e(373))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class it extends t.Plugin{static get[et(381)](){return et(411)}static get[et(427)](){return!0}static get[et(349)](){return!0}static get[et(412)](){return[z.Widget,h,tt]}[et(423)];[et(358)];[et(377)];constructor(t){const e=et;super(t),this[e(423)]=[],this[e(358)]=new Set,this[e(377)]=e(398)}[et(437)](){const t=et,e=this[t(409)],n=e[t(429)][t(385)][t(397)];e[t(384)][t(413)](t(443))&&(this[t(377)]=e[t(384)][t(413)](t(443))),this[t(355)](n,t(387),((e,n)=>{const i=t;if(!n[i(459)])return;const o=n[i(459)][i(353)](i(407));Number[i(430)](o)&&(n[i(450)][i(399)](),e[i(404)](),this[i(449)](o))}),{priority:t(401),context:t(367)}),this[t(456)](),this[t(351)](),e[t(426)][t(414)](t(369),new Q(e)),e[t(365)][t(413)](t(395)).on(t(389),((e,n)=>{const i=t;this[i(423)]=n[i(366)],this[i(370)]()})),this[t(355)](e[t(371)][t(397)],t(389),(()=>{this[t(424)]()}))}[et(447)](){!async function(t){const e=p([52,106,90,122,119,80,89,113,86,110,97,65,55,83,104,56,109,107,105,78,77,114,53,116,100,75,115,111,84,57,118,73,88,120,71,79,85,67,72,51,112,81,74,50,76,102,66,69,54,98,121,68,48,70,99,82,49,87,101,117,103,108]),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(406)]((t=>String[e(418)](t)))[e(453)]("")}!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([106]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1748995200;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(394)]);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{return p([73,110,118,97,108,105,100])}}())}(this)}[et(370)](){const t=et;this[t(358)][t(458)]((e=>{const n=t;n(439)!==e[n(368)]&&this[n(409)][n(429)][n(392)](e)}))}[et(424)](){const t=et;for(const e of this[t(409)][t(371)][t(397)][t(379)][t(352)]({includeChangesInGraveyard:!0})){if(t(438)!==e[t(354)]||t(347)!==e[t(391)])return;this[t(358)][t(414)](e[t(460)][t(390)])}}[et(456)](){const t=et;this[t(409)][t(371)][t(454)][t(425)](t(347),{inheritAllFrom:t(400)})}[et(351)](){const t=et,e=this[t(409)][t(360)];e[t(356)](t(363))[t(446)]({model:t(347),view:{name:t(405),classes:t(428)}}),e[t(356)](t(451))[t(380)]({model:t(347),view:(e,{writer:n})=>this[t(422)](n,!0)}),e[t(356)](t(364))[t(380)]({model:t(347),view:(e,{writer:n})=>{const i=t;this[i(358)][i(414)](e);const o=this[i(422)](n);return(0,z.toWidget)(o,n,{label:p(this[i(409)][i(457)],i(346))})}}),this[t(409)][t(388)][t(372)]({name:t(405),classes:t(428)}),this[t(409)][t(429)][t(402)].on(t(420),this[t(444)](),{priority:t(401)})}[et(422)](t,e=!1){const n=et,{locale:i}=this[n(409)],o=t[n(436)](n(405),{class:n(428)+(0===this[n(423)][n(445)]?n(431):""),...!e&&{"data-table-of-contents-label":p(i,n(346))}});0===this[n(423)][n(445)]&&!1===e&&t[n(438)](t[n(378)](o,n(376)),t[n(436)]("p",{class:n(419)},[t[n(442)](p(i,n(359)))]));const r=e?"":"["+p(i,n(415))+"]";let s=o;return this[n(423)][n(458)](((i,o,c)=>{const a=n,u=this[a(409)][a(371)][a(382)](i[a(433)],{ignoreWhitespaces:!0}),l=u?i[a(455)]:r,d=i[a(433)][a(348)](this[a(377)]),f=t[a(436)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(442)](l)]),h=this[a(409)][a(384)][a(413)](a(383));t[a(417)](a(407),o,f);const m=t[a(436)]("li",null,[u||!e&&h?f:t[a(442)]("")]),p=o?c[o-1][a(361)]:0,g=Math[a(432)](i[a(361)]-p);if(i[a(361)]>p){const e=rt(m,g,t);t[a(438)](t[a(378)](s,a(376)),e)}else{const e=function(t,e){const n=a;return t[n(362)]({includeSelf:!0,parentFirst:!0})[n(448)]((t=>t.is(n(408),"ol")))[e]}(s,g);t[a(438)](t[a(378)](e,a(376)),m)}s=m})),o}[et(449)](t){const e=et,n=this[e(423)][t][e(433)];this[e(409)][e(371)][e(389)]((t=>{t[e(357)](n,0)})),this[e(409)][e(429)][e(385)][e(440)]({alignToTop:!0,forceScroll:!0})}[et(444)](){return(t,e)=>{const n=nt,i=e[n(402)],o=i[n(435)](e[n(403)]),r=i[n(452)](o);r.is(n(408),n(347))&&(e[n(434)]=this[n(409)][n(371)][n(378)](r,0),t[n(404)]())}}}function ot(){const t=["16WIFQYE","end","_headingIdModelAttributeName","createPositionAt","differ","elementToStructure","pluginName","hasContent","documentOutline.showEmptyHeadings","config","view","5646HyMhOm","click","data","change","nodeAfter","name","reconvertItem","7032924yNlymK","href","DocumentOutlineUtils","18650ideodO","document","headingId","preventDefault","$blockObject","high","mapper","viewPosition","stop","div","map","tableOfContentsHeadingIndex","element","editor","3QeMwRs","TableOfContentsEditing","requires","get","add","Empty heading","7305tyWBaq","setCustomProperty","fromCharCode","table-of-contents__placeholder","viewToModelPosition","7796733wMVIiz","_createTableOfContents","_currentOutlineDefinitions","_trackNewToCElements","register","commands","isOfficialPlugin","table-of-contents","editing","isInteger"," table-of-contents_empty","abs","modelElement","modelPosition","findMappedViewAncestor","createContainerElement","init","insert","$graveyard","scrollToTheSelection","615718zOoeLe","createText","headingId.modelAttributeName","_redirectMapper","length","elementToElement","afterInit","filter","_handleScrollToHeading","domEvent","dataDowncast","toModelElement","join","schema","text","_defineSchema","locale","forEach","target","position","Table of contents","tableOfContents","getAttribute","isPremiumPlugin","3412320PMtXOQ","_defineConverters","getChanges","getCustomProperty","type","listenTo","for","setSelection","_tableOfContentsElements","No headings were found in the document.","conversion","level","getAncestors","upcast","editingDowncast","plugins","outlineDefinitions","$capture","rootName","insertTableOfContents","_updateTableOfContentsElements","model","registerRawContentMatcher","6259bXIADq","289921jaeswC"];return(ot=function(){return t})()}function rt(t,e,n){const i=et;return 1===e?n[i(436)]("ol",null,[t]):n[i(436)]("ol",null,[n[i(436)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=ut;function at(){const t=["7406208NKkYYW","editing","add","isEnabled","focus","TableOfContentsUI","3600540bVuaui","invalid","tableOfContentsLicenseKeyDomainLimit","7XkmpCY","tableOfContentsLicenseKeyEvaluationLimit","756080OmqsEB","4539984jnhmlf","menuBar:tableOfContents","destroy","get","176840WJAbdu","tableOfContents","licenseKey","init","17098850WCTsPO","insertTableOfContents","tableOfContentsLicenseKeyTrialLimit","_licenseKeyCheckInterval","domainLimit","672618xhuZcl","isPremiumPlugin","tooltip","tableOfContentsLicenseKeyExpired","locale","componentFactory","editor","tableOfContentsLicenseKeyNotAllowed","_showLicenseError","config","expired","pluginName","12RPbioX","tableOfContentsLicenseKeyUsageLimit","featureNotAllowed","_createButton","usageLimit","view","evaluationLimit","trialLimit","execute","TableOfContents","set","tableOfContentsLicenseKeyInvalid","Table of contents","bind","commands","15OQWVqr","isOfficialPlugin","tableOfContentsLicenseKeyValid","listenTo"];return(at=function(){return t})()}function ut(t,e){const n=at();return(ut=function(t,e){return n[t-=222]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(745594===-parseInt(e(253))/1+parseInt(e(258))/2*(-parseInt(e(223))/3)+parseInt(e(254))/4+parseInt(e(238))/5*(parseInt(e(267))/6)+parseInt(e(251))/7*(-parseInt(e(242))/8)+-parseInt(e(248))/9+parseInt(e(262))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[ct(260)];[ct(265)];static get[ct(222)](){return ct(247)}static get[ct(239)](){return!0}static get[ct(268)](){return!0}[ct(261)](){const t=ct,e=this[t(273)];e.ui[t(272)][t(244)](t(259),(()=>{const e=t,n=this[e(226)](m.ButtonView);return n[e(269)]=!0,n})),e.ui[t(272)][t(244)](t(255),(()=>this[t(226)](m.MenuBarMenuListItemButtonView))),this[t(260)]=this[t(273)][t(276)][t(257)](t(260));const n=this[t(273)];this[t(265)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(240)==r||e(234)==r||e(270)==r||e(250)==r||e(274)==r||e(252)==r||e(264)==r||e(224)==r){delete n[o],i=r,clearInterval(this[e(265)]),this[e(265)]=void 0;break}}e(234)==i&&n[e(275)](e(249)),e(270)==i&&n[e(275)](e(277)),e(250)==i&&n[e(275)](e(266)),e(274)==i&&n[e(275)](e(225),e(232)),e(252)==i&&n[e(275)](e(229)),e(264)==i&&n[e(275)](e(230)),e(224)==i&&n[e(275)](e(227))}),1e3)}[ct(226)](t){const e=ct,n=this[e(273)],i=n[e(271)],o=n[e(237)][e(257)](e(263)),r=new t(i);return r[e(233)]({label:p(i,e(235)),icon:st.IconTableOfContents}),r[e(236)](e(245)).to(o,e(245)),this[e(241)](r,e(231),(()=>{const t=e;n[t(231)](t(263)),n[t(243)][t(228)][t(246)]()})),r}[ct(256)](){const t=ct;super[t(256)](),this[t(265)]&&clearInterval(this[t(265)])}}function dt(t,e){var n=ht();return(dt=function(t,e){return n[t-=442]})(t,e)}var ft=dt;function ht(){var t=["TableOfContents","isOfficialPlugin","45095bHuDpD","889011LAdJDW","105RBCctY","2126ijczue","requires","476860JxckbA","30TmuAkM","408aUSdmv","2268510SNXEXt","pluginName","1685WgSzSz","3005607BLwtRA","isPremiumPlugin","922520lYseVR"];return(ht=function(){return t})()}!function(t){for(var e=dt,n=t();;)try{if(980533===-parseInt(e(452))/1*(-parseInt(e(445))/2)+parseInt(e(450))/3+parseInt(e(447))/4+parseInt(e(442))/5*(parseInt(e(449))/6)+-parseInt(e(444))/7*(parseInt(e(455))/8)+-parseInt(e(443))/9*(parseInt(e(448))/10)+-parseInt(e(453))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(446)](){return[it,lt]}static get[ft(451)](){return ft(456)}static get[ft(457)](){return!0}static get[ft(454)](){return!0}}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=307]})(t,e)}function gt(){var t=["10059880TvcVcn","1738734ViGbZH","114932xBNImZ","456gnYjUM","9hLHgoJ","2394392LsyzYW","1133634MfrvwK","21717CoAEjw","34502110KHZoTW","25PBrnXq"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(767579===parseInt(e(314))/1+parseInt(e(310))/2+-parseInt(e(315))/3*(parseInt(e(311))/4)+parseInt(e(307))/5*(-parseInt(e(309))/6)+-parseInt(e(313))/7+-parseInt(e(308))/8+-parseInt(e(312))/9*(-parseInt(e(316))/10))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 _0xa0a4e0,Command as _0x3800e8}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3969b2,throttle as _0x588d8f}from'es-toolkit/compat';import{Text as _0xde4067,TreeWalker as _0x1aa519}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x5b0802,diffToChanges as _0x598cc8,scrollAncestorsToShowTarget as _0x15aa53,CKEditorError as _0x210c28,global as _0x7758c1,Rect as _0x47591b,uid as _0x21f143,priorities as _0x3d1af8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x8c2874,ButtonView as _0x77be31,MenuBarMenuListItemButtonView as _0x1a0da8}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x3a9b17,toWidget as _0x55a4ef}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x39e974}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x40c461){let _0x5a0001='';for(const _0x1024f3 of _0x40c461['getChildren']())_0x1024f3 instanceof _0xde4067&&(_0x5a0001+=_0x1024f3['data']);return _0x5a0001;}class i extends _0xa0a4e0{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x5de7a0=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x32963f=[];_0x5de7a0['model']['document']['on']('change',_0x3969b2(()=>{const _0x43280b=_0x32963f;_0x32963f=this['_getOutlineDefinitions']();const _0x3f09ee=_0x5b0802(_0x43280b,_0x32963f,(_0x26a5ca,_0x6a8d3f)=>_0x26a5ca['level']===_0x6a8d3f['level']&&_0x26a5ca['text']===_0x6a8d3f['text']&&_0x26a5ca['modelElement']===_0x6a8d3f['modelElement']),_0x4c08d9=_0x598cc8(_0x3f09ee,_0x32963f),_0x2dfaab=this['_getActiveHeading'](),_0x3948ed=_0x32963f['findIndex'](_0x12d4e8=>_0x12d4e8['modelElement']===_0x2dfaab);_0x4c08d9['length']&&this['fire']('change',{'outlineDefinitions':_0x32963f,'activeItemIndex':_0x3948ed,'outlineChanges':_0x4c08d9}),this['fire']('activeItemIndex',{'index':_0x3948ed});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x157e14=this['editor'],_0x48cf47=[],_0x5d7437=this['_headingNames'];for(const _0x1d283e of _0x157e14['model']['document']['getRootNames']())_0x1f79ed(_0x157e14['model']['document']['getRoot'](_0x1d283e));function _0x1f79ed(_0x26ab22){for(const _0x57f0ba of _0x26ab22['getChildren']())_0x57f0ba['is']('element')&&(_0x5d7437['includes'](_0x57f0ba['name'])&&_0x48cf47['push']({'level':_0x5d7437['indexOf'](_0x57f0ba['name'])+0x1,'text':p(_0x57f0ba),'modelElement':_0x57f0ba}),_0x1f79ed(_0x57f0ba));}return _0x48cf47;}['_getActiveHeading'](){const _0x1bcf8b=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x1ecf3d=new _0x1aa519({'direction':'backward','startPosition':_0x1bcf8b});for(const _0x19ff44 of _0x1ecf3d)if(_0x19ff44['item']['is']('element')&&this['_headingNames']['includes'](_0x19ff44['item']['name']))return _0x19ff44['item'];}['_getHeadingNames'](){const _0x435f5b=this['editor']['config']['get']('documentOutline.headings');return _0x435f5b||function(_0x10a5e4){const _0x35d646=_0x10a5e4['config']['get']('heading.options');return _0x35d646?_0x35d646['reduce']((_0x46b4ba,_0x18ec97)=>('paragraph'!==_0x18ec97['model']&&_0x46b4ba['push'](_0x18ec97['model']),_0x46b4ba),[]):_0x10a5e4['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x2a2d23=this['editor'],_0x1e00a1=['h1','h2','h3','h4','h5','h6'],_0x346237=[];for(const _0x38b632 of _0x1e00a1){const _0x434b18=_0x2a2d23['editing']['view']['domConverter']['domToView'](document['createElement'](_0x38b632)),_0x1ed565=_0x2a2d23['data']['toModel'](_0x434b18)['getChild'](0x0);_0x1ed565?.['is']('element')&&_0x346237['push'](_0x1ed565['name']);}this['_headingNames']=_0x346237;}}function j(_0x530d0b,_0x4aa95d){const t=_0x530d0b['t'];switch(_0x4aa95d){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 _0x4aa95d;}}class $ extends _0x8c2874{constructor(_0x440bd1,_0x5e69c3=!0x1){super(_0x440bd1);const _0x272f70=this['bindTemplate'],_0x32f925=_0x5e69c3?'['+j(_0x440bd1,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x2d036e=>!_0x2d036e),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x272f70['to']('level',_0x14573d=>'ck-document-outline__item_level-'+_0x14573d),_0x272f70['if']('isActive','ck-document-outline__item_active'),_0x272f70['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x272f70['to']('text')},'children':[{'text':_0x272f70['to']('text',_0x36c4c8=>_0x36c4c8||_0x32f925)}],'on':{'click':_0x272f70['to']('click')}});}}class l extends _0x8c2874{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x18080d,_0x30037a=!0x1,_0x1fe786){super(_0x18080d),this['showEmptyHeadingText']=_0x30037a,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1fe786,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x4c20ce,_0x14f612,_0x4ee25c,_0x125b55)=>{this['_setActiveItem'](_0x125b55,_0x4ee25c);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x18080d['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x18080d,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x54fcbc){_0x54fcbc['forEach'](_0x5dedbd=>{'insert'==_0x5dedbd['type']?this['_insertItem'](_0x5dedbd['index'],..._0x5dedbd['values']):'delete'==_0x5dedbd['type']&&this['_deleteItem'](_0x5dedbd['index'],_0x5dedbd['howMany']);});}['_setActiveItem'](_0x2da330,_0x208c56){if(-0x1!==_0x2da330){const _0x52b4b5=this['items']['get'](_0x2da330);_0x52b4b5&&(_0x52b4b5['isActive']=!0x1);}-0x1!==_0x208c56&&(this['items']['get'](_0x208c56)['isActive']=!0x0,this['_scrollToItem'](_0x208c56));}['_insertItem'](_0x7045b1,..._0x9407dc){const _0x13baa8=_0x9407dc['map']((_0x4f54b9,_0x2f0380)=>{const _0x8787fd=new $(this['locale'],this['showEmptyHeadingText']);return _0x8787fd['text']=_0x4f54b9['text'],_0x8787fd['level']=_0x4f54b9['level'],_0x7045b1+_0x2f0380===this['activeItemIndex']&&(_0x8787fd['isActive']=!0x0),_0x8787fd;});this['items']['addMany'](_0x13baa8,_0x7045b1);}['_deleteItem'](_0x1b9fc5,_0x4ae078){do{this['items']['remove'](_0x1b9fc5);}while(--_0x4ae078);}['_handleItemClick'](_0x3e8dbb){const _0x1f4ec9=this['items']['getIndex'](_0x3e8dbb['source']);this['fire']('itemSelected',_0x1f4ec9);}['_scrollToItem'](_0x55e87c){_0x15aa53(this['items']['get'](_0x55e87c)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0xa0a4e0{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3ec067){super(_0x3ec067),this['view']=new l(_0x3ec067['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x588d8f(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x39c3d7=this['editor'],_0x4a41ce=_0x39c3d7['plugins']['get']('DocumentOutlineUtils');let _0x3e2917=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x39c3d7['config']['get']('documentOutline.container'))throw new _0x210c28('document-outline-container-not-provided',{'editor':_0x39c3d7});_0x39c3d7['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x4a41ce['on']('change',this['_handleOutlineChange']['bind'](this)),_0x4a41ce['on']('activeItemIndex',(_0x50c33e,{index:_0x2e78da})=>this['_setActiveViewItem'](_0x2e78da)),this['view']['on']('itemSelected',(_0x4ee0da,_0x3d3240)=>{_0x3e2917=!0x0,this['_handleItemSelected'](_0x3d3240);}),this['view']['listenTo'](_0x7758c1['document'],'scroll',()=>{_0x3e2917?_0x3e2917=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x7758c1['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x271071){const _0x37bd44=_0x17006b([0x6a,0x55,0x63,0x57,0x31,0x44,0x53,0x51,0x47,0x42,0x6f,0x4c,0x62,0x61,0x48,0x30,0x45,0x71,0x6d,0x4e,0x72,0x4a,0x65,0x4f,0x37,0x35,0x4d,0x39,0x4b,0x54,0x66,0x50,0x6e,0x49,0x77,0x67,0x59,0x78,0x6b,0x34,0x76,0x73,0x64,0x46,0x56,0x68,0x69,0x58,0x70,0x6c,0x33,0x43,0x41,0x36,0x75,0x32,0x5a,0x52,0x38,0x74,0x79,0x7a]),_0x40adab=0x6473b7f6,_0x3ab591=0x6474de46^_0x40adab,_0xf02a84=window[_0x17006b([0x44,0x61,0x74,0x65])][_0x17006b([0x6e,0x6f,0x77])](),_0x508887=_0x271071[_0x17006b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x38c5d9=new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18d1d6=>{_0x508887[_0x17006b([0x6f,0x6e,0x63,0x65])](_0x17006b([0x72,0x65,0x61,0x64,0x79]),_0x18d1d6);}),_0x37e50d={[_0x17006b([0x6b,0x74,0x79])]:_0x17006b([0x45,0x43]),[_0x17006b([0x75,0x73,0x65])]:_0x17006b([0x73,0x69,0x67]),[_0x17006b([0x63,0x72,0x76])]:_0x17006b([0x50,0x2d,0x32,0x35,0x36]),[_0x17006b([0x78])]:_0x17006b([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]),[_0x17006b([0x79])]:_0x17006b([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]),[_0x17006b([0x61,0x6c,0x67])]:_0x17006b([0x45,0x53,0x32,0x35,0x36])},_0x1eaf25=_0x508887[_0x17006b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x17006b([0x67,0x65,0x74])](_0x17006b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1038fb(){let _0x18dc2d,_0x5a39bf=null,_0x48af70=null;try{if(_0x1eaf25==_0x17006b([0x47,0x50,0x4c]))return _0x17006b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x18dc2d=_0x4d71e3(),!_0x18dc2d)return _0x17006b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x18dc2d[_0x17006b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x48af70=_0x1a44fb(_0x18dc2d[_0x17006b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x18dc2d[_0x17006b([0x6a,0x74,0x69])])),await _0x48ec68()?_0x6b1683()?_0x497706()?_0x17006b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x52d5a4()?(_0x18dc2d[_0x17006b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17006b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a39bf=_0x47f886(_0x17006b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x18dc2d[_0x17006b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17006b([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a39bf=_0x47f886(_0x17006b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb276f()):_0x17006b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x17006b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x17006b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x17006b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x497706(){const _0x147d6a=[_0x17006b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x17006b([0x74,0x72,0x69,0x61,0x6c])][_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18dc2d[_0x17006b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xf02a84/0x3e8:0xe10*_0x3ab591;return _0x18dc2d[_0x17006b([0x65,0x78,0x70])]<_0x147d6a;}function _0x6b1683(){const _0x5b1e31=_0x18dc2d[_0x17006b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5b1e31&&(!!_0x5b1e31[_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17006b([0x2a]))||(!!_0x5b1e31[_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17006b([0x44,0x4f]))||!!_0x5b1e31[_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17006b([0x50,0x50]))));}function _0x52d5a4(){const _0x47dec2=_0x18dc2d[_0x17006b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x47dec2||0x0==_0x47dec2[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c8f05}=new URL(window[_0x17006b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x47dec2[_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c8f05))return!0x0;const _0x3b8f87=_0x4c8f05[_0x17006b([0x73,0x70,0x6c,0x69,0x74])](_0x17006b([0x2e]));return _0x47dec2[_0x17006b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x261e24=>_0x261e24[_0x17006b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17006b([0x2a])))[_0x17006b([0x6d,0x61,0x70])](_0x42b052=>_0x42b052[_0x17006b([0x73,0x70,0x6c,0x69,0x74])](_0x17006b([0x2e])))[_0x17006b([0x73,0x6f,0x6d,0x65])](_0x596e2a=>_0x3b8f87[_0x17006b([0x65,0x76,0x65,0x72,0x79])]((_0x169c45,_0x4f3488)=>_0x596e2a[_0x4f3488]===_0x169c45||_0x596e2a[_0x4f3488]===_0x17006b([0x2a])));}function _0xb276f(){return _0x5a39bf&&_0x48af70?new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x532f60,_0x158d41)=>{_0x5a39bf[_0x17006b([0x74,0x68,0x65,0x6e])](_0x532f60,_0x158d41),_0x48af70[_0x17006b([0x74,0x68,0x65,0x6e])](_0x5cb1d2=>{_0x5cb1d2!=_0x17006b([0x56,0x61,0x6c,0x69,0x64])&&_0x532f60(_0x5cb1d2);},_0x158d41);}):_0x5a39bf||_0x48af70||_0x17006b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1a44fb(_0x36fd06,_0x4317a9){return new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe059b8=>{if(_0x485253())return _0xe059b8(_0x17006b([0x56,0x61,0x6c,0x69,0x64]));_0x188dcd(),_0x508887[_0x17006b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x17006b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x7b6306=!0x1;const _0xfa5277=_0x21f143();function _0x1da331(_0x437d69){return!!_0x437d69&&(typeof _0x437d69===_0x17006b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x437d69===_0x17006b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x437d69[_0x17006b([0x74,0x68,0x65,0x6e])]===_0x17006b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x437d69[_0x17006b([0x63,0x61,0x74,0x63,0x68])]===_0x17006b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xa7d27c(_0x5f5689){_0x2faeb0(_0x5f5689)[_0x17006b([0x74,0x68,0x65,0x6e])](_0x46ce1d=>{if(!_0x46ce1d||_0x46ce1d[_0x17006b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x17006b([0x6f,0x6b]))return _0x17006b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3c346f(_0x4264ed(_0xfa5277+_0x4317a9))!=_0x46ce1d[_0x17006b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x17006b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x17006b([0x56,0x61,0x6c,0x69,0x64]);})[_0x17006b([0x74,0x68,0x65,0x6e])](_0x2fba3c=>(_0x3cfe41(),_0x2fba3c),()=>{const _0x2a61ae=_0x471253();return null==_0x2a61ae?(_0x3cfe41(),_0x17006b([0x56,0x61,0x6c,0x69,0x64])):_0x17006b(_0xf02a84-_0x2a61ae>(0x407f33f6^_0x40adab)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x17006b([0x74,0x68,0x65,0x6e])](_0xe059b8)[_0x17006b([0x63,0x61,0x74,0x63,0x68])](()=>{_0xe059b8(_0x17006b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ee009=0x64455976^_0x40adab;function _0x3cfe41(){const _0x5c7ff9=_0x17006b([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c346f(_0x4264ed(_0x36fd06)),_0x2c82a9=_0x41ea1d(_0x3c346f(window[_0x17006b([0x4d,0x61,0x74,0x68])][_0x17006b([0x63,0x65,0x69,0x6c])](_0xf02a84/_0x5ee009)));window[_0x17006b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17006b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c7ff9,_0x2c82a9);}function _0x471253(){const _0x3ea536=_0x17006b([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c346f(_0x4264ed(_0x36fd06)),_0x28cacb=window[_0x17006b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17006b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ea536);return _0x28cacb?window[_0x17006b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x41ea1d(_0x28cacb),0x10)*_0x5ee009:null;}function _0x2faeb0(_0x4db6c3){return new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a8808,_0x4016c4)=>{_0x4db6c3[_0x17006b([0x74,0x68,0x65,0x6e])](_0x4a8808,_0x4016c4),window[_0x17006b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4016c4,0x64726336^_0x40adab);});}}_0x508887[_0x17006b([0x6f,0x6e])](_0x17006b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x218342,_0x7fb219)=>{if(_0x7fb219[0x0]!=_0x36fd06)return _0xe059b8(_0x17006b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x7fb219[0x1]={..._0x7fb219[0x1],[_0x17006b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xfa5277};},{[_0x17006b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17006b([0x68,0x69,0x67,0x68])}),_0x508887[_0x17006b([0x6f,0x6e])](_0x17006b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x27f803=>{_0x1da331(_0x27f803[_0x17006b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x7b6306=!0x0,_0xa7d27c(_0x27f803[_0x17006b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x17006b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17006b([0x6c,0x6f,0x77])}),_0x38c5d9[_0x17006b([0x74,0x68,0x65,0x6e])](()=>{_0x7b6306||_0xe059b8(_0x17006b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x485253(){return _0x508887[_0x17006b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17006b([0x76,0x69,0x65,0x77])][_0x17006b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x17006b([0x61,0x75,0x74,0x6f]);}function _0x188dcd(){_0x508887[_0x17006b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17006b([0x76,0x69,0x65,0x77])][_0x17006b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17006b([0x61,0x75,0x74,0x6f]);}}function _0x47f886(_0x39eff6){const _0x34138b=[new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x231522=>setTimeout(_0x231522,0x647a893a^_0x40adab)),_0x38c5d9[_0x17006b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d647b=>{let _0x766350=0x0;_0x508887[_0x17006b([0x6d,0x6f,0x64,0x65,0x6c])][_0x17006b([0x6f,0x6e])](_0x17006b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a96c3,_0x26c554)=>{_0x26c554[0x0][_0x17006b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x766350++,_0x766350==(0x6473b60e^_0x40adab)&&(_0x1d647b(),_0x1a96c3[_0x17006b([0x6f,0x66,0x66])]());});}))];return window[_0x17006b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17006b([0x72,0x61,0x63,0x65])](_0x34138b)[_0x17006b([0x74,0x68,0x65,0x6e])](()=>_0x39eff6);}async function _0x3878ed(){await _0x38c5d9,_0x508887[_0x17006b([0x6d,0x6f,0x64,0x65,0x6c])][_0x17006b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x53cf5b,_0x508887[_0x17006b([0x6d,0x6f,0x64,0x65,0x6c])][_0x17006b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x53cf5b,_0x508887[_0x17006b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x17006b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x59801b(_0x566a08){const _0x573bdd=_0x2c7424();_0x508887[_0x573bdd]=_0x17006b([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])+_0x566a08,_0x566a08!=_0x17006b([0x56,0x61,0x6c,0x69,0x64])&&_0x3878ed();}function _0x2c7424(){const _0x79f21=window[_0x17006b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x17006b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x17006b([0x6e,0x6f,0x77])]())[_0x17006b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x17006b([0x2e]),'');let _0x5565f7=_0x17006b([0x6a]);for(let _0xe15b90=0x0;_0xe15b90<_0x79f21[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe15b90+=0x2){let _0xaac6c6=window[_0x17006b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x79f21[_0x17006b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe15b90,_0xe15b90+0x2));_0xaac6c6>=_0x37bd44[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xaac6c6-=_0x37bd44[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5565f7+=_0x37bd44[_0xaac6c6];}return _0x5565f7;}function _0x4d71e3(){const _0x288d56=_0x1eaf25[_0x17006b([0x73,0x70,0x6c,0x69,0x74])](_0x17006b([0x2e]));if(0x3!=_0x288d56[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x141553(_0x288d56[0x1]);function _0x141553(_0x3642eb){const _0x3a63a4=_0x4a2040(_0x3642eb);return _0x3a63a4&&_0x1fba1f()?_0x3a63a4:null;function _0x1fba1f(){const _0x3c8fdb=_0x3a63a4[_0x17006b([0x6a,0x74,0x69])],_0xea303a=window[_0x17006b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c8fdb[_0x17006b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3c8fdb[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x51f091={..._0x3a63a4,[_0x17006b([0x6a,0x74,0x69])]:_0x3c8fdb[_0x17006b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3c8fdb[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x51f091[_0x17006b([0x76,0x63])],_0x4264ed(_0x51f091)==_0xea303a;}}}async function _0x48ec68(){let _0x3efc85=!0x0;try{const _0x3ef8f4=_0x1eaf25[_0x17006b([0x73,0x70,0x6c,0x69,0x74])](_0x17006b([0x2e])),[_0x2c36ea,_0x1a1599,_0x47adb9]=_0x3ef8f4;return _0x5b16be(_0x2c36ea),await _0x159db8(_0x2c36ea,_0x1a1599,_0x47adb9),_0x3efc85;}catch{return!0x1;}function _0x5b16be(_0x2b08f2){const _0x53bd83=_0x4a2040(_0x2b08f2);_0x53bd83&&_0x53bd83[_0x17006b([0x61,0x6c,0x67])]==_0x17006b([0x45,0x53,0x32,0x35,0x36])||(_0x3efc85=!0x1);}async function _0x159db8(_0x11f314,_0x57e79e,_0x43ec1f){const _0x288f67=window[_0x17006b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x17006b([0x66,0x72,0x6f,0x6d])](_0x471cac(_0x43ec1f),_0x590d0a=>_0x590d0a[_0x17006b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x49552a=new window[(_0x17006b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x17006b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x11f314+_0x17006b([0x2e])+_0x57e79e),_0x208895=window[_0x17006b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x17006b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x208895)return;const _0x1dfee7=await _0x208895[_0x17006b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x17006b([0x6a,0x77,0x6b]),_0x37e50d,{[_0x17006b([0x6e,0x61,0x6d,0x65])]:_0x17006b([0x45,0x43,0x44,0x53,0x41]),[_0x17006b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x17006b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x17006b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x208895[_0x17006b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x17006b([0x6e,0x61,0x6d,0x65])]:_0x17006b([0x45,0x43,0x44,0x53,0x41]),[_0x17006b([0x68,0x61,0x73,0x68])]:{[_0x17006b([0x6e,0x61,0x6d,0x65])]:_0x17006b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1dfee7,_0x288f67,_0x49552a)||(_0x3efc85=!0x1);}}function _0x4a2040(_0x2a9ab8){return _0x2a9ab8[_0x17006b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x17006b([0x65,0x79]))?JSON[_0x17006b([0x70,0x61,0x72,0x73,0x65])](_0x471cac(_0x2a9ab8)):null;}function _0x471cac(_0x17e013){return window[_0x17006b([0x61,0x74,0x6f,0x62])](_0x17e013[_0x17006b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x17006b([0x2b]))[_0x17006b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x17006b([0x2f])));}function _0x4264ed(_0x247c63){let _0x366ddd=0x1505;function _0x6260ed(_0x59af2d){for(let _0x4a7c2c=0x0;_0x4a7c2c<_0x59af2d[_0x17006b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a7c2c++){const _0x18a96b=_0x59af2d[_0x17006b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4a7c2c);_0x366ddd=(_0x366ddd<<0x5)+_0x366ddd+_0x18a96b,_0x366ddd&=_0x366ddd;}}function _0x57eb9e(_0x508bee){Array[_0x17006b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x508bee)?_0x508bee[_0x17006b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57eb9e):_0x508bee&&typeof _0x508bee==_0x17006b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x17006b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x508bee)[_0x17006b([0x73,0x6f,0x72,0x74])]()[_0x17006b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x56391e,_0x49d724])=>{_0x6260ed(_0x56391e),_0x57eb9e(_0x49d724);}):_0x6260ed(window[_0x17006b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x508bee));}return _0x57eb9e(_0x247c63),_0x366ddd>>>0x0;}function _0x3c346f(_0x23650e){return _0x23650e[_0x17006b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x17006b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x17006b([0x30]));}function _0x41ea1d(_0x28e01d){return _0x28e01d[_0x17006b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x17006b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x17006b([0x6a,0x6f,0x69,0x6e])]('');}function _0x53cf5b(){}function _0x17006b(_0x580e15){return _0x580e15['map'](_0x27ad18=>String['fromCharCode'](_0x27ad18))['join']('');}_0x59801b(await _0x1038fb());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x27188f,{outlineDefinitions:_0x47f957,outlineChanges:_0x1cdd87}){this['_currentOutlineDefinitions']=_0x47f957,this['view']['sync'](_0x1cdd87);}['_setActiveViewItem'](_0x399d11){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x399d11]&&(this['view']['activeItemIndex']=_0x399d11);}['_handleItemSelected'](_0x53f0ac){const _0xeed77e=this['_currentOutlineDefinitions'][_0x53f0ac]['modelElement'];this['editor']['model']['change'](_0x3282c1=>{_0x3282c1['setSelection'](_0xeed77e,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x53f0ac);}['_updateActiveDefinitionOnViewportChange'](){const _0x359f28=this['editor'];let _0x3ab935;for(const _0x464a17 of _0x359f28['model']['document']['getRootNames']()){const _0x261d9f=_0x359f28['editing']['view']['getDomRoot'](_0x464a17),_0x442f6a=_0x261d9f&&new _0x47591b(_0x261d9f)['getVisible']();if(_0x442f6a){const _0x353f8c=new _0x47591b(_0x7758c1['window'])['getIntersection'](_0x442f6a);_0x353f8c&&(_0x3ab935=_0x353f8c['top']+0.25*_0x353f8c['height']);}}if(void 0x0===_0x3ab935)return;const _0x478135=d(_0x359f28['editing'],this['_currentOutlineDefinitions'],_0x3ab935);_0x478135?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x478135)):this['_setActiveViewItem'](-0x1);}}function d(_0x5c9f6c,_0x385087,_0x37f01c,_0x399496=0x0,_0x358a36=_0x385087['length']-0x1){const _0x5574d6=Math['floor'](_0x399496+(_0x358a36-_0x399496)/0x2);if(_0x358a36>=_0x399496){const _0x1f444d=_0x385087[_0x5574d6],_0x4a0913=_0x5c9f6c['mapper']['toViewElement'](_0x1f444d['modelElement']);if(!_0x4a0913)return null;const _0x353ac7=_0x5c9f6c['view']['domConverter']['mapViewToDom'](_0x4a0913);return new _0x47591b(_0x353ac7)['bottom']>_0x37f01c?d(_0x5c9f6c,_0x385087,_0x37f01c,_0x399496,_0x5574d6-0x1):d(_0x5c9f6c,_0x385087,_0x37f01c,_0x5574d6+0x1,_0x358a36);}return _0x5574d6<0x0?null:_0x385087[_0x5574d6];}class u extends _0xa0a4e0{['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 _0xa0e7d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2727e6;for(const _0x5d8706 in _0xa0e7d){const _0x534fd7=_0x5d8706,_0xecfeb1=_0xa0e7d[_0x534fd7];if('documentOutlineLicenseKeyValid'==_0xecfeb1||'documentOutlineLicenseKeyInvalid'==_0xecfeb1||'documentOutlineLicenseKeyExpired'==_0xecfeb1||'documentOutlineLicenseKeyDomainLimit'==_0xecfeb1||'documentOutlineLicenseKeyNotAllowed'==_0xecfeb1||'documentOutlineLicenseKeyEvaluationLimit'==_0xecfeb1||'documentOutlineLicenseKeyTrialLimit'==_0xecfeb1||'documentOutlineLicenseKeyUsageLimit'==_0xecfeb1){delete _0xa0e7d[_0x534fd7],_0x2727e6=_0xecfeb1,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x2727e6&&_0xa0e7d['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x2727e6&&_0xa0e7d['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x2727e6&&_0xa0e7d['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x2727e6&&_0xa0e7d['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x2727e6&&_0xa0e7d['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x2727e6&&_0xa0e7d['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x2727e6&&_0xa0e7d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x3800e8{['execute'](){this['editor']['model']['change'](_0x4705a8=>{this['editor']['model']['insertObject'](_0x4705a8['createElement']('tableOfContents'));});}['refresh'](){const _0x26dd27=this['editor']['model'],_0xf5862f=_0x26dd27['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0xf5862f&&_0x26dd27['schema']['findAllowedParent'](_0xf5862f,'tableOfContents'));}}class b extends _0xa0a4e0{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x38bc53=this['editor'];if(_0x38bc53['config']['get']('headingId.modelAttributeName'))return;(function(_0x378117){const _0x131bc3=new Map();if(_0x378117)return _0x378117['forEach'](_0x4d7922=>{'paragraph'!==_0x4d7922['model']&&_0x131bc3['set'](_0x4d7922['view'],_0x4d7922['model']);}),_0x131bc3['get']('h1')||_0x131bc3['set']('h1','heading1'),_0x131bc3;return _0x131bc3;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x3e855c,_0x1e3e35)=>{this['_customUpcastHeadingsConversion'](_0x1e3e35),this['_customDataDowncastHeadingsConversion'](_0x3e855c),_0x38bc53['model']['schema']['isRegistered'](_0x3e855c)&&_0x38bc53['model']['schema']['extend'](_0x3e855c,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x16d50e){this['editor']['conversion']['for']('upcast')['add'](_0x359992=>_0x359992['on']('element:'+_0x16d50e,(_0x3283f7,_0x1f4a13,_0x174067)=>{const {consumable:_0x1e57c8,writer:_0x155770}=_0x174067,_0x3f6ddc=_0x1f4a13['viewItem']['getAttribute']('id'),_0x32c82e=_0x1f4a13['modelRange']['getContainedElement']();if(_0x32c82e)return _0x3f6ddc&&_0x3f6ddc['length']||_0x32c82e['hasAttribute']('headingId')?void(_0x1e57c8['consume'](_0x1f4a13['viewItem'],{'attributes':['id']})&&_0x155770['setAttribute']('headingId',_0x3f6ddc,_0x32c82e)):(_0x1e57c8['consume'](_0x1f4a13['viewItem'],{'attributes':['id']}),void _0x155770['setAttribute']('headingId',_0x21f143(),_0x32c82e));},{'priority':_0x3d1af8['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x4a04be){this['editor']['conversion']['for']('downcast')['add'](_0x3dcd97=>_0x3dcd97['on']('attribute:headingId:'+_0x4a04be,(_0x48adc9,_0x3b4d93,_0x354378)=>{if(!_0x354378['consumable']['consume'](_0x3b4d93['item'],_0x48adc9['name']))return;const _0x5362dc=_0x3b4d93['item']['getAttribute']('headingId'),_0x17884e=_0x354378['mapper']['toViewElement'](_0x3b4d93['item']);_0x354378['writer']['setAttribute']('id',_0x5362dc,_0x17884e);}));}['_registerHeadingIdAttributePostfixer'](){const _0xcd061d=this['editor'],_0x113987=new Set(),_0x2faa37=new Set();function _0x21e625(_0x3ab324,_0x356722){const _0x3db572=_0x21f143();return _0x2faa37['add'](_0x3db572),_0x3ab324['setAttribute']('headingId',_0x3db572,_0x356722),_0x3db572;}function _0x33d321(_0x50c972,_0x205669){_0x50c972['removeAttribute']('headingId',_0x205669);}_0xcd061d['model']['document']['registerPostFixer'](_0x3225af=>{const _0x507b5e=_0xcd061d['model']['document']['differ']['getChanges']();let _0x1893e8=!0x1;for(const _0x57d7fd of _0x507b5e)if('insert'==_0x57d7fd['type']&&_0x57d7fd['name']){if(_0x57d7fd['name']['match'](/heading\d/)){const _0x3c8a0a=_0x57d7fd['attributes']['get']('headingId');'string'==typeof _0x3c8a0a?_0x113987['has'](_0x3c8a0a)?(_0x21e625(_0x3225af,_0x57d7fd['position']['nodeAfter']),_0x1893e8=!0x0):_0x2faa37['add'](_0x3c8a0a):(_0x21e625(_0x3225af,_0x57d7fd['position']['nodeAfter']),_0x1893e8=!0x0);}else'string'==typeof _0x57d7fd['attributes']['get']('headingId')&&(_0x33d321(_0x3225af,_0x57d7fd['position']['nodeAfter']),_0x1893e8=!0x0);}else{if('remove'==_0x57d7fd['type']){const _0x40d12e=_0x57d7fd['attributes']['get']('headingId');'string'==typeof _0x40d12e&&_0x113987['delete'](_0x40d12e);}}return _0x1893e8;}),_0xcd061d['model']['document']['on']('change',()=>{_0x2faa37['forEach'](_0x22d58f=>_0x113987['add'](_0x22d58f)),_0x2faa37['clear']();});}}class s extends _0xa0a4e0{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x3a9b17,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x167228){super(_0x167228),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x1f6253=this['editor'],_0x39e33f=_0x1f6253['editing']['view']['document'];_0x1f6253['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x1f6253['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x39e33f,'click',(_0x4450ed,_0x137453)=>{if(!_0x137453['target'])return;const _0x43d9f7=_0x137453['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x43d9f7)&&(_0x137453['domEvent']['preventDefault'](),_0x4450ed['stop'](),this['_handleScrollToHeading'](_0x43d9f7));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x1f6253['commands']['add']('insertTableOfContents',new O(_0x1f6253)),(_0x1f6253['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x13671b,_0xde5fad)=>{this['_currentOutlineDefinitions']=_0xde5fad['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x1f6253['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x11b44d){const _0x30b3f5=_0x55e7be([0x4a,0x73,0x52,0x77,0x45,0x55,0x36,0x68,0x49,0x30,0x48,0x6c,0x74,0x70,0x37,0x38,0x44,0x4e,0x53,0x54,0x64,0x47,0x71,0x35,0x6f,0x46,0x6e,0x66,0x78,0x63,0x5a,0x72,0x4f,0x34,0x65,0x4b,0x79,0x42,0x31,0x39,0x75,0x7a,0x51,0x43,0x69,0x32,0x50,0x62,0x6d,0x57,0x41,0x56,0x6b,0x33,0x76,0x6a,0x58,0x59,0x67,0x61,0x4c,0x4d]),_0x49163e=0x165b381d,_0x3f3201=0x165c51ad^_0x49163e,_0xa3eba9=window[_0x55e7be([0x44,0x61,0x74,0x65])][_0x55e7be([0x6e,0x6f,0x77])](),_0x59beed=_0x11b44d[_0x55e7be([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18a87d=new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22d5eb=>{_0x59beed[_0x55e7be([0x6f,0x6e,0x63,0x65])](_0x55e7be([0x72,0x65,0x61,0x64,0x79]),_0x22d5eb);}),_0x2824d9={[_0x55e7be([0x6b,0x74,0x79])]:_0x55e7be([0x45,0x43]),[_0x55e7be([0x75,0x73,0x65])]:_0x55e7be([0x73,0x69,0x67]),[_0x55e7be([0x63,0x72,0x76])]:_0x55e7be([0x50,0x2d,0x32,0x35,0x36]),[_0x55e7be([0x78])]:_0x55e7be([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]),[_0x55e7be([0x79])]:_0x55e7be([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]),[_0x55e7be([0x61,0x6c,0x67])]:_0x55e7be([0x45,0x53,0x32,0x35,0x36])},_0x5938f9=_0x59beed[_0x55e7be([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x55e7be([0x67,0x65,0x74])](_0x55e7be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x52aa44(){let _0x4a1386,_0x4ac6bf=null,_0x270490=null;try{if(_0x5938f9==_0x55e7be([0x47,0x50,0x4c]))return _0x55e7be([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a1386=_0x57d7f4(),!_0x4a1386)return _0x55e7be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a1386[_0x55e7be([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x270490=_0x1b0f27(_0x4a1386[_0x55e7be([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a1386[_0x55e7be([0x6a,0x74,0x69])])),await _0x50918f()?_0x2d8b95()?_0x2370b1()?_0x55e7be([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x352412()?(_0x4a1386[_0x55e7be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55e7be([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4ac6bf=_0x5c4203(_0x55e7be([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a1386[_0x55e7be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55e7be([0x74,0x72,0x69,0x61,0x6c])&&(_0x4ac6bf=_0x5c4203(_0x55e7be([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x540b0b()):_0x55e7be([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x55e7be([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x55e7be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x55e7be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2370b1(){const _0x3bc842=[_0x55e7be([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x55e7be([0x74,0x72,0x69,0x61,0x6c])][_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a1386[_0x55e7be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa3eba9/0x3e8:0xe10*_0x3f3201;return _0x4a1386[_0x55e7be([0x65,0x78,0x70])]<_0x3bc842;}function _0x2d8b95(){const _0x5479ce=_0x4a1386[_0x55e7be([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5479ce&&(!!_0x5479ce[_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55e7be([0x2a]))||(!!_0x5479ce[_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55e7be([0x54,0x4f,0x43]))||!!_0x5479ce[_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55e7be([0x50,0x50]))));}function _0x352412(){const _0x4558d3=_0x4a1386[_0x55e7be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4558d3||0x0==_0x4558d3[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x493334}=new URL(window[_0x55e7be([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4558d3[_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x493334))return!0x0;const _0x544436=_0x493334[_0x55e7be([0x73,0x70,0x6c,0x69,0x74])](_0x55e7be([0x2e]));return _0x4558d3[_0x55e7be([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x54cda5=>_0x54cda5[_0x55e7be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55e7be([0x2a])))[_0x55e7be([0x6d,0x61,0x70])](_0x8811a4=>_0x8811a4[_0x55e7be([0x73,0x70,0x6c,0x69,0x74])](_0x55e7be([0x2e])))[_0x55e7be([0x73,0x6f,0x6d,0x65])](_0x521b1b=>_0x544436[_0x55e7be([0x65,0x76,0x65,0x72,0x79])]((_0x487a19,_0x30f304)=>_0x521b1b[_0x30f304]===_0x487a19||_0x521b1b[_0x30f304]===_0x55e7be([0x2a])));}function _0x540b0b(){return _0x4ac6bf&&_0x270490?new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5a9afa,_0x3cc3a9)=>{_0x4ac6bf[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x5a9afa,_0x3cc3a9),_0x270490[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x48051b=>{_0x48051b!=_0x55e7be([0x56,0x61,0x6c,0x69,0x64])&&_0x5a9afa(_0x48051b);},_0x3cc3a9);}):_0x4ac6bf||_0x270490||_0x55e7be([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1b0f27(_0x316c8a,_0x516032){return new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x181e59=>{if(_0x55fdd5())return _0x181e59(_0x55e7be([0x56,0x61,0x6c,0x69,0x64]));_0x2eb222(),_0x59beed[_0x55e7be([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x55e7be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4b7e0e=!0x1;const _0x4a29f0=_0x21f143();function _0x18dc11(_0x3c1bcb){return!!_0x3c1bcb&&(typeof _0x3c1bcb===_0x55e7be([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3c1bcb===_0x55e7be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3c1bcb[_0x55e7be([0x74,0x68,0x65,0x6e])]===_0x55e7be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3c1bcb[_0x55e7be([0x63,0x61,0x74,0x63,0x68])]===_0x55e7be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2d51c7(_0x992389){_0x4d7d6c(_0x992389)[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x22086a=>{if(!_0x22086a||_0x22086a[_0x55e7be([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x55e7be([0x6f,0x6b]))return _0x55e7be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x412e7d(_0x47664c(_0x4a29f0+_0x516032))!=_0x22086a[_0x55e7be([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x55e7be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x55e7be([0x56,0x61,0x6c,0x69,0x64]);})[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x20134f=>(_0x5797b8(),_0x20134f),()=>{const _0x6f111c=_0x5b4561();return null==_0x6f111c?(_0x5797b8(),_0x55e7be([0x56,0x61,0x6c,0x69,0x64])):_0x55e7be(_0xa3eba9-_0x6f111c>(0x3257bc1d^_0x49163e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x181e59)[_0x55e7be([0x63,0x61,0x74,0x63,0x68])](()=>{_0x181e59(_0x55e7be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1d11a6=0x166dd69d^_0x49163e;function _0x5797b8(){const _0x479227=_0x55e7be([0x6c,0x6c,0x63,0x74,0x2d])+_0x412e7d(_0x47664c(_0x316c8a)),_0x681cab=_0x11f152(_0x412e7d(window[_0x55e7be([0x4d,0x61,0x74,0x68])][_0x55e7be([0x63,0x65,0x69,0x6c])](_0xa3eba9/_0x1d11a6)));window[_0x55e7be([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55e7be([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x479227,_0x681cab);}function _0x5b4561(){const _0x4f3f0c=_0x55e7be([0x6c,0x6c,0x63,0x74,0x2d])+_0x412e7d(_0x47664c(_0x316c8a)),_0x3398a0=window[_0x55e7be([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55e7be([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f3f0c);return _0x3398a0?window[_0x55e7be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11f152(_0x3398a0),0x10)*_0x1d11a6:null;}function _0x4d7d6c(_0xd8a6eb){return new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2aa4a7,_0x208d30)=>{_0xd8a6eb[_0x55e7be([0x74,0x68,0x65,0x6e])](_0x2aa4a7,_0x208d30),window[_0x55e7be([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x208d30,0x165aecdd^_0x49163e);});}}_0x59beed[_0x55e7be([0x6f,0x6e])](_0x55e7be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f2d6a,_0x3427e9)=>{if(_0x3427e9[0x0]!=_0x316c8a)return _0x181e59(_0x55e7be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3427e9[0x1]={..._0x3427e9[0x1],[_0x55e7be([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4a29f0};},{[_0x55e7be([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55e7be([0x68,0x69,0x67,0x68])}),_0x59beed[_0x55e7be([0x6f,0x6e])](_0x55e7be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x475d06=>{_0x18dc11(_0x475d06[_0x55e7be([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4b7e0e=!0x0,_0x2d51c7(_0x475d06[_0x55e7be([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x55e7be([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55e7be([0x6c,0x6f,0x77])}),_0x18a87d[_0x55e7be([0x74,0x68,0x65,0x6e])](()=>{_0x4b7e0e||_0x181e59(_0x55e7be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55fdd5(){return _0x59beed[_0x55e7be([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55e7be([0x76,0x69,0x65,0x77])][_0x55e7be([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x55e7be([0x61,0x75,0x74,0x6f]);}function _0x2eb222(){_0x59beed[_0x55e7be([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55e7be([0x76,0x69,0x65,0x77])][_0x55e7be([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x55e7be([0x61,0x75,0x74,0x6f]);}}function _0x5c4203(_0x1974f2){const _0x3d8ffa=[new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d0b1f=>setTimeout(_0x5d0b1f,0x165206d1^_0x49163e)),_0x18a87d[_0x55e7be([0x74,0x68,0x65,0x6e])](()=>new window[(_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4859b5=>{let _0x23afb7=0x0;_0x59beed[_0x55e7be([0x6d,0x6f,0x64,0x65,0x6c])][_0x55e7be([0x6f,0x6e])](_0x55e7be([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a25d4,_0x2c770c)=>{_0x2c770c[0x0][_0x55e7be([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x23afb7++,_0x23afb7==(0x165b39e5^_0x49163e)&&(_0x4859b5(),_0x1a25d4[_0x55e7be([0x6f,0x66,0x66])]());});}))];return window[_0x55e7be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x55e7be([0x72,0x61,0x63,0x65])](_0x3d8ffa)[_0x55e7be([0x74,0x68,0x65,0x6e])](()=>_0x1974f2);}async function _0x4a0cfc(){await _0x18a87d,_0x59beed[_0x55e7be([0x6d,0x6f,0x64,0x65,0x6c])][_0x55e7be([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x122169,_0x59beed[_0x55e7be([0x6d,0x6f,0x64,0x65,0x6c])][_0x55e7be([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x122169,_0x59beed[_0x55e7be([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55e7be([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2c6383(_0x2f7306){const _0x3fcc26=_0x3dbd16();_0x59beed[_0x3fcc26]=_0x55e7be([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])+_0x2f7306,_0x2f7306!=_0x55e7be([0x56,0x61,0x6c,0x69,0x64])&&_0x4a0cfc();}function _0x3dbd16(){const _0xcd9256=window[_0x55e7be([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x55e7be([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55e7be([0x6e,0x6f,0x77])]())[_0x55e7be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55e7be([0x2e]),'');let _0x8c16c7=_0x55e7be([0x4a]);for(let _0x54907d=0x0;_0x54907d<_0xcd9256[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54907d+=0x2){let _0x59734b=window[_0x55e7be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcd9256[_0x55e7be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x54907d,_0x54907d+0x2));_0x59734b>=_0x30b3f5[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59734b-=_0x30b3f5[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x8c16c7+=_0x30b3f5[_0x59734b];}return _0x8c16c7;}function _0x57d7f4(){const _0x833c6e=_0x5938f9[_0x55e7be([0x73,0x70,0x6c,0x69,0x74])](_0x55e7be([0x2e]));if(0x3!=_0x833c6e[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3326fe(_0x833c6e[0x1]);function _0x3326fe(_0x344279){const _0x2cc592=_0x880bc4(_0x344279);return _0x2cc592&&_0xb21355()?_0x2cc592:null;function _0xb21355(){const _0x538cae=_0x2cc592[_0x55e7be([0x6a,0x74,0x69])],_0x21a0ac=window[_0x55e7be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x538cae[_0x55e7be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x538cae[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x318897={..._0x2cc592,[_0x55e7be([0x6a,0x74,0x69])]:_0x538cae[_0x55e7be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x538cae[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x318897[_0x55e7be([0x76,0x63])],_0x47664c(_0x318897)==_0x21a0ac;}}}async function _0x50918f(){let _0x384d8c=!0x0;try{const _0x2c1329=_0x5938f9[_0x55e7be([0x73,0x70,0x6c,0x69,0x74])](_0x55e7be([0x2e])),[_0x542698,_0x5a7cba,_0xe5fbfb]=_0x2c1329;return _0x4d17a2(_0x542698),await _0x11682d(_0x542698,_0x5a7cba,_0xe5fbfb),_0x384d8c;}catch{return!0x1;}function _0x4d17a2(_0x403dc0){const _0x1310da=_0x880bc4(_0x403dc0);_0x1310da&&_0x1310da[_0x55e7be([0x61,0x6c,0x67])]==_0x55e7be([0x45,0x53,0x32,0x35,0x36])||(_0x384d8c=!0x1);}async function _0x11682d(_0x1dfc77,_0x3a8349,_0x365166){const _0x31bc09=window[_0x55e7be([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x55e7be([0x66,0x72,0x6f,0x6d])](_0x348f69(_0x365166),_0x57fc60=>_0x57fc60[_0x55e7be([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5250b3=new window[(_0x55e7be([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x55e7be([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1dfc77+_0x55e7be([0x2e])+_0x3a8349),_0x47de23=window[_0x55e7be([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x55e7be([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x47de23)return;const _0x41e7f8=await _0x47de23[_0x55e7be([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x55e7be([0x6a,0x77,0x6b]),_0x2824d9,{[_0x55e7be([0x6e,0x61,0x6d,0x65])]:_0x55e7be([0x45,0x43,0x44,0x53,0x41]),[_0x55e7be([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x55e7be([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x55e7be([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x47de23[_0x55e7be([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x55e7be([0x6e,0x61,0x6d,0x65])]:_0x55e7be([0x45,0x43,0x44,0x53,0x41]),[_0x55e7be([0x68,0x61,0x73,0x68])]:{[_0x55e7be([0x6e,0x61,0x6d,0x65])]:_0x55e7be([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x41e7f8,_0x31bc09,_0x5250b3)||(_0x384d8c=!0x1);}}function _0x880bc4(_0x47b109){return _0x47b109[_0x55e7be([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x55e7be([0x65,0x79]))?JSON[_0x55e7be([0x70,0x61,0x72,0x73,0x65])](_0x348f69(_0x47b109)):null;}function _0x348f69(_0x311995){return window[_0x55e7be([0x61,0x74,0x6f,0x62])](_0x311995[_0x55e7be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x55e7be([0x2b]))[_0x55e7be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x55e7be([0x2f])));}function _0x47664c(_0x3362b4){let _0x1c7470=0x1505;function _0x10c5a2(_0x46f00e){for(let _0x528077=0x0;_0x528077<_0x46f00e[_0x55e7be([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x528077++){const _0x958790=_0x46f00e[_0x55e7be([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x528077);_0x1c7470=(_0x1c7470<<0x5)+_0x1c7470+_0x958790,_0x1c7470&=_0x1c7470;}}function _0x3fc260(_0x215c56){Array[_0x55e7be([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x215c56)?_0x215c56[_0x55e7be([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3fc260):_0x215c56&&typeof _0x215c56==_0x55e7be([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x55e7be([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x215c56)[_0x55e7be([0x73,0x6f,0x72,0x74])]()[_0x55e7be([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x515da4,_0x1d3097])=>{_0x10c5a2(_0x515da4),_0x3fc260(_0x1d3097);}):_0x10c5a2(window[_0x55e7be([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x215c56));}return _0x3fc260(_0x3362b4),_0x1c7470>>>0x0;}function _0x412e7d(_0xbb6f05){return _0xbb6f05[_0x55e7be([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x55e7be([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x55e7be([0x30]));}function _0x11f152(_0xb476f5){return _0xb476f5[_0x55e7be([0x73,0x70,0x6c,0x69,0x74])]('')[_0x55e7be([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x55e7be([0x6a,0x6f,0x69,0x6e])]('');}function _0x122169(){}function _0x55e7be(_0x2192e9){return _0x2192e9['map'](_0x665fe2=>String['fromCharCode'](_0x665fe2))['join']('');}_0x2c6383(await _0x52aa44());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x55c9bd=>{'$graveyard'!==_0x55c9bd['rootName']&&this['editor']['editing']['reconvertItem'](_0x55c9bd);});}['_trackNewToCElements'](){for(const _0x1fd35f of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x1fd35f['type']||'tableOfContents'!==_0x1fd35f['name'])return;this['_tableOfContentsElements']['add'](_0x1fd35f['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x38acf5=this['editor']['conversion'];_0x38acf5['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x38acf5['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x381292,{writer:_0x4049f9})=>this['_createTableOfContents'](_0x4049f9,!0x0)}),_0x38acf5['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x32108a,{writer:_0x176cb9})=>{this['_tableOfContentsElements']['add'](_0x32108a);const _0x251af4=this['_createTableOfContents'](_0x176cb9);return _0x55a4ef(_0x251af4,_0x176cb9,{'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'](_0x35d1e5,_0x340717=!0x1){const {locale:_0x58a239}=this['editor'],_0x3be857=_0x35d1e5['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x340717&&{'data-table-of-contents-label':j(_0x58a239,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x340717&&_0x35d1e5['insert'](_0x35d1e5['createPositionAt'](_0x3be857,'end'),_0x35d1e5['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x35d1e5['createText'](j(_0x58a239,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x164a8c=_0x340717?'':'['+j(_0x58a239,'Empty\x20heading')+']';let _0x1da174=_0x3be857;return this['_currentOutlineDefinitions']['forEach']((_0x556785,_0x2c75e,_0x217c09)=>{const _0x332ce2=this['editor']['model']['hasContent'](_0x556785['modelElement'],{'ignoreWhitespaces':!0x0}),_0x22ca8f=_0x332ce2?_0x556785['text']:_0x164a8c,_0x18646d=_0x556785['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x4aa22c=_0x35d1e5['createContainerElement']('a',{'href':'#'+_0x18646d,...!_0x340717&&{'tabindex':'-1'}},[_0x35d1e5['createText'](_0x22ca8f)]),_0x3f9f58=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x35d1e5['setCustomProperty']('tableOfContentsHeadingIndex',_0x2c75e,_0x4aa22c);const _0x35a92c=_0x35d1e5['createContainerElement']('li',null,[_0x332ce2||!_0x340717&&_0x3f9f58?_0x4aa22c:_0x35d1e5['createText']('')]),_0x3e453d=_0x2c75e?_0x217c09[_0x2c75e-0x1]['level']:0x0,_0x47c148=Math['abs'](_0x556785['level']-_0x3e453d);if(_0x556785['level']>_0x3e453d){const _0x21d59e=N(_0x35a92c,_0x47c148,_0x35d1e5);_0x35d1e5['insert'](_0x35d1e5['createPositionAt'](_0x1da174,'end'),_0x21d59e);}else{const _0x28a4f4=function(_0x5b5811,_0x23e6f9){return _0x5b5811['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0xed5e7c=>_0xed5e7c['is']('element','ol'))[_0x23e6f9];}(_0x1da174,_0x47c148);_0x35d1e5['insert'](_0x35d1e5['createPositionAt'](_0x28a4f4,'end'),_0x35a92c);}_0x1da174=_0x35a92c;}),_0x3be857;}['_handleScrollToHeading'](_0x58f38b){const _0x5a9025=this['_currentOutlineDefinitions'][_0x58f38b]['modelElement'];this['editor']['model']['change'](_0x3577d9=>{_0x3577d9['setSelection'](_0x5a9025,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x14e36f,_0x30ad64)=>{const _0x509984=_0x30ad64['mapper'],_0x3c2f5c=_0x509984['findMappedViewAncestor'](_0x30ad64['viewPosition']),_0x1020c8=_0x509984['toModelElement'](_0x3c2f5c);_0x1020c8['is']('element','tableOfContents')&&(_0x30ad64['modelPosition']=this['editor']['model']['createPositionAt'](_0x1020c8,0x0),_0x14e36f['stop']());};}}function N(_0x49711f,_0x47cd29,_0x59a111){return 0x1===_0x47cd29?_0x59a111['createContainerElement']('ol',null,[_0x49711f]):_0x59a111['createContainerElement']('ol',null,[_0x59a111['createContainerElement']('li',null,[N(_0x49711f,_0x47cd29-0x1,_0x59a111)])]);}class o extends _0xa0a4e0{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x25d06f=this['editor'];_0x25d06f['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x217865=this['_createButton'](_0x77be31);return _0x217865['tooltip']=!0x0,_0x217865;}),_0x25d06f['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x1a0da8)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x55d156=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x6a46d3;for(const _0x589699 in _0x55d156){const _0x2cd83e=_0x589699,_0x57f7b6=_0x55d156[_0x2cd83e];if('tableOfContentsLicenseKeyValid'==_0x57f7b6||'tableOfContentsLicenseKeyInvalid'==_0x57f7b6||'tableOfContentsLicenseKeyExpired'==_0x57f7b6||'tableOfContentsLicenseKeyDomainLimit'==_0x57f7b6||'tableOfContentsLicenseKeyNotAllowed'==_0x57f7b6||'tableOfContentsLicenseKeyEvaluationLimit'==_0x57f7b6||'tableOfContentsLicenseKeyTrialLimit'==_0x57f7b6||'tableOfContentsLicenseKeyUsageLimit'==_0x57f7b6){delete _0x55d156[_0x2cd83e],_0x6a46d3=_0x57f7b6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x6a46d3&&_0x55d156['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x6a46d3&&_0x55d156['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x6a46d3&&_0x55d156['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x6a46d3&&_0x55d156['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x6a46d3&&_0x55d156['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x6a46d3&&_0x55d156['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x6a46d3&&_0x55d156['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x416a4d){const _0x1d21db=this['editor'],_0x2f6f52=_0x1d21db['locale'],_0x4304ef=_0x1d21db['commands']['get']('insertTableOfContents'),_0x147557=new _0x416a4d(_0x2f6f52);return _0x147557['set']({'label':j(_0x2f6f52,'Table\x20of\x20contents'),'icon':_0x39e974}),_0x147557['bind']('isEnabled')['to'](_0x4304ef,'isEnabled'),this['listenTo'](_0x147557,'execute',()=>{_0x1d21db['execute']('insertTableOfContents'),_0x1d21db['editing']['view']['focus']();}),_0x147557;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0xa0a4e0{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 _0x1c64a9,Command as _0x2b20f1}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3bb3c7,throttle as _0x3e1f5a}from'es-toolkit/compat';import{Text as _0x257bd0,TreeWalker as _0x5242bd}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x5a8c61,diffToChanges as _0x1acaba,scrollAncestorsToShowTarget as _0x570bdc,CKEditorError as _0x508fcd,global as _0x44bf4d,Rect as _0x431430,uid as _0x3a6ea7,priorities as _0x4aecc1}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x650870,ButtonView as _0x5266e1,MenuBarMenuListItemButtonView as _0x28ba35}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x4a13e8,toWidget as _0x3df153}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x4d973c}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x507cf9){let _0x38e217='';for(const _0x514db9 of _0x507cf9['getChildren']())_0x514db9 instanceof _0x257bd0&&(_0x38e217+=_0x514db9['data']);return _0x38e217;}class i extends _0x1c64a9{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x52842f=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x1be677=[];_0x52842f['model']['document']['on']('change',_0x3bb3c7(()=>{const _0x4fe1ce=_0x1be677;_0x1be677=this['_getOutlineDefinitions']();const _0x2bda90=_0x5a8c61(_0x4fe1ce,_0x1be677,(_0x1c9471,_0x1b822d)=>_0x1c9471['level']===_0x1b822d['level']&&_0x1c9471['text']===_0x1b822d['text']&&_0x1c9471['modelElement']===_0x1b822d['modelElement']),_0x20b810=_0x1acaba(_0x2bda90,_0x1be677),_0x4b958c=this['_getActiveHeading'](),_0x21d32b=_0x1be677['findIndex'](_0x49a0b5=>_0x49a0b5['modelElement']===_0x4b958c);_0x20b810['length']&&this['fire']('change',{'outlineDefinitions':_0x1be677,'activeItemIndex':_0x21d32b,'outlineChanges':_0x20b810}),this['fire']('activeItemIndex',{'index':_0x21d32b});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5454a4=this['editor'],_0x1987b0=[],_0x1f9991=this['_headingNames'];for(const _0x4915ce of _0x5454a4['model']['document']['getRootNames']())_0x1e0922(_0x5454a4['model']['document']['getRoot'](_0x4915ce));function _0x1e0922(_0x44b764){for(const _0x1baf7a of _0x44b764['getChildren']())_0x1baf7a['is']('element')&&(_0x1f9991['includes'](_0x1baf7a['name'])&&_0x1987b0['push']({'level':_0x1f9991['indexOf'](_0x1baf7a['name'])+0x1,'text':p(_0x1baf7a),'modelElement':_0x1baf7a}),_0x1e0922(_0x1baf7a));}return _0x1987b0;}['_getActiveHeading'](){const _0x5673c5=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x1e9390=new _0x5242bd({'direction':'backward','startPosition':_0x5673c5});for(const _0x14c512 of _0x1e9390)if(_0x14c512['item']['is']('element')&&this['_headingNames']['includes'](_0x14c512['item']['name']))return _0x14c512['item'];}['_getHeadingNames'](){const _0x331308=this['editor']['config']['get']('documentOutline.headings');return _0x331308||function(_0x3e2249){const _0x330031=_0x3e2249['config']['get']('heading.options');return _0x330031?_0x330031['reduce']((_0x345534,_0x5c66dd)=>('paragraph'!==_0x5c66dd['model']&&_0x345534['push'](_0x5c66dd['model']),_0x345534),[]):_0x3e2249['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x43d970=this['editor'],_0x510951=['h1','h2','h3','h4','h5','h6'],_0x437b8a=[];for(const _0x58a673 of _0x510951){const _0x49522d=_0x43d970['editing']['view']['domConverter']['domToView'](document['createElement'](_0x58a673)),_0x406ae6=_0x43d970['data']['toModel'](_0x49522d)['getChild'](0x0);_0x406ae6?.['is']('element')&&_0x437b8a['push'](_0x406ae6['name']);}this['_headingNames']=_0x437b8a;}}function j(_0xcba687,_0x186597){const t=_0xcba687['t'];switch(_0x186597){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 _0x186597;}}class $ extends _0x650870{constructor(_0x5564c7,_0x338a20=!0x1){super(_0x5564c7);const _0x3d7672=this['bindTemplate'],_0x234096=_0x338a20?'['+j(_0x5564c7,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x5d428f=>!_0x5d428f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x3d7672['to']('level',_0x4000c4=>'ck-document-outline__item_level-'+_0x4000c4),_0x3d7672['if']('isActive','ck-document-outline__item_active'),_0x3d7672['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x3d7672['to']('text')},'children':[{'text':_0x3d7672['to']('text',_0x2cc9ac=>_0x2cc9ac||_0x234096)}],'on':{'click':_0x3d7672['to']('click')}});}}class l extends _0x650870{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x1870c9,_0x4bafa5=!0x1,_0x46fddf){super(_0x1870c9),this['showEmptyHeadingText']=_0x4bafa5,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x46fddf,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x21475c,_0x32d469,_0x418a45,_0x2e3635)=>{this['_setActiveItem'](_0x2e3635,_0x418a45);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x1870c9['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x1870c9,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x302216){_0x302216['forEach'](_0x2244ac=>{'insert'==_0x2244ac['type']?this['_insertItem'](_0x2244ac['index'],..._0x2244ac['values']):'delete'==_0x2244ac['type']&&this['_deleteItem'](_0x2244ac['index'],_0x2244ac['howMany']);});}['_setActiveItem'](_0x7b6a30,_0x2b3a6c){if(-0x1!==_0x7b6a30){const _0x440093=this['items']['get'](_0x7b6a30);_0x440093&&(_0x440093['isActive']=!0x1);}-0x1!==_0x2b3a6c&&(this['items']['get'](_0x2b3a6c)['isActive']=!0x0,this['_scrollToItem'](_0x2b3a6c));}['_insertItem'](_0x108eec,..._0x29c4d0){const _0x46bce8=_0x29c4d0['map']((_0x147257,_0x2607cc)=>{const _0x37a233=new $(this['locale'],this['showEmptyHeadingText']);return _0x37a233['text']=_0x147257['text'],_0x37a233['level']=_0x147257['level'],_0x108eec+_0x2607cc===this['activeItemIndex']&&(_0x37a233['isActive']=!0x0),_0x37a233;});this['items']['addMany'](_0x46bce8,_0x108eec);}['_deleteItem'](_0x4282ef,_0x45dec5){do{this['items']['remove'](_0x4282ef);}while(--_0x45dec5);}['_handleItemClick'](_0x175239){const _0x2456d2=this['items']['getIndex'](_0x175239['source']);this['fire']('itemSelected',_0x2456d2);}['_scrollToItem'](_0x30cd59){_0x570bdc(this['items']['get'](_0x30cd59)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1c64a9{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x30d519){super(_0x30d519),this['view']=new l(_0x30d519['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x3e1f5a(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4e6d12=this['editor'],_0x3f5ee0=_0x4e6d12['plugins']['get']('DocumentOutlineUtils');let _0x55d608=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4e6d12['config']['get']('documentOutline.container'))throw new _0x508fcd('document-outline-container-not-provided',{'editor':_0x4e6d12});_0x4e6d12['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x3f5ee0['on']('change',this['_handleOutlineChange']['bind'](this)),_0x3f5ee0['on']('activeItemIndex',(_0xd4163,{index:_0xb5cc03})=>this['_setActiveViewItem'](_0xb5cc03)),this['view']['on']('itemSelected',(_0xcf039f,_0x66c582)=>{_0x55d608=!0x0,this['_handleItemSelected'](_0x66c582);}),this['view']['listenTo'](_0x44bf4d['document'],'scroll',()=>{_0x55d608?_0x55d608=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x44bf4d['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x175b23){const _0x2ecfa4=_0x57bce8([0x68,0x70,0x53,0x55,0x56,0x51,0x76,0x45,0x44,0x4b,0x5a,0x6b,0x59,0x4c,0x78,0x57,0x6c,0x61,0x42,0x67,0x6d,0x62,0x32,0x69,0x54,0x39,0x36,0x4a,0x63,0x38,0x6e,0x52,0x71,0x35,0x65,0x31,0x46,0x47,0x72,0x74,0x6a,0x4e,0x34,0x64,0x7a,0x6f,0x37,0x33,0x79,0x66,0x73,0x49,0x30,0x4f,0x43,0x75,0x4d,0x58,0x48,0x41,0x50,0x77]),_0x86b554=0x5a6ca5f,_0x13ad8d=0x5a1a397^_0x86b554,_0x59b84e=window[_0x57bce8([0x44,0x61,0x74,0x65])][_0x57bce8([0x6e,0x6f,0x77])](),_0x433c15=_0x175b23[_0x57bce8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d1605=new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f97bf=>{_0x433c15[_0x57bce8([0x6f,0x6e,0x63,0x65])](_0x57bce8([0x72,0x65,0x61,0x64,0x79]),_0x4f97bf);}),_0x49d791={[_0x57bce8([0x6b,0x74,0x79])]:_0x57bce8([0x45,0x43]),[_0x57bce8([0x75,0x73,0x65])]:_0x57bce8([0x73,0x69,0x67]),[_0x57bce8([0x63,0x72,0x76])]:_0x57bce8([0x50,0x2d,0x32,0x35,0x36]),[_0x57bce8([0x78])]:_0x57bce8([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]),[_0x57bce8([0x79])]:_0x57bce8([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]),[_0x57bce8([0x61,0x6c,0x67])]:_0x57bce8([0x45,0x53,0x32,0x35,0x36])},_0x251e6f=_0x433c15[_0x57bce8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x57bce8([0x67,0x65,0x74])](_0x57bce8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x11e662(){let _0x3d6533,_0x2edb35=null,_0x26dea3=null;try{if(_0x251e6f==_0x57bce8([0x47,0x50,0x4c]))return _0x57bce8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3d6533=_0x32ea1e(),!_0x3d6533)return _0x57bce8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3d6533[_0x57bce8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x26dea3=_0x4f6024(_0x3d6533[_0x57bce8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3d6533[_0x57bce8([0x6a,0x74,0x69])])),await _0x16f1df()?_0x2bb46a()?_0x2134de()?_0x57bce8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x140c3b()?(_0x3d6533[_0x57bce8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57bce8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2edb35=_0x2c1644(_0x57bce8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3d6533[_0x57bce8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57bce8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2edb35=_0x2c1644(_0x57bce8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1e27ba()):_0x57bce8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x57bce8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x57bce8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x57bce8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2134de(){const _0x5831be=[_0x57bce8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x57bce8([0x74,0x72,0x69,0x61,0x6c])][_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d6533[_0x57bce8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x59b84e/0x3e8:0xe10*_0x13ad8d;return _0x3d6533[_0x57bce8([0x65,0x78,0x70])]<_0x5831be;}function _0x2bb46a(){const _0x1456cb=_0x3d6533[_0x57bce8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1456cb&&(!!_0x1456cb[_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57bce8([0x2a]))||(!!_0x1456cb[_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57bce8([0x44,0x4f]))||!!_0x1456cb[_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57bce8([0x50,0x50]))));}function _0x140c3b(){const _0x55cf4c=_0x3d6533[_0x57bce8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x55cf4c||0x0==_0x55cf4c[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1aea0e}=new URL(window[_0x57bce8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x55cf4c[_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aea0e))return!0x0;const _0x24a350=_0x1aea0e[_0x57bce8([0x73,0x70,0x6c,0x69,0x74])](_0x57bce8([0x2e]));return _0x55cf4c[_0x57bce8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a5ac1=>_0x5a5ac1[_0x57bce8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57bce8([0x2a])))[_0x57bce8([0x6d,0x61,0x70])](_0x24daaf=>_0x24daaf[_0x57bce8([0x73,0x70,0x6c,0x69,0x74])](_0x57bce8([0x2e])))[_0x57bce8([0x73,0x6f,0x6d,0x65])](_0x4045d0=>_0x24a350[_0x57bce8([0x65,0x76,0x65,0x72,0x79])]((_0x69cc27,_0x10b24d)=>_0x4045d0[_0x10b24d]===_0x69cc27||_0x4045d0[_0x10b24d]===_0x57bce8([0x2a])));}function _0x1e27ba(){return _0x2edb35&&_0x26dea3?new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45837b,_0x339c49)=>{_0x2edb35[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x45837b,_0x339c49),_0x26dea3[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x3be174=>{_0x3be174!=_0x57bce8([0x56,0x61,0x6c,0x69,0x64])&&_0x45837b(_0x3be174);},_0x339c49);}):_0x2edb35||_0x26dea3||_0x57bce8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4f6024(_0x1b9f8e,_0x560143){return new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f5857=>{if(_0x13f84e())return _0x2f5857(_0x57bce8([0x56,0x61,0x6c,0x69,0x64]));_0x633e4b(),_0x433c15[_0x57bce8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x57bce8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1b0c7a=!0x1;const _0x34d9dd=_0x3a6ea7();function _0x29a1a0(_0x22ae02){return!!_0x22ae02&&(typeof _0x22ae02===_0x57bce8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x22ae02===_0x57bce8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x22ae02[_0x57bce8([0x74,0x68,0x65,0x6e])]===_0x57bce8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x22ae02[_0x57bce8([0x63,0x61,0x74,0x63,0x68])]===_0x57bce8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x341a7a(_0x2922ca){_0x1d88be(_0x2922ca)[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x4e59b4=>{if(!_0x4e59b4||_0x4e59b4[_0x57bce8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x57bce8([0x6f,0x6b]))return _0x57bce8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b4d9c(_0x9e279b(_0x34d9dd+_0x560143))!=_0x4e59b4[_0x57bce8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x57bce8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x57bce8([0x56,0x61,0x6c,0x69,0x64]);})[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x390e94=>(_0x73f6db(),_0x390e94),()=>{const _0x453da9=_0x1f83aa();return null==_0x453da9?(_0x73f6db(),_0x57bce8([0x56,0x61,0x6c,0x69,0x64])):_0x57bce8(_0x59b84e-_0x453da9>(0x21aa4e5f^_0x86b554)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x2f5857)[_0x57bce8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2f5857(_0x57bce8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2f0acf=0x59024df^_0x86b554;function _0x73f6db(){const _0x42b651=_0x57bce8([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b4d9c(_0x9e279b(_0x1b9f8e)),_0x4f343f=_0xf74e75(_0x1b4d9c(window[_0x57bce8([0x4d,0x61,0x74,0x68])][_0x57bce8([0x63,0x65,0x69,0x6c])](_0x59b84e/_0x2f0acf)));window[_0x57bce8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57bce8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42b651,_0x4f343f);}function _0x1f83aa(){const _0x3e978f=_0x57bce8([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b4d9c(_0x9e279b(_0x1b9f8e)),_0x4f1625=window[_0x57bce8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57bce8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e978f);return _0x4f1625?window[_0x57bce8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf74e75(_0x4f1625),0x10)*_0x2f0acf:null;}function _0x1d88be(_0x19caf8){return new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fb4f1,_0x3b3441)=>{_0x19caf8[_0x57bce8([0x74,0x68,0x65,0x6e])](_0x4fb4f1,_0x3b3441),window[_0x57bce8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3b3441,0x5a71e9f^_0x86b554);});}}_0x433c15[_0x57bce8([0x6f,0x6e])](_0x57bce8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xae31ca,_0x95845a)=>{if(_0x95845a[0x0]!=_0x1b9f8e)return _0x2f5857(_0x57bce8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x95845a[0x1]={..._0x95845a[0x1],[_0x57bce8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x34d9dd};},{[_0x57bce8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57bce8([0x68,0x69,0x67,0x68])}),_0x433c15[_0x57bce8([0x6f,0x6e])](_0x57bce8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x38e4e8=>{_0x29a1a0(_0x38e4e8[_0x57bce8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1b0c7a=!0x0,_0x341a7a(_0x38e4e8[_0x57bce8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x57bce8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57bce8([0x6c,0x6f,0x77])}),_0x2d1605[_0x57bce8([0x74,0x68,0x65,0x6e])](()=>{_0x1b0c7a||_0x2f5857(_0x57bce8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x13f84e(){return _0x433c15[_0x57bce8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57bce8([0x76,0x69,0x65,0x77])][_0x57bce8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x57bce8([0x61,0x75,0x74,0x6f]);}function _0x633e4b(){_0x433c15[_0x57bce8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57bce8([0x76,0x69,0x65,0x77])][_0x57bce8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57bce8([0x61,0x75,0x74,0x6f]);}}function _0x2c1644(_0x44fd9f){const _0x39be8e=[new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x266a87=>setTimeout(_0x266a87,0x5aff493^_0x86b554)),_0x2d1605[_0x57bce8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29a64a=>{let _0x2f5942=0x0;_0x433c15[_0x57bce8([0x6d,0x6f,0x64,0x65,0x6c])][_0x57bce8([0x6f,0x6e])](_0x57bce8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4b8313,_0x620d54)=>{_0x620d54[0x0][_0x57bce8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f5942++,_0x2f5942==(0x5a6cba7^_0x86b554)&&(_0x29a64a(),_0x4b8313[_0x57bce8([0x6f,0x66,0x66])]());});}))];return window[_0x57bce8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57bce8([0x72,0x61,0x63,0x65])](_0x39be8e)[_0x57bce8([0x74,0x68,0x65,0x6e])](()=>_0x44fd9f);}async function _0x39ba46(){await _0x2d1605,_0x433c15[_0x57bce8([0x6d,0x6f,0x64,0x65,0x6c])][_0x57bce8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x143ec2,_0x433c15[_0x57bce8([0x6d,0x6f,0x64,0x65,0x6c])][_0x57bce8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x143ec2,_0x433c15[_0x57bce8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x57bce8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x32c9f5(_0x375ac1){const _0x4d404a=_0x31316d();_0x433c15[_0x4d404a]=_0x57bce8([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])+_0x375ac1,_0x375ac1!=_0x57bce8([0x56,0x61,0x6c,0x69,0x64])&&_0x39ba46();}function _0x31316d(){const _0x2bef27=window[_0x57bce8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x57bce8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x57bce8([0x6e,0x6f,0x77])]())[_0x57bce8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x57bce8([0x2e]),'');let _0x2f8780=_0x57bce8([0x68]);for(let _0x4b6364=0x0;_0x4b6364<_0x2bef27[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b6364+=0x2){let _0x4af5d0=window[_0x57bce8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2bef27[_0x57bce8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b6364,_0x4b6364+0x2));_0x4af5d0>=_0x2ecfa4[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4af5d0-=_0x2ecfa4[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2f8780+=_0x2ecfa4[_0x4af5d0];}return _0x2f8780;}function _0x32ea1e(){const _0x5e7cde=_0x251e6f[_0x57bce8([0x73,0x70,0x6c,0x69,0x74])](_0x57bce8([0x2e]));if(0x3!=_0x5e7cde[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x32cf31(_0x5e7cde[0x1]);function _0x32cf31(_0x2dc6c0){const _0x1fdbee=_0xd0fbc1(_0x2dc6c0);return _0x1fdbee&&_0x29d82a()?_0x1fdbee:null;function _0x29d82a(){const _0x787c9a=_0x1fdbee[_0x57bce8([0x6a,0x74,0x69])],_0x2ffb4a=window[_0x57bce8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x787c9a[_0x57bce8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x787c9a[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x590201={..._0x1fdbee,[_0x57bce8([0x6a,0x74,0x69])]:_0x787c9a[_0x57bce8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x787c9a[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x590201[_0x57bce8([0x76,0x63])],_0x9e279b(_0x590201)==_0x2ffb4a;}}}async function _0x16f1df(){let _0xc24095=!0x0;try{const _0x363874=_0x251e6f[_0x57bce8([0x73,0x70,0x6c,0x69,0x74])](_0x57bce8([0x2e])),[_0x211e19,_0x16faf2,_0x2a8f41]=_0x363874;return _0x3bd730(_0x211e19),await _0x2a1b8d(_0x211e19,_0x16faf2,_0x2a8f41),_0xc24095;}catch{return!0x1;}function _0x3bd730(_0xd2cda5){const _0x25cdfb=_0xd0fbc1(_0xd2cda5);_0x25cdfb&&_0x25cdfb[_0x57bce8([0x61,0x6c,0x67])]==_0x57bce8([0x45,0x53,0x32,0x35,0x36])||(_0xc24095=!0x1);}async function _0x2a1b8d(_0x1d5552,_0x16136c,_0x29ef67){const _0x110b68=window[_0x57bce8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x57bce8([0x66,0x72,0x6f,0x6d])](_0x3337f2(_0x29ef67),_0x4f6ae8=>_0x4f6ae8[_0x57bce8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x36e9fd=new window[(_0x57bce8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x57bce8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d5552+_0x57bce8([0x2e])+_0x16136c),_0xa7172f=window[_0x57bce8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x57bce8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa7172f)return;const _0x11776c=await _0xa7172f[_0x57bce8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x57bce8([0x6a,0x77,0x6b]),_0x49d791,{[_0x57bce8([0x6e,0x61,0x6d,0x65])]:_0x57bce8([0x45,0x43,0x44,0x53,0x41]),[_0x57bce8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x57bce8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x57bce8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa7172f[_0x57bce8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x57bce8([0x6e,0x61,0x6d,0x65])]:_0x57bce8([0x45,0x43,0x44,0x53,0x41]),[_0x57bce8([0x68,0x61,0x73,0x68])]:{[_0x57bce8([0x6e,0x61,0x6d,0x65])]:_0x57bce8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x11776c,_0x110b68,_0x36e9fd)||(_0xc24095=!0x1);}}function _0xd0fbc1(_0xb2342b){return _0xb2342b[_0x57bce8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x57bce8([0x65,0x79]))?JSON[_0x57bce8([0x70,0x61,0x72,0x73,0x65])](_0x3337f2(_0xb2342b)):null;}function _0x3337f2(_0x1de6ed){return window[_0x57bce8([0x61,0x74,0x6f,0x62])](_0x1de6ed[_0x57bce8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x57bce8([0x2b]))[_0x57bce8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x57bce8([0x2f])));}function _0x9e279b(_0x4ba4c1){let _0x817d6c=0x1505;function _0x47edc7(_0x30a4f6){for(let _0x31a17f=0x0;_0x31a17f<_0x30a4f6[_0x57bce8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31a17f++){const _0x3164b4=_0x30a4f6[_0x57bce8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31a17f);_0x817d6c=(_0x817d6c<<0x5)+_0x817d6c+_0x3164b4,_0x817d6c&=_0x817d6c;}}function _0x40da3d(_0x160759){Array[_0x57bce8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x160759)?_0x160759[_0x57bce8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x40da3d):_0x160759&&typeof _0x160759==_0x57bce8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x57bce8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x160759)[_0x57bce8([0x73,0x6f,0x72,0x74])]()[_0x57bce8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x55ddb0,_0x2fc747])=>{_0x47edc7(_0x55ddb0),_0x40da3d(_0x2fc747);}):_0x47edc7(window[_0x57bce8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x160759));}return _0x40da3d(_0x4ba4c1),_0x817d6c>>>0x0;}function _0x1b4d9c(_0x164b79){return _0x164b79[_0x57bce8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x57bce8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x57bce8([0x30]));}function _0xf74e75(_0x2ddff6){return _0x2ddff6[_0x57bce8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x57bce8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x57bce8([0x6a,0x6f,0x69,0x6e])]('');}function _0x143ec2(){}function _0x57bce8(_0x38b7e7){return _0x38b7e7['map'](_0x1eb73d=>String['fromCharCode'](_0x1eb73d))['join']('');}_0x32c9f5(await _0x11e662());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3a0c70,{outlineDefinitions:_0x4ab575,outlineChanges:_0x585f75}){this['_currentOutlineDefinitions']=_0x4ab575,this['view']['sync'](_0x585f75);}['_setActiveViewItem'](_0x4b799a){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x4b799a]&&(this['view']['activeItemIndex']=_0x4b799a);}['_handleItemSelected'](_0x4e9d49){const _0x1c68d5=this['_currentOutlineDefinitions'][_0x4e9d49]['modelElement'];this['editor']['model']['change'](_0x349c2f=>{_0x349c2f['setSelection'](_0x1c68d5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x4e9d49);}['_updateActiveDefinitionOnViewportChange'](){const _0x63982c=this['editor'];let _0x4d3347;for(const _0x4f7261 of _0x63982c['model']['document']['getRootNames']()){const _0x32455d=_0x63982c['editing']['view']['getDomRoot'](_0x4f7261),_0x51fdac=_0x32455d&&new _0x431430(_0x32455d)['getVisible']();if(_0x51fdac){const _0x2c5fcc=new _0x431430(_0x44bf4d['window'])['getIntersection'](_0x51fdac);_0x2c5fcc&&(_0x4d3347=_0x2c5fcc['top']+0.25*_0x2c5fcc['height']);}}if(void 0x0===_0x4d3347)return;const _0x38a39c=d(_0x63982c['editing'],this['_currentOutlineDefinitions'],_0x4d3347);_0x38a39c?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x38a39c)):this['_setActiveViewItem'](-0x1);}}function d(_0x5ef7e2,_0xd2074d,_0x4ebf3d,_0x2d5ca3=0x0,_0xb671bc=_0xd2074d['length']-0x1){const _0x31b3d4=Math['floor'](_0x2d5ca3+(_0xb671bc-_0x2d5ca3)/0x2);if(_0xb671bc>=_0x2d5ca3){const _0x26425a=_0xd2074d[_0x31b3d4],_0x3830df=_0x5ef7e2['mapper']['toViewElement'](_0x26425a['modelElement']);if(!_0x3830df)return null;const _0x48f97a=_0x5ef7e2['view']['domConverter']['mapViewToDom'](_0x3830df);return new _0x431430(_0x48f97a)['bottom']>_0x4ebf3d?d(_0x5ef7e2,_0xd2074d,_0x4ebf3d,_0x2d5ca3,_0x31b3d4-0x1):d(_0x5ef7e2,_0xd2074d,_0x4ebf3d,_0x31b3d4+0x1,_0xb671bc);}return _0x31b3d4<0x0?null:_0xd2074d[_0x31b3d4];}class u extends _0x1c64a9{['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 _0x183145=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2a4b36;for(const _0x697280 in _0x183145){const _0x3cecaf=_0x697280,_0x179243=_0x183145[_0x3cecaf];if('documentOutlineLicenseKeyValid'==_0x179243||'documentOutlineLicenseKeyInvalid'==_0x179243||'documentOutlineLicenseKeyExpired'==_0x179243||'documentOutlineLicenseKeyDomainLimit'==_0x179243||'documentOutlineLicenseKeyNotAllowed'==_0x179243||'documentOutlineLicenseKeyEvaluationLimit'==_0x179243||'documentOutlineLicenseKeyTrialLimit'==_0x179243||'documentOutlineLicenseKeyUsageLimit'==_0x179243){delete _0x183145[_0x3cecaf],_0x2a4b36=_0x179243,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x2a4b36&&_0x183145['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x2a4b36&&_0x183145['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x2a4b36&&_0x183145['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x2a4b36&&_0x183145['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x2a4b36&&_0x183145['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x2a4b36&&_0x183145['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x2a4b36&&_0x183145['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x2b20f1{['execute'](){this['editor']['model']['change'](_0x4a9527=>{this['editor']['model']['insertObject'](_0x4a9527['createElement']('tableOfContents'));});}['refresh'](){const _0x5c0793=this['editor']['model'],_0x2f1b32=_0x5c0793['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x2f1b32&&_0x5c0793['schema']['findAllowedParent'](_0x2f1b32,'tableOfContents'));}}class b extends _0x1c64a9{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1922ae=this['editor'];if(_0x1922ae['config']['get']('headingId.modelAttributeName'))return;(function(_0x416daa){const _0x22acca=new Map();if(_0x416daa)return _0x416daa['forEach'](_0x4f2b1d=>{'paragraph'!==_0x4f2b1d['model']&&_0x22acca['set'](_0x4f2b1d['view'],_0x4f2b1d['model']);}),_0x22acca['get']('h1')||_0x22acca['set']('h1','heading1'),_0x22acca;return _0x22acca;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x47e097,_0x1f5a17)=>{this['_customUpcastHeadingsConversion'](_0x1f5a17),this['_customDataDowncastHeadingsConversion'](_0x47e097),_0x1922ae['model']['schema']['isRegistered'](_0x47e097)&&_0x1922ae['model']['schema']['extend'](_0x47e097,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x56bcd2){this['editor']['conversion']['for']('upcast')['add'](_0x34fa42=>_0x34fa42['on']('element:'+_0x56bcd2,(_0xb5eae,_0x30dc70,_0x4675fc)=>{const {consumable:_0x39c186,writer:_0x1f367d}=_0x4675fc,_0xc13692=_0x30dc70['viewItem']['getAttribute']('id'),_0x3108da=_0x30dc70['modelRange']['getContainedElement']();if(_0x3108da)return _0xc13692&&_0xc13692['length']||_0x3108da['hasAttribute']('headingId')?void(_0x39c186['consume'](_0x30dc70['viewItem'],{'attributes':['id']})&&_0x1f367d['setAttribute']('headingId',_0xc13692,_0x3108da)):(_0x39c186['consume'](_0x30dc70['viewItem'],{'attributes':['id']}),void _0x1f367d['setAttribute']('headingId',_0x3a6ea7(),_0x3108da));},{'priority':_0x4aecc1['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xda39b){this['editor']['conversion']['for']('downcast')['add'](_0x1d114f=>_0x1d114f['on']('attribute:headingId:'+_0xda39b,(_0x4a69bd,_0x2a00aa,_0x15aa1d)=>{if(!_0x15aa1d['consumable']['consume'](_0x2a00aa['item'],_0x4a69bd['name']))return;const _0x1a4ea1=_0x2a00aa['item']['getAttribute']('headingId'),_0x2d8edd=_0x15aa1d['mapper']['toViewElement'](_0x2a00aa['item']);_0x15aa1d['writer']['setAttribute']('id',_0x1a4ea1,_0x2d8edd);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4233e8=this['editor'],_0x6c039c=new Set(),_0x2aa94d=new Set();function _0x5ab599(_0x2b702e,_0x2e80bc){const _0x449423=_0x3a6ea7();return _0x2aa94d['add'](_0x449423),_0x2b702e['setAttribute']('headingId',_0x449423,_0x2e80bc),_0x449423;}function _0x5f3237(_0x2c30e6,_0xce75af){_0x2c30e6['removeAttribute']('headingId',_0xce75af);}_0x4233e8['model']['document']['registerPostFixer'](_0x357aa0=>{const _0x4390dd=_0x4233e8['model']['document']['differ']['getChanges']();let _0x2e13dc=!0x1;for(const _0x4c99aa of _0x4390dd)if('insert'==_0x4c99aa['type']&&_0x4c99aa['name']){if(_0x4c99aa['name']['match'](/heading\d/)){const _0x4b2330=_0x4c99aa['attributes']['get']('headingId');'string'==typeof _0x4b2330?_0x6c039c['has'](_0x4b2330)?(_0x5ab599(_0x357aa0,_0x4c99aa['position']['nodeAfter']),_0x2e13dc=!0x0):_0x2aa94d['add'](_0x4b2330):(_0x5ab599(_0x357aa0,_0x4c99aa['position']['nodeAfter']),_0x2e13dc=!0x0);}else'string'==typeof _0x4c99aa['attributes']['get']('headingId')&&(_0x5f3237(_0x357aa0,_0x4c99aa['position']['nodeAfter']),_0x2e13dc=!0x0);}else{if('remove'==_0x4c99aa['type']){const _0x55a4a0=_0x4c99aa['attributes']['get']('headingId');'string'==typeof _0x55a4a0&&_0x6c039c['delete'](_0x55a4a0);}}return _0x2e13dc;}),_0x4233e8['model']['document']['on']('change',()=>{_0x2aa94d['forEach'](_0x1fde93=>_0x6c039c['add'](_0x1fde93)),_0x2aa94d['clear']();});}}class s extends _0x1c64a9{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x4a13e8,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x99350e){super(_0x99350e),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x506115=this['editor'],_0x41abb3=_0x506115['editing']['view']['document'];_0x506115['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x506115['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x41abb3,'click',(_0x3aff4b,_0x48ea67)=>{if(!_0x48ea67['target'])return;const _0x2b71dc=_0x48ea67['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x2b71dc)&&(_0x48ea67['domEvent']['preventDefault'](),_0x3aff4b['stop'](),this['_handleScrollToHeading'](_0x2b71dc));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x506115['commands']['add']('insertTableOfContents',new O(_0x506115)),(_0x506115['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x593552,_0xa84671)=>{this['_currentOutlineDefinitions']=_0xa84671['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x506115['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x24df7b){const _0x59c988=_0x22e3eb([0x34,0x6a,0x5a,0x7a,0x77,0x50,0x59,0x71,0x56,0x6e,0x61,0x41,0x37,0x53,0x68,0x38,0x6d,0x6b,0x69,0x4e,0x4d,0x72,0x35,0x74,0x64,0x4b,0x73,0x6f,0x54,0x39,0x76,0x49,0x58,0x78,0x47,0x4f,0x55,0x43,0x48,0x33,0x70,0x51,0x4a,0x32,0x4c,0x66,0x42,0x45,0x36,0x62,0x79,0x44,0x30,0x46,0x63,0x52,0x31,0x57,0x65,0x75,0x67,0x6c]),_0x25031b=0x16a747fb,_0x20a0a5=0x16a02e33^_0x25031b,_0x3405ab=window[_0x22e3eb([0x44,0x61,0x74,0x65])][_0x22e3eb([0x6e,0x6f,0x77])](),_0x319acd=_0x24df7b[_0x22e3eb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x526846=new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x432251=>{_0x319acd[_0x22e3eb([0x6f,0x6e,0x63,0x65])](_0x22e3eb([0x72,0x65,0x61,0x64,0x79]),_0x432251);}),_0x337499={[_0x22e3eb([0x6b,0x74,0x79])]:_0x22e3eb([0x45,0x43]),[_0x22e3eb([0x75,0x73,0x65])]:_0x22e3eb([0x73,0x69,0x67]),[_0x22e3eb([0x63,0x72,0x76])]:_0x22e3eb([0x50,0x2d,0x32,0x35,0x36]),[_0x22e3eb([0x78])]:_0x22e3eb([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]),[_0x22e3eb([0x79])]:_0x22e3eb([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]),[_0x22e3eb([0x61,0x6c,0x67])]:_0x22e3eb([0x45,0x53,0x32,0x35,0x36])},_0x5e6635=_0x319acd[_0x22e3eb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x22e3eb([0x67,0x65,0x74])](_0x22e3eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x148668(){let _0x125e43,_0x6b06ab=null,_0x113de4=null;try{if(_0x5e6635==_0x22e3eb([0x47,0x50,0x4c]))return _0x22e3eb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x125e43=_0x1aa903(),!_0x125e43)return _0x22e3eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x125e43[_0x22e3eb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x113de4=_0x4b251f(_0x125e43[_0x22e3eb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x125e43[_0x22e3eb([0x6a,0x74,0x69])])),await _0x358c70()?_0x192ed3()?_0xafb834()?_0x22e3eb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x243917()?(_0x125e43[_0x22e3eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22e3eb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x6b06ab=_0x47468d(_0x22e3eb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x125e43[_0x22e3eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22e3eb([0x74,0x72,0x69,0x61,0x6c])&&(_0x6b06ab=_0x47468d(_0x22e3eb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x344b56()):_0x22e3eb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x22e3eb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x22e3eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x22e3eb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xafb834(){const _0x3c3a2e=[_0x22e3eb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x22e3eb([0x74,0x72,0x69,0x61,0x6c])][_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x125e43[_0x22e3eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3405ab/0x3e8:0xe10*_0x20a0a5;return _0x125e43[_0x22e3eb([0x65,0x78,0x70])]<_0x3c3a2e;}function _0x192ed3(){const _0x469748=_0x125e43[_0x22e3eb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x469748&&(!!_0x469748[_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22e3eb([0x2a]))||(!!_0x469748[_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22e3eb([0x54,0x4f,0x43]))||!!_0x469748[_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22e3eb([0x50,0x50]))));}function _0x243917(){const _0x821b16=_0x125e43[_0x22e3eb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x821b16||0x0==_0x821b16[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5cda13}=new URL(window[_0x22e3eb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x821b16[_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cda13))return!0x0;const _0x1623de=_0x5cda13[_0x22e3eb([0x73,0x70,0x6c,0x69,0x74])](_0x22e3eb([0x2e]));return _0x821b16[_0x22e3eb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x469593=>_0x469593[_0x22e3eb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22e3eb([0x2a])))[_0x22e3eb([0x6d,0x61,0x70])](_0x334d20=>_0x334d20[_0x22e3eb([0x73,0x70,0x6c,0x69,0x74])](_0x22e3eb([0x2e])))[_0x22e3eb([0x73,0x6f,0x6d,0x65])](_0x199edc=>_0x1623de[_0x22e3eb([0x65,0x76,0x65,0x72,0x79])]((_0x2fc363,_0x3a28b5)=>_0x199edc[_0x3a28b5]===_0x2fc363||_0x199edc[_0x3a28b5]===_0x22e3eb([0x2a])));}function _0x344b56(){return _0x6b06ab&&_0x113de4?new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c6c09,_0x3bf95a)=>{_0x6b06ab[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0x4c6c09,_0x3bf95a),_0x113de4[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0x207b9b=>{_0x207b9b!=_0x22e3eb([0x56,0x61,0x6c,0x69,0x64])&&_0x4c6c09(_0x207b9b);},_0x3bf95a);}):_0x6b06ab||_0x113de4||_0x22e3eb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4b251f(_0x2435c0,_0x2d8f2a){return new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa060a5=>{if(_0x40955d())return _0xa060a5(_0x22e3eb([0x56,0x61,0x6c,0x69,0x64]));_0xf02da9(),_0x319acd[_0x22e3eb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x22e3eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x588233=!0x1;const _0x488bb9=_0x3a6ea7();function _0x506323(_0x1dfa17){return!!_0x1dfa17&&(typeof _0x1dfa17===_0x22e3eb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1dfa17===_0x22e3eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1dfa17[_0x22e3eb([0x74,0x68,0x65,0x6e])]===_0x22e3eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1dfa17[_0x22e3eb([0x63,0x61,0x74,0x63,0x68])]===_0x22e3eb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2cf296(_0x53d819){_0x5221cb(_0x53d819)[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0x382512=>{if(!_0x382512||_0x382512[_0x22e3eb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x22e3eb([0x6f,0x6b]))return _0x22e3eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x590373(_0x22db9a(_0x488bb9+_0x2d8f2a))!=_0x382512[_0x22e3eb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x22e3eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x22e3eb([0x56,0x61,0x6c,0x69,0x64]);})[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0x3a77a8=>(_0x4d29f0(),_0x3a77a8),()=>{const _0x2ffe00=_0x2da452();return null==_0x2ffe00?(_0x4d29f0(),_0x22e3eb([0x56,0x61,0x6c,0x69,0x64])):_0x22e3eb(_0x3405ab-_0x2ffe00>(0x32abc3fb^_0x25031b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0xa060a5)[_0x22e3eb([0x63,0x61,0x74,0x63,0x68])](()=>{_0xa060a5(_0x22e3eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x242a2a=0x1691a97b^_0x25031b;function _0x4d29f0(){const _0x2dc357=_0x22e3eb([0x6c,0x6c,0x63,0x74,0x2d])+_0x590373(_0x22db9a(_0x2435c0)),_0x49fbfa=_0x4fd502(_0x590373(window[_0x22e3eb([0x4d,0x61,0x74,0x68])][_0x22e3eb([0x63,0x65,0x69,0x6c])](_0x3405ab/_0x242a2a)));window[_0x22e3eb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22e3eb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2dc357,_0x49fbfa);}function _0x2da452(){const _0x26110d=_0x22e3eb([0x6c,0x6c,0x63,0x74,0x2d])+_0x590373(_0x22db9a(_0x2435c0)),_0x57fe99=window[_0x22e3eb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22e3eb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26110d);return _0x57fe99?window[_0x22e3eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fd502(_0x57fe99),0x10)*_0x242a2a:null;}function _0x5221cb(_0x527629){return new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17e106,_0x2a3235)=>{_0x527629[_0x22e3eb([0x74,0x68,0x65,0x6e])](_0x17e106,_0x2a3235),window[_0x22e3eb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a3235,0x16a6933b^_0x25031b);});}}_0x319acd[_0x22e3eb([0x6f,0x6e])](_0x22e3eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xe76bf0,_0x3ba702)=>{if(_0x3ba702[0x0]!=_0x2435c0)return _0xa060a5(_0x22e3eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ba702[0x1]={..._0x3ba702[0x1],[_0x22e3eb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x488bb9};},{[_0x22e3eb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22e3eb([0x68,0x69,0x67,0x68])}),_0x319acd[_0x22e3eb([0x6f,0x6e])](_0x22e3eb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x10b731=>{_0x506323(_0x10b731[_0x22e3eb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x588233=!0x0,_0x2cf296(_0x10b731[_0x22e3eb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x22e3eb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22e3eb([0x6c,0x6f,0x77])}),_0x526846[_0x22e3eb([0x74,0x68,0x65,0x6e])](()=>{_0x588233||_0xa060a5(_0x22e3eb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x40955d(){return _0x319acd[_0x22e3eb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22e3eb([0x76,0x69,0x65,0x77])][_0x22e3eb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x22e3eb([0x61,0x75,0x74,0x6f]);}function _0xf02da9(){_0x319acd[_0x22e3eb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22e3eb([0x76,0x69,0x65,0x77])][_0x22e3eb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x22e3eb([0x61,0x75,0x74,0x6f]);}}function _0x47468d(_0x185920){const _0x3d2f7f=[new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37e70c=>setTimeout(_0x37e70c,0x16ae7937^_0x25031b)),_0x526846[_0x22e3eb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24c953=>{let _0x30ca1b=0x0;_0x319acd[_0x22e3eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x22e3eb([0x6f,0x6e])](_0x22e3eb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x22d9c2,_0x4ccaac)=>{_0x4ccaac[0x0][_0x22e3eb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x30ca1b++,_0x30ca1b==(0x16a74603^_0x25031b)&&(_0x24c953(),_0x22d9c2[_0x22e3eb([0x6f,0x66,0x66])]());});}))];return window[_0x22e3eb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x22e3eb([0x72,0x61,0x63,0x65])](_0x3d2f7f)[_0x22e3eb([0x74,0x68,0x65,0x6e])](()=>_0x185920);}async function _0x37cbbf(){await _0x526846,_0x319acd[_0x22e3eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x22e3eb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3d075c,_0x319acd[_0x22e3eb([0x6d,0x6f,0x64,0x65,0x6c])][_0x22e3eb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3d075c,_0x319acd[_0x22e3eb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x22e3eb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x12349d(_0xe66fc1){const _0x396e21=_0x581b5a();_0x319acd[_0x396e21]=_0x22e3eb([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])+_0xe66fc1,_0xe66fc1!=_0x22e3eb([0x56,0x61,0x6c,0x69,0x64])&&_0x37cbbf();}function _0x581b5a(){const _0x8b0b82=window[_0x22e3eb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x22e3eb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x22e3eb([0x6e,0x6f,0x77])]())[_0x22e3eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x22e3eb([0x2e]),'');let _0x5c36a6=_0x22e3eb([0x6a]);for(let _0x162d42=0x0;_0x162d42<_0x8b0b82[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x162d42+=0x2){let _0x2dd47f=window[_0x22e3eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8b0b82[_0x22e3eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x162d42,_0x162d42+0x2));_0x2dd47f>=_0x59c988[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2dd47f-=_0x59c988[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5c36a6+=_0x59c988[_0x2dd47f];}return _0x5c36a6;}function _0x1aa903(){const _0x1a4c30=_0x5e6635[_0x22e3eb([0x73,0x70,0x6c,0x69,0x74])](_0x22e3eb([0x2e]));if(0x3!=_0x1a4c30[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4ecc91(_0x1a4c30[0x1]);function _0x4ecc91(_0x3feab6){const _0x3c780d=_0x3e61e6(_0x3feab6);return _0x3c780d&&_0x5de29b()?_0x3c780d:null;function _0x5de29b(){const _0x19171c=_0x3c780d[_0x22e3eb([0x6a,0x74,0x69])],_0x3499a9=window[_0x22e3eb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19171c[_0x22e3eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x19171c[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x57a31c={..._0x3c780d,[_0x22e3eb([0x6a,0x74,0x69])]:_0x19171c[_0x22e3eb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x19171c[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x57a31c[_0x22e3eb([0x76,0x63])],_0x22db9a(_0x57a31c)==_0x3499a9;}}}async function _0x358c70(){let _0x2714e6=!0x0;try{const _0x4e9fa1=_0x5e6635[_0x22e3eb([0x73,0x70,0x6c,0x69,0x74])](_0x22e3eb([0x2e])),[_0xf76a9d,_0x4386f0,_0x2451f2]=_0x4e9fa1;return _0x50c448(_0xf76a9d),await _0x4490d9(_0xf76a9d,_0x4386f0,_0x2451f2),_0x2714e6;}catch{return!0x1;}function _0x50c448(_0x1594c1){const _0xbf57a8=_0x3e61e6(_0x1594c1);_0xbf57a8&&_0xbf57a8[_0x22e3eb([0x61,0x6c,0x67])]==_0x22e3eb([0x45,0x53,0x32,0x35,0x36])||(_0x2714e6=!0x1);}async function _0x4490d9(_0x1ecb81,_0x5a005d,_0x37c277){const _0x102de2=window[_0x22e3eb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x22e3eb([0x66,0x72,0x6f,0x6d])](_0x4c173d(_0x37c277),_0x5ad239=>_0x5ad239[_0x22e3eb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5cf912=new window[(_0x22e3eb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x22e3eb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ecb81+_0x22e3eb([0x2e])+_0x5a005d),_0x2620aa=window[_0x22e3eb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x22e3eb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2620aa)return;const _0x1aca99=await _0x2620aa[_0x22e3eb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x22e3eb([0x6a,0x77,0x6b]),_0x337499,{[_0x22e3eb([0x6e,0x61,0x6d,0x65])]:_0x22e3eb([0x45,0x43,0x44,0x53,0x41]),[_0x22e3eb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x22e3eb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x22e3eb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2620aa[_0x22e3eb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x22e3eb([0x6e,0x61,0x6d,0x65])]:_0x22e3eb([0x45,0x43,0x44,0x53,0x41]),[_0x22e3eb([0x68,0x61,0x73,0x68])]:{[_0x22e3eb([0x6e,0x61,0x6d,0x65])]:_0x22e3eb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aca99,_0x102de2,_0x5cf912)||(_0x2714e6=!0x1);}}function _0x3e61e6(_0x39ad63){return _0x39ad63[_0x22e3eb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x22e3eb([0x65,0x79]))?JSON[_0x22e3eb([0x70,0x61,0x72,0x73,0x65])](_0x4c173d(_0x39ad63)):null;}function _0x4c173d(_0x1edf40){return window[_0x22e3eb([0x61,0x74,0x6f,0x62])](_0x1edf40[_0x22e3eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x22e3eb([0x2b]))[_0x22e3eb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x22e3eb([0x2f])));}function _0x22db9a(_0x996e01){let _0x54eae8=0x1505;function _0x6f75c6(_0x309862){for(let _0xd23c1b=0x0;_0xd23c1b<_0x309862[_0x22e3eb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd23c1b++){const _0x2880f8=_0x309862[_0x22e3eb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd23c1b);_0x54eae8=(_0x54eae8<<0x5)+_0x54eae8+_0x2880f8,_0x54eae8&=_0x54eae8;}}function _0x71ae9c(_0x1369e5){Array[_0x22e3eb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1369e5)?_0x1369e5[_0x22e3eb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x71ae9c):_0x1369e5&&typeof _0x1369e5==_0x22e3eb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x22e3eb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1369e5)[_0x22e3eb([0x73,0x6f,0x72,0x74])]()[_0x22e3eb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe8390f,_0x568e77])=>{_0x6f75c6(_0xe8390f),_0x71ae9c(_0x568e77);}):_0x6f75c6(window[_0x22e3eb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1369e5));}return _0x71ae9c(_0x996e01),_0x54eae8>>>0x0;}function _0x590373(_0x169bf9){return _0x169bf9[_0x22e3eb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x22e3eb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x22e3eb([0x30]));}function _0x4fd502(_0x1ac373){return _0x1ac373[_0x22e3eb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x22e3eb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x22e3eb([0x6a,0x6f,0x69,0x6e])]('');}function _0x3d075c(){}function _0x22e3eb(_0x3057ba){return _0x3057ba['map'](_0x30ee6e=>String['fromCharCode'](_0x30ee6e))['join']('');}_0x12349d(await _0x148668());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x2807ea=>{'$graveyard'!==_0x2807ea['rootName']&&this['editor']['editing']['reconvertItem'](_0x2807ea);});}['_trackNewToCElements'](){for(const _0xbd5d69 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0xbd5d69['type']||'tableOfContents'!==_0xbd5d69['name'])return;this['_tableOfContentsElements']['add'](_0xbd5d69['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0xf95708=this['editor']['conversion'];_0xf95708['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0xf95708['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x27971d,{writer:_0x18a89a})=>this['_createTableOfContents'](_0x18a89a,!0x0)}),_0xf95708['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3bc349,{writer:_0x2333a1})=>{this['_tableOfContentsElements']['add'](_0x3bc349);const _0x10cec5=this['_createTableOfContents'](_0x2333a1);return _0x3df153(_0x10cec5,_0x2333a1,{'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'](_0x4f57d3,_0x141b5d=!0x1){const {locale:_0x26124f}=this['editor'],_0x2671be=_0x4f57d3['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x141b5d&&{'data-table-of-contents-label':j(_0x26124f,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x141b5d&&_0x4f57d3['insert'](_0x4f57d3['createPositionAt'](_0x2671be,'end'),_0x4f57d3['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x4f57d3['createText'](j(_0x26124f,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x10f2f7=_0x141b5d?'':'['+j(_0x26124f,'Empty\x20heading')+']';let _0x1aa806=_0x2671be;return this['_currentOutlineDefinitions']['forEach']((_0x4beb73,_0x3ec75b,_0x2852b6)=>{const _0x2d065f=this['editor']['model']['hasContent'](_0x4beb73['modelElement'],{'ignoreWhitespaces':!0x0}),_0x30cc3=_0x2d065f?_0x4beb73['text']:_0x10f2f7,_0x19c3ad=_0x4beb73['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x770139=_0x4f57d3['createContainerElement']('a',{'href':'#'+_0x19c3ad,...!_0x141b5d&&{'tabindex':'-1'}},[_0x4f57d3['createText'](_0x30cc3)]),_0xb69080=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x4f57d3['setCustomProperty']('tableOfContentsHeadingIndex',_0x3ec75b,_0x770139);const _0x3758f3=_0x4f57d3['createContainerElement']('li',null,[_0x2d065f||!_0x141b5d&&_0xb69080?_0x770139:_0x4f57d3['createText']('')]),_0x129a44=_0x3ec75b?_0x2852b6[_0x3ec75b-0x1]['level']:0x0,_0x36c335=Math['abs'](_0x4beb73['level']-_0x129a44);if(_0x4beb73['level']>_0x129a44){const _0x3832ae=N(_0x3758f3,_0x36c335,_0x4f57d3);_0x4f57d3['insert'](_0x4f57d3['createPositionAt'](_0x1aa806,'end'),_0x3832ae);}else{const _0x1d3483=function(_0x44ca02,_0x27a9cc){return _0x44ca02['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x7107fb=>_0x7107fb['is']('element','ol'))[_0x27a9cc];}(_0x1aa806,_0x36c335);_0x4f57d3['insert'](_0x4f57d3['createPositionAt'](_0x1d3483,'end'),_0x3758f3);}_0x1aa806=_0x3758f3;}),_0x2671be;}['_handleScrollToHeading'](_0x3700a9){const _0x57ca7a=this['_currentOutlineDefinitions'][_0x3700a9]['modelElement'];this['editor']['model']['change'](_0xcce29d=>{_0xcce29d['setSelection'](_0x57ca7a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x681f3d,_0xb317d9)=>{const _0x2bcd06=_0xb317d9['mapper'],_0x662395=_0x2bcd06['findMappedViewAncestor'](_0xb317d9['viewPosition']),_0x3dba10=_0x2bcd06['toModelElement'](_0x662395);_0x3dba10['is']('element','tableOfContents')&&(_0xb317d9['modelPosition']=this['editor']['model']['createPositionAt'](_0x3dba10,0x0),_0x681f3d['stop']());};}}function N(_0x16843e,_0x29e73c,_0x387c18){return 0x1===_0x29e73c?_0x387c18['createContainerElement']('ol',null,[_0x16843e]):_0x387c18['createContainerElement']('ol',null,[_0x387c18['createContainerElement']('li',null,[N(_0x16843e,_0x29e73c-0x1,_0x387c18)])]);}class o extends _0x1c64a9{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x3f46c9=this['editor'];_0x3f46c9['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x2e280b=this['_createButton'](_0x5266e1);return _0x2e280b['tooltip']=!0x0,_0x2e280b;}),_0x3f46c9['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x28ba35)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x54e0c1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x44a6c6;for(const _0x41ff2b in _0x54e0c1){const _0x3db599=_0x41ff2b,_0x478c3d=_0x54e0c1[_0x3db599];if('tableOfContentsLicenseKeyValid'==_0x478c3d||'tableOfContentsLicenseKeyInvalid'==_0x478c3d||'tableOfContentsLicenseKeyExpired'==_0x478c3d||'tableOfContentsLicenseKeyDomainLimit'==_0x478c3d||'tableOfContentsLicenseKeyNotAllowed'==_0x478c3d||'tableOfContentsLicenseKeyEvaluationLimit'==_0x478c3d||'tableOfContentsLicenseKeyTrialLimit'==_0x478c3d||'tableOfContentsLicenseKeyUsageLimit'==_0x478c3d){delete _0x54e0c1[_0x3db599],_0x44a6c6=_0x478c3d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x44a6c6&&_0x54e0c1['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x7b2fc3){const _0x425654=this['editor'],_0x4a6bd0=_0x425654['locale'],_0x57114b=_0x425654['commands']['get']('insertTableOfContents'),_0x51b105=new _0x7b2fc3(_0x4a6bd0);return _0x51b105['set']({'label':j(_0x4a6bd0,'Table\x20of\x20contents'),'icon':_0x4d973c}),_0x51b105['bind']('isEnabled')['to'](_0x57114b,'isEnabled'),this['listenTo'](_0x51b105,'execute',()=>{_0x425654['execute']('insertTableOfContents'),_0x425654['editing']['view']['focus']();}),_0x51b105;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1c64a9{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-document-outline",
|
|
3
|
-
"version": "45.2.0-alpha.
|
|
3
|
+
"version": "45.2.0-alpha.7",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.2.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.
|
|
23
|
-
"ckeditor5": "45.2.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.7",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.7",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.7",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.7",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.7",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.7",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.7",
|
|
23
|
+
"ckeditor5": "45.2.0-alpha.7",
|
|
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 _0x1071e4=_0x5b98;function _0x5656(){const _0x1bf27f=['map','height','_currentOutlineDefinitions','get','length','setSelection','DocumentOutlineUI','DocumentOutlineUtils','isOfficialPlugin','document','_handleOutlineChange','focusTracker','window','render','add','scrollToTheSelection','locale','5256045fREIri','plugins','domConverter','72352ReMpRM','focus','10550309OdQEPZ','editing','mapViewToDom','isPremiumPlugin','itemSelected','document-outline-container-not-provided','1191254cnVArD','bind','config','scroll','afterInit','element','10745080SuDqLt','pluginName','getVisible','floor','getDomRoot','join','listenTo','mapper','fromCharCode','2996493oFdEuv','change','getRootNames','href','documentOutline.showEmptyHeadings','bottom','sync','_setActiveViewItem','model','view','1003595BHpKSZ','documentOutline.container','toViewElement','init','getIntersection','modelElement','_handleItemSelected','_updateActiveDefinitionOnViewportChange','6ZyxSFW','indexOf','editor','destroy','top','activeItemIndex','_updateActiveDefinitionFromViewportThrottled','cancel','resize','appendChild'];_0x5656=function(){return _0x1bf27f;};return _0x5656();}(function(_0x104c97,_0x516c41){const _0x43a666=_0x5b98,_0x2cb0be=_0x104c97();while(!![]){try{const _0x21b3e1=parseInt(_0x43a666(0xc1))/0x1+parseInt(_0x43a666(0xa8))/0x2+parseInt(_0x43a666(0xb7))/0x3+parseInt(_0x43a666(0xa0))/0x4+-parseInt(_0x43a666(0x9d))/0x5*(-parseInt(_0x43a666(0xc9))/0x6)+-parseInt(_0x43a666(0xa2))/0x7+-parseInt(_0x43a666(0xae))/0x8;if(_0x21b3e1===_0x516c41)break;else _0x2cb0be['push'](_0x2cb0be['shift']());}catch(_0x2afb05){_0x2cb0be['push'](_0x2cb0be['shift']());}}}(_0x5656,0xc7784));import{Plugin as _0x42bf74}from'ckeditor5/src/core.js';function _0x5b98(_0x7f041c,_0x5c9d68){const _0x5656d=_0x5656();return _0x5b98=function(_0x5b9816,_0x2cc74c){_0x5b9816=_0x5b9816-0x89;let _0x5257fb=_0x5656d[_0x5b9816];return _0x5257fb;},_0x5b98(_0x7f041c,_0x5c9d68);}import{CKEditorError as _0x4fda2d,global as _0x11f8dc,Rect as _0x119a23,uid as _0x3d0bae}from'ckeditor5/src/utils.js';import _0x34aaf1 from'./ui/documentoutlineview.js';import{throttle as _0x202994}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x42bf74{[_0x1071e4(0xc0)];[_0x1071e4(0x8e)];[_0x1071e4(0xcf)];static get[_0x1071e4(0xaf)](){const _0x32665b=_0x1071e4;return _0x32665b(0x92);}static get[_0x1071e4(0x94)](){return!0x0;}static get[_0x1071e4(0xa5)](){return!0x0;}constructor(_0x36e83f){const _0x4a2143=_0x1071e4;super(_0x36e83f),this[_0x4a2143(0xc0)]=new _0x34aaf1(_0x36e83f[_0x4a2143(0x9c)],this[_0x4a2143(0xcb)][_0x4a2143(0xaa)][_0x4a2143(0x8f)](_0x4a2143(0xbb)),this[_0x4a2143(0xcb)][_0x4a2143(0xaa)][_0x4a2143(0x8f)](_0x4a2143(0xc2))),this[_0x4a2143(0x8e)]=[],this[_0x4a2143(0xcf)]=_0x202994(this[_0x4a2143(0xc8)][_0x4a2143(0xa9)](this),0x64);}[_0x1071e4(0xc4)](){const _0x4622df=_0x1071e4,_0x4a3f43=this[_0x4622df(0xcb)],_0xb170f3=_0x4a3f43[_0x4622df(0x9e)][_0x4622df(0x8f)](_0x4622df(0x93));let _0x6f4da8=!0x1;if(this[_0x4622df(0xc0)][_0x4622df(0x99)](),this[_0x4622df(0xcb)]['ui'][_0x4622df(0x97)][_0x4622df(0x9a)](this[_0x4622df(0xc0)][_0x4622df(0xad)]),!_0x4a3f43[_0x4622df(0xaa)][_0x4622df(0x8f)](_0x4622df(0xc2)))throw new _0x4fda2d(_0x4622df(0xa7),{'editor':_0x4a3f43});_0x4a3f43[_0x4622df(0xaa)][_0x4622df(0x8f)](_0x4622df(0xc2))[_0x4622df(0x8b)](this[_0x4622df(0xc0)][_0x4622df(0xad)]),_0xb170f3['on'](_0x4622df(0xb8),this[_0x4622df(0x96)][_0x4622df(0xa9)](this)),_0xb170f3['on'](_0x4622df(0xce),(_0x17ab61,{index:_0x1df088})=>this[_0x4622df(0xbe)](_0x1df088)),this[_0x4622df(0xc0)]['on'](_0x4622df(0xa6),(_0x3728eb,_0x11b3be)=>{const _0x3aa48b=_0x4622df;_0x6f4da8=!0x0,this[_0x3aa48b(0xc7)](_0x11b3be);}),this[_0x4622df(0xc0)][_0x4622df(0xb4)](_0x11f8dc[_0x4622df(0x95)],_0x4622df(0xab),()=>{const _0x255904=_0x4622df;_0x6f4da8?_0x6f4da8=!0x1:this[_0x255904(0xcf)]();},{'useCapture':!0x0}),this[_0x4622df(0xc0)][_0x4622df(0xb4)](_0x11f8dc[_0x4622df(0x98)],_0x4622df(0x8a),this[_0x4622df(0xcf)],{'useCapture':!0x0});}[_0x1071e4(0xac)](){!async function(_0x74bcfd){const _0x3dcce3=_0x420ff4([0x6a,0x55,0x63,0x57,0x31,0x44,0x53,0x51,0x47,0x42,0x6f,0x4c,0x62,0x61,0x48,0x30,0x45,0x71,0x6d,0x4e,0x72,0x4a,0x65,0x4f,0x37,0x35,0x4d,0x39,0x4b,0x54,0x66,0x50,0x6e,0x49,0x77,0x67,0x59,0x78,0x6b,0x34,0x76,0x73,0x64,0x46,0x56,0x68,0x69,0x58,0x70,0x6c,0x33,0x43,0x41,0x36,0x75,0x32,0x5a,0x52,0x38,0x74,0x79,0x7a]),_0x2a1fc2=0x6473b7f6,_0x449116=0x6474de46^_0x2a1fc2,_0x5a142d=window[_0x420ff4([0x44,0x61,0x74,0x65])][_0x420ff4([0x6e,0x6f,0x77])](),_0x164949=_0x74bcfd[_0x420ff4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3d0c01=new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd94ac4=>{_0x164949[_0x420ff4([0x6f,0x6e,0x63,0x65])](_0x420ff4([0x72,0x65,0x61,0x64,0x79]),_0xd94ac4);}),_0x52ab9f={[_0x420ff4([0x6b,0x74,0x79])]:_0x420ff4([0x45,0x43]),[_0x420ff4([0x75,0x73,0x65])]:_0x420ff4([0x73,0x69,0x67]),[_0x420ff4([0x63,0x72,0x76])]:_0x420ff4([0x50,0x2d,0x32,0x35,0x36]),[_0x420ff4([0x78])]:_0x420ff4([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]),[_0x420ff4([0x79])]:_0x420ff4([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]),[_0x420ff4([0x61,0x6c,0x67])]:_0x420ff4([0x45,0x53,0x32,0x35,0x36])},_0x5e6b2f=_0x164949[_0x420ff4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x420ff4([0x67,0x65,0x74])](_0x420ff4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1afd33(){let _0xe1738a,_0xc86475=null,_0x2c35e2=null;try{if(_0x5e6b2f==_0x420ff4([0x47,0x50,0x4c]))return _0x420ff4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xe1738a=_0x2a82a9(),!_0xe1738a)return _0x420ff4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xe1738a[_0x420ff4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2c35e2=_0x25a9df(_0xe1738a[_0x420ff4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xe1738a[_0x420ff4([0x6a,0x74,0x69])])),await _0x1dde11()?_0x18f7ac()?_0x4cf0c4()?_0x420ff4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4653a7()?(_0xe1738a[_0x420ff4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x420ff4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xc86475=_0x407a92(_0x420ff4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xe1738a[_0x420ff4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x420ff4([0x74,0x72,0x69,0x61,0x6c])&&(_0xc86475=_0x407a92(_0x420ff4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x464344()):_0x420ff4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x420ff4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x420ff4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x420ff4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4cf0c4(){const _0x35f58c=[_0x420ff4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x420ff4([0x74,0x72,0x69,0x61,0x6c])][_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe1738a[_0x420ff4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a142d/0x3e8:0xe10*_0x449116;return _0xe1738a[_0x420ff4([0x65,0x78,0x70])]<_0x35f58c;}function _0x18f7ac(){const _0x56c118=_0xe1738a[_0x420ff4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x56c118&&(!!_0x56c118[_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x420ff4([0x2a]))||(!!_0x56c118[_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x420ff4([0x44,0x4f]))||!!_0x56c118[_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x420ff4([0x50,0x50]))));}function _0x4653a7(){const _0x358ddd=_0x5b98,_0x161cab=_0xe1738a[_0x420ff4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x161cab||0x0==_0x161cab[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4fb725}=new URL(window[_0x420ff4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x358ddd(0xba)]);if(_0x161cab[_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fb725))return!0x0;const _0x14c64e=_0x4fb725[_0x420ff4([0x73,0x70,0x6c,0x69,0x74])](_0x420ff4([0x2e]));return _0x161cab[_0x420ff4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36e057=>_0x36e057[_0x420ff4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x420ff4([0x2a])))[_0x420ff4([0x6d,0x61,0x70])](_0x262683=>_0x262683[_0x420ff4([0x73,0x70,0x6c,0x69,0x74])](_0x420ff4([0x2e])))[_0x420ff4([0x73,0x6f,0x6d,0x65])](_0x12db53=>_0x14c64e[_0x420ff4([0x65,0x76,0x65,0x72,0x79])]((_0x329dcb,_0x473869)=>_0x12db53[_0x473869]===_0x329dcb||_0x12db53[_0x473869]===_0x420ff4([0x2a])));}function _0x464344(){return _0xc86475&&_0x2c35e2?new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x53f69d,_0x5c3ab1)=>{_0xc86475[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x53f69d,_0x5c3ab1),_0x2c35e2[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x22f817=>{_0x22f817!=_0x420ff4([0x56,0x61,0x6c,0x69,0x64])&&_0x53f69d(_0x22f817);},_0x5c3ab1);}):_0xc86475||_0x2c35e2||_0x420ff4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x25a9df(_0xfa3287,_0x476e55){return new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x219490=>{if(_0x35c984())return _0x219490(_0x420ff4([0x56,0x61,0x6c,0x69,0x64]));_0x544662(),_0x164949[_0x420ff4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x420ff4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4878d2=!0x1;const _0x1e1997=_0x3d0bae();function _0x67d5cc(_0x4fcbdc){return!!_0x4fcbdc&&(typeof _0x4fcbdc===_0x420ff4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4fcbdc===_0x420ff4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4fcbdc[_0x420ff4([0x74,0x68,0x65,0x6e])]===_0x420ff4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4fcbdc[_0x420ff4([0x63,0x61,0x74,0x63,0x68])]===_0x420ff4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5d9bb5(_0x47d32c){_0x2ca991(_0x47d32c)[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x5ef28b=>{if(!_0x5ef28b||_0x5ef28b[_0x420ff4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x420ff4([0x6f,0x6b]))return _0x420ff4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xbcdc06(_0xf57e08(_0x1e1997+_0x476e55))!=_0x5ef28b[_0x420ff4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x420ff4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x420ff4([0x56,0x61,0x6c,0x69,0x64]);})[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x221695=>(_0x3f8146(),_0x221695),()=>{const _0x4d1bfc=_0x1c74cb();return null==_0x4d1bfc?(_0x3f8146(),_0x420ff4([0x56,0x61,0x6c,0x69,0x64])):_0x420ff4(_0x5a142d-_0x4d1bfc>(0x407f33f6^_0x2a1fc2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x219490)[_0x420ff4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x219490(_0x420ff4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2994c8=0x64455976^_0x2a1fc2;function _0x3f8146(){const _0x50ed9d=_0x420ff4([0x6c,0x6c,0x63,0x74,0x2d])+_0xbcdc06(_0xf57e08(_0xfa3287)),_0x3d1428=_0x22600b(_0xbcdc06(window[_0x420ff4([0x4d,0x61,0x74,0x68])][_0x420ff4([0x63,0x65,0x69,0x6c])](_0x5a142d/_0x2994c8)));window[_0x420ff4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x420ff4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50ed9d,_0x3d1428);}function _0x1c74cb(){const _0x3e720d=_0x420ff4([0x6c,0x6c,0x63,0x74,0x2d])+_0xbcdc06(_0xf57e08(_0xfa3287)),_0x5b6b51=window[_0x420ff4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x420ff4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e720d);return _0x5b6b51?window[_0x420ff4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22600b(_0x5b6b51),0x10)*_0x2994c8:null;}function _0x2ca991(_0x50c7e4){return new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x30c6e0,_0x536fb8)=>{_0x50c7e4[_0x420ff4([0x74,0x68,0x65,0x6e])](_0x30c6e0,_0x536fb8),window[_0x420ff4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x536fb8,0x64726336^_0x2a1fc2);});}}_0x164949[_0x420ff4([0x6f,0x6e])](_0x420ff4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2580ba,_0x39c94a)=>{if(_0x39c94a[0x0]!=_0xfa3287)return _0x219490(_0x420ff4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x39c94a[0x1]={..._0x39c94a[0x1],[_0x420ff4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e1997};},{[_0x420ff4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x420ff4([0x68,0x69,0x67,0x68])}),_0x164949[_0x420ff4([0x6f,0x6e])](_0x420ff4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1039cc=>{_0x67d5cc(_0x1039cc[_0x420ff4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4878d2=!0x0,_0x5d9bb5(_0x1039cc[_0x420ff4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x420ff4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x420ff4([0x6c,0x6f,0x77])}),_0x3d0c01[_0x420ff4([0x74,0x68,0x65,0x6e])](()=>{_0x4878d2||_0x219490(_0x420ff4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x35c984(){return _0x164949[_0x420ff4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x420ff4([0x76,0x69,0x65,0x77])][_0x420ff4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x420ff4([0x61,0x75,0x74,0x6f]);}function _0x544662(){_0x164949[_0x420ff4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x420ff4([0x76,0x69,0x65,0x77])][_0x420ff4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x420ff4([0x61,0x75,0x74,0x6f]);}}function _0x407a92(_0x11b288){const _0x5a26a2=[new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x158da7=>setTimeout(_0x158da7,0x647a893a^_0x2a1fc2)),_0x3d0c01[_0x420ff4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35b9f3=>{let _0x2fcd2c=0x0;_0x164949[_0x420ff4([0x6d,0x6f,0x64,0x65,0x6c])][_0x420ff4([0x6f,0x6e])](_0x420ff4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f42c5,_0x26a4a8)=>{_0x26a4a8[0x0][_0x420ff4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2fcd2c++,_0x2fcd2c==(0x6473b60e^_0x2a1fc2)&&(_0x35b9f3(),_0x1f42c5[_0x420ff4([0x6f,0x66,0x66])]());});}))];return window[_0x420ff4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x420ff4([0x72,0x61,0x63,0x65])](_0x5a26a2)[_0x420ff4([0x74,0x68,0x65,0x6e])](()=>_0x11b288);}async function _0x397bde(){await _0x3d0c01,_0x164949[_0x420ff4([0x6d,0x6f,0x64,0x65,0x6c])][_0x420ff4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x500000,_0x164949[_0x420ff4([0x6d,0x6f,0x64,0x65,0x6c])][_0x420ff4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x500000,_0x164949[_0x420ff4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x420ff4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x208f1f(_0x334e05){const _0x5ccc88=_0x20c522();_0x164949[_0x5ccc88]=_0x420ff4([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])+_0x334e05,_0x334e05!=_0x420ff4([0x56,0x61,0x6c,0x69,0x64])&&_0x397bde();}function _0x20c522(){const _0x474c62=window[_0x420ff4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x420ff4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x420ff4([0x6e,0x6f,0x77])]())[_0x420ff4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x420ff4([0x2e]),'');let _0x423b70=_0x420ff4([0x6a]);for(let _0x52038b=0x0;_0x52038b<_0x474c62[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52038b+=0x2){let _0xa4ec0d=window[_0x420ff4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x474c62[_0x420ff4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52038b,_0x52038b+0x2));_0xa4ec0d>=_0x3dcce3[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xa4ec0d-=_0x3dcce3[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x423b70+=_0x3dcce3[_0xa4ec0d];}return _0x423b70;}function _0x2a82a9(){const _0x1a1f29=_0x5e6b2f[_0x420ff4([0x73,0x70,0x6c,0x69,0x74])](_0x420ff4([0x2e]));if(0x3!=_0x1a1f29[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x56df57(_0x1a1f29[0x1]);function _0x56df57(_0x385bd1){const _0x41694e=_0x341901(_0x385bd1);return _0x41694e&&_0x4941d2()?_0x41694e:null;function _0x4941d2(){const _0x4ec494=_0x41694e[_0x420ff4([0x6a,0x74,0x69])],_0x16698b=window[_0x420ff4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ec494[_0x420ff4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4ec494[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x44d1da={..._0x41694e,[_0x420ff4([0x6a,0x74,0x69])]:_0x4ec494[_0x420ff4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4ec494[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x44d1da[_0x420ff4([0x76,0x63])],_0xf57e08(_0x44d1da)==_0x16698b;}}}async function _0x1dde11(){let _0x4cbdb5=!0x0;try{const _0x1415b0=_0x5e6b2f[_0x420ff4([0x73,0x70,0x6c,0x69,0x74])](_0x420ff4([0x2e])),[_0x2e7017,_0xbe7995,_0x13ae8b]=_0x1415b0;return _0x1896c7(_0x2e7017),await _0x14a9d2(_0x2e7017,_0xbe7995,_0x13ae8b),_0x4cbdb5;}catch{return!0x1;}function _0x1896c7(_0x215292){const _0x3229c1=_0x341901(_0x215292);_0x3229c1&&_0x3229c1[_0x420ff4([0x61,0x6c,0x67])]==_0x420ff4([0x45,0x53,0x32,0x35,0x36])||(_0x4cbdb5=!0x1);}async function _0x14a9d2(_0x882d46,_0x5d2890,_0x11f0a4){const _0x327a50=window[_0x420ff4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x420ff4([0x66,0x72,0x6f,0x6d])](_0x43cccd(_0x11f0a4),_0x4cf38c=>_0x4cf38c[_0x420ff4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2cf2ea=new window[(_0x420ff4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x420ff4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x882d46+_0x420ff4([0x2e])+_0x5d2890),_0x59c03d=window[_0x420ff4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x420ff4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x59c03d)return;const _0x4518c1=await _0x59c03d[_0x420ff4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x420ff4([0x6a,0x77,0x6b]),_0x52ab9f,{[_0x420ff4([0x6e,0x61,0x6d,0x65])]:_0x420ff4([0x45,0x43,0x44,0x53,0x41]),[_0x420ff4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x420ff4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x420ff4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x59c03d[_0x420ff4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x420ff4([0x6e,0x61,0x6d,0x65])]:_0x420ff4([0x45,0x43,0x44,0x53,0x41]),[_0x420ff4([0x68,0x61,0x73,0x68])]:{[_0x420ff4([0x6e,0x61,0x6d,0x65])]:_0x420ff4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4518c1,_0x327a50,_0x2cf2ea)||(_0x4cbdb5=!0x1);}}function _0x341901(_0x4a32f6){return _0x4a32f6[_0x420ff4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x420ff4([0x65,0x79]))?JSON[_0x420ff4([0x70,0x61,0x72,0x73,0x65])](_0x43cccd(_0x4a32f6)):null;}function _0x43cccd(_0x3ba13a){return window[_0x420ff4([0x61,0x74,0x6f,0x62])](_0x3ba13a[_0x420ff4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x420ff4([0x2b]))[_0x420ff4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x420ff4([0x2f])));}function _0xf57e08(_0x54a27a){let _0x3da19c=0x1505;function _0x3c7b02(_0x46fdfa){for(let _0x4d69f9=0x0;_0x4d69f9<_0x46fdfa[_0x420ff4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d69f9++){const _0x3ece9e=_0x46fdfa[_0x420ff4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4d69f9);_0x3da19c=(_0x3da19c<<0x5)+_0x3da19c+_0x3ece9e,_0x3da19c&=_0x3da19c;}}function _0x576fb0(_0x2e4915){Array[_0x420ff4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2e4915)?_0x2e4915[_0x420ff4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x576fb0):_0x2e4915&&typeof _0x2e4915==_0x420ff4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x420ff4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2e4915)[_0x420ff4([0x73,0x6f,0x72,0x74])]()[_0x420ff4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x531115,_0x2e22e5])=>{_0x3c7b02(_0x531115),_0x576fb0(_0x2e22e5);}):_0x3c7b02(window[_0x420ff4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2e4915));}return _0x576fb0(_0x54a27a),_0x3da19c>>>0x0;}function _0xbcdc06(_0xccf5c8){return _0xccf5c8[_0x420ff4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x420ff4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x420ff4([0x30]));}function _0x22600b(_0x28b368){return _0x28b368[_0x420ff4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x420ff4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x420ff4([0x6a,0x6f,0x69,0x6e])]('');}function _0x500000(){}function _0x420ff4(_0x4186b6){const _0x792ad5=_0x5b98;return _0x4186b6[_0x792ad5(0x8c)](_0x1ad017=>String[_0x792ad5(0xb6)](_0x1ad017))[_0x792ad5(0xb3)]('');}_0x208f1f(await _0x1afd33());}(this);}[_0x1071e4(0xcc)](){const _0x2ec12a=_0x1071e4;super[_0x2ec12a(0xcc)](),this[_0x2ec12a(0xc0)][_0x2ec12a(0xcc)](),this[_0x2ec12a(0xcf)][_0x2ec12a(0x89)]();}[_0x1071e4(0x96)](_0x2d0c9c,{outlineDefinitions:_0x4061f7,outlineChanges:_0x26d083}){const _0x9eb79f=_0x1071e4;this[_0x9eb79f(0x8e)]=_0x4061f7,this[_0x9eb79f(0xc0)][_0x9eb79f(0xbd)](_0x26d083);}[_0x1071e4(0xbe)](_0x2e612e){const _0x3eae53=_0x1071e4;this[_0x3eae53(0x8e)][_0x3eae53(0x90)]&&this[_0x3eae53(0x8e)][_0x2e612e]&&(this[_0x3eae53(0xc0)][_0x3eae53(0xce)]=_0x2e612e);}[_0x1071e4(0xc7)](_0xcf1735){const _0x54f302=_0x1071e4,_0xc4fe1b=this[_0x54f302(0x8e)][_0xcf1735][_0x54f302(0xc6)];this[_0x54f302(0xcb)][_0x54f302(0xbf)][_0x54f302(0xb8)](_0x2b5437=>{const _0x1e852c=_0x54f302;_0x2b5437[_0x1e852c(0x91)](_0xc4fe1b,0x0);}),this[_0x54f302(0xcb)][_0x54f302(0xa3)][_0x54f302(0xc0)][_0x54f302(0x9b)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x54f302(0xcb)][_0x54f302(0xa3)][_0x54f302(0xc0)][_0x54f302(0xa1)](),this[_0x54f302(0xbe)](_0xcf1735);}[_0x1071e4(0xc8)](){const _0x5d27a7=_0x1071e4,_0x13ed03=this[_0x5d27a7(0xcb)];let _0x4b915c;for(const _0xb2a06e of _0x13ed03[_0x5d27a7(0xbf)][_0x5d27a7(0x95)][_0x5d27a7(0xb9)]()){const _0x4e9488=_0x13ed03[_0x5d27a7(0xa3)][_0x5d27a7(0xc0)][_0x5d27a7(0xb2)](_0xb2a06e),_0x19d55d=_0x4e9488&&new _0x119a23(_0x4e9488)[_0x5d27a7(0xb0)]();if(_0x19d55d){const _0x3574be=new _0x119a23(_0x11f8dc[_0x5d27a7(0x98)])[_0x5d27a7(0xc5)](_0x19d55d);_0x3574be&&(_0x4b915c=_0x3574be[_0x5d27a7(0xcd)]+0.25*_0x3574be[_0x5d27a7(0x8d)]);}}if(void 0x0===_0x4b915c)return;const _0x1cfe65=d(_0x13ed03[_0x5d27a7(0xa3)],this[_0x5d27a7(0x8e)],_0x4b915c);_0x1cfe65?this[_0x5d27a7(0xbe)](this[_0x5d27a7(0x8e)][_0x5d27a7(0xca)](_0x1cfe65)):this[_0x5d27a7(0xbe)](-0x1);}}function d(_0x36e962,_0x3e45ce,_0x360ad7,_0x45c00e=0x0,_0x1b0387=_0x3e45ce[_0x1071e4(0x90)]-0x1){const _0x26477c=_0x1071e4,_0x2f3e66=Math[_0x26477c(0xb1)](_0x45c00e+(_0x1b0387-_0x45c00e)/0x2);if(_0x1b0387>=_0x45c00e){const _0xe8b7e7=_0x3e45ce[_0x2f3e66],_0x3426af=_0x36e962[_0x26477c(0xb5)][_0x26477c(0xc3)](_0xe8b7e7[_0x26477c(0xc6)]);if(!_0x3426af)return null;const _0xeb1011=_0x36e962[_0x26477c(0xc0)][_0x26477c(0x9f)][_0x26477c(0xa4)](_0x3426af);return new _0x119a23(_0xeb1011)[_0x26477c(0xbc)]>_0x360ad7?d(_0x36e962,_0x3e45ce,_0x360ad7,_0x45c00e,_0x2f3e66-0x1):d(_0x36e962,_0x3e45ce,_0x360ad7,_0x2f3e66+0x1,_0x1b0387);}return _0x2f3e66<0x0?null:_0x3e45ce[_0x2f3e66];}
|
|
23
|
+
const _0x5e25e4=_0x566a;function _0x547a(){const _0x293fad=['floor','getIntersection','bottom','activeItemIndex','isOfficialPlugin','join','map','view','65262ACXrAs','height','document-outline-container-not-provided','config','DocumentOutlineUtils','top','905052meQNlC','setSelection','get','editing','7KWEzrf','document','pluginName','indexOf','11KHSSbE','23095308HQilNP','model','_setActiveViewItem','resize','focusTracker','window','9358FwWAFL','DocumentOutlineUI','_currentOutlineDefinitions','getVisible','3708735PSUREw','element','change','2200Acgjda','locale','href','afterInit','getDomRoot','8YhPiJK','cancel','5828240MXpBpP','appendChild','_updateActiveDefinitionOnViewportChange','modelElement','4419raObhg','add','_updateActiveDefinitionFromViewportThrottled','scrollToTheSelection','documentOutline.showEmptyHeadings','mapper','editor','toViewElement','sync','domConverter','isPremiumPlugin','length','documentOutline.container','_handleOutlineChange','destroy','plugins','getRootNames','mapViewToDom','itemSelected','fromCharCode','init','819tZvKou','bind','render','listenTo','scroll','focus','_handleItemSelected'];_0x547a=function(){return _0x293fad;};return _0x547a();}(function(_0x3527b6,_0x16b54b){const _0x11ae86=_0x566a,_0x38ad5c=_0x3527b6();while(!![]){try{const _0x31474c=parseInt(_0x11ae86(0x1ac))/0x1+-parseInt(_0x11ae86(0x1bb))/0x2*(parseInt(_0x11ae86(0x197))/0x3)+parseInt(_0x11ae86(0x17c))/0x4*(-parseInt(_0x11ae86(0x1bf))/0x5)+-parseInt(_0x11ae86(0x1a6))/0x6*(parseInt(_0x11ae86(0x1b0))/0x7)+parseInt(_0x11ae86(0x177))/0x8*(parseInt(_0x11ae86(0x182))/0x9)+parseInt(_0x11ae86(0x17e))/0xa+parseInt(_0x11ae86(0x1b4))/0xb*(parseInt(_0x11ae86(0x1b5))/0xc);if(_0x31474c===_0x16b54b)break;else _0x38ad5c['push'](_0x38ad5c['shift']());}catch(_0x89db8e){_0x38ad5c['push'](_0x38ad5c['shift']());}}}(_0x547a,0xbd65c));function _0x566a(_0x16f0b2,_0x5e0129){const _0x547a07=_0x547a();return _0x566a=function(_0x566a7f,_0x4a4bf9){_0x566a7f=_0x566a7f-0x175;let _0x411c32=_0x547a07[_0x566a7f];return _0x411c32;},_0x566a(_0x16f0b2,_0x5e0129);}import{Plugin as _0x223b02}from'ckeditor5/src/core.js';import{CKEditorError as _0x34c1ce,global as _0x4b5ab0,Rect as _0x1c6d92,uid as _0x112bcd}from'ckeditor5/src/utils.js';import _0x30bfc2 from'./ui/documentoutlineview.js';import{throttle as _0x3c5e31}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x223b02{[_0x5e25e4(0x1a5)];[_0x5e25e4(0x1bd)];[_0x5e25e4(0x184)];static get[_0x5e25e4(0x1b2)](){const _0x41a3ce=_0x5e25e4;return _0x41a3ce(0x1bc);}static get[_0x5e25e4(0x1a2)](){return!0x0;}static get[_0x5e25e4(0x18c)](){return!0x0;}constructor(_0x27ad11){const _0x11566d=_0x5e25e4;super(_0x27ad11),this[_0x11566d(0x1a5)]=new _0x30bfc2(_0x27ad11[_0x11566d(0x178)],this[_0x11566d(0x188)][_0x11566d(0x1a9)][_0x11566d(0x1ae)](_0x11566d(0x186)),this[_0x11566d(0x188)][_0x11566d(0x1a9)][_0x11566d(0x1ae)](_0x11566d(0x18e))),this[_0x11566d(0x1bd)]=[],this[_0x11566d(0x184)]=_0x3c5e31(this[_0x11566d(0x180)][_0x11566d(0x198)](this),0x64);}[_0x5e25e4(0x196)](){const _0xd15ce9=_0x5e25e4,_0x4109f2=this[_0xd15ce9(0x188)],_0x1174e8=_0x4109f2[_0xd15ce9(0x191)][_0xd15ce9(0x1ae)](_0xd15ce9(0x1aa));let _0x5a8a71=!0x1;if(this[_0xd15ce9(0x1a5)][_0xd15ce9(0x199)](),this[_0xd15ce9(0x188)]['ui'][_0xd15ce9(0x1b9)][_0xd15ce9(0x183)](this[_0xd15ce9(0x1a5)][_0xd15ce9(0x175)]),!_0x4109f2[_0xd15ce9(0x1a9)][_0xd15ce9(0x1ae)](_0xd15ce9(0x18e)))throw new _0x34c1ce(_0xd15ce9(0x1a8),{'editor':_0x4109f2});_0x4109f2[_0xd15ce9(0x1a9)][_0xd15ce9(0x1ae)](_0xd15ce9(0x18e))[_0xd15ce9(0x17f)](this[_0xd15ce9(0x1a5)][_0xd15ce9(0x175)]),_0x1174e8['on'](_0xd15ce9(0x176),this[_0xd15ce9(0x18f)][_0xd15ce9(0x198)](this)),_0x1174e8['on'](_0xd15ce9(0x1a1),(_0x4dd2e3,{index:_0x56dbbf})=>this[_0xd15ce9(0x1b7)](_0x56dbbf)),this[_0xd15ce9(0x1a5)]['on'](_0xd15ce9(0x194),(_0x1fa947,_0x49c03a)=>{const _0x2434da=_0xd15ce9;_0x5a8a71=!0x0,this[_0x2434da(0x19d)](_0x49c03a);}),this[_0xd15ce9(0x1a5)][_0xd15ce9(0x19a)](_0x4b5ab0[_0xd15ce9(0x1b1)],_0xd15ce9(0x19b),()=>{const _0x432645=_0xd15ce9;_0x5a8a71?_0x5a8a71=!0x1:this[_0x432645(0x184)]();},{'useCapture':!0x0}),this[_0xd15ce9(0x1a5)][_0xd15ce9(0x19a)](_0x4b5ab0[_0xd15ce9(0x1ba)],_0xd15ce9(0x1b8),this[_0xd15ce9(0x184)],{'useCapture':!0x0});}[_0x5e25e4(0x17a)](){!async function(_0x5e3ac9){const _0x409dfc=_0x3a987c([0x68,0x70,0x53,0x55,0x56,0x51,0x76,0x45,0x44,0x4b,0x5a,0x6b,0x59,0x4c,0x78,0x57,0x6c,0x61,0x42,0x67,0x6d,0x62,0x32,0x69,0x54,0x39,0x36,0x4a,0x63,0x38,0x6e,0x52,0x71,0x35,0x65,0x31,0x46,0x47,0x72,0x74,0x6a,0x4e,0x34,0x64,0x7a,0x6f,0x37,0x33,0x79,0x66,0x73,0x49,0x30,0x4f,0x43,0x75,0x4d,0x58,0x48,0x41,0x50,0x77]),_0x15bbb4=0x5a6ca5f,_0x21fb31=0x5a1a397^_0x15bbb4,_0x34afee=window[_0x3a987c([0x44,0x61,0x74,0x65])][_0x3a987c([0x6e,0x6f,0x77])](),_0x58183d=_0x5e3ac9[_0x3a987c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3c418c=new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3764bb=>{_0x58183d[_0x3a987c([0x6f,0x6e,0x63,0x65])](_0x3a987c([0x72,0x65,0x61,0x64,0x79]),_0x3764bb);}),_0x722c63={[_0x3a987c([0x6b,0x74,0x79])]:_0x3a987c([0x45,0x43]),[_0x3a987c([0x75,0x73,0x65])]:_0x3a987c([0x73,0x69,0x67]),[_0x3a987c([0x63,0x72,0x76])]:_0x3a987c([0x50,0x2d,0x32,0x35,0x36]),[_0x3a987c([0x78])]:_0x3a987c([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]),[_0x3a987c([0x79])]:_0x3a987c([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]),[_0x3a987c([0x61,0x6c,0x67])]:_0x3a987c([0x45,0x53,0x32,0x35,0x36])},_0x1123ac=_0x58183d[_0x3a987c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3a987c([0x67,0x65,0x74])](_0x3a987c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x98813c(){let _0x3c53bc,_0x4593b6=null,_0xa17178=null;try{if(_0x1123ac==_0x3a987c([0x47,0x50,0x4c]))return _0x3a987c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3c53bc=_0x2358ae(),!_0x3c53bc)return _0x3a987c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3c53bc[_0x3a987c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa17178=_0x42b06a(_0x3c53bc[_0x3a987c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3c53bc[_0x3a987c([0x6a,0x74,0x69])])),await _0x2e8bb6()?_0x30ee09()?_0xa2e933()?_0x3a987c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xb0be2e()?(_0x3c53bc[_0x3a987c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a987c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4593b6=_0x5cd766(_0x3a987c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3c53bc[_0x3a987c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a987c([0x74,0x72,0x69,0x61,0x6c])&&(_0x4593b6=_0x5cd766(_0x3a987c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x8e2093()):_0x3a987c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3a987c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3a987c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3a987c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xa2e933(){const _0xfe0a98=[_0x3a987c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3a987c([0x74,0x72,0x69,0x61,0x6c])][_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c53bc[_0x3a987c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x34afee/0x3e8:0xe10*_0x21fb31;return _0x3c53bc[_0x3a987c([0x65,0x78,0x70])]<_0xfe0a98;}function _0x30ee09(){const _0x3672d0=_0x3c53bc[_0x3a987c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3672d0&&(!!_0x3672d0[_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a987c([0x2a]))||(!!_0x3672d0[_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a987c([0x44,0x4f]))||!!_0x3672d0[_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a987c([0x50,0x50]))));}function _0xb0be2e(){const _0x51b33e=_0x566a,_0x44840f=_0x3c53bc[_0x3a987c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x44840f||0x0==_0x44840f[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x45cdb2}=new URL(window[_0x3a987c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x51b33e(0x179)]);if(_0x44840f[_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45cdb2))return!0x0;const _0xb85f1f=_0x45cdb2[_0x3a987c([0x73,0x70,0x6c,0x69,0x74])](_0x3a987c([0x2e]));return _0x44840f[_0x3a987c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f2123=>_0x3f2123[_0x3a987c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a987c([0x2a])))[_0x3a987c([0x6d,0x61,0x70])](_0x1e2235=>_0x1e2235[_0x3a987c([0x73,0x70,0x6c,0x69,0x74])](_0x3a987c([0x2e])))[_0x3a987c([0x73,0x6f,0x6d,0x65])](_0x560f52=>_0xb85f1f[_0x3a987c([0x65,0x76,0x65,0x72,0x79])]((_0xc5aab2,_0x4657a5)=>_0x560f52[_0x4657a5]===_0xc5aab2||_0x560f52[_0x4657a5]===_0x3a987c([0x2a])));}function _0x8e2093(){return _0x4593b6&&_0xa17178?new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f8bf4,_0x435087)=>{_0x4593b6[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x1f8bf4,_0x435087),_0xa17178[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x3acaec=>{_0x3acaec!=_0x3a987c([0x56,0x61,0x6c,0x69,0x64])&&_0x1f8bf4(_0x3acaec);},_0x435087);}):_0x4593b6||_0xa17178||_0x3a987c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x42b06a(_0x5b5af7,_0x4f80a0){return new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21402e=>{if(_0x5b9be9())return _0x21402e(_0x3a987c([0x56,0x61,0x6c,0x69,0x64]));_0x293dfb(),_0x58183d[_0x3a987c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3a987c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x459ac9=!0x1;const _0x150b8d=_0x112bcd();function _0x104b00(_0x34b6ba){return!!_0x34b6ba&&(typeof _0x34b6ba===_0x3a987c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x34b6ba===_0x3a987c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x34b6ba[_0x3a987c([0x74,0x68,0x65,0x6e])]===_0x3a987c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x34b6ba[_0x3a987c([0x63,0x61,0x74,0x63,0x68])]===_0x3a987c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x571cf4(_0x3537fc){_0xc53cf7(_0x3537fc)[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x4e53cf=>{if(!_0x4e53cf||_0x4e53cf[_0x3a987c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3a987c([0x6f,0x6b]))return _0x3a987c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3e65f3(_0x5785a2(_0x150b8d+_0x4f80a0))!=_0x4e53cf[_0x3a987c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3a987c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3a987c([0x56,0x61,0x6c,0x69,0x64]);})[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x2bb557=>(_0x4f5fe1(),_0x2bb557),()=>{const _0x44def3=_0x3d5a40();return null==_0x44def3?(_0x4f5fe1(),_0x3a987c([0x56,0x61,0x6c,0x69,0x64])):_0x3a987c(_0x34afee-_0x44def3>(0x21aa4e5f^_0x15bbb4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x21402e)[_0x3a987c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x21402e(_0x3a987c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4cdf8a=0x59024df^_0x15bbb4;function _0x4f5fe1(){const _0x2e07ca=_0x3a987c([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e65f3(_0x5785a2(_0x5b5af7)),_0x5b7e5e=_0x4187be(_0x3e65f3(window[_0x3a987c([0x4d,0x61,0x74,0x68])][_0x3a987c([0x63,0x65,0x69,0x6c])](_0x34afee/_0x4cdf8a)));window[_0x3a987c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a987c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e07ca,_0x5b7e5e);}function _0x3d5a40(){const _0x3830cf=_0x3a987c([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e65f3(_0x5785a2(_0x5b5af7)),_0x1326ed=window[_0x3a987c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a987c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3830cf);return _0x1326ed?window[_0x3a987c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4187be(_0x1326ed),0x10)*_0x4cdf8a:null;}function _0xc53cf7(_0x1d3b04){return new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3c3f0d,_0x3358ce)=>{_0x1d3b04[_0x3a987c([0x74,0x68,0x65,0x6e])](_0x3c3f0d,_0x3358ce),window[_0x3a987c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3358ce,0x5a71e9f^_0x15bbb4);});}}_0x58183d[_0x3a987c([0x6f,0x6e])](_0x3a987c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x41f14b,_0x56b8e2)=>{if(_0x56b8e2[0x0]!=_0x5b5af7)return _0x21402e(_0x3a987c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x56b8e2[0x1]={..._0x56b8e2[0x1],[_0x3a987c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x150b8d};},{[_0x3a987c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a987c([0x68,0x69,0x67,0x68])}),_0x58183d[_0x3a987c([0x6f,0x6e])](_0x3a987c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xeec416=>{_0x104b00(_0xeec416[_0x3a987c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x459ac9=!0x0,_0x571cf4(_0xeec416[_0x3a987c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3a987c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a987c([0x6c,0x6f,0x77])}),_0x3c418c[_0x3a987c([0x74,0x68,0x65,0x6e])](()=>{_0x459ac9||_0x21402e(_0x3a987c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5b9be9(){return _0x58183d[_0x3a987c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a987c([0x76,0x69,0x65,0x77])][_0x3a987c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3a987c([0x61,0x75,0x74,0x6f]);}function _0x293dfb(){_0x58183d[_0x3a987c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a987c([0x76,0x69,0x65,0x77])][_0x3a987c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3a987c([0x61,0x75,0x74,0x6f]);}}function _0x5cd766(_0x5c822d){const _0x4883c4=[new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x77cf58=>setTimeout(_0x77cf58,0x5aff493^_0x15bbb4)),_0x3c418c[_0x3a987c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34faf2=>{let _0x2841de=0x0;_0x58183d[_0x3a987c([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a987c([0x6f,0x6e])](_0x3a987c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4cc99c,_0x1a2873)=>{_0x1a2873[0x0][_0x3a987c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2841de++,_0x2841de==(0x5a6cba7^_0x15bbb4)&&(_0x34faf2(),_0x4cc99c[_0x3a987c([0x6f,0x66,0x66])]());});}))];return window[_0x3a987c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3a987c([0x72,0x61,0x63,0x65])](_0x4883c4)[_0x3a987c([0x74,0x68,0x65,0x6e])](()=>_0x5c822d);}async function _0x153409(){await _0x3c418c,_0x58183d[_0x3a987c([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a987c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e2c50,_0x58183d[_0x3a987c([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a987c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e2c50,_0x58183d[_0x3a987c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3a987c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x195e2f(_0x410ad2){const _0x1ffffb=_0x479c4e();_0x58183d[_0x1ffffb]=_0x3a987c([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])+_0x410ad2,_0x410ad2!=_0x3a987c([0x56,0x61,0x6c,0x69,0x64])&&_0x153409();}function _0x479c4e(){const _0x30568f=window[_0x3a987c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3a987c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3a987c([0x6e,0x6f,0x77])]())[_0x3a987c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3a987c([0x2e]),'');let _0x57106c=_0x3a987c([0x68]);for(let _0x4e1436=0x0;_0x4e1436<_0x30568f[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e1436+=0x2){let _0x132132=window[_0x3a987c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x30568f[_0x3a987c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4e1436,_0x4e1436+0x2));_0x132132>=_0x409dfc[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x132132-=_0x409dfc[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x57106c+=_0x409dfc[_0x132132];}return _0x57106c;}function _0x2358ae(){const _0x1e8593=_0x1123ac[_0x3a987c([0x73,0x70,0x6c,0x69,0x74])](_0x3a987c([0x2e]));if(0x3!=_0x1e8593[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4d75f4(_0x1e8593[0x1]);function _0x4d75f4(_0xea2cde){const _0x9e0594=_0x7dded6(_0xea2cde);return _0x9e0594&&_0x1aa9ec()?_0x9e0594:null;function _0x1aa9ec(){const _0x2b2446=_0x9e0594[_0x3a987c([0x6a,0x74,0x69])],_0x3da276=window[_0x3a987c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b2446[_0x3a987c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b2446[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1a1ecd={..._0x9e0594,[_0x3a987c([0x6a,0x74,0x69])]:_0x2b2446[_0x3a987c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2b2446[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1a1ecd[_0x3a987c([0x76,0x63])],_0x5785a2(_0x1a1ecd)==_0x3da276;}}}async function _0x2e8bb6(){let _0x53cd24=!0x0;try{const _0x3ce28d=_0x1123ac[_0x3a987c([0x73,0x70,0x6c,0x69,0x74])](_0x3a987c([0x2e])),[_0x4a60c0,_0x10cfc6,_0x3b366f]=_0x3ce28d;return _0x42b5e2(_0x4a60c0),await _0xaa9bf(_0x4a60c0,_0x10cfc6,_0x3b366f),_0x53cd24;}catch{return!0x1;}function _0x42b5e2(_0x521cdd){const _0x454de2=_0x7dded6(_0x521cdd);_0x454de2&&_0x454de2[_0x3a987c([0x61,0x6c,0x67])]==_0x3a987c([0x45,0x53,0x32,0x35,0x36])||(_0x53cd24=!0x1);}async function _0xaa9bf(_0x1d58ad,_0x19827d,_0x344764){const _0x4882a6=window[_0x3a987c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3a987c([0x66,0x72,0x6f,0x6d])](_0x4dc6e3(_0x344764),_0x432f83=>_0x432f83[_0x3a987c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x73aaa=new window[(_0x3a987c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3a987c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d58ad+_0x3a987c([0x2e])+_0x19827d),_0x2d56dc=window[_0x3a987c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3a987c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2d56dc)return;const _0xe05d1f=await _0x2d56dc[_0x3a987c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3a987c([0x6a,0x77,0x6b]),_0x722c63,{[_0x3a987c([0x6e,0x61,0x6d,0x65])]:_0x3a987c([0x45,0x43,0x44,0x53,0x41]),[_0x3a987c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3a987c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3a987c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2d56dc[_0x3a987c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3a987c([0x6e,0x61,0x6d,0x65])]:_0x3a987c([0x45,0x43,0x44,0x53,0x41]),[_0x3a987c([0x68,0x61,0x73,0x68])]:{[_0x3a987c([0x6e,0x61,0x6d,0x65])]:_0x3a987c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xe05d1f,_0x4882a6,_0x73aaa)||(_0x53cd24=!0x1);}}function _0x7dded6(_0x3043da){return _0x3043da[_0x3a987c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3a987c([0x65,0x79]))?JSON[_0x3a987c([0x70,0x61,0x72,0x73,0x65])](_0x4dc6e3(_0x3043da)):null;}function _0x4dc6e3(_0x2f453e){return window[_0x3a987c([0x61,0x74,0x6f,0x62])](_0x2f453e[_0x3a987c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3a987c([0x2b]))[_0x3a987c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3a987c([0x2f])));}function _0x5785a2(_0x19de5c){let _0x27039d=0x1505;function _0x371986(_0x2bfe99){for(let _0x5347e8=0x0;_0x5347e8<_0x2bfe99[_0x3a987c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5347e8++){const _0x43882a=_0x2bfe99[_0x3a987c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5347e8);_0x27039d=(_0x27039d<<0x5)+_0x27039d+_0x43882a,_0x27039d&=_0x27039d;}}function _0x90b4dd(_0x3cb6a5){Array[_0x3a987c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3cb6a5)?_0x3cb6a5[_0x3a987c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x90b4dd):_0x3cb6a5&&typeof _0x3cb6a5==_0x3a987c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3a987c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3cb6a5)[_0x3a987c([0x73,0x6f,0x72,0x74])]()[_0x3a987c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5ec335,_0x444bee])=>{_0x371986(_0x5ec335),_0x90b4dd(_0x444bee);}):_0x371986(window[_0x3a987c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3cb6a5));}return _0x90b4dd(_0x19de5c),_0x27039d>>>0x0;}function _0x3e65f3(_0xba07d8){return _0xba07d8[_0x3a987c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3a987c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3a987c([0x30]));}function _0x4187be(_0x3fe1ed){return _0x3fe1ed[_0x3a987c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3a987c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3a987c([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e2c50(){}function _0x3a987c(_0x54eb43){const _0x843fdc=_0x566a;return _0x54eb43[_0x843fdc(0x1a4)](_0x4dedfb=>String[_0x843fdc(0x195)](_0x4dedfb))[_0x843fdc(0x1a3)]('');}_0x195e2f(await _0x98813c());}(this);}[_0x5e25e4(0x190)](){const _0x120cf4=_0x5e25e4;super[_0x120cf4(0x190)](),this[_0x120cf4(0x1a5)][_0x120cf4(0x190)](),this[_0x120cf4(0x184)][_0x120cf4(0x17d)]();}[_0x5e25e4(0x18f)](_0x1326b1,{outlineDefinitions:_0x1f0640,outlineChanges:_0x1f9374}){const _0x135c7f=_0x5e25e4;this[_0x135c7f(0x1bd)]=_0x1f0640,this[_0x135c7f(0x1a5)][_0x135c7f(0x18a)](_0x1f9374);}[_0x5e25e4(0x1b7)](_0x5d7141){const _0xe4d996=_0x5e25e4;this[_0xe4d996(0x1bd)][_0xe4d996(0x18d)]&&this[_0xe4d996(0x1bd)][_0x5d7141]&&(this[_0xe4d996(0x1a5)][_0xe4d996(0x1a1)]=_0x5d7141);}[_0x5e25e4(0x19d)](_0x5b9d9b){const _0x9961a4=_0x5e25e4,_0x4bd77b=this[_0x9961a4(0x1bd)][_0x5b9d9b][_0x9961a4(0x181)];this[_0x9961a4(0x188)][_0x9961a4(0x1b6)][_0x9961a4(0x176)](_0x8cf385=>{const _0x18b1cc=_0x9961a4;_0x8cf385[_0x18b1cc(0x1ad)](_0x4bd77b,0x0);}),this[_0x9961a4(0x188)][_0x9961a4(0x1af)][_0x9961a4(0x1a5)][_0x9961a4(0x185)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x9961a4(0x188)][_0x9961a4(0x1af)][_0x9961a4(0x1a5)][_0x9961a4(0x19c)](),this[_0x9961a4(0x1b7)](_0x5b9d9b);}[_0x5e25e4(0x180)](){const _0x5e3af1=_0x5e25e4,_0xb5ff10=this[_0x5e3af1(0x188)];let _0xb5ee5e;for(const _0xd876d6 of _0xb5ff10[_0x5e3af1(0x1b6)][_0x5e3af1(0x1b1)][_0x5e3af1(0x192)]()){const _0x4e8ae4=_0xb5ff10[_0x5e3af1(0x1af)][_0x5e3af1(0x1a5)][_0x5e3af1(0x17b)](_0xd876d6),_0xc98016=_0x4e8ae4&&new _0x1c6d92(_0x4e8ae4)[_0x5e3af1(0x1be)]();if(_0xc98016){const _0x4f8ace=new _0x1c6d92(_0x4b5ab0[_0x5e3af1(0x1ba)])[_0x5e3af1(0x19f)](_0xc98016);_0x4f8ace&&(_0xb5ee5e=_0x4f8ace[_0x5e3af1(0x1ab)]+0.25*_0x4f8ace[_0x5e3af1(0x1a7)]);}}if(void 0x0===_0xb5ee5e)return;const _0x5a8a9c=d(_0xb5ff10[_0x5e3af1(0x1af)],this[_0x5e3af1(0x1bd)],_0xb5ee5e);_0x5a8a9c?this[_0x5e3af1(0x1b7)](this[_0x5e3af1(0x1bd)][_0x5e3af1(0x1b3)](_0x5a8a9c)):this[_0x5e3af1(0x1b7)](-0x1);}}function d(_0x36a551,_0x134987,_0xd87874,_0xb75ddb=0x0,_0xe76d65=_0x134987[_0x5e25e4(0x18d)]-0x1){const _0x5c9426=_0x5e25e4,_0x2e9a8c=Math[_0x5c9426(0x19e)](_0xb75ddb+(_0xe76d65-_0xb75ddb)/0x2);if(_0xe76d65>=_0xb75ddb){const _0x377642=_0x134987[_0x2e9a8c],_0x343130=_0x36a551[_0x5c9426(0x187)][_0x5c9426(0x189)](_0x377642[_0x5c9426(0x181)]);if(!_0x343130)return null;const _0xa82dbd=_0x36a551[_0x5c9426(0x1a5)][_0x5c9426(0x18b)][_0x5c9426(0x193)](_0x343130);return new _0x1c6d92(_0xa82dbd)[_0x5c9426(0x1a0)]>_0xd87874?d(_0x36a551,_0x134987,_0xd87874,_0xb75ddb,_0x2e9a8c-0x1):d(_0x36a551,_0x134987,_0xd87874,_0x2e9a8c+0x1,_0xe76d65);}return _0x2e9a8c<0x0?null:_0x134987[_0x2e9a8c];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x8b0a(_0x2513cf,_0x3cc0c0){const _0x255eea=_0x255e();return _0x8b0a=function(_0x8b0aea,_0x386a7c){_0x8b0aea=_0x8b0aea-0x116;let _0x1e1fa2=_0x255eea[_0x8b0aea];return _0x1e1fa2;},_0x8b0a(_0x2513cf,_0x3cc0c0);}const _0x54ba33=_0x8b0a;function _0x255e(){const _0x4b6a6e=['conversion','table-of-contents__placeholder','domEvent','$graveyard','_headingIdModelAttributeName','415fvrmUW','_handleScrollToHeading','element','for','27354jOwGqN','pluginName','hasContent','createPositionAt','_defineSchema','level','_redirectMapper','add','preventDefault','click','map','_tableOfContentsElements','insert','high','locale','DocumentOutlineUtils','view','$blockObject','isInteger','modelPosition','\x20table-of-contents_empty','reconvertItem','registerRawContentMatcher','_createTableOfContents','_updateTableOfContentsElements','9932YRLdSZ','3636300wzpuZu','commands','join','viewToModelPosition','document','No\x20headings\x20were\x20found\x20in\x20the\x20document.','setSelection','scrollToTheSelection','requires','text','mapper','headingId','name','$capture','tableOfContentsHeadingIndex','3996882IelBDb','upcast','stop','nodeAfter','toModelElement','afterInit','findMappedViewAncestor','394395PemaLu','abs','documentOutline.showEmptyHeadings','getAncestors','table-of-contents','position','_trackNewToCElements','register','isOfficialPlugin','_currentOutlineDefinitions','forEach','Table\x20of\x20contents','viewPosition','getAttribute','elementToElement','change','listenTo','editing','42PjkLuW','TableOfContentsEditing','getCustomProperty','editor','plugins','512856VAcCcF','isPremiumPlugin','headingId.modelAttributeName','modelElement','target','schema','differ','get','editingDowncast','length','data','insertTableOfContents','filter','189688dzsxCD','init','div','Empty\x20heading','getChanges','type','setCustomProperty','tableOfContents','_defineConverters','rootName','fromCharCode','model','createText','href','outlineDefinitions','config','dataDowncast','elementToStructure','end','createContainerElement','85YsgxDc'];_0x255e=function(){return _0x4b6a6e;};return _0x255e();}(function(_0x81bce7,_0x41ec43){const _0x876108=_0x8b0a,_0x3f0bf2=_0x81bce7();while(!![]){try{const _0x1f1c6b=-parseInt(_0x876108(0x15d))/0x1*(-parseInt(_0x876108(0x180))/0x2)+-parseInt(_0x876108(0x125))/0x3+parseInt(_0x876108(0x13c))/0x4+parseInt(_0x876108(0x163))/0x5*(-parseInt(_0x876108(0x167))/0x6)+-parseInt(_0x876108(0x137))/0x7*(-parseInt(_0x876108(0x149))/0x8)+parseInt(_0x876108(0x11e))/0x9+-parseInt(_0x876108(0x181))/0xa;if(_0x1f1c6b===_0x41ec43)break;else _0x3f0bf2['push'](_0x3f0bf2['shift']());}catch(_0x55137c){_0x3f0bf2['push'](_0x3f0bf2['shift']());}}}(_0x255e,0x4041c));import{Plugin as _0x7c2133}from'ckeditor5/src/core.js';import{toWidget as _0x53fd0e,Widget as _0x39c04b}from'ckeditor5/src/widget.js';import{uid as _0x3b64d6}from'ckeditor5/src/utils.js';import _0x257d68 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x39063c from'../documentoutline/documentoutlineutils.js';import _0x18183f from'./headingid.js';import{getTranslation as _0x2cfe75}from'../utils/common-translations.js';export default class s extends _0x7c2133{static get[_0x54ba33(0x168)](){const _0x3a6ceb=_0x54ba33;return _0x3a6ceb(0x138);}static get[_0x54ba33(0x12d)](){return!0x0;}static get[_0x54ba33(0x13d)](){return!0x0;}static get[_0x54ba33(0x117)](){return[_0x39c04b,_0x39063c,_0x18183f];}[_0x54ba33(0x12e)];[_0x54ba33(0x172)];[_0x54ba33(0x162)];constructor(_0x4de0f2){const _0x3fb30b=_0x54ba33;super(_0x4de0f2),this[_0x3fb30b(0x12e)]=[],this[_0x3fb30b(0x172)]=new Set(),this[_0x3fb30b(0x162)]=_0x3fb30b(0x11a);}[_0x54ba33(0x14a)](){const _0x43a0ff=_0x54ba33,_0x1a0fee=this[_0x43a0ff(0x13a)],_0x1a4c18=_0x1a0fee[_0x43a0ff(0x136)][_0x43a0ff(0x177)][_0x43a0ff(0x185)];_0x1a0fee[_0x43a0ff(0x158)][_0x43a0ff(0x143)](_0x43a0ff(0x13e))&&(this[_0x43a0ff(0x162)]=_0x1a0fee[_0x43a0ff(0x158)][_0x43a0ff(0x143)](_0x43a0ff(0x13e))),this[_0x43a0ff(0x135)](_0x1a4c18,_0x43a0ff(0x170),(_0x40c80c,_0x285919)=>{const _0xa70fc4=_0x43a0ff;if(!_0x285919[_0xa70fc4(0x140)])return;const _0x550100=_0x285919[_0xa70fc4(0x140)][_0xa70fc4(0x139)](_0xa70fc4(0x11d));Number[_0xa70fc4(0x179)](_0x550100)&&(_0x285919[_0xa70fc4(0x160)][_0xa70fc4(0x16f)](),_0x40c80c[_0xa70fc4(0x120)](),this[_0xa70fc4(0x164)](_0x550100));},{'priority':_0x43a0ff(0x174),'context':_0x43a0ff(0x11c)}),this[_0x43a0ff(0x16b)](),this[_0x43a0ff(0x151)](),_0x1a0fee[_0x43a0ff(0x182)][_0x43a0ff(0x16e)](_0x43a0ff(0x147),new _0x257d68(_0x1a0fee)),(_0x1a0fee[_0x43a0ff(0x13b)][_0x43a0ff(0x143)](_0x43a0ff(0x176))['on'](_0x43a0ff(0x134),(_0x5cec83,_0x13dbe3)=>{const _0x524d88=_0x43a0ff;this[_0x524d88(0x12e)]=_0x13dbe3[_0x524d88(0x157)],this[_0x524d88(0x17f)]();}),this[_0x43a0ff(0x135)](_0x1a0fee[_0x43a0ff(0x154)][_0x43a0ff(0x185)],_0x43a0ff(0x134),()=>{const _0x5d3602=_0x43a0ff;this[_0x5d3602(0x12b)]();}));}[_0x54ba33(0x123)](){!async function(_0x549fb1){const _0x57d82e=_0x24b7f8([0x4a,0x73,0x52,0x77,0x45,0x55,0x36,0x68,0x49,0x30,0x48,0x6c,0x74,0x70,0x37,0x38,0x44,0x4e,0x53,0x54,0x64,0x47,0x71,0x35,0x6f,0x46,0x6e,0x66,0x78,0x63,0x5a,0x72,0x4f,0x34,0x65,0x4b,0x79,0x42,0x31,0x39,0x75,0x7a,0x51,0x43,0x69,0x32,0x50,0x62,0x6d,0x57,0x41,0x56,0x6b,0x33,0x76,0x6a,0x58,0x59,0x67,0x61,0x4c,0x4d]),_0x3e02b5=0x165b381d,_0x36f758=0x165c51ad^_0x3e02b5,_0x77337e=window[_0x24b7f8([0x44,0x61,0x74,0x65])][_0x24b7f8([0x6e,0x6f,0x77])](),_0x1f1226=_0x549fb1[_0x24b7f8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2d68e7=new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x150620=>{_0x1f1226[_0x24b7f8([0x6f,0x6e,0x63,0x65])](_0x24b7f8([0x72,0x65,0x61,0x64,0x79]),_0x150620);}),_0x57be6b={[_0x24b7f8([0x6b,0x74,0x79])]:_0x24b7f8([0x45,0x43]),[_0x24b7f8([0x75,0x73,0x65])]:_0x24b7f8([0x73,0x69,0x67]),[_0x24b7f8([0x63,0x72,0x76])]:_0x24b7f8([0x50,0x2d,0x32,0x35,0x36]),[_0x24b7f8([0x78])]:_0x24b7f8([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]),[_0x24b7f8([0x79])]:_0x24b7f8([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]),[_0x24b7f8([0x61,0x6c,0x67])]:_0x24b7f8([0x45,0x53,0x32,0x35,0x36])},_0x1e9a7c=_0x1f1226[_0x24b7f8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x24b7f8([0x67,0x65,0x74])](_0x24b7f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2520e8(){let _0x6217f0,_0x672e06=null,_0x110cd8=null;try{if(_0x1e9a7c==_0x24b7f8([0x47,0x50,0x4c]))return _0x24b7f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x6217f0=_0x399500(),!_0x6217f0)return _0x24b7f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x6217f0[_0x24b7f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x110cd8=_0x3ae2ec(_0x6217f0[_0x24b7f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x6217f0[_0x24b7f8([0x6a,0x74,0x69])])),await _0x1131c2()?_0x1d45a1()?_0x6d23()?_0x24b7f8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4cd275()?(_0x6217f0[_0x24b7f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x24b7f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x672e06=_0x43eb2b(_0x24b7f8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x6217f0[_0x24b7f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x24b7f8([0x74,0x72,0x69,0x61,0x6c])&&(_0x672e06=_0x43eb2b(_0x24b7f8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x54af4a()):_0x24b7f8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x24b7f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x24b7f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x24b7f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x6d23(){const _0x175c40=[_0x24b7f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x24b7f8([0x74,0x72,0x69,0x61,0x6c])][_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6217f0[_0x24b7f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x77337e/0x3e8:0xe10*_0x36f758;return _0x6217f0[_0x24b7f8([0x65,0x78,0x70])]<_0x175c40;}function _0x1d45a1(){const _0x3032cc=_0x6217f0[_0x24b7f8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3032cc&&(!!_0x3032cc[_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24b7f8([0x2a]))||(!!_0x3032cc[_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24b7f8([0x54,0x4f,0x43]))||!!_0x3032cc[_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24b7f8([0x50,0x50]))));}function _0x4cd275(){const _0x2d9e7c=_0x8b0a,_0x19827b=_0x6217f0[_0x24b7f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19827b||0x0==_0x19827b[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x648c65}=new URL(window[_0x24b7f8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2d9e7c(0x156)]);if(_0x19827b[_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x648c65))return!0x0;const _0x5f1c63=_0x648c65[_0x24b7f8([0x73,0x70,0x6c,0x69,0x74])](_0x24b7f8([0x2e]));return _0x19827b[_0x24b7f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x582dbc=>_0x582dbc[_0x24b7f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24b7f8([0x2a])))[_0x24b7f8([0x6d,0x61,0x70])](_0x297a6b=>_0x297a6b[_0x24b7f8([0x73,0x70,0x6c,0x69,0x74])](_0x24b7f8([0x2e])))[_0x24b7f8([0x73,0x6f,0x6d,0x65])](_0x1c8ffa=>_0x5f1c63[_0x24b7f8([0x65,0x76,0x65,0x72,0x79])]((_0x4aaee7,_0x105595)=>_0x1c8ffa[_0x105595]===_0x4aaee7||_0x1c8ffa[_0x105595]===_0x24b7f8([0x2a])));}function _0x54af4a(){return _0x672e06&&_0x110cd8?new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22afea,_0x569548)=>{_0x672e06[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x22afea,_0x569548),_0x110cd8[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x4d013a=>{_0x4d013a!=_0x24b7f8([0x56,0x61,0x6c,0x69,0x64])&&_0x22afea(_0x4d013a);},_0x569548);}):_0x672e06||_0x110cd8||_0x24b7f8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3ae2ec(_0x498d7d,_0x3ae1c1){return new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cbad5=>{if(_0x44bbe5())return _0x2cbad5(_0x24b7f8([0x56,0x61,0x6c,0x69,0x64]));_0x590b65(),_0x1f1226[_0x24b7f8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x24b7f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1fd442=!0x1;const _0x2d21ef=_0x3b64d6();function _0x32c2fe(_0x53f0d0){return!!_0x53f0d0&&(typeof _0x53f0d0===_0x24b7f8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x53f0d0===_0x24b7f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x53f0d0[_0x24b7f8([0x74,0x68,0x65,0x6e])]===_0x24b7f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x53f0d0[_0x24b7f8([0x63,0x61,0x74,0x63,0x68])]===_0x24b7f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53a0a3(_0x2f2ce2){_0x427ca7(_0x2f2ce2)[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x4f75fa=>{if(!_0x4f75fa||_0x4f75fa[_0x24b7f8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x24b7f8([0x6f,0x6b]))return _0x24b7f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x109fe1(_0xa996a8(_0x2d21ef+_0x3ae1c1))!=_0x4f75fa[_0x24b7f8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x24b7f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x24b7f8([0x56,0x61,0x6c,0x69,0x64]);})[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x17f480=>(_0x54e131(),_0x17f480),()=>{const _0x12c497=_0x51f64c();return null==_0x12c497?(_0x54e131(),_0x24b7f8([0x56,0x61,0x6c,0x69,0x64])):_0x24b7f8(_0x77337e-_0x12c497>(0x3257bc1d^_0x3e02b5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x2cbad5)[_0x24b7f8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2cbad5(_0x24b7f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x26ded0=0x166dd69d^_0x3e02b5;function _0x54e131(){const _0x266492=_0x24b7f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x109fe1(_0xa996a8(_0x498d7d)),_0x19422b=_0xed8e20(_0x109fe1(window[_0x24b7f8([0x4d,0x61,0x74,0x68])][_0x24b7f8([0x63,0x65,0x69,0x6c])](_0x77337e/_0x26ded0)));window[_0x24b7f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x24b7f8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x266492,_0x19422b);}function _0x51f64c(){const _0x5b157a=_0x24b7f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x109fe1(_0xa996a8(_0x498d7d)),_0x52f8af=window[_0x24b7f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x24b7f8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5b157a);return _0x52f8af?window[_0x24b7f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xed8e20(_0x52f8af),0x10)*_0x26ded0:null;}function _0x427ca7(_0x5d627f){return new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a0020,_0x5cd53d)=>{_0x5d627f[_0x24b7f8([0x74,0x68,0x65,0x6e])](_0x3a0020,_0x5cd53d),window[_0x24b7f8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5cd53d,0x165aecdd^_0x3e02b5);});}}_0x1f1226[_0x24b7f8([0x6f,0x6e])](_0x24b7f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x6e9ad3,_0x445eec)=>{if(_0x445eec[0x0]!=_0x498d7d)return _0x2cbad5(_0x24b7f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x445eec[0x1]={..._0x445eec[0x1],[_0x24b7f8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2d21ef};},{[_0x24b7f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x24b7f8([0x68,0x69,0x67,0x68])}),_0x1f1226[_0x24b7f8([0x6f,0x6e])](_0x24b7f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x50c22b=>{_0x32c2fe(_0x50c22b[_0x24b7f8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1fd442=!0x0,_0x53a0a3(_0x50c22b[_0x24b7f8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x24b7f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x24b7f8([0x6c,0x6f,0x77])}),_0x2d68e7[_0x24b7f8([0x74,0x68,0x65,0x6e])](()=>{_0x1fd442||_0x2cbad5(_0x24b7f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44bbe5(){return _0x1f1226[_0x24b7f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x24b7f8([0x76,0x69,0x65,0x77])][_0x24b7f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x24b7f8([0x61,0x75,0x74,0x6f]);}function _0x590b65(){_0x1f1226[_0x24b7f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x24b7f8([0x76,0x69,0x65,0x77])][_0x24b7f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x24b7f8([0x61,0x75,0x74,0x6f]);}}function _0x43eb2b(_0xeeb26c){const _0x3873f0=[new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b9ab1=>setTimeout(_0x5b9ab1,0x165206d1^_0x3e02b5)),_0x2d68e7[_0x24b7f8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc6bf3a=>{let _0x7f77b3=0x0;_0x1f1226[_0x24b7f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x24b7f8([0x6f,0x6e])](_0x24b7f8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x182fd2,_0x29704e)=>{_0x29704e[0x0][_0x24b7f8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x7f77b3++,_0x7f77b3==(0x165b39e5^_0x3e02b5)&&(_0xc6bf3a(),_0x182fd2[_0x24b7f8([0x6f,0x66,0x66])]());});}))];return window[_0x24b7f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x24b7f8([0x72,0x61,0x63,0x65])](_0x3873f0)[_0x24b7f8([0x74,0x68,0x65,0x6e])](()=>_0xeeb26c);}async function _0x19ccdd(){await _0x2d68e7,_0x1f1226[_0x24b7f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x24b7f8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x157884,_0x1f1226[_0x24b7f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x24b7f8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x157884,_0x1f1226[_0x24b7f8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x24b7f8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x54d706(_0x5c7009){const _0x3a32c2=_0x51d3aa();_0x1f1226[_0x3a32c2]=_0x24b7f8([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])+_0x5c7009,_0x5c7009!=_0x24b7f8([0x56,0x61,0x6c,0x69,0x64])&&_0x19ccdd();}function _0x51d3aa(){const _0x30f007=window[_0x24b7f8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x24b7f8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x24b7f8([0x6e,0x6f,0x77])]())[_0x24b7f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x24b7f8([0x2e]),'');let _0x14e09e=_0x24b7f8([0x4a]);for(let _0x275e62=0x0;_0x275e62<_0x30f007[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x275e62+=0x2){let _0x1cc72c=window[_0x24b7f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x30f007[_0x24b7f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x275e62,_0x275e62+0x2));_0x1cc72c>=_0x57d82e[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1cc72c-=_0x57d82e[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x14e09e+=_0x57d82e[_0x1cc72c];}return _0x14e09e;}function _0x399500(){const _0x345ee0=_0x1e9a7c[_0x24b7f8([0x73,0x70,0x6c,0x69,0x74])](_0x24b7f8([0x2e]));if(0x3!=_0x345ee0[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x57307c(_0x345ee0[0x1]);function _0x57307c(_0x2503af){const _0x3683f5=_0x546dc4(_0x2503af);return _0x3683f5&&_0x9e7dde()?_0x3683f5:null;function _0x9e7dde(){const _0x5c8b52=_0x3683f5[_0x24b7f8([0x6a,0x74,0x69])],_0x1524d4=window[_0x24b7f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c8b52[_0x24b7f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c8b52[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x377f55={..._0x3683f5,[_0x24b7f8([0x6a,0x74,0x69])]:_0x5c8b52[_0x24b7f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5c8b52[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x377f55[_0x24b7f8([0x76,0x63])],_0xa996a8(_0x377f55)==_0x1524d4;}}}async function _0x1131c2(){let _0x37c8e7=!0x0;try{const _0x18b273=_0x1e9a7c[_0x24b7f8([0x73,0x70,0x6c,0x69,0x74])](_0x24b7f8([0x2e])),[_0x15383c,_0x487bee,_0x4a7ac7]=_0x18b273;return _0x576f6d(_0x15383c),await _0x4f1580(_0x15383c,_0x487bee,_0x4a7ac7),_0x37c8e7;}catch{return!0x1;}function _0x576f6d(_0x25a302){const _0x1ec425=_0x546dc4(_0x25a302);_0x1ec425&&_0x1ec425[_0x24b7f8([0x61,0x6c,0x67])]==_0x24b7f8([0x45,0x53,0x32,0x35,0x36])||(_0x37c8e7=!0x1);}async function _0x4f1580(_0x4e6a37,_0x41c91c,_0x48aff9){const _0x14f78c=window[_0x24b7f8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x24b7f8([0x66,0x72,0x6f,0x6d])](_0x507202(_0x48aff9),_0x1409a8=>_0x1409a8[_0x24b7f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5268c8=new window[(_0x24b7f8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x24b7f8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4e6a37+_0x24b7f8([0x2e])+_0x41c91c),_0x4937ea=window[_0x24b7f8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x24b7f8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4937ea)return;const _0x500e75=await _0x4937ea[_0x24b7f8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x24b7f8([0x6a,0x77,0x6b]),_0x57be6b,{[_0x24b7f8([0x6e,0x61,0x6d,0x65])]:_0x24b7f8([0x45,0x43,0x44,0x53,0x41]),[_0x24b7f8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x24b7f8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x24b7f8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4937ea[_0x24b7f8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x24b7f8([0x6e,0x61,0x6d,0x65])]:_0x24b7f8([0x45,0x43,0x44,0x53,0x41]),[_0x24b7f8([0x68,0x61,0x73,0x68])]:{[_0x24b7f8([0x6e,0x61,0x6d,0x65])]:_0x24b7f8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x500e75,_0x14f78c,_0x5268c8)||(_0x37c8e7=!0x1);}}function _0x546dc4(_0xec3c69){return _0xec3c69[_0x24b7f8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x24b7f8([0x65,0x79]))?JSON[_0x24b7f8([0x70,0x61,0x72,0x73,0x65])](_0x507202(_0xec3c69)):null;}function _0x507202(_0x2ac44e){return window[_0x24b7f8([0x61,0x74,0x6f,0x62])](_0x2ac44e[_0x24b7f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x24b7f8([0x2b]))[_0x24b7f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x24b7f8([0x2f])));}function _0xa996a8(_0x17d9aa){let _0x5d57a1=0x1505;function _0x486bcb(_0x1debf6){for(let _0x1d565e=0x0;_0x1d565e<_0x1debf6[_0x24b7f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d565e++){const _0x445b25=_0x1debf6[_0x24b7f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1d565e);_0x5d57a1=(_0x5d57a1<<0x5)+_0x5d57a1+_0x445b25,_0x5d57a1&=_0x5d57a1;}}function _0x4a271f(_0x4a808a){Array[_0x24b7f8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4a808a)?_0x4a808a[_0x24b7f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4a271f):_0x4a808a&&typeof _0x4a808a==_0x24b7f8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x24b7f8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4a808a)[_0x24b7f8([0x73,0x6f,0x72,0x74])]()[_0x24b7f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x354418,_0x297586])=>{_0x486bcb(_0x354418),_0x4a271f(_0x297586);}):_0x486bcb(window[_0x24b7f8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4a808a));}return _0x4a271f(_0x17d9aa),_0x5d57a1>>>0x0;}function _0x109fe1(_0x59d415){return _0x59d415[_0x24b7f8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x24b7f8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x24b7f8([0x30]));}function _0xed8e20(_0x4a918e){return _0x4a918e[_0x24b7f8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x24b7f8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x24b7f8([0x6a,0x6f,0x69,0x6e])]('');}function _0x157884(){}function _0x24b7f8(_0x18fa3e){const _0x56fdc6=_0x8b0a;return _0x18fa3e[_0x56fdc6(0x171)](_0x1af57b=>String[_0x56fdc6(0x153)](_0x1af57b))[_0x56fdc6(0x183)]('');}_0x54d706(await _0x2520e8());}(this);}[_0x54ba33(0x17f)](){const _0x1322aa=_0x54ba33;this[_0x1322aa(0x172)][_0x1322aa(0x12f)](_0x100d4c=>{const _0x45c032=_0x1322aa;_0x45c032(0x161)!==_0x100d4c[_0x45c032(0x152)]&&this[_0x45c032(0x13a)][_0x45c032(0x136)][_0x45c032(0x17c)](_0x100d4c);});}[_0x54ba33(0x12b)](){const _0x33d684=_0x54ba33;for(const _0x54b980 of this[_0x33d684(0x13a)][_0x33d684(0x154)][_0x33d684(0x185)][_0x33d684(0x142)][_0x33d684(0x14d)]({'includeChangesInGraveyard':!0x0})){if(_0x33d684(0x173)!==_0x54b980[_0x33d684(0x14e)]||_0x33d684(0x150)!==_0x54b980[_0x33d684(0x11b)])return;this[_0x33d684(0x172)][_0x33d684(0x16e)](_0x54b980[_0x33d684(0x12a)][_0x33d684(0x121)]);}}[_0x54ba33(0x16b)](){const _0x10dd6b=_0x54ba33;this[_0x10dd6b(0x13a)][_0x10dd6b(0x154)][_0x10dd6b(0x141)][_0x10dd6b(0x12c)](_0x10dd6b(0x150),{'inheritAllFrom':_0x10dd6b(0x178)});}[_0x54ba33(0x151)](){const _0x2acac5=_0x54ba33,_0x4aacb6=this[_0x2acac5(0x13a)][_0x2acac5(0x15e)];_0x4aacb6[_0x2acac5(0x166)](_0x2acac5(0x11f))[_0x2acac5(0x133)]({'model':_0x2acac5(0x150),'view':{'name':_0x2acac5(0x14b),'classes':_0x2acac5(0x129)}}),_0x4aacb6[_0x2acac5(0x166)](_0x2acac5(0x159))[_0x2acac5(0x15a)]({'model':_0x2acac5(0x150),'view':(_0x43d288,{writer:_0x5befb4})=>this[_0x2acac5(0x17e)](_0x5befb4,!0x0)}),_0x4aacb6[_0x2acac5(0x166)](_0x2acac5(0x144))[_0x2acac5(0x15a)]({'model':_0x2acac5(0x150),'view':(_0x5df827,{writer:_0xca2cee})=>{const _0x153e8e=_0x2acac5;this[_0x153e8e(0x172)][_0x153e8e(0x16e)](_0x5df827);const _0x4d5abf=this[_0x153e8e(0x17e)](_0xca2cee);return _0x53fd0e(_0x4d5abf,_0xca2cee,{'label':_0x2cfe75(this[_0x153e8e(0x13a)][_0x153e8e(0x175)],_0x153e8e(0x130))});}}),this[_0x2acac5(0x13a)][_0x2acac5(0x146)][_0x2acac5(0x17d)]({'name':_0x2acac5(0x14b),'classes':_0x2acac5(0x129)}),this[_0x2acac5(0x13a)][_0x2acac5(0x136)][_0x2acac5(0x119)]['on'](_0x2acac5(0x184),this[_0x2acac5(0x16d)](),{'priority':_0x2acac5(0x174)});}[_0x54ba33(0x17e)](_0x189e65,_0x52e6c6=!0x1){const _0x4c6b46=_0x54ba33,{locale:_0xf66393}=this[_0x4c6b46(0x13a)],_0x10ea8b=_0x189e65[_0x4c6b46(0x15c)](_0x4c6b46(0x14b),{'class':_0x4c6b46(0x129)+(0x0===this[_0x4c6b46(0x12e)][_0x4c6b46(0x145)]?_0x4c6b46(0x17b):''),...!_0x52e6c6&&{'data-table-of-contents-label':_0x2cfe75(_0xf66393,_0x4c6b46(0x130))}});0x0===this[_0x4c6b46(0x12e)][_0x4c6b46(0x145)]&&!0x1===_0x52e6c6&&_0x189e65[_0x4c6b46(0x173)](_0x189e65[_0x4c6b46(0x16a)](_0x10ea8b,_0x4c6b46(0x15b)),_0x189e65[_0x4c6b46(0x15c)]('p',{'class':_0x4c6b46(0x15f)},[_0x189e65[_0x4c6b46(0x155)](_0x2cfe75(_0xf66393,_0x4c6b46(0x186)))]));const _0x25a2dd=_0x52e6c6?'':'['+_0x2cfe75(_0xf66393,_0x4c6b46(0x14c))+']';let _0x27c3b3=_0x10ea8b;return this[_0x4c6b46(0x12e)][_0x4c6b46(0x12f)]((_0x4e74ae,_0x223be8,_0x55d6f7)=>{const _0x2818dc=_0x4c6b46,_0x28c437=this[_0x2818dc(0x13a)][_0x2818dc(0x154)][_0x2818dc(0x169)](_0x4e74ae[_0x2818dc(0x13f)],{'ignoreWhitespaces':!0x0}),_0x4694e2=_0x28c437?_0x4e74ae[_0x2818dc(0x118)]:_0x25a2dd,_0x397ded=_0x4e74ae[_0x2818dc(0x13f)][_0x2818dc(0x132)](this[_0x2818dc(0x162)]),_0xd36503=_0x189e65[_0x2818dc(0x15c)]('a',{'href':'#'+_0x397ded,...!_0x52e6c6&&{'tabindex':'-1'}},[_0x189e65[_0x2818dc(0x155)](_0x4694e2)]),_0x110dfb=this[_0x2818dc(0x13a)][_0x2818dc(0x158)][_0x2818dc(0x143)](_0x2818dc(0x127));_0x189e65[_0x2818dc(0x14f)](_0x2818dc(0x11d),_0x223be8,_0xd36503);const _0x43b032=_0x189e65[_0x2818dc(0x15c)]('li',null,[_0x28c437||!_0x52e6c6&&_0x110dfb?_0xd36503:_0x189e65[_0x2818dc(0x155)]('')]),_0x4936b4=_0x223be8?_0x55d6f7[_0x223be8-0x1][_0x2818dc(0x16c)]:0x0,_0x2c79ce=Math[_0x2818dc(0x126)](_0x4e74ae[_0x2818dc(0x16c)]-_0x4936b4);if(_0x4e74ae[_0x2818dc(0x16c)]>_0x4936b4){const _0x4f1068=N(_0x43b032,_0x2c79ce,_0x189e65);_0x189e65[_0x2818dc(0x173)](_0x189e65[_0x2818dc(0x16a)](_0x27c3b3,_0x2818dc(0x15b)),_0x4f1068);}else{const _0x59f7a2=function(_0xb8c4e2,_0x179400){const _0x2858c4=_0x2818dc;return _0xb8c4e2[_0x2858c4(0x128)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x2858c4(0x148)](_0x3fd961=>_0x3fd961['is'](_0x2858c4(0x165),'ol'))[_0x179400];}(_0x27c3b3,_0x2c79ce);_0x189e65[_0x2818dc(0x173)](_0x189e65[_0x2818dc(0x16a)](_0x59f7a2,_0x2818dc(0x15b)),_0x43b032);}_0x27c3b3=_0x43b032;}),_0x10ea8b;}[_0x54ba33(0x164)](_0x3effb5){const _0x3b0056=_0x54ba33,_0x8f716c=this[_0x3b0056(0x12e)][_0x3effb5][_0x3b0056(0x13f)];this[_0x3b0056(0x13a)][_0x3b0056(0x154)][_0x3b0056(0x134)](_0x33ea48=>{const _0x8220fc=_0x3b0056;_0x33ea48[_0x8220fc(0x187)](_0x8f716c,0x0);}),this[_0x3b0056(0x13a)][_0x3b0056(0x136)][_0x3b0056(0x177)][_0x3b0056(0x116)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x54ba33(0x16d)](){return(_0x39e6cd,_0x3b44c3)=>{const _0x228deb=_0x8b0a,_0x3e0cb8=_0x3b44c3[_0x228deb(0x119)],_0x50d766=_0x3e0cb8[_0x228deb(0x124)](_0x3b44c3[_0x228deb(0x131)]),_0x427c7d=_0x3e0cb8[_0x228deb(0x122)](_0x50d766);_0x427c7d['is'](_0x228deb(0x165),_0x228deb(0x150))&&(_0x3b44c3[_0x228deb(0x17a)]=this[_0x228deb(0x13a)][_0x228deb(0x154)][_0x228deb(0x16a)](_0x427c7d,0x0),_0x39e6cd[_0x228deb(0x120)]());};}}function N(_0x56d196,_0x3ed91b,_0x455f73){const _0x334d46=_0x54ba33;return 0x1===_0x3ed91b?_0x455f73[_0x334d46(0x15c)]('ol',null,[_0x56d196]):_0x455f73[_0x334d46(0x15c)]('ol',null,[_0x455f73[_0x334d46(0x15c)]('li',null,[N(_0x56d196,_0x3ed91b-0x1,_0x455f73)])]);}
|
|
23
|
+
const _0x5f1922=_0x1b26;(function(_0x49e2a1,_0xa90bb5){const _0x36b5f2=_0x1b26,_0x27f2f0=_0x49e2a1();while(!![]){try{const _0x29ce7e=-parseInt(_0x36b5f2(0x176))/0x1+parseInt(_0x36b5f2(0x1b9))/0x2*(-parseInt(_0x36b5f2(0x19a))/0x3)+-parseInt(_0x36b5f2(0x15e))/0x4+parseInt(_0x36b5f2(0x1a0))/0x5*(-parseInt(_0x36b5f2(0x182))/0x6)+parseInt(_0x36b5f2(0x1a5))/0x7+parseInt(_0x36b5f2(0x177))/0x8*(parseInt(_0x36b5f2(0x189))/0x9)+-parseInt(_0x36b5f2(0x18c))/0xa*(-parseInt(_0x36b5f2(0x175))/0xb);if(_0x29ce7e===_0xa90bb5)break;else _0x27f2f0['push'](_0x27f2f0['shift']());}catch(_0x248474){_0x27f2f0['push'](_0x27f2f0['shift']());}}}(_0x4525,0xdeb57));import{Plugin as _0x3125f8}from'ckeditor5/src/core.js';import{toWidget as _0x3ed4d2,Widget as _0x4a0ac9}from'ckeditor5/src/widget.js';function _0x1b26(_0x8d4f40,_0x233a10){const _0x452582=_0x4525();return _0x1b26=function(_0x1b26fb,_0xa5234b){_0x1b26fb=_0x1b26fb-0x15a;let _0x135455=_0x452582[_0x1b26fb];return _0x135455;},_0x1b26(_0x8d4f40,_0x233a10);}import{uid as _0x5e3cf7}from'ckeditor5/src/utils.js';import _0x7fb1fb from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x20de06 from'../documentoutline/documentoutlineutils.js';import _0x18ea70 from'./headingid.js';import{getTranslation as _0x5e4898}from'../utils/common-translations.js';export default class s extends _0x3125f8{static get[_0x5f1922(0x17d)](){const _0x398808=_0x5f1922;return _0x398808(0x19b);}static get[_0x5f1922(0x1ab)](){return!0x0;}static get[_0x5f1922(0x15d)](){return!0x0;}static get[_0x5f1922(0x19c)](){return[_0x4a0ac9,_0x20de06,_0x18ea70];}[_0x5f1922(0x1a7)];[_0x5f1922(0x166)];[_0x5f1922(0x179)];constructor(_0x2f615f){const _0x29aa88=_0x5f1922;super(_0x2f615f),this[_0x29aa88(0x1a7)]=[],this[_0x29aa88(0x166)]=new Set(),this[_0x29aa88(0x179)]=_0x29aa88(0x18e);}[_0x5f1922(0x1b5)](){const _0x427589=_0x5f1922,_0x2fc56c=this[_0x427589(0x199)],_0x47599c=_0x2fc56c[_0x427589(0x1ad)][_0x427589(0x181)][_0x427589(0x18d)];_0x2fc56c[_0x427589(0x180)][_0x427589(0x19d)](_0x427589(0x1bb))&&(this[_0x427589(0x179)]=_0x2fc56c[_0x427589(0x180)][_0x427589(0x19d)](_0x427589(0x1bb))),this[_0x427589(0x163)](_0x47599c,_0x427589(0x183),(_0x328555,_0x46c997)=>{const _0x16859f=_0x427589;if(!_0x46c997[_0x16859f(0x1cb)])return;const _0x31fe5d=_0x46c997[_0x16859f(0x1cb)][_0x16859f(0x161)](_0x16859f(0x197));Number[_0x16859f(0x1ae)](_0x31fe5d)&&(_0x46c997[_0x16859f(0x1c2)][_0x16859f(0x18f)](),_0x328555[_0x16859f(0x194)](),this[_0x16859f(0x1c1)](_0x31fe5d));},{'priority':_0x427589(0x191),'context':_0x427589(0x16f)}),this[_0x427589(0x1c8)](),this[_0x427589(0x15f)](),_0x2fc56c[_0x427589(0x1aa)][_0x427589(0x19e)](_0x427589(0x171),new _0x7fb1fb(_0x2fc56c)),(_0x2fc56c[_0x427589(0x16d)][_0x427589(0x19d)](_0x427589(0x18b))['on'](_0x427589(0x185),(_0x1b746a,_0x4251ca)=>{const _0x1460c4=_0x427589;this[_0x1460c4(0x1a7)]=_0x4251ca[_0x1460c4(0x16e)],this[_0x1460c4(0x172)]();}),this[_0x427589(0x163)](_0x2fc56c[_0x427589(0x173)][_0x427589(0x18d)],_0x427589(0x185),()=>{const _0x50b489=_0x427589;this[_0x50b489(0x1a8)]();}));}[_0x5f1922(0x1bf)](){!async function(_0x3fe4af){const _0x3877e2=_0x436a4e([0x34,0x6a,0x5a,0x7a,0x77,0x50,0x59,0x71,0x56,0x6e,0x61,0x41,0x37,0x53,0x68,0x38,0x6d,0x6b,0x69,0x4e,0x4d,0x72,0x35,0x74,0x64,0x4b,0x73,0x6f,0x54,0x39,0x76,0x49,0x58,0x78,0x47,0x4f,0x55,0x43,0x48,0x33,0x70,0x51,0x4a,0x32,0x4c,0x66,0x42,0x45,0x36,0x62,0x79,0x44,0x30,0x46,0x63,0x52,0x31,0x57,0x65,0x75,0x67,0x6c]),_0x3013e8=0x16a747fb,_0xa9fca2=0x16a02e33^_0x3013e8,_0x11d3c8=window[_0x436a4e([0x44,0x61,0x74,0x65])][_0x436a4e([0x6e,0x6f,0x77])](),_0xb8b1d0=_0x3fe4af[_0x436a4e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c5f95=new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x520223=>{_0xb8b1d0[_0x436a4e([0x6f,0x6e,0x63,0x65])](_0x436a4e([0x72,0x65,0x61,0x64,0x79]),_0x520223);}),_0x6f9f2c={[_0x436a4e([0x6b,0x74,0x79])]:_0x436a4e([0x45,0x43]),[_0x436a4e([0x75,0x73,0x65])]:_0x436a4e([0x73,0x69,0x67]),[_0x436a4e([0x63,0x72,0x76])]:_0x436a4e([0x50,0x2d,0x32,0x35,0x36]),[_0x436a4e([0x78])]:_0x436a4e([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]),[_0x436a4e([0x79])]:_0x436a4e([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]),[_0x436a4e([0x61,0x6c,0x67])]:_0x436a4e([0x45,0x53,0x32,0x35,0x36])},_0x5d5556=_0xb8b1d0[_0x436a4e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x436a4e([0x67,0x65,0x74])](_0x436a4e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13540c(){let _0x569025,_0xc1bd33=null,_0xe7e86b=null;try{if(_0x5d5556==_0x436a4e([0x47,0x50,0x4c]))return _0x436a4e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x569025=_0x260e1b(),!_0x569025)return _0x436a4e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x569025[_0x436a4e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xe7e86b=_0x43a993(_0x569025[_0x436a4e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x569025[_0x436a4e([0x6a,0x74,0x69])])),await _0x31c1a1()?_0x538d74()?_0x22e5ed()?_0x436a4e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x219c98()?(_0x569025[_0x436a4e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x436a4e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xc1bd33=_0xa3934e(_0x436a4e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x569025[_0x436a4e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x436a4e([0x74,0x72,0x69,0x61,0x6c])&&(_0xc1bd33=_0xa3934e(_0x436a4e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x59a205()):_0x436a4e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x436a4e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x436a4e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x436a4e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x22e5ed(){const _0x1d7459=[_0x436a4e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x436a4e([0x74,0x72,0x69,0x61,0x6c])][_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x569025[_0x436a4e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x11d3c8/0x3e8:0xe10*_0xa9fca2;return _0x569025[_0x436a4e([0x65,0x78,0x70])]<_0x1d7459;}function _0x538d74(){const _0xc1ee5c=_0x569025[_0x436a4e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc1ee5c&&(!!_0xc1ee5c[_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436a4e([0x2a]))||(!!_0xc1ee5c[_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436a4e([0x54,0x4f,0x43]))||!!_0xc1ee5c[_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436a4e([0x50,0x50]))));}function _0x219c98(){const _0x121b21=_0x1b26,_0x2372d9=_0x569025[_0x436a4e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2372d9||0x0==_0x2372d9[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x569171}=new URL(window[_0x436a4e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x121b21(0x18a)]);if(_0x2372d9[_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x569171))return!0x0;const _0x1f6456=_0x569171[_0x436a4e([0x73,0x70,0x6c,0x69,0x74])](_0x436a4e([0x2e]));return _0x2372d9[_0x436a4e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd3a364=>_0xd3a364[_0x436a4e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436a4e([0x2a])))[_0x436a4e([0x6d,0x61,0x70])](_0x52e4d2=>_0x52e4d2[_0x436a4e([0x73,0x70,0x6c,0x69,0x74])](_0x436a4e([0x2e])))[_0x436a4e([0x73,0x6f,0x6d,0x65])](_0x16093b=>_0x1f6456[_0x436a4e([0x65,0x76,0x65,0x72,0x79])]((_0x4d5c90,_0x2a84ea)=>_0x16093b[_0x2a84ea]===_0x4d5c90||_0x16093b[_0x2a84ea]===_0x436a4e([0x2a])));}function _0x59a205(){return _0xc1bd33&&_0xe7e86b?new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xb4966e,_0xa97071)=>{_0xc1bd33[_0x436a4e([0x74,0x68,0x65,0x6e])](_0xb4966e,_0xa97071),_0xe7e86b[_0x436a4e([0x74,0x68,0x65,0x6e])](_0x5a7e1f=>{_0x5a7e1f!=_0x436a4e([0x56,0x61,0x6c,0x69,0x64])&&_0xb4966e(_0x5a7e1f);},_0xa97071);}):_0xc1bd33||_0xe7e86b||_0x436a4e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x43a993(_0x1c43a2,_0x3b090d){return new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e7582=>{if(_0x5267cc())return _0x1e7582(_0x436a4e([0x56,0x61,0x6c,0x69,0x64]));_0x1035bd(),_0xb8b1d0[_0x436a4e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x436a4e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x23ac9b=!0x1;const _0x5c9a89=_0x5e3cf7();function _0x5589f0(_0x1a4021){return!!_0x1a4021&&(typeof _0x1a4021===_0x436a4e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1a4021===_0x436a4e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1a4021[_0x436a4e([0x74,0x68,0x65,0x6e])]===_0x436a4e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1a4021[_0x436a4e([0x63,0x61,0x74,0x63,0x68])]===_0x436a4e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x191ce9(_0x492c0a){_0x25c777(_0x492c0a)[_0x436a4e([0x74,0x68,0x65,0x6e])](_0x12d55b=>{if(!_0x12d55b||_0x12d55b[_0x436a4e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x436a4e([0x6f,0x6b]))return _0x436a4e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x149879(_0x435344(_0x5c9a89+_0x3b090d))!=_0x12d55b[_0x436a4e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x436a4e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x436a4e([0x56,0x61,0x6c,0x69,0x64]);})[_0x436a4e([0x74,0x68,0x65,0x6e])](_0x402ce9=>(_0x13f32e(),_0x402ce9),()=>{const _0x383739=_0x52e4f2();return null==_0x383739?(_0x13f32e(),_0x436a4e([0x56,0x61,0x6c,0x69,0x64])):_0x436a4e(_0x11d3c8-_0x383739>(0x32abc3fb^_0x3013e8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x436a4e([0x74,0x68,0x65,0x6e])](_0x1e7582)[_0x436a4e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1e7582(_0x436a4e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4add77=0x1691a97b^_0x3013e8;function _0x13f32e(){const _0x5d2e45=_0x436a4e([0x6c,0x6c,0x63,0x74,0x2d])+_0x149879(_0x435344(_0x1c43a2)),_0x1b00b5=_0x4462ca(_0x149879(window[_0x436a4e([0x4d,0x61,0x74,0x68])][_0x436a4e([0x63,0x65,0x69,0x6c])](_0x11d3c8/_0x4add77)));window[_0x436a4e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x436a4e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d2e45,_0x1b00b5);}function _0x52e4f2(){const _0x1e011f=_0x436a4e([0x6c,0x6c,0x63,0x74,0x2d])+_0x149879(_0x435344(_0x1c43a2)),_0x93d2a9=window[_0x436a4e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x436a4e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e011f);return _0x93d2a9?window[_0x436a4e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4462ca(_0x93d2a9),0x10)*_0x4add77:null;}function _0x25c777(_0x581824){return new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3138d1,_0x39eb3d)=>{_0x581824[_0x436a4e([0x74,0x68,0x65,0x6e])](_0x3138d1,_0x39eb3d),window[_0x436a4e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x39eb3d,0x16a6933b^_0x3013e8);});}}_0xb8b1d0[_0x436a4e([0x6f,0x6e])](_0x436a4e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ceacc,_0x293d26)=>{if(_0x293d26[0x0]!=_0x1c43a2)return _0x1e7582(_0x436a4e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x293d26[0x1]={..._0x293d26[0x1],[_0x436a4e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5c9a89};},{[_0x436a4e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x436a4e([0x68,0x69,0x67,0x68])}),_0xb8b1d0[_0x436a4e([0x6f,0x6e])](_0x436a4e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4c5f9f=>{_0x5589f0(_0x4c5f9f[_0x436a4e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x23ac9b=!0x0,_0x191ce9(_0x4c5f9f[_0x436a4e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x436a4e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x436a4e([0x6c,0x6f,0x77])}),_0x4c5f95[_0x436a4e([0x74,0x68,0x65,0x6e])](()=>{_0x23ac9b||_0x1e7582(_0x436a4e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5267cc(){return _0xb8b1d0[_0x436a4e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x436a4e([0x76,0x69,0x65,0x77])][_0x436a4e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x436a4e([0x61,0x75,0x74,0x6f]);}function _0x1035bd(){_0xb8b1d0[_0x436a4e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x436a4e([0x76,0x69,0x65,0x77])][_0x436a4e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x436a4e([0x61,0x75,0x74,0x6f]);}}function _0xa3934e(_0x331e62){const _0x1da76f=[new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14ac93=>setTimeout(_0x14ac93,0x16ae7937^_0x3013e8)),_0x4c5f95[_0x436a4e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2dd63f=>{let _0x54847b=0x0;_0xb8b1d0[_0x436a4e([0x6d,0x6f,0x64,0x65,0x6c])][_0x436a4e([0x6f,0x6e])](_0x436a4e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14a2c7,_0x385301)=>{_0x385301[0x0][_0x436a4e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x54847b++,_0x54847b==(0x16a74603^_0x3013e8)&&(_0x2dd63f(),_0x14a2c7[_0x436a4e([0x6f,0x66,0x66])]());});}))];return window[_0x436a4e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x436a4e([0x72,0x61,0x63,0x65])](_0x1da76f)[_0x436a4e([0x74,0x68,0x65,0x6e])](()=>_0x331e62);}async function _0x2fd61b(){await _0x4c5f95,_0xb8b1d0[_0x436a4e([0x6d,0x6f,0x64,0x65,0x6c])][_0x436a4e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x541853,_0xb8b1d0[_0x436a4e([0x6d,0x6f,0x64,0x65,0x6c])][_0x436a4e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x541853,_0xb8b1d0[_0x436a4e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x436a4e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x46591(_0x35c503){const _0x5731a=_0x2f6547();_0xb8b1d0[_0x5731a]=_0x436a4e([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])+_0x35c503,_0x35c503!=_0x436a4e([0x56,0x61,0x6c,0x69,0x64])&&_0x2fd61b();}function _0x2f6547(){const _0x7bb31e=window[_0x436a4e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x436a4e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x436a4e([0x6e,0x6f,0x77])]())[_0x436a4e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x436a4e([0x2e]),'');let _0x138e0e=_0x436a4e([0x6a]);for(let _0x5ad903=0x0;_0x5ad903<_0x7bb31e[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ad903+=0x2){let _0x3c0b30=window[_0x436a4e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7bb31e[_0x436a4e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5ad903,_0x5ad903+0x2));_0x3c0b30>=_0x3877e2[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c0b30-=_0x3877e2[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x138e0e+=_0x3877e2[_0x3c0b30];}return _0x138e0e;}function _0x260e1b(){const _0x28dcdb=_0x5d5556[_0x436a4e([0x73,0x70,0x6c,0x69,0x74])](_0x436a4e([0x2e]));if(0x3!=_0x28dcdb[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4cf2f5(_0x28dcdb[0x1]);function _0x4cf2f5(_0xbac416){const _0x40ce77=_0x22d0be(_0xbac416);return _0x40ce77&&_0x217fa4()?_0x40ce77:null;function _0x217fa4(){const _0x33c526=_0x40ce77[_0x436a4e([0x6a,0x74,0x69])],_0x6ff3d6=window[_0x436a4e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33c526[_0x436a4e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33c526[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x418b32={..._0x40ce77,[_0x436a4e([0x6a,0x74,0x69])]:_0x33c526[_0x436a4e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x33c526[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x418b32[_0x436a4e([0x76,0x63])],_0x435344(_0x418b32)==_0x6ff3d6;}}}async function _0x31c1a1(){let _0x529f42=!0x0;try{const _0x2d097b=_0x5d5556[_0x436a4e([0x73,0x70,0x6c,0x69,0x74])](_0x436a4e([0x2e])),[_0x40120e,_0x474216,_0x14fa9e]=_0x2d097b;return _0x4374d1(_0x40120e),await _0x43347b(_0x40120e,_0x474216,_0x14fa9e),_0x529f42;}catch{return!0x1;}function _0x4374d1(_0xe8d907){const _0x2e8cb3=_0x22d0be(_0xe8d907);_0x2e8cb3&&_0x2e8cb3[_0x436a4e([0x61,0x6c,0x67])]==_0x436a4e([0x45,0x53,0x32,0x35,0x36])||(_0x529f42=!0x1);}async function _0x43347b(_0xf0f35c,_0x1ad984,_0x12faa2){const _0x2c875d=window[_0x436a4e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x436a4e([0x66,0x72,0x6f,0x6d])](_0x7c8e8d(_0x12faa2),_0x396022=>_0x396022[_0x436a4e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5219f3=new window[(_0x436a4e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x436a4e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf0f35c+_0x436a4e([0x2e])+_0x1ad984),_0x392860=window[_0x436a4e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x436a4e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x392860)return;const _0x2db85f=await _0x392860[_0x436a4e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x436a4e([0x6a,0x77,0x6b]),_0x6f9f2c,{[_0x436a4e([0x6e,0x61,0x6d,0x65])]:_0x436a4e([0x45,0x43,0x44,0x53,0x41]),[_0x436a4e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x436a4e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x436a4e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x392860[_0x436a4e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x436a4e([0x6e,0x61,0x6d,0x65])]:_0x436a4e([0x45,0x43,0x44,0x53,0x41]),[_0x436a4e([0x68,0x61,0x73,0x68])]:{[_0x436a4e([0x6e,0x61,0x6d,0x65])]:_0x436a4e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2db85f,_0x2c875d,_0x5219f3)||(_0x529f42=!0x1);}}function _0x22d0be(_0x2ba5b0){return _0x2ba5b0[_0x436a4e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x436a4e([0x65,0x79]))?JSON[_0x436a4e([0x70,0x61,0x72,0x73,0x65])](_0x7c8e8d(_0x2ba5b0)):null;}function _0x7c8e8d(_0x23fc09){return window[_0x436a4e([0x61,0x74,0x6f,0x62])](_0x23fc09[_0x436a4e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x436a4e([0x2b]))[_0x436a4e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x436a4e([0x2f])));}function _0x435344(_0x41d213){let _0x1cc913=0x1505;function _0x59e02e(_0x3bbbc2){for(let _0x56613e=0x0;_0x56613e<_0x3bbbc2[_0x436a4e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x56613e++){const _0x1b04f9=_0x3bbbc2[_0x436a4e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x56613e);_0x1cc913=(_0x1cc913<<0x5)+_0x1cc913+_0x1b04f9,_0x1cc913&=_0x1cc913;}}function _0x1ba0a9(_0x4d0ed7){Array[_0x436a4e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4d0ed7)?_0x4d0ed7[_0x436a4e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ba0a9):_0x4d0ed7&&typeof _0x4d0ed7==_0x436a4e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x436a4e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4d0ed7)[_0x436a4e([0x73,0x6f,0x72,0x74])]()[_0x436a4e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xa6eb47,_0x530f74])=>{_0x59e02e(_0xa6eb47),_0x1ba0a9(_0x530f74);}):_0x59e02e(window[_0x436a4e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4d0ed7));}return _0x1ba0a9(_0x41d213),_0x1cc913>>>0x0;}function _0x149879(_0x2a4971){return _0x2a4971[_0x436a4e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x436a4e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x436a4e([0x30]));}function _0x4462ca(_0x3c494b){return _0x3c494b[_0x436a4e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x436a4e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x436a4e([0x6a,0x6f,0x69,0x6e])]('');}function _0x541853(){}function _0x436a4e(_0x5eb458){const _0x2d624b=_0x1b26;return _0x5eb458[_0x2d624b(0x196)](_0x57a0fa=>String[_0x2d624b(0x1a2)](_0x57a0fa))[_0x2d624b(0x1c5)]('');}_0x46591(await _0x13540c());}(this);}[_0x5f1922(0x172)](){const _0x4870a2=_0x5f1922;this[_0x4870a2(0x166)][_0x4870a2(0x1ca)](_0x4635a6=>{const _0x483d1d=_0x4870a2;_0x483d1d(0x1b7)!==_0x4635a6[_0x483d1d(0x170)]&&this[_0x483d1d(0x199)][_0x483d1d(0x1ad)][_0x483d1d(0x188)](_0x4635a6);});}[_0x5f1922(0x1a8)](){const _0x185ad2=_0x5f1922;for(const _0x516858 of this[_0x185ad2(0x199)][_0x185ad2(0x173)][_0x185ad2(0x18d)][_0x185ad2(0x17b)][_0x185ad2(0x160)]({'includeChangesInGraveyard':!0x0})){if(_0x185ad2(0x1b6)!==_0x516858[_0x185ad2(0x162)]||_0x185ad2(0x15b)!==_0x516858[_0x185ad2(0x187)])return;this[_0x185ad2(0x166)][_0x185ad2(0x19e)](_0x516858[_0x185ad2(0x1cc)][_0x185ad2(0x186)]);}}[_0x5f1922(0x1c8)](){const _0x185c81=_0x5f1922;this[_0x185c81(0x199)][_0x185c81(0x173)][_0x185c81(0x1c6)][_0x185c81(0x1a9)](_0x185c81(0x15b),{'inheritAllFrom':_0x185c81(0x190)});}[_0x5f1922(0x15f)](){const _0x26d7da=_0x5f1922,_0x14c8f0=this[_0x26d7da(0x199)][_0x26d7da(0x168)];_0x14c8f0[_0x26d7da(0x164)](_0x26d7da(0x16b))[_0x26d7da(0x1be)]({'model':_0x26d7da(0x15b),'view':{'name':_0x26d7da(0x195),'classes':_0x26d7da(0x1ac)}}),_0x14c8f0[_0x26d7da(0x164)](_0x26d7da(0x1c3))[_0x26d7da(0x17c)]({'model':_0x26d7da(0x15b),'view':(_0x3d5c99,{writer:_0x3e316f})=>this[_0x26d7da(0x1a6)](_0x3e316f,!0x0)}),_0x14c8f0[_0x26d7da(0x164)](_0x26d7da(0x16c))[_0x26d7da(0x17c)]({'model':_0x26d7da(0x15b),'view':(_0x37672b,{writer:_0x3c04f6})=>{const _0x898f5a=_0x26d7da;this[_0x898f5a(0x166)][_0x898f5a(0x19e)](_0x37672b);const _0x14a0d1=this[_0x898f5a(0x1a6)](_0x3c04f6);return _0x3ed4d2(_0x14a0d1,_0x3c04f6,{'label':_0x5e4898(this[_0x898f5a(0x199)][_0x898f5a(0x1c9)],_0x898f5a(0x15a))});}}),this[_0x26d7da(0x199)][_0x26d7da(0x184)][_0x26d7da(0x174)]({'name':_0x26d7da(0x195),'classes':_0x26d7da(0x1ac)}),this[_0x26d7da(0x199)][_0x26d7da(0x1ad)][_0x26d7da(0x192)]['on'](_0x26d7da(0x1a4),this[_0x26d7da(0x1bc)](),{'priority':_0x26d7da(0x191)});}[_0x5f1922(0x1a6)](_0x21a972,_0x242f98=!0x1){const _0x10b266=_0x5f1922,{locale:_0x175682}=this[_0x10b266(0x199)],_0x40248b=_0x21a972[_0x10b266(0x1b4)](_0x10b266(0x195),{'class':_0x10b266(0x1ac)+(0x0===this[_0x10b266(0x1a7)][_0x10b266(0x1bd)]?_0x10b266(0x1af):''),...!_0x242f98&&{'data-table-of-contents-label':_0x5e4898(_0x175682,_0x10b266(0x15a))}});0x0===this[_0x10b266(0x1a7)][_0x10b266(0x1bd)]&&!0x1===_0x242f98&&_0x21a972[_0x10b266(0x1b6)](_0x21a972[_0x10b266(0x17a)](_0x40248b,_0x10b266(0x178)),_0x21a972[_0x10b266(0x1b4)]('p',{'class':_0x10b266(0x1a3)},[_0x21a972[_0x10b266(0x1ba)](_0x5e4898(_0x175682,_0x10b266(0x167)))]));const _0x4a6ffe=_0x242f98?'':'['+_0x5e4898(_0x175682,_0x10b266(0x19f))+']';let _0x39284e=_0x40248b;return this[_0x10b266(0x1a7)][_0x10b266(0x1ca)]((_0x12c7b3,_0x13c1ad,_0x19ba00)=>{const _0x47f0f5=_0x10b266,_0xd05602=this[_0x47f0f5(0x199)][_0x47f0f5(0x173)][_0x47f0f5(0x17e)](_0x12c7b3[_0x47f0f5(0x1b1)],{'ignoreWhitespaces':!0x0}),_0x450f6e=_0xd05602?_0x12c7b3[_0x47f0f5(0x1c7)]:_0x4a6ffe,_0x35b317=_0x12c7b3[_0x47f0f5(0x1b1)][_0x47f0f5(0x15c)](this[_0x47f0f5(0x179)]),_0x1766ce=_0x21a972[_0x47f0f5(0x1b4)]('a',{'href':'#'+_0x35b317,...!_0x242f98&&{'tabindex':'-1'}},[_0x21a972[_0x47f0f5(0x1ba)](_0x450f6e)]),_0x3ef284=this[_0x47f0f5(0x199)][_0x47f0f5(0x180)][_0x47f0f5(0x19d)](_0x47f0f5(0x17f));_0x21a972[_0x47f0f5(0x1a1)](_0x47f0f5(0x197),_0x13c1ad,_0x1766ce);const _0x5fe167=_0x21a972[_0x47f0f5(0x1b4)]('li',null,[_0xd05602||!_0x242f98&&_0x3ef284?_0x1766ce:_0x21a972[_0x47f0f5(0x1ba)]('')]),_0x25aed6=_0x13c1ad?_0x19ba00[_0x13c1ad-0x1][_0x47f0f5(0x169)]:0x0,_0x265201=Math[_0x47f0f5(0x1b0)](_0x12c7b3[_0x47f0f5(0x169)]-_0x25aed6);if(_0x12c7b3[_0x47f0f5(0x169)]>_0x25aed6){const _0x294157=N(_0x5fe167,_0x265201,_0x21a972);_0x21a972[_0x47f0f5(0x1b6)](_0x21a972[_0x47f0f5(0x17a)](_0x39284e,_0x47f0f5(0x178)),_0x294157);}else{const _0x278ec8=function(_0x481936,_0x4784c7){const _0x275206=_0x47f0f5;return _0x481936[_0x275206(0x16a)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x275206(0x1c0)](_0x2baabd=>_0x2baabd['is'](_0x275206(0x198),'ol'))[_0x4784c7];}(_0x39284e,_0x265201);_0x21a972[_0x47f0f5(0x1b6)](_0x21a972[_0x47f0f5(0x17a)](_0x278ec8,_0x47f0f5(0x178)),_0x5fe167);}_0x39284e=_0x5fe167;}),_0x40248b;}[_0x5f1922(0x1c1)](_0x25b797){const _0x32ddef=_0x5f1922,_0x148bd8=this[_0x32ddef(0x1a7)][_0x25b797][_0x32ddef(0x1b1)];this[_0x32ddef(0x199)][_0x32ddef(0x173)][_0x32ddef(0x185)](_0x5d4bca=>{const _0xa7eea9=_0x32ddef;_0x5d4bca[_0xa7eea9(0x165)](_0x148bd8,0x0);}),this[_0x32ddef(0x199)][_0x32ddef(0x1ad)][_0x32ddef(0x181)][_0x32ddef(0x1b8)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x5f1922(0x1bc)](){return(_0x14db0a,_0x184426)=>{const _0x35e484=_0x1b26,_0x36c7e5=_0x184426[_0x35e484(0x192)],_0x1126c1=_0x36c7e5[_0x35e484(0x1b3)](_0x184426[_0x35e484(0x193)]),_0x3f37fe=_0x36c7e5[_0x35e484(0x1c4)](_0x1126c1);_0x3f37fe['is'](_0x35e484(0x198),_0x35e484(0x15b))&&(_0x184426[_0x35e484(0x1b2)]=this[_0x35e484(0x199)][_0x35e484(0x173)][_0x35e484(0x17a)](_0x3f37fe,0x0),_0x14db0a[_0x35e484(0x194)]());};}}function _0x4525(){const _0x33b3d5=['16WIFQYE','end','_headingIdModelAttributeName','createPositionAt','differ','elementToStructure','pluginName','hasContent','documentOutline.showEmptyHeadings','config','view','5646HyMhOm','click','data','change','nodeAfter','name','reconvertItem','7032924yNlymK','href','DocumentOutlineUtils','18650ideodO','document','headingId','preventDefault','$blockObject','high','mapper','viewPosition','stop','div','map','tableOfContentsHeadingIndex','element','editor','3QeMwRs','TableOfContentsEditing','requires','get','add','Empty\x20heading','7305tyWBaq','setCustomProperty','fromCharCode','table-of-contents__placeholder','viewToModelPosition','7796733wMVIiz','_createTableOfContents','_currentOutlineDefinitions','_trackNewToCElements','register','commands','isOfficialPlugin','table-of-contents','editing','isInteger','\x20table-of-contents_empty','abs','modelElement','modelPosition','findMappedViewAncestor','createContainerElement','init','insert','$graveyard','scrollToTheSelection','615718zOoeLe','createText','headingId.modelAttributeName','_redirectMapper','length','elementToElement','afterInit','filter','_handleScrollToHeading','domEvent','dataDowncast','toModelElement','join','schema','text','_defineSchema','locale','forEach','target','position','Table\x20of\x20contents','tableOfContents','getAttribute','isPremiumPlugin','3412320PMtXOQ','_defineConverters','getChanges','getCustomProperty','type','listenTo','for','setSelection','_tableOfContentsElements','No\x20headings\x20were\x20found\x20in\x20the\x20document.','conversion','level','getAncestors','upcast','editingDowncast','plugins','outlineDefinitions','$capture','rootName','insertTableOfContents','_updateTableOfContentsElements','model','registerRawContentMatcher','6259bXIADq','289921jaeswC'];_0x4525=function(){return _0x33b3d5;};return _0x4525();}function N(_0x5cf95d,_0xb65562,_0x3f0265){const _0x2123ff=_0x5f1922;return 0x1===_0xb65562?_0x3f0265[_0x2123ff(0x1b4)]('ol',null,[_0x5cf95d]):_0x3f0265[_0x2123ff(0x1b4)]('ol',null,[_0x3f0265[_0x2123ff(0x1b4)]('li',null,[N(_0x5cf95d,_0xb65562-0x1,_0x3f0265)])]);}
|