@ckeditor/ckeditor5-document-outline 45.2.0-alpha.1 → 45.2.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>q,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=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=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),C=n.n(_),T=n(545),x=n.n(T),O=n(262),E=n.n(O),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=x(),D.insertStyleElement=S();C()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=j;function M(){const t=["window","render","top","element","getVisible","init","map","change","height","mapper","document-outline-container-not-provided","_handleItemSelected","indexOf","18Dxpwpc","focus","116866pTIRVO","view","bind","locale","afterInit","DocumentOutlineUtils","_handleOutlineChange","floor","18tPqWPc","_updateActiveDefinitionOnViewportChange","2550700kMXoFQ","sync","_setActiveViewItem","activeItemIndex","plugins","documentOutline.showEmptyHeadings","join","getIntersection","add","scroll","isPremiumPlugin","1807540sabrLr","getDomRoot","_updateActiveDefinitionFromViewportThrottled","appendChild","isOfficialPlugin","listenTo","focusTracker","get","getRootNames","pluginName","1412934MiUhJG","fromCharCode","editor","model","bottom","mapViewToDom","href","domConverter","config","itemSelected","cancel","setSelection","editing","_currentOutlineDefinitions","DocumentOutlineUI","toViewElement","documentOutline.container","593745eYkvwE","scrollToTheSelection","resize","length","109501XnwYyf","document","3tPUCTg","modelElement","destroy","549808jzzCFI"];return(M=function(){return t})()}!function(t){const e=j,n=t();for(;;)try{if(269950===parseInt(e(362))/1*(-parseInt(e(381))/2)+-parseInt(e(339))/3+parseInt(e(329))/4+parseInt(e(356))/5+-parseInt(e(379))/6*(parseInt(e(360))/7)+parseInt(e(365))/8*(parseInt(e(316))/9)+parseInt(e(318))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class H extends t.Plugin{[K(382)];[K(352)];[K(331)];static get[K(338)](){return K(353)}static get[K(333)](){return!0}static get[K(328)](){return!0}constructor(t){const e=K;super(t),this[e(382)]=new y(t[e(311)],this[e(341)][e(347)][e(336)](e(323)),this[e(341)][e(347)][e(336)](e(355))),this[e(352)]=[],this[e(331)]=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(317)][e(383)](this),100)}[K(371)](){const t=K,e=this[t(341)],n=e[t(322)][t(336)](t(313));let i=!1;if(this[t(382)][t(367)](),this[t(341)].ui[t(335)][t(326)](this[t(382)][t(369)]),!e[t(347)][t(336)](t(355)))throw new u.CKEditorError(t(376),{editor:e});e[t(347)][t(336)](t(355))[t(332)](this[t(382)][t(369)]),n.on(t(373),this[t(314)][t(383)](this)),n.on(t(321),((e,{index:n})=>this[t(320)](n))),this[t(382)].on(t(348),((e,n)=>{i=!0,this[t(377)](n)})),this[t(382)][t(334)](u.global[t(361)],t(327),(()=>{i?i=!1:this[t(331)]()}),{useCapture:!0}),this[t(382)][t(334)](u.global[t(366)],t(358),this[t(331)],{useCapture:!0})}[K(312)](){!async function(t){const e=p([122,52,82,119,81,121,57,67,68,48,78,108,56,101,120,117,55,97,49,53,74,118,87,80,115,107,103,89,84,102,76,79,86,72,114,85,54,65,51,111,116,66,99,88,73,109,110,71,70,50,105,69,113,100,90,83,75,77,98,104,106,112]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=j;return t[e(372)]((t=>String[e(340)](t)))[e(324)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([122]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([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:1748476800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(345)]);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(364)](){const t=K;super[t(364)](),this[t(382)][t(364)](),this[t(331)][t(349)]()}[K(314)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(352)]=e,this[i(382)][i(319)](n)}[K(320)](t){const e=K;this[e(352)][e(359)]&&this[e(352)][t]&&(this[e(382)][e(321)]=t)}[K(377)](t){const e=K,n=this[e(352)][t][e(363)];this[e(341)][e(342)][e(373)]((t=>{t[e(350)](n,0)})),this[e(341)][e(351)][e(382)][e(357)]({alignToTop:!0,forceScroll:!0}),this[e(341)][e(351)][e(382)][e(380)](),this[e(320)](t)}[K(317)](){const t=K,e=this[t(341)];let n;for(const i of e[t(342)][t(361)][t(337)]()){const o=e[t(351)][t(382)][t(330)](i),r=o&&new u.Rect(o)[t(370)]();if(r){const e=new u.Rect(u.global[t(366)])[t(325)](r);e&&(n=e[t(368)]+.25*e[t(374)])}}if(void 0===n)return;const i=R(e[t(351)],this[t(352)],n);i?this[t(320)](this[t(352)][t(378)](i)):this[t(320)](-1)}}function j(t,e){const n=M();return(j=function(t,e){return n[t-=311]})(t,e)}function R(t,e,n,i=0,o=e[K(359)]-1){const r=K,s=Math[r(315)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(375)][r(354)](c[r(363)]);if(!a)return null;const l=t[r(382)][r(346)][r(344)](a);return new u.Rect(l)[r(343)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=U;function U(t,e){const n=Y();return(U=function(t,e){return n[t-=231]})(t,e)}!function(t){const e=U,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())}}(Y);class W 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 Y(){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(Y=function(){return t})()}var z=n(901);const B=X;function F(){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(F=function(){return t})()}function X(t,e){const n=F();return(X=function(t,e){return n[t-=304]})(t,e)}!function(t){const e=X,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())}}(F);class q extends t.Command{[B(326)](){const t=B;this[t(312)][t(321)][t(317)]((e=>{const n=t;this[n(312)][n(321)][n(311)](e[n(319)](n(318)))}))}[B(323)](){const t=B,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 G=n(336),J={attributes:{"data-cke":!0}};J.setAttributes=L(),J.insert=E().bind(null,"head"),J.domAPI=x(),J.insertStyleElement=S();C()(G.A,J);G.A&&G.A.locals&&G.A.locals;function Q(t,e){const n=$();return(Q=function(t,e){return n[t-=295]})(t,e)}const Z=Q;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=Q,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=it();return(nt=function(t,e){return n[t-=384]})(t,e)}function it(){const t=["elementToElement","init","forEach","toModelElement","elementToStructure","text","preventDefault","editingDowncast","href","add","pluginName","upcast","165RYKmHk","6775208KYiYYW","92411qQHWLy","click","schema","viewToModelPosition","449590ifdeZC","length","_defineConverters","get","high","documentOutline.showEmptyHeadings","21146xtKXfO","$blockObject","TableOfContentsEditing","insertTableOfContents","getCustomProperty","name","table-of-contents__placeholder","findMappedViewAncestor","level","modelPosition","mapper","No headings were found in the document.","isInteger","_redirectMapper","_updateTableOfContentsElements","locale","model","listenTo","220182zSCIiG","$capture","viewPosition","_defineSchema","type","filter","_currentOutlineDefinitions","differ","getChanges","abs","351884XWEPhY","161mpUbYu","_handleScrollToHeading","conversion","map","isPremiumPlugin","scrollToTheSelection","element","hasContent","headingId.modelAttributeName","_headingIdModelAttributeName","rootName","createContainerElement","isOfficialPlugin","position","_tableOfContentsElements","$graveyard","nodeAfter","modelElement","table-of-contents","DocumentOutlineUtils"," table-of-contents_empty","data","_trackNewToCElements","dataDowncast","register","fromCharCode","65VyORtp","div","Empty heading","createText","config","end","getAncestors","view","tableOfContents","plugins","Table of contents","editor","4712850OvPCyz","change","stop","document","domEvent","outlineDefinitions","getAttribute","setSelection","afterInit","insert","reconvertItem","registerRawContentMatcher","for","createPositionAt","tableOfContentsHeadingIndex","headingId","setCustomProperty","editing","join","_createTableOfContents","commands","target","2290RMPYPM","requires"];return(it=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(720945===parseInt(e(391))/1+-parseInt(e(397))/2*(parseInt(e(385))/3)+parseInt(e(425))/4*(parseInt(e(452))/5)+parseInt(e(415))/6*(-parseInt(e(426))/7)+-parseInt(e(386))/8+-parseInt(e(464))/9+-parseInt(e(486))/10*(-parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[et(498)](){return et(399)}static get[et(438)](){return!0}static get[et(430)](){return!0}static get[et(487)](){return[z.Widget,h,tt]}[et(421)];[et(440)];[et(435)];constructor(t){const e=et;super(t),this[e(421)]=[],this[e(440)]=new Set,this[e(435)]=e(479)}[et(489)](){const t=et,e=this[t(463)],n=e[t(481)][t(459)][t(467)];e[t(456)][t(394)](t(434))&&(this[t(435)]=e[t(456)][t(394)](t(434))),this[t(414)](n,t(388),((e,n)=>{const i=t;if(!n[i(485)])return;const o=n[i(485)][i(401)](i(478));Number[i(409)](o)&&(n[i(468)][i(494)](),e[i(466)](),this[i(427)](o))}),{priority:t(395),context:t(416)}),this[t(418)](),this[t(393)](),e[t(484)][t(497)](t(400),new q(e)),e[t(461)][t(394)](t(445)).on(t(465),((e,n)=>{const i=t;this[i(421)]=n[i(469)],this[i(411)]()})),this[t(414)](e[t(413)][t(467)],t(465),(()=>{this[t(448)]()}))}[et(472)](){!async function(t){const e=p([97,106,117,85,122,67,119,70,76,107,87,109,111,72,83,90,77,88,82,48,71,115,116,65,53,98,54,121,81,103,104,73,51,80,114,118,89,84,102,50,113,78,110,100,105,68,120,57,52,86,75,74,101,49,69,108,56,55,79,99,112,66]),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(429)]((t=>String[e(451)](t)))[e(482)]("")}!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([97]);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:1748476800;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(496)]);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(411)](){const t=et;this[t(440)][t(490)]((e=>{const n=t;n(441)!==e[n(436)]&&this[n(463)][n(481)][n(474)](e)}))}[et(448)](){const t=et;for(const e of this[t(463)][t(413)][t(467)][t(422)][t(423)]({includeChangesInGraveyard:!0})){if(t(473)!==e[t(419)]||t(460)!==e[t(402)])return;this[t(440)][t(497)](e[t(439)][t(442)])}}[et(418)](){const t=et;this[t(463)][t(413)][t(389)][t(450)](t(460),{inheritAllFrom:t(398)})}[et(393)](){const t=et,e=this[t(463)][t(428)];e[t(476)](t(384))[t(488)]({model:t(460),view:{name:t(453),classes:t(444)}}),e[t(476)](t(449))[t(492)]({model:t(460),view:(e,{writer:n})=>this[t(483)](n,!0)}),e[t(476)](t(495))[t(492)]({model:t(460),view:(e,{writer:n})=>{const i=t;this[i(440)][i(497)](e);const o=this[i(483)](n);return(0,z.toWidget)(o,n,{label:p(this[i(463)][i(412)],i(462))})}}),this[t(463)][t(447)][t(475)]({name:t(453),classes:t(444)}),this[t(463)][t(481)][t(407)].on(t(390),this[t(410)](),{priority:t(395)})}[et(483)](t,e=!1){const n=et,{locale:i}=this[n(463)],o=t[n(437)](n(453),{class:n(444)+(0===this[n(421)][n(392)]?n(446):""),...!e&&{"data-table-of-contents-label":p(i,n(462))}});0===this[n(421)][n(392)]&&!1===e&&t[n(473)](t[n(477)](o,n(457)),t[n(437)]("p",{class:n(403)},[t[n(455)](p(i,n(408)))]));const r=e?"":"["+p(i,n(454))+"]";let s=o;return this[n(421)][n(490)](((i,o,c)=>{const a=n,u=this[a(463)][a(413)][a(433)](i[a(443)],{ignoreWhitespaces:!0}),l=u?i[a(493)]:r,d=i[a(443)][a(470)](this[a(435)]),f=t[a(437)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(455)](l)]),h=this[a(463)][a(456)][a(394)](a(396));t[a(480)](a(478),o,f);const m=t[a(437)]("li",null,[u||!e&&h?f:t[a(455)]("")]),p=o?c[o-1][a(405)]:0,g=Math[a(424)](i[a(405)]-p);if(i[a(405)]>p){const e=rt(m,g,t);t[a(473)](t[a(477)](s,a(457)),e)}else{const e=function(t,e){const n=a;return t[n(458)]({includeSelf:!0,parentFirst:!0})[n(420)]((t=>t.is(n(432),"ol")))[e]}(s,g);t[a(473)](t[a(477)](e,a(457)),m)}s=m})),o}[et(427)](t){const e=et,n=this[e(421)][t][e(443)];this[e(463)][e(413)][e(465)]((t=>{t[e(471)](n,0)})),this[e(463)][e(481)][e(459)][e(431)]({alignToTop:!0,forceScroll:!0})}[et(410)](){return(t,e)=>{const n=nt,i=e[n(407)],o=i[n(404)](e[n(417)]),r=i[n(491)](o);r.is(n(432),n(460))&&(e[n(406)]=this[n(463)][n(413)][n(477)](r,0),t[n(466)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(437)]("ol",null,[t]):n[i(437)]("ol",null,[n[i(437)]("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[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:()=>B,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>G,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=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),C=n.n(_),x=n(545),T=n.n(x),O=n(262),E=n.n(O),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 H(t,e){const n=j();return(H=function(t,e){return n[t-=322]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(145054===-parseInt(e(328))/1+parseInt(e(388))/2+-parseInt(e(348))/3*(-parseInt(e(353))/4)+-parseInt(e(338))/5*(parseInt(e(383))/6)+-parseInt(e(345))/7*(-parseInt(e(380))/8)+-parseInt(e(369))/9*(parseInt(e(336))/10)+parseInt(e(331))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class M extends t.Plugin{[K(390)];[K(330)];[K(368)];static get[K(322)](){return K(375)}static get[K(364)](){return!0}static get[K(350)](){return!0}constructor(t){const e=K;super(t),this[e(390)]=new y(t[e(329)],this[e(385)][e(378)][e(373)](e(349)),this[e(385)][e(378)][e(373)](e(337))),this[e(330)]=[],this[e(368)]=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(370)][e(391)](this),100)}[K(366)](){const t=K,e=this[t(385)],n=e[t(359)][t(373)](t(371));let i=!1;if(this[t(390)][t(356)](),this[t(385)].ui[t(346)][t(367)](this[t(390)][t(362)]),!e[t(378)][t(373)](t(337)))throw new u.CKEditorError(t(393),{editor:e});e[t(378)][t(373)](t(337))[t(372)](this[t(390)][t(362)]),n.on(t(325),this[t(332)][t(391)](this)),n.on(t(376),((e,{index:n})=>this[t(323)](n))),this[t(390)].on(t(347),((e,n)=>{i=!0,this[t(334)](n)})),this[t(390)][t(340)](u.global[t(389)],t(357),(()=>{i?i=!1:this[t(368)]()}),{useCapture:!0}),this[t(390)][t(340)](u.global[t(327)],t(392),this[t(368)],{useCapture:!0})}[K(358)](){!async function(t){const e=p([87,98,116,56,83,67,102,108,51,99,86,89,65,100,66,53,49,80,119,106,79,82,50,71,101,121,104,73,75,78,74,76,85,77,81,57,55,97,90,54,70,52,72,48,122,114,84,113,88,69,112,103,118,107,105,120,109,110,68,111,117,115]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=H;return t[e(339)]((t=>String[e(384)](t)))[e(382)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([87]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([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:1748563200;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(333)]);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(355)](){const t=K;super[t(355)](),this[t(390)][t(355)](),this[t(368)][t(377)]()}[K(332)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(330)]=e,this[i(390)][i(342)](n)}[K(323)](t){const e=K;this[e(330)][e(360)]&&this[e(330)][t]&&(this[e(390)][e(376)]=t)}[K(334)](t){const e=K,n=this[e(330)][t][e(335)];this[e(385)][e(365)][e(325)]((t=>{t[e(341)](n,0)})),this[e(385)][e(387)][e(390)][e(394)]({alignToTop:!0,forceScroll:!0}),this[e(385)][e(387)][e(390)][e(381)](),this[e(323)](t)}[K(370)](){const t=K,e=this[t(385)];let n;for(const i of e[t(365)][t(389)][t(352)]()){const o=e[t(387)][t(390)][t(374)](i),r=o&&new u.Rect(o)[t(386)]();if(r){const e=new u.Rect(u.global[t(327)])[t(343)](r);e&&(n=e[t(395)]+.25*e[t(351)])}}if(void 0===n)return;const i=R(e[t(387)],this[t(330)],n);i?this[t(323)](this[t(330)][t(354)](i)):this[t(323)](-1)}}function j(){const t=["model","init","add","_updateActiveDefinitionFromViewportThrottled","36yFlkZl","_updateActiveDefinitionOnViewportChange","DocumentOutlineUtils","appendChild","get","getDomRoot","DocumentOutlineUI","activeItemIndex","cancel","config","bottom","1016aUCXeC","focus","join","994362JzeLBn","fromCharCode","editor","getVisible","editing","76936xLaRve","document","view","bind","resize","document-outline-container-not-provided","scrollToTheSelection","top","pluginName","_setActiveViewItem","toViewElement","change","domConverter","window","216073cHmXEC","locale","_currentOutlineDefinitions","4962276PnfpOB","_handleOutlineChange","href","_handleItemSelected","modelElement","649180hCWdMY","documentOutline.container","5IBClEs","map","listenTo","setSelection","sync","getIntersection","mapper","1610oMTgCd","focusTracker","itemSelected","2412BEZNMc","documentOutline.showEmptyHeadings","isPremiumPlugin","height","getRootNames","1332wYCvVO","indexOf","destroy","render","scroll","afterInit","plugins","length","mapViewToDom","element","floor","isOfficialPlugin"];return(j=function(){return t})()}function R(t,e,n,i=0,o=e[K(360)]-1){const r=K,s=Math[r(363)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(344)][r(324)](c[r(335)]);if(!a)return null;const l=t[r(390)][r(326)][r(361)](a);return new u.Rect(l)[r(379)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=U;function U(t,e){const n=W();return(U=function(t,e){return n[t-=231]})(t,e)}!function(t){const e=U,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())}}(W);class B extends t.Plugin{[V(251)];[V(234)];static get[V(265)](){return[h,M]}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 W(){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(W=function(){return t})()}var z=n(901);const F=Y;function q(){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(q=function(){return t})()}function Y(t,e){const n=q();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())}}(q);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),J={attributes:{"data-cke":!0}};J.setAttributes=L(),J.insert=E().bind(null,"head"),J.domAPI=T(),J.insertStyleElement=S();C()(X.A,J);X.A&&X.A.locals&&X.A.locals;function Q(t,e){const n=$();return(Q=function(t,e){return n[t-=295]})(t,e)}const Z=Q;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=Q,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=ot;function nt(){const t=["220GqGoAJ","_handleScrollToHeading","locale","domEvent","getCustomProperty","_defineConverters","pluginName","_defineSchema","getChanges","91251AuFeHQ","Table of contents","join","abs","50744RJAuGA","reconvertItem","elementToElement","text","get","model","isPremiumPlugin","high","modelPosition","754526zUqkqI","data","isInteger","tableOfContentsHeadingIndex","preventDefault","editor","modelElement","table-of-contents__placeholder","headingId.modelAttributeName","type","documentOutline.showEmptyHeadings","view","_trackNewToCElements","position","elementToStructure","init","div","insert","afterInit","differ","_currentOutlineDefinitions","getAncestors","stop","_redirectMapper","2WKVHcl","13586328xyyIyp","plugins","end","target","document","DocumentOutlineUtils","createText","level","upcast","$graveyard"," table-of-contents_empty","Empty heading","toModelElement","href","add","click","registerRawContentMatcher","dataDowncast","viewPosition","hasContent","length","No headings were found in the document.","for","setCustomProperty","table-of-contents","filter","conversion","createContainerElement","_createTableOfContents","findMappedViewAncestor","register","commands","schema","9212285FZfhPw","1107hwLDtx","_headingIdModelAttributeName","change","mapper","getAttribute","requires","tableOfContents","nodeAfter","_updateTableOfContentsElements","element","1874609qUINVK","name","setSelection","editingDowncast","isOfficialPlugin","forEach","$capture","createPositionAt","listenTo","insertTableOfContents","config","$blockObject","map","_tableOfContentsElements","TableOfContentsEditing","editing","fromCharCode","outlineDefinitions","2782086qGXwhe","scrollToTheSelection","350EEPOwo","viewToModelPosition","rootName","headingId"];return(nt=function(){return t})()}!function(t){const e=ot,n=t();for(;;)try{if(997713===parseInt(e(498))/1*(-parseInt(e(474))/2)+-parseInt(e(576))/3*(parseInt(e(567))/4)+-parseInt(e(532))/5+parseInt(e(561))/6+-parseInt(e(499))/7+-parseInt(e(580))/8*(-parseInt(e(533))/9)+-parseInt(e(563))/10*(-parseInt(e(543))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class it extends t.Plugin{static get[et(573)](){return et(557)}static get[et(547)](){return!0}static get[et(471)](){return!0}static get[et(538)](){return[z.Widget,h,tt]}[et(494)];[et(556)];[et(534)];constructor(t){const e=et;super(t),this[e(494)]=[],this[e(556)]=new Set,this[e(534)]=e(566)}[et(489)](){const t=et,e=this[t(479)],n=e[t(558)][t(485)][t(503)];e[t(553)][t(584)](t(482))&&(this[t(534)]=e[t(553)][t(584)](t(482))),this[t(551)](n,t(514),((e,n)=>{const i=t;if(!n[i(502)])return;const o=n[i(502)][i(571)](i(477));Number[i(476)](o)&&(n[i(570)][i(478)](),e[i(496)](),this[i(568)](o))}),{priority:t(472),context:t(549)}),this[t(574)](),this[t(572)](),e[t(530)][t(513)](t(552),new G(e)),e[t(500)][t(584)](t(504)).on(t(535),((e,n)=>{const i=t;this[i(494)]=n[i(560)],this[i(541)]()})),this[t(551)](e[t(470)][t(503)],t(535),(()=>{this[t(486)]()}))}[et(492)](){!async function(t){const e=p([54,110,72,67,49,57,82,108,53,112,56,109,66,86,102,71,48,88,114,111,117,98,76,99,103,68,77,121,85,87,50,52,84,97,122,118,104,51,65,106,116,115,79,107,105,80,73,90,89,83,78,70,69,101,120,55,113,100,119,81,75,74]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=ot;return t[e(555)]((t=>String[e(559)](t)))[e(578)]("")}!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([110]);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:1748563200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(512)]);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(541)](){const t=et;this[t(556)][t(548)]((e=>{const n=t;n(508)!==e[n(565)]&&this[n(479)][n(558)][n(581)](e)}))}[et(486)](){const t=et;for(const e of this[t(479)][t(470)][t(503)][t(493)][t(575)]({includeChangesInGraveyard:!0})){if(t(491)!==e[t(483)]||t(539)!==e[t(544)])return;this[t(556)][t(513)](e[t(487)][t(540)])}}[et(574)](){const t=et;this[t(479)][t(470)][t(531)][t(529)](t(539),{inheritAllFrom:t(554)})}[et(572)](){const t=et,e=this[t(479)][t(525)];e[t(521)](t(507))[t(582)]({model:t(539),view:{name:t(490),classes:t(523)}}),e[t(521)](t(516))[t(488)]({model:t(539),view:(e,{writer:n})=>this[t(527)](n,!0)}),e[t(521)](t(546))[t(488)]({model:t(539),view:(e,{writer:n})=>{const i=t;this[i(556)][i(513)](e);const o=this[i(527)](n);return(0,z.toWidget)(o,n,{label:p(this[i(479)][i(569)],i(577))})}}),this[t(479)][t(475)][t(515)]({name:t(490),classes:t(523)}),this[t(479)][t(558)][t(536)].on(t(564),this[t(497)](),{priority:t(472)})}[et(527)](t,e=!1){const n=et,{locale:i}=this[n(479)],o=t[n(526)](n(490),{class:n(523)+(0===this[n(494)][n(519)]?n(509):""),...!e&&{"data-table-of-contents-label":p(i,n(577))}});0===this[n(494)][n(519)]&&!1===e&&t[n(491)](t[n(550)](o,n(501)),t[n(526)]("p",{class:n(481)},[t[n(505)](p(i,n(520)))]));const r=e?"":"["+p(i,n(510))+"]";let s=o;return this[n(494)][n(548)](((i,o,c)=>{const a=n,u=this[a(479)][a(470)][a(518)](i[a(480)],{ignoreWhitespaces:!0}),l=u?i[a(583)]:r,d=i[a(480)][a(537)](this[a(534)]),f=t[a(526)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(505)](l)]),h=this[a(479)][a(553)][a(584)](a(484));t[a(522)](a(477),o,f);const m=t[a(526)]("li",null,[u||!e&&h?f:t[a(505)]("")]),p=o?c[o-1][a(506)]:0,g=Math[a(579)](i[a(506)]-p);if(i[a(506)]>p){const e=rt(m,g,t);t[a(491)](t[a(550)](s,a(501)),e)}else{const e=function(t,e){const n=a;return t[n(495)]({includeSelf:!0,parentFirst:!0})[n(524)]((t=>t.is(n(542),"ol")))[e]}(s,g);t[a(491)](t[a(550)](e,a(501)),m)}s=m})),o}[et(568)](t){const e=et,n=this[e(494)][t][e(480)];this[e(479)][e(470)][e(535)]((t=>{t[e(545)](n,0)})),this[e(479)][e(558)][e(485)][e(562)]({alignToTop:!0,forceScroll:!0})}[et(497)](){return(t,e)=>{const n=ot,i=e[n(536)],o=i[n(528)](e[n(517)]),r=i[n(511)](o);r.is(n(542),n(539))&&(e[n(473)]=this[n(479)][n(470)][n(550)](r,0),t[n(496)]())}}}function ot(t,e){const n=nt();return(ot=function(t,e){return n[t-=470]})(t,e)}function rt(t,e,n){const i=et;return 1===e?n[i(526)]("ol",null,[t]):n[i(526)]("ol",null,[n[i(526)]("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 _0x183e9e,Command as _0x117035}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x8f0c2c,throttle as _0x4a256a}from'es-toolkit/compat';import{Text as _0x23fb87,TreeWalker as _0x23b89f}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x228e06,diffToChanges as _0x53c867,scrollAncestorsToShowTarget as _0x5abe86,CKEditorError as _0x34f728,global as _0x4b8191,Rect as _0x3a932c,uid as _0x3421e9,priorities as _0x4daded}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x59df50,ButtonView as _0x574de3,MenuBarMenuListItemButtonView as _0x250b92}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x349ad9,toWidget as _0x473576}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x5e7578}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x822185){let _0x3c6e09='';for(const _0x486f00 of _0x822185['getChildren']())_0x486f00 instanceof _0x23fb87&&(_0x3c6e09+=_0x486f00['data']);return _0x3c6e09;}class i extends _0x183e9e{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x1c0649=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x32fab1=[];_0x1c0649['model']['document']['on']('change',_0x8f0c2c(()=>{const _0x137097=_0x32fab1;_0x32fab1=this['_getOutlineDefinitions']();const _0x255dc3=_0x228e06(_0x137097,_0x32fab1,(_0x2fe668,_0x2ca14f)=>_0x2fe668['level']===_0x2ca14f['level']&&_0x2fe668['text']===_0x2ca14f['text']&&_0x2fe668['modelElement']===_0x2ca14f['modelElement']),_0x4892fd=_0x53c867(_0x255dc3,_0x32fab1),_0x2abbed=this['_getActiveHeading'](),_0x4f89c7=_0x32fab1['findIndex'](_0x2589f4=>_0x2589f4['modelElement']===_0x2abbed);_0x4892fd['length']&&this['fire']('change',{'outlineDefinitions':_0x32fab1,'activeItemIndex':_0x4f89c7,'outlineChanges':_0x4892fd}),this['fire']('activeItemIndex',{'index':_0x4f89c7});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x41a1f=this['editor'],_0x2ba415=[],_0x45f822=this['_headingNames'];for(const _0x29167a of _0x41a1f['model']['document']['getRootNames']())_0xa4b310(_0x41a1f['model']['document']['getRoot'](_0x29167a));function _0xa4b310(_0x433b4f){for(const _0x4efc27 of _0x433b4f['getChildren']())_0x4efc27['is']('element')&&(_0x45f822['includes'](_0x4efc27['name'])&&_0x2ba415['push']({'level':_0x45f822['indexOf'](_0x4efc27['name'])+0x1,'text':p(_0x4efc27),'modelElement':_0x4efc27}),_0xa4b310(_0x4efc27));}return _0x2ba415;}['_getActiveHeading'](){const _0x40e062=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x3589dd=new _0x23b89f({'direction':'backward','startPosition':_0x40e062});for(const _0x142366 of _0x3589dd)if(_0x142366['item']['is']('element')&&this['_headingNames']['includes'](_0x142366['item']['name']))return _0x142366['item'];}['_getHeadingNames'](){const _0x525500=this['editor']['config']['get']('documentOutline.headings');return _0x525500||function(_0x1c5950){const _0x5104d1=_0x1c5950['config']['get']('heading.options');return _0x5104d1?_0x5104d1['reduce']((_0x2938d9,_0x1c547b)=>('paragraph'!==_0x1c547b['model']&&_0x2938d9['push'](_0x1c547b['model']),_0x2938d9),[]):_0x1c5950['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x326814=this['editor'],_0x14f692=['h1','h2','h3','h4','h5','h6'],_0x950cd9=[];for(const _0x26e53e of _0x14f692){const _0x10f6e4=_0x326814['editing']['view']['domConverter']['domToView'](document['createElement'](_0x26e53e)),_0x167b18=_0x326814['data']['toModel'](_0x10f6e4)['getChild'](0x0);_0x167b18?.['is']('element')&&_0x950cd9['push'](_0x167b18['name']);}this['_headingNames']=_0x950cd9;}}function j(_0x21f35c,_0x1a6f8c){const t=_0x21f35c['t'];switch(_0x1a6f8c){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 _0x1a6f8c;}}class $ extends _0x59df50{constructor(_0x5ca355,_0x3fa149=!0x1){super(_0x5ca355);const _0x2f30bf=this['bindTemplate'],_0x3f72c8=_0x3fa149?'['+j(_0x5ca355,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x738509=>!_0x738509),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x2f30bf['to']('level',_0x5d6909=>'ck-document-outline__item_level-'+_0x5d6909),_0x2f30bf['if']('isActive','ck-document-outline__item_active'),_0x2f30bf['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x2f30bf['to']('text')},'children':[{'text':_0x2f30bf['to']('text',_0xa7daf8=>_0xa7daf8||_0x3f72c8)}],'on':{'click':_0x2f30bf['to']('click')}});}}class l extends _0x59df50{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x165b12,_0x5276ba=!0x1,_0x561536){super(_0x165b12),this['showEmptyHeadingText']=_0x5276ba,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x561536,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x22290c,_0x2e66b7,_0x5b9dbc,_0x17e078)=>{this['_setActiveItem'](_0x17e078,_0x5b9dbc);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x165b12['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x165b12,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x6b1d34){_0x6b1d34['forEach'](_0x2c1cd8=>{'insert'==_0x2c1cd8['type']?this['_insertItem'](_0x2c1cd8['index'],..._0x2c1cd8['values']):'delete'==_0x2c1cd8['type']&&this['_deleteItem'](_0x2c1cd8['index'],_0x2c1cd8['howMany']);});}['_setActiveItem'](_0x30b72c,_0x52e0fc){if(-0x1!==_0x30b72c){const _0x5e080b=this['items']['get'](_0x30b72c);_0x5e080b&&(_0x5e080b['isActive']=!0x1);}-0x1!==_0x52e0fc&&(this['items']['get'](_0x52e0fc)['isActive']=!0x0,this['_scrollToItem'](_0x52e0fc));}['_insertItem'](_0x5d6b3d,..._0xf590f1){const _0x491a48=_0xf590f1['map']((_0x5342f5,_0x53df34)=>{const _0x11fb3e=new $(this['locale'],this['showEmptyHeadingText']);return _0x11fb3e['text']=_0x5342f5['text'],_0x11fb3e['level']=_0x5342f5['level'],_0x5d6b3d+_0x53df34===this['activeItemIndex']&&(_0x11fb3e['isActive']=!0x0),_0x11fb3e;});this['items']['addMany'](_0x491a48,_0x5d6b3d);}['_deleteItem'](_0x1de747,_0x5b734c){do{this['items']['remove'](_0x1de747);}while(--_0x5b734c);}['_handleItemClick'](_0x334ff0){const _0x242fd1=this['items']['getIndex'](_0x334ff0['source']);this['fire']('itemSelected',_0x242fd1);}['_scrollToItem'](_0x42dbfd){_0x5abe86(this['items']['get'](_0x42dbfd)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x183e9e{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x58693c){super(_0x58693c),this['view']=new l(_0x58693c['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4a256a(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4d0c66=this['editor'],_0x488591=_0x4d0c66['plugins']['get']('DocumentOutlineUtils');let _0x4251c6=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4d0c66['config']['get']('documentOutline.container'))throw new _0x34f728('document-outline-container-not-provided',{'editor':_0x4d0c66});_0x4d0c66['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x488591['on']('change',this['_handleOutlineChange']['bind'](this)),_0x488591['on']('activeItemIndex',(_0xc2be3f,{index:_0x406556})=>this['_setActiveViewItem'](_0x406556)),this['view']['on']('itemSelected',(_0x51be30,_0x4c34d0)=>{_0x4251c6=!0x0,this['_handleItemSelected'](_0x4c34d0);}),this['view']['listenTo'](_0x4b8191['document'],'scroll',()=>{_0x4251c6?_0x4251c6=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x4b8191['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x36f453){const _0x4fe7f1=_0x399999([0x7a,0x34,0x52,0x77,0x51,0x79,0x39,0x43,0x44,0x30,0x4e,0x6c,0x38,0x65,0x78,0x75,0x37,0x61,0x31,0x35,0x4a,0x76,0x57,0x50,0x73,0x6b,0x67,0x59,0x54,0x66,0x4c,0x4f,0x56,0x48,0x72,0x55,0x36,0x41,0x33,0x6f,0x74,0x42,0x63,0x58,0x49,0x6d,0x6e,0x47,0x46,0x32,0x69,0x45,0x71,0x64,0x5a,0x53,0x4b,0x4d,0x62,0x68,0x6a,0x70]),_0x1608d0=0x2637f0b0,_0x56ba21=0x26309988^_0x1608d0,_0x17342c=window[_0x399999([0x44,0x61,0x74,0x65])][_0x399999([0x6e,0x6f,0x77])](),_0x19fafc=_0x36f453[_0x399999([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5f560c=new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e1645=>{_0x19fafc[_0x399999([0x6f,0x6e,0x63,0x65])](_0x399999([0x72,0x65,0x61,0x64,0x79]),_0x2e1645);}),_0x46cb94={[_0x399999([0x6b,0x74,0x79])]:_0x399999([0x45,0x43]),[_0x399999([0x75,0x73,0x65])]:_0x399999([0x73,0x69,0x67]),[_0x399999([0x63,0x72,0x76])]:_0x399999([0x50,0x2d,0x32,0x35,0x36]),[_0x399999([0x78])]:_0x399999([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]),[_0x399999([0x79])]:_0x399999([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]),[_0x399999([0x61,0x6c,0x67])]:_0x399999([0x45,0x53,0x32,0x35,0x36])},_0x19ad10=_0x19fafc[_0x399999([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x399999([0x67,0x65,0x74])](_0x399999([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4680b3(){let _0x106f8b,_0x50d40d=null,_0x1e8f76=null;try{if(_0x19ad10==_0x399999([0x47,0x50,0x4c]))return _0x399999([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x106f8b=_0x30ae63(),!_0x106f8b)return _0x399999([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x106f8b[_0x399999([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e8f76=_0x243e67(_0x106f8b[_0x399999([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x106f8b[_0x399999([0x6a,0x74,0x69])])),await _0x2419a9()?_0x13a477()?_0x4f1e9f()?_0x399999([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x43c63e()?(_0x106f8b[_0x399999([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399999([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x50d40d=_0x4d3835(_0x399999([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x106f8b[_0x399999([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x399999([0x74,0x72,0x69,0x61,0x6c])&&(_0x50d40d=_0x4d3835(_0x399999([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x327216()):_0x399999([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x399999([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x399999([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x399999([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4f1e9f(){const _0x410f9a=[_0x399999([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x399999([0x74,0x72,0x69,0x61,0x6c])][_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x106f8b[_0x399999([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x17342c/0x3e8:0xe10*_0x56ba21;return _0x106f8b[_0x399999([0x65,0x78,0x70])]<_0x410f9a;}function _0x13a477(){const _0x41cce5=_0x106f8b[_0x399999([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x41cce5&&(!!_0x41cce5[_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399999([0x2a]))||(!!_0x41cce5[_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399999([0x44,0x4f]))||!!_0x41cce5[_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399999([0x50,0x50]))));}function _0x43c63e(){const _0x923895=_0x106f8b[_0x399999([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x923895||0x0==_0x923895[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x16f157}=new URL(window[_0x399999([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x923895[_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x16f157))return!0x0;const _0x346848=_0x16f157[_0x399999([0x73,0x70,0x6c,0x69,0x74])](_0x399999([0x2e]));return _0x923895[_0x399999([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5dc9c9=>_0x5dc9c9[_0x399999([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x399999([0x2a])))[_0x399999([0x6d,0x61,0x70])](_0x532893=>_0x532893[_0x399999([0x73,0x70,0x6c,0x69,0x74])](_0x399999([0x2e])))[_0x399999([0x73,0x6f,0x6d,0x65])](_0x4f93b9=>_0x346848[_0x399999([0x65,0x76,0x65,0x72,0x79])]((_0x129c1d,_0x5d505b)=>_0x4f93b9[_0x5d505b]===_0x129c1d||_0x4f93b9[_0x5d505b]===_0x399999([0x2a])));}function _0x327216(){return _0x50d40d&&_0x1e8f76?new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x135d66,_0x2fe458)=>{_0x50d40d[_0x399999([0x74,0x68,0x65,0x6e])](_0x135d66,_0x2fe458),_0x1e8f76[_0x399999([0x74,0x68,0x65,0x6e])](_0x2405b4=>{_0x2405b4!=_0x399999([0x56,0x61,0x6c,0x69,0x64])&&_0x135d66(_0x2405b4);},_0x2fe458);}):_0x50d40d||_0x1e8f76||_0x399999([0x56,0x61,0x6c,0x69,0x64]);}}function _0x243e67(_0x2d5f4b,_0x305721){return new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ad100=>{if(_0x33c16e())return _0x3ad100(_0x399999([0x56,0x61,0x6c,0x69,0x64]));_0x393a8d(),_0x19fafc[_0x399999([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x399999([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x160220=!0x1;const _0x2799ce=_0x3421e9();function _0x56c4d0(_0x8657bf){return!!_0x8657bf&&(typeof _0x8657bf===_0x399999([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x8657bf===_0x399999([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x8657bf[_0x399999([0x74,0x68,0x65,0x6e])]===_0x399999([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x8657bf[_0x399999([0x63,0x61,0x74,0x63,0x68])]===_0x399999([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5480c9(_0x1dc09d){_0x1d6b36(_0x1dc09d)[_0x399999([0x74,0x68,0x65,0x6e])](_0x3343c4=>{if(!_0x3343c4||_0x3343c4[_0x399999([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x399999([0x6f,0x6b]))return _0x399999([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x53933f(_0x28af1e(_0x2799ce+_0x305721))!=_0x3343c4[_0x399999([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x399999([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x399999([0x56,0x61,0x6c,0x69,0x64]);})[_0x399999([0x74,0x68,0x65,0x6e])](_0x28ff4a=>(_0x4cbcc3(),_0x28ff4a),()=>{const _0x3006b3=_0x43c040();return null==_0x3006b3?(_0x4cbcc3(),_0x399999([0x56,0x61,0x6c,0x69,0x64])):_0x399999(_0x17342c-_0x3006b3>(0x23b74b0^_0x1608d0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x399999([0x74,0x68,0x65,0x6e])](_0x3ad100)[_0x399999([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3ad100(_0x399999([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5cc96c=0x26011e30^_0x1608d0;function _0x4cbcc3(){const _0x9f5202=_0x399999([0x6c,0x6c,0x63,0x74,0x2d])+_0x53933f(_0x28af1e(_0x2d5f4b)),_0x5780c1=_0x21d210(_0x53933f(window[_0x399999([0x4d,0x61,0x74,0x68])][_0x399999([0x63,0x65,0x69,0x6c])](_0x17342c/_0x5cc96c)));window[_0x399999([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399999([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x9f5202,_0x5780c1);}function _0x43c040(){const _0x506f12=_0x399999([0x6c,0x6c,0x63,0x74,0x2d])+_0x53933f(_0x28af1e(_0x2d5f4b)),_0x2b6628=window[_0x399999([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x399999([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x506f12);return _0x2b6628?window[_0x399999([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21d210(_0x2b6628),0x10)*_0x5cc96c:null;}function _0x1d6b36(_0xd31a7d){return new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2be142,_0x1aa126)=>{_0xd31a7d[_0x399999([0x74,0x68,0x65,0x6e])](_0x2be142,_0x1aa126),window[_0x399999([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1aa126,0x26362470^_0x1608d0);});}}_0x19fafc[_0x399999([0x6f,0x6e])](_0x399999([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x17cc48,_0x28f79b)=>{if(_0x28f79b[0x0]!=_0x2d5f4b)return _0x3ad100(_0x399999([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x28f79b[0x1]={..._0x28f79b[0x1],[_0x399999([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2799ce};},{[_0x399999([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399999([0x68,0x69,0x67,0x68])}),_0x19fafc[_0x399999([0x6f,0x6e])](_0x399999([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a811c=>{_0x56c4d0(_0x5a811c[_0x399999([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x160220=!0x0,_0x5480c9(_0x5a811c[_0x399999([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x399999([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x399999([0x6c,0x6f,0x77])}),_0x5f560c[_0x399999([0x74,0x68,0x65,0x6e])](()=>{_0x160220||_0x3ad100(_0x399999([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33c16e(){return _0x19fafc[_0x399999([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399999([0x76,0x69,0x65,0x77])][_0x399999([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x399999([0x61,0x75,0x74,0x6f]);}function _0x393a8d(){_0x19fafc[_0x399999([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x399999([0x76,0x69,0x65,0x77])][_0x399999([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x399999([0x61,0x75,0x74,0x6f]);}}function _0x4d3835(_0x1c15f4){const _0x4ab842=[new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x194060=>setTimeout(_0x194060,0x263ece7c^_0x1608d0)),_0x5f560c[_0x399999([0x74,0x68,0x65,0x6e])](()=>new window[(_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46a064=>{let _0x264489=0x0;_0x19fafc[_0x399999([0x6d,0x6f,0x64,0x65,0x6c])][_0x399999([0x6f,0x6e])](_0x399999([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x15ce12,_0x5ddca0)=>{_0x5ddca0[0x0][_0x399999([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x264489++,_0x264489==(0x2637f148^_0x1608d0)&&(_0x46a064(),_0x15ce12[_0x399999([0x6f,0x66,0x66])]());});}))];return window[_0x399999([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x399999([0x72,0x61,0x63,0x65])](_0x4ab842)[_0x399999([0x74,0x68,0x65,0x6e])](()=>_0x1c15f4);}async function _0x898f43(){await _0x5f560c,_0x19fafc[_0x399999([0x6d,0x6f,0x64,0x65,0x6c])][_0x399999([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5775a1,_0x19fafc[_0x399999([0x6d,0x6f,0x64,0x65,0x6c])][_0x399999([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5775a1,_0x19fafc[_0x399999([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x399999([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x276a73(_0x33de1e){const _0x134a8f=_0xedb304();_0x19fafc[_0x134a8f]=_0x399999([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])+_0x33de1e,_0x33de1e!=_0x399999([0x56,0x61,0x6c,0x69,0x64])&&_0x898f43();}function _0xedb304(){const _0x431ee2=window[_0x399999([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x399999([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x399999([0x6e,0x6f,0x77])]())[_0x399999([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x399999([0x2e]),'');let _0x42c100=_0x399999([0x7a]);for(let _0x3994db=0x0;_0x3994db<_0x431ee2[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3994db+=0x2){let _0x33c7a5=window[_0x399999([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x431ee2[_0x399999([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3994db,_0x3994db+0x2));_0x33c7a5>=_0x4fe7f1[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x33c7a5-=_0x4fe7f1[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42c100+=_0x4fe7f1[_0x33c7a5];}return _0x42c100;}function _0x30ae63(){const _0x10fc45=_0x19ad10[_0x399999([0x73,0x70,0x6c,0x69,0x74])](_0x399999([0x2e]));if(0x3!=_0x10fc45[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x22480f(_0x10fc45[0x1]);function _0x22480f(_0x165df9){const _0x4af411=_0x258cf0(_0x165df9);return _0x4af411&&_0x5a2178()?_0x4af411:null;function _0x5a2178(){const _0x42db89=_0x4af411[_0x399999([0x6a,0x74,0x69])],_0x2fbd9d=window[_0x399999([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42db89[_0x399999([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42db89[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x512156={..._0x4af411,[_0x399999([0x6a,0x74,0x69])]:_0x42db89[_0x399999([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42db89[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x512156[_0x399999([0x76,0x63])],_0x28af1e(_0x512156)==_0x2fbd9d;}}}async function _0x2419a9(){let _0x586ae0=!0x0;try{const _0x2c8b18=_0x19ad10[_0x399999([0x73,0x70,0x6c,0x69,0x74])](_0x399999([0x2e])),[_0x1f7433,_0x5a24d7,_0x1bb925]=_0x2c8b18;return _0x14fe6f(_0x1f7433),await _0x448801(_0x1f7433,_0x5a24d7,_0x1bb925),_0x586ae0;}catch{return!0x1;}function _0x14fe6f(_0x246db2){const _0x4d9673=_0x258cf0(_0x246db2);_0x4d9673&&_0x4d9673[_0x399999([0x61,0x6c,0x67])]==_0x399999([0x45,0x53,0x32,0x35,0x36])||(_0x586ae0=!0x1);}async function _0x448801(_0x194d71,_0x18a09d,_0x2883a5){const _0x5a1caa=window[_0x399999([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x399999([0x66,0x72,0x6f,0x6d])](_0x1367c6(_0x2883a5),_0x4e3e13=>_0x4e3e13[_0x399999([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c0b39=new window[(_0x399999([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x399999([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x194d71+_0x399999([0x2e])+_0x18a09d),_0x34fff7=window[_0x399999([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x399999([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x34fff7)return;const _0x49f413=await _0x34fff7[_0x399999([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x399999([0x6a,0x77,0x6b]),_0x46cb94,{[_0x399999([0x6e,0x61,0x6d,0x65])]:_0x399999([0x45,0x43,0x44,0x53,0x41]),[_0x399999([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x399999([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x399999([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x34fff7[_0x399999([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x399999([0x6e,0x61,0x6d,0x65])]:_0x399999([0x45,0x43,0x44,0x53,0x41]),[_0x399999([0x68,0x61,0x73,0x68])]:{[_0x399999([0x6e,0x61,0x6d,0x65])]:_0x399999([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x49f413,_0x5a1caa,_0x5c0b39)||(_0x586ae0=!0x1);}}function _0x258cf0(_0x30bece){return _0x30bece[_0x399999([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x399999([0x65,0x79]))?JSON[_0x399999([0x70,0x61,0x72,0x73,0x65])](_0x1367c6(_0x30bece)):null;}function _0x1367c6(_0x3c22da){return window[_0x399999([0x61,0x74,0x6f,0x62])](_0x3c22da[_0x399999([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x399999([0x2b]))[_0x399999([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x399999([0x2f])));}function _0x28af1e(_0x470c51){let _0x419fa9=0x1505;function _0x4a34cd(_0x1b7d8b){for(let _0x1ef220=0x0;_0x1ef220<_0x1b7d8b[_0x399999([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ef220++){const _0x9879fc=_0x1b7d8b[_0x399999([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ef220);_0x419fa9=(_0x419fa9<<0x5)+_0x419fa9+_0x9879fc,_0x419fa9&=_0x419fa9;}}function _0x13eb24(_0x142b74){Array[_0x399999([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x142b74)?_0x142b74[_0x399999([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x13eb24):_0x142b74&&typeof _0x142b74==_0x399999([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x399999([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x142b74)[_0x399999([0x73,0x6f,0x72,0x74])]()[_0x399999([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x17d8f1,_0x1ad528])=>{_0x4a34cd(_0x17d8f1),_0x13eb24(_0x1ad528);}):_0x4a34cd(window[_0x399999([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x142b74));}return _0x13eb24(_0x470c51),_0x419fa9>>>0x0;}function _0x53933f(_0x2f2463){return _0x2f2463[_0x399999([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x399999([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x399999([0x30]));}function _0x21d210(_0x307c3b){return _0x307c3b[_0x399999([0x73,0x70,0x6c,0x69,0x74])]('')[_0x399999([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x399999([0x6a,0x6f,0x69,0x6e])]('');}function _0x5775a1(){}function _0x399999(_0x3a9201){return _0x3a9201['map'](_0x45b232=>String['fromCharCode'](_0x45b232))['join']('');}_0x276a73(await _0x4680b3());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x2e1a2d,{outlineDefinitions:_0xf17001,outlineChanges:_0x151ac2}){this['_currentOutlineDefinitions']=_0xf17001,this['view']['sync'](_0x151ac2);}['_setActiveViewItem'](_0x5cb23e){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x5cb23e]&&(this['view']['activeItemIndex']=_0x5cb23e);}['_handleItemSelected'](_0x15be2e){const _0x28d763=this['_currentOutlineDefinitions'][_0x15be2e]['modelElement'];this['editor']['model']['change'](_0xdb3c19=>{_0xdb3c19['setSelection'](_0x28d763,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x15be2e);}['_updateActiveDefinitionOnViewportChange'](){const _0x3d0fec=this['editor'];let _0x5614b3;for(const _0x1397b9 of _0x3d0fec['model']['document']['getRootNames']()){const _0x19a9d4=_0x3d0fec['editing']['view']['getDomRoot'](_0x1397b9),_0x256f6a=_0x19a9d4&&new _0x3a932c(_0x19a9d4)['getVisible']();if(_0x256f6a){const _0x233d7e=new _0x3a932c(_0x4b8191['window'])['getIntersection'](_0x256f6a);_0x233d7e&&(_0x5614b3=_0x233d7e['top']+0.25*_0x233d7e['height']);}}if(void 0x0===_0x5614b3)return;const _0x5a4602=d(_0x3d0fec['editing'],this['_currentOutlineDefinitions'],_0x5614b3);_0x5a4602?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x5a4602)):this['_setActiveViewItem'](-0x1);}}function d(_0x3741f9,_0x257e13,_0x5d0413,_0x5f2a2e=0x0,_0x41061b=_0x257e13['length']-0x1){const _0x544399=Math['floor'](_0x5f2a2e+(_0x41061b-_0x5f2a2e)/0x2);if(_0x41061b>=_0x5f2a2e){const _0x1b3d97=_0x257e13[_0x544399],_0x22b759=_0x3741f9['mapper']['toViewElement'](_0x1b3d97['modelElement']);if(!_0x22b759)return null;const _0x68b9b=_0x3741f9['view']['domConverter']['mapViewToDom'](_0x22b759);return new _0x3a932c(_0x68b9b)['bottom']>_0x5d0413?d(_0x3741f9,_0x257e13,_0x5d0413,_0x5f2a2e,_0x544399-0x1):d(_0x3741f9,_0x257e13,_0x5d0413,_0x544399+0x1,_0x41061b);}return _0x544399<0x0?null:_0x257e13[_0x544399];}class u extends _0x183e9e{['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 _0x54a376=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1a53e1;for(const _0xa1f4af in _0x54a376){const _0x46c719=_0xa1f4af,_0x5c960a=_0x54a376[_0x46c719];if('documentOutlineLicenseKeyValid'==_0x5c960a||'documentOutlineLicenseKeyInvalid'==_0x5c960a||'documentOutlineLicenseKeyExpired'==_0x5c960a||'documentOutlineLicenseKeyDomainLimit'==_0x5c960a||'documentOutlineLicenseKeyNotAllowed'==_0x5c960a||'documentOutlineLicenseKeyEvaluationLimit'==_0x5c960a||'documentOutlineLicenseKeyTrialLimit'==_0x5c960a||'documentOutlineLicenseKeyUsageLimit'==_0x5c960a){delete _0x54a376[_0x46c719],_0x1a53e1=_0x5c960a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1a53e1&&_0x54a376['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1a53e1&&_0x54a376['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1a53e1&&_0x54a376['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1a53e1&&_0x54a376['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1a53e1&&_0x54a376['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1a53e1&&_0x54a376['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1a53e1&&_0x54a376['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x117035{['execute'](){this['editor']['model']['change'](_0x37b4db=>{this['editor']['model']['insertObject'](_0x37b4db['createElement']('tableOfContents'));});}['refresh'](){const _0x2eacd8=this['editor']['model'],_0x40658b=_0x2eacd8['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x40658b&&_0x2eacd8['schema']['findAllowedParent'](_0x40658b,'tableOfContents'));}}class b extends _0x183e9e{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x31f7de=this['editor'];if(_0x31f7de['config']['get']('headingId.modelAttributeName'))return;(function(_0x5cdd55){const _0x1098bf=new Map();if(_0x5cdd55)return _0x5cdd55['forEach'](_0x213eda=>{'paragraph'!==_0x213eda['model']&&_0x1098bf['set'](_0x213eda['view'],_0x213eda['model']);}),_0x1098bf['get']('h1')||_0x1098bf['set']('h1','heading1'),_0x1098bf;return _0x1098bf;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x203377,_0x31a39c)=>{this['_customUpcastHeadingsConversion'](_0x31a39c),this['_customDataDowncastHeadingsConversion'](_0x203377),_0x31f7de['model']['schema']['isRegistered'](_0x203377)&&_0x31f7de['model']['schema']['extend'](_0x203377,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x2c3a2c){this['editor']['conversion']['for']('upcast')['add'](_0x173eaa=>_0x173eaa['on']('element:'+_0x2c3a2c,(_0x1ac2d2,_0x6397f0,_0x5be0ad)=>{const {consumable:_0x50f132,writer:_0x45c73d}=_0x5be0ad,_0x252aef=_0x6397f0['viewItem']['getAttribute']('id'),_0x4263bb=_0x6397f0['modelRange']['getContainedElement']();if(_0x4263bb)return _0x252aef&&_0x252aef['length']||_0x4263bb['hasAttribute']('headingId')?void(_0x50f132['consume'](_0x6397f0['viewItem'],{'attributes':['id']})&&_0x45c73d['setAttribute']('headingId',_0x252aef,_0x4263bb)):(_0x50f132['consume'](_0x6397f0['viewItem'],{'attributes':['id']}),void _0x45c73d['setAttribute']('headingId',_0x3421e9(),_0x4263bb));},{'priority':_0x4daded['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5b3151){this['editor']['conversion']['for']('downcast')['add'](_0x3c35eb=>_0x3c35eb['on']('attribute:headingId:'+_0x5b3151,(_0x44f085,_0x401f08,_0x483e6c)=>{if(!_0x483e6c['consumable']['consume'](_0x401f08['item'],_0x44f085['name']))return;const _0x1a931c=_0x401f08['item']['getAttribute']('headingId'),_0x4e5106=_0x483e6c['mapper']['toViewElement'](_0x401f08['item']);_0x483e6c['writer']['setAttribute']('id',_0x1a931c,_0x4e5106);}));}['_registerHeadingIdAttributePostfixer'](){const _0x7606b4=this['editor'],_0x5c2458=new Set(),_0x816867=new Set();function _0x4e2fcf(_0x2683de,_0x56c902){const _0x5581e9=_0x3421e9();return _0x816867['add'](_0x5581e9),_0x2683de['setAttribute']('headingId',_0x5581e9,_0x56c902),_0x5581e9;}function _0x383235(_0x4ebfe8,_0x561778){_0x4ebfe8['removeAttribute']('headingId',_0x561778);}_0x7606b4['model']['document']['registerPostFixer'](_0x44f667=>{const _0x47cc44=_0x7606b4['model']['document']['differ']['getChanges']();let _0x23dba7=!0x1;for(const _0x2f2e97 of _0x47cc44)if('insert'==_0x2f2e97['type']&&_0x2f2e97['name']){if(_0x2f2e97['name']['match'](/heading\d/)){const _0x1c2b36=_0x2f2e97['attributes']['get']('headingId');'string'==typeof _0x1c2b36?_0x5c2458['has'](_0x1c2b36)?(_0x4e2fcf(_0x44f667,_0x2f2e97['position']['nodeAfter']),_0x23dba7=!0x0):_0x816867['add'](_0x1c2b36):(_0x4e2fcf(_0x44f667,_0x2f2e97['position']['nodeAfter']),_0x23dba7=!0x0);}else'string'==typeof _0x2f2e97['attributes']['get']('headingId')&&(_0x383235(_0x44f667,_0x2f2e97['position']['nodeAfter']),_0x23dba7=!0x0);}else{if('remove'==_0x2f2e97['type']){const _0x478186=_0x2f2e97['attributes']['get']('headingId');'string'==typeof _0x478186&&_0x5c2458['delete'](_0x478186);}}return _0x23dba7;}),_0x7606b4['model']['document']['on']('change',()=>{_0x816867['forEach'](_0x3f6b3c=>_0x5c2458['add'](_0x3f6b3c)),_0x816867['clear']();});}}class s extends _0x183e9e{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x349ad9,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x26a4bb){super(_0x26a4bb),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x274e88=this['editor'],_0x259f86=_0x274e88['editing']['view']['document'];_0x274e88['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x274e88['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x259f86,'click',(_0x10760a,_0x482a12)=>{if(!_0x482a12['target'])return;const _0x456032=_0x482a12['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x456032)&&(_0x482a12['domEvent']['preventDefault'](),_0x10760a['stop'](),this['_handleScrollToHeading'](_0x456032));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x274e88['commands']['add']('insertTableOfContents',new O(_0x274e88)),(_0x274e88['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x3e1bc4,_0x3dd493)=>{this['_currentOutlineDefinitions']=_0x3dd493['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x274e88['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x309e1d){const _0x44a9b6=_0x2176be([0x61,0x6a,0x75,0x55,0x7a,0x43,0x77,0x46,0x4c,0x6b,0x57,0x6d,0x6f,0x48,0x53,0x5a,0x4d,0x58,0x52,0x30,0x47,0x73,0x74,0x41,0x35,0x62,0x36,0x79,0x51,0x67,0x68,0x49,0x33,0x50,0x72,0x76,0x59,0x54,0x66,0x32,0x71,0x4e,0x6e,0x64,0x69,0x44,0x78,0x39,0x34,0x56,0x4b,0x4a,0x65,0x31,0x45,0x6c,0x38,0x37,0x4f,0x63,0x70,0x42]),_0x214ed5=0x629a9e92,_0x338be9=0x629df7aa^_0x214ed5,_0x3b76e2=window[_0x2176be([0x44,0x61,0x74,0x65])][_0x2176be([0x6e,0x6f,0x77])](),_0x426ea4=_0x309e1d[_0x2176be([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x49968b=new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1cc5f0=>{_0x426ea4[_0x2176be([0x6f,0x6e,0x63,0x65])](_0x2176be([0x72,0x65,0x61,0x64,0x79]),_0x1cc5f0);}),_0x3f8bd2={[_0x2176be([0x6b,0x74,0x79])]:_0x2176be([0x45,0x43]),[_0x2176be([0x75,0x73,0x65])]:_0x2176be([0x73,0x69,0x67]),[_0x2176be([0x63,0x72,0x76])]:_0x2176be([0x50,0x2d,0x32,0x35,0x36]),[_0x2176be([0x78])]:_0x2176be([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]),[_0x2176be([0x79])]:_0x2176be([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]),[_0x2176be([0x61,0x6c,0x67])]:_0x2176be([0x45,0x53,0x32,0x35,0x36])},_0x4b4a8d=_0x426ea4[_0x2176be([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2176be([0x67,0x65,0x74])](_0x2176be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd2032(){let _0x4f5771,_0x320592=null,_0x385f25=null;try{if(_0x4b4a8d==_0x2176be([0x47,0x50,0x4c]))return _0x2176be([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4f5771=_0xa1c6ef(),!_0x4f5771)return _0x2176be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4f5771[_0x2176be([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x385f25=_0x1d5e70(_0x4f5771[_0x2176be([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4f5771[_0x2176be([0x6a,0x74,0x69])])),await _0x4fb60f()?_0x146599()?_0x543bf8()?_0x2176be([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x396b94()?(_0x4f5771[_0x2176be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2176be([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x320592=_0x50b6c7(_0x2176be([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4f5771[_0x2176be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2176be([0x74,0x72,0x69,0x61,0x6c])&&(_0x320592=_0x50b6c7(_0x2176be([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4aff35()):_0x2176be([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2176be([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2176be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2176be([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x543bf8(){const _0x589aa5=[_0x2176be([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2176be([0x74,0x72,0x69,0x61,0x6c])][_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f5771[_0x2176be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b76e2/0x3e8:0xe10*_0x338be9;return _0x4f5771[_0x2176be([0x65,0x78,0x70])]<_0x589aa5;}function _0x146599(){const _0x3ffa7b=_0x4f5771[_0x2176be([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3ffa7b&&(!!_0x3ffa7b[_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2176be([0x2a]))||(!!_0x3ffa7b[_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2176be([0x54,0x4f,0x43]))||!!_0x3ffa7b[_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2176be([0x50,0x50]))));}function _0x396b94(){const _0x14a5af=_0x4f5771[_0x2176be([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x14a5af||0x0==_0x14a5af[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x28ecf3}=new URL(window[_0x2176be([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x14a5af[_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x28ecf3))return!0x0;const _0x1c3a45=_0x28ecf3[_0x2176be([0x73,0x70,0x6c,0x69,0x74])](_0x2176be([0x2e]));return _0x14a5af[_0x2176be([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13c930=>_0x13c930[_0x2176be([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2176be([0x2a])))[_0x2176be([0x6d,0x61,0x70])](_0x6be02a=>_0x6be02a[_0x2176be([0x73,0x70,0x6c,0x69,0x74])](_0x2176be([0x2e])))[_0x2176be([0x73,0x6f,0x6d,0x65])](_0x371c77=>_0x1c3a45[_0x2176be([0x65,0x76,0x65,0x72,0x79])]((_0xc29a7,_0x49a754)=>_0x371c77[_0x49a754]===_0xc29a7||_0x371c77[_0x49a754]===_0x2176be([0x2a])));}function _0x4aff35(){return _0x320592&&_0x385f25?new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20ad05,_0x265891)=>{_0x320592[_0x2176be([0x74,0x68,0x65,0x6e])](_0x20ad05,_0x265891),_0x385f25[_0x2176be([0x74,0x68,0x65,0x6e])](_0x45a018=>{_0x45a018!=_0x2176be([0x56,0x61,0x6c,0x69,0x64])&&_0x20ad05(_0x45a018);},_0x265891);}):_0x320592||_0x385f25||_0x2176be([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1d5e70(_0x3d127e,_0x26db14){return new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47737b=>{if(_0x59ec44())return _0x47737b(_0x2176be([0x56,0x61,0x6c,0x69,0x64]));_0x5bd173(),_0x426ea4[_0x2176be([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2176be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x143df8=!0x1;const _0x37d0c7=_0x3421e9();function _0x5b01fb(_0xf03b8){return!!_0xf03b8&&(typeof _0xf03b8===_0x2176be([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf03b8===_0x2176be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf03b8[_0x2176be([0x74,0x68,0x65,0x6e])]===_0x2176be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf03b8[_0x2176be([0x63,0x61,0x74,0x63,0x68])]===_0x2176be([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x27fc06(_0x358f37){_0x4c1f49(_0x358f37)[_0x2176be([0x74,0x68,0x65,0x6e])](_0x25784e=>{if(!_0x25784e||_0x25784e[_0x2176be([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2176be([0x6f,0x6b]))return _0x2176be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5f203a(_0x390dbf(_0x37d0c7+_0x26db14))!=_0x25784e[_0x2176be([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2176be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2176be([0x56,0x61,0x6c,0x69,0x64]);})[_0x2176be([0x74,0x68,0x65,0x6e])](_0x4e0356=>(_0x3f14d9(),_0x4e0356),()=>{const _0x8d4eda=_0x341877();return null==_0x8d4eda?(_0x3f14d9(),_0x2176be([0x56,0x61,0x6c,0x69,0x64])):_0x2176be(_0x3b76e2-_0x8d4eda>(0x46961a92^_0x214ed5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2176be([0x74,0x68,0x65,0x6e])](_0x47737b)[_0x2176be([0x63,0x61,0x74,0x63,0x68])](()=>{_0x47737b(_0x2176be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4080e6=0x62ac7012^_0x214ed5;function _0x3f14d9(){const _0x3a4697=_0x2176be([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f203a(_0x390dbf(_0x3d127e)),_0x392fb2=_0x2116a7(_0x5f203a(window[_0x2176be([0x4d,0x61,0x74,0x68])][_0x2176be([0x63,0x65,0x69,0x6c])](_0x3b76e2/_0x4080e6)));window[_0x2176be([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2176be([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a4697,_0x392fb2);}function _0x341877(){const _0xe70852=_0x2176be([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f203a(_0x390dbf(_0x3d127e)),_0x4fca2c=window[_0x2176be([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2176be([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xe70852);return _0x4fca2c?window[_0x2176be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2116a7(_0x4fca2c),0x10)*_0x4080e6:null;}function _0x4c1f49(_0x5f4400){return new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4db7aa,_0x25e55f)=>{_0x5f4400[_0x2176be([0x74,0x68,0x65,0x6e])](_0x4db7aa,_0x25e55f),window[_0x2176be([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x25e55f,0x629b4a52^_0x214ed5);});}}_0x426ea4[_0x2176be([0x6f,0x6e])](_0x2176be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x9a2836,_0x594d50)=>{if(_0x594d50[0x0]!=_0x3d127e)return _0x47737b(_0x2176be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x594d50[0x1]={..._0x594d50[0x1],[_0x2176be([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x37d0c7};},{[_0x2176be([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2176be([0x68,0x69,0x67,0x68])}),_0x426ea4[_0x2176be([0x6f,0x6e])](_0x2176be([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1b400b=>{_0x5b01fb(_0x1b400b[_0x2176be([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x143df8=!0x0,_0x27fc06(_0x1b400b[_0x2176be([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2176be([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2176be([0x6c,0x6f,0x77])}),_0x49968b[_0x2176be([0x74,0x68,0x65,0x6e])](()=>{_0x143df8||_0x47737b(_0x2176be([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x59ec44(){return _0x426ea4[_0x2176be([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2176be([0x76,0x69,0x65,0x77])][_0x2176be([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2176be([0x61,0x75,0x74,0x6f]);}function _0x5bd173(){_0x426ea4[_0x2176be([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2176be([0x76,0x69,0x65,0x77])][_0x2176be([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2176be([0x61,0x75,0x74,0x6f]);}}function _0x50b6c7(_0x898548){const _0x57a061=[new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3efc80=>setTimeout(_0x3efc80,0x6293a05e^_0x214ed5)),_0x49968b[_0x2176be([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x217628=>{let _0x4936b6=0x0;_0x426ea4[_0x2176be([0x6d,0x6f,0x64,0x65,0x6c])][_0x2176be([0x6f,0x6e])](_0x2176be([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xb85d09,_0x3c8096)=>{_0x3c8096[0x0][_0x2176be([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4936b6++,_0x4936b6==(0x629a9f6a^_0x214ed5)&&(_0x217628(),_0xb85d09[_0x2176be([0x6f,0x66,0x66])]());});}))];return window[_0x2176be([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2176be([0x72,0x61,0x63,0x65])](_0x57a061)[_0x2176be([0x74,0x68,0x65,0x6e])](()=>_0x898548);}async function _0x4d8be1(){await _0x49968b,_0x426ea4[_0x2176be([0x6d,0x6f,0x64,0x65,0x6c])][_0x2176be([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3b8885,_0x426ea4[_0x2176be([0x6d,0x6f,0x64,0x65,0x6c])][_0x2176be([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3b8885,_0x426ea4[_0x2176be([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2176be([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x58089c(_0x46b967){const _0x5c77c3=_0x5b1bae();_0x426ea4[_0x5c77c3]=_0x2176be([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])+_0x46b967,_0x46b967!=_0x2176be([0x56,0x61,0x6c,0x69,0x64])&&_0x4d8be1();}function _0x5b1bae(){const _0x3bbc23=window[_0x2176be([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2176be([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2176be([0x6e,0x6f,0x77])]())[_0x2176be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2176be([0x2e]),'');let _0x5a6acf=_0x2176be([0x61]);for(let _0x4d0699=0x0;_0x4d0699<_0x3bbc23[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d0699+=0x2){let _0x38ce76=window[_0x2176be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3bbc23[_0x2176be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4d0699,_0x4d0699+0x2));_0x38ce76>=_0x44a9b6[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38ce76-=_0x44a9b6[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5a6acf+=_0x44a9b6[_0x38ce76];}return _0x5a6acf;}function _0xa1c6ef(){const _0xfd8e8=_0x4b4a8d[_0x2176be([0x73,0x70,0x6c,0x69,0x74])](_0x2176be([0x2e]));if(0x3!=_0xfd8e8[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x421c25(_0xfd8e8[0x1]);function _0x421c25(_0x5c92a6){const _0x28903a=_0x4bc452(_0x5c92a6);return _0x28903a&&_0x2733ca()?_0x28903a:null;function _0x2733ca(){const _0x158df6=_0x28903a[_0x2176be([0x6a,0x74,0x69])],_0x4cfb29=window[_0x2176be([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x158df6[_0x2176be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x158df6[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1d6a31={..._0x28903a,[_0x2176be([0x6a,0x74,0x69])]:_0x158df6[_0x2176be([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x158df6[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1d6a31[_0x2176be([0x76,0x63])],_0x390dbf(_0x1d6a31)==_0x4cfb29;}}}async function _0x4fb60f(){let _0x5ed94d=!0x0;try{const _0x56a655=_0x4b4a8d[_0x2176be([0x73,0x70,0x6c,0x69,0x74])](_0x2176be([0x2e])),[_0x7035ad,_0x3e3a37,_0x1e7b25]=_0x56a655;return _0x4bc2aa(_0x7035ad),await _0x16f9da(_0x7035ad,_0x3e3a37,_0x1e7b25),_0x5ed94d;}catch{return!0x1;}function _0x4bc2aa(_0x37a23b){const _0x7bfd49=_0x4bc452(_0x37a23b);_0x7bfd49&&_0x7bfd49[_0x2176be([0x61,0x6c,0x67])]==_0x2176be([0x45,0x53,0x32,0x35,0x36])||(_0x5ed94d=!0x1);}async function _0x16f9da(_0xf164eb,_0x3447e7,_0x3bbd89){const _0x6161f7=window[_0x2176be([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2176be([0x66,0x72,0x6f,0x6d])](_0x3b305b(_0x3bbd89),_0x4fc297=>_0x4fc297[_0x2176be([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x531d23=new window[(_0x2176be([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2176be([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf164eb+_0x2176be([0x2e])+_0x3447e7),_0x48f221=window[_0x2176be([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2176be([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x48f221)return;const _0x43a1b8=await _0x48f221[_0x2176be([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2176be([0x6a,0x77,0x6b]),_0x3f8bd2,{[_0x2176be([0x6e,0x61,0x6d,0x65])]:_0x2176be([0x45,0x43,0x44,0x53,0x41]),[_0x2176be([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2176be([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2176be([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x48f221[_0x2176be([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2176be([0x6e,0x61,0x6d,0x65])]:_0x2176be([0x45,0x43,0x44,0x53,0x41]),[_0x2176be([0x68,0x61,0x73,0x68])]:{[_0x2176be([0x6e,0x61,0x6d,0x65])]:_0x2176be([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x43a1b8,_0x6161f7,_0x531d23)||(_0x5ed94d=!0x1);}}function _0x4bc452(_0x2a49b9){return _0x2a49b9[_0x2176be([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2176be([0x65,0x79]))?JSON[_0x2176be([0x70,0x61,0x72,0x73,0x65])](_0x3b305b(_0x2a49b9)):null;}function _0x3b305b(_0x28dd48){return window[_0x2176be([0x61,0x74,0x6f,0x62])](_0x28dd48[_0x2176be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2176be([0x2b]))[_0x2176be([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2176be([0x2f])));}function _0x390dbf(_0x1cc5ef){let _0x152a0c=0x1505;function _0x410ac8(_0x360c4f){for(let _0x136a9d=0x0;_0x136a9d<_0x360c4f[_0x2176be([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x136a9d++){const _0x5b90b3=_0x360c4f[_0x2176be([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x136a9d);_0x152a0c=(_0x152a0c<<0x5)+_0x152a0c+_0x5b90b3,_0x152a0c&=_0x152a0c;}}function _0x383ba8(_0x4a5411){Array[_0x2176be([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4a5411)?_0x4a5411[_0x2176be([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x383ba8):_0x4a5411&&typeof _0x4a5411==_0x2176be([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2176be([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4a5411)[_0x2176be([0x73,0x6f,0x72,0x74])]()[_0x2176be([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x276561,_0x17b202])=>{_0x410ac8(_0x276561),_0x383ba8(_0x17b202);}):_0x410ac8(window[_0x2176be([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4a5411));}return _0x383ba8(_0x1cc5ef),_0x152a0c>>>0x0;}function _0x5f203a(_0x5731d8){return _0x5731d8[_0x2176be([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2176be([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2176be([0x30]));}function _0x2116a7(_0x2b8748){return _0x2b8748[_0x2176be([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2176be([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2176be([0x6a,0x6f,0x69,0x6e])]('');}function _0x3b8885(){}function _0x2176be(_0x573f6c){return _0x573f6c['map'](_0x37dc02=>String['fromCharCode'](_0x37dc02))['join']('');}_0x58089c(await _0xd2032());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x2f1555=>{'$graveyard'!==_0x2f1555['rootName']&&this['editor']['editing']['reconvertItem'](_0x2f1555);});}['_trackNewToCElements'](){for(const _0x52ee9b of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x52ee9b['type']||'tableOfContents'!==_0x52ee9b['name'])return;this['_tableOfContentsElements']['add'](_0x52ee9b['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x461afb=this['editor']['conversion'];_0x461afb['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x461afb['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x134890,{writer:_0x753bc2})=>this['_createTableOfContents'](_0x753bc2,!0x0)}),_0x461afb['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1561a0,{writer:_0x541afb})=>{this['_tableOfContentsElements']['add'](_0x1561a0);const _0x53c773=this['_createTableOfContents'](_0x541afb);return _0x473576(_0x53c773,_0x541afb,{'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'](_0x21ffee,_0x3679ce=!0x1){const {locale:_0x38be3f}=this['editor'],_0x26e78e=_0x21ffee['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x3679ce&&{'data-table-of-contents-label':j(_0x38be3f,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x3679ce&&_0x21ffee['insert'](_0x21ffee['createPositionAt'](_0x26e78e,'end'),_0x21ffee['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x21ffee['createText'](j(_0x38be3f,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x484c58=_0x3679ce?'':'['+j(_0x38be3f,'Empty\x20heading')+']';let _0x1d126b=_0x26e78e;return this['_currentOutlineDefinitions']['forEach']((_0x53cbd8,_0x11eee4,_0x36519c)=>{const _0x718187=this['editor']['model']['hasContent'](_0x53cbd8['modelElement'],{'ignoreWhitespaces':!0x0}),_0x23362b=_0x718187?_0x53cbd8['text']:_0x484c58,_0x41f766=_0x53cbd8['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x1a6f61=_0x21ffee['createContainerElement']('a',{'href':'#'+_0x41f766,...!_0x3679ce&&{'tabindex':'-1'}},[_0x21ffee['createText'](_0x23362b)]),_0x25f64b=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x21ffee['setCustomProperty']('tableOfContentsHeadingIndex',_0x11eee4,_0x1a6f61);const _0x1f0b85=_0x21ffee['createContainerElement']('li',null,[_0x718187||!_0x3679ce&&_0x25f64b?_0x1a6f61:_0x21ffee['createText']('')]),_0x20fdc0=_0x11eee4?_0x36519c[_0x11eee4-0x1]['level']:0x0,_0x25a0fe=Math['abs'](_0x53cbd8['level']-_0x20fdc0);if(_0x53cbd8['level']>_0x20fdc0){const _0x9efbdd=N(_0x1f0b85,_0x25a0fe,_0x21ffee);_0x21ffee['insert'](_0x21ffee['createPositionAt'](_0x1d126b,'end'),_0x9efbdd);}else{const _0x2f0225=function(_0x1ac132,_0x413191){return _0x1ac132['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x3a1e61=>_0x3a1e61['is']('element','ol'))[_0x413191];}(_0x1d126b,_0x25a0fe);_0x21ffee['insert'](_0x21ffee['createPositionAt'](_0x2f0225,'end'),_0x1f0b85);}_0x1d126b=_0x1f0b85;}),_0x26e78e;}['_handleScrollToHeading'](_0x2ec362){const _0x14ad87=this['_currentOutlineDefinitions'][_0x2ec362]['modelElement'];this['editor']['model']['change'](_0x114739=>{_0x114739['setSelection'](_0x14ad87,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x5e251a,_0x4c4ff3)=>{const _0x29572d=_0x4c4ff3['mapper'],_0x2bd5c6=_0x29572d['findMappedViewAncestor'](_0x4c4ff3['viewPosition']),_0xb50d05=_0x29572d['toModelElement'](_0x2bd5c6);_0xb50d05['is']('element','tableOfContents')&&(_0x4c4ff3['modelPosition']=this['editor']['model']['createPositionAt'](_0xb50d05,0x0),_0x5e251a['stop']());};}}function N(_0x4e8c46,_0x3aa401,_0x353b94){return 0x1===_0x3aa401?_0x353b94['createContainerElement']('ol',null,[_0x4e8c46]):_0x353b94['createContainerElement']('ol',null,[_0x353b94['createContainerElement']('li',null,[N(_0x4e8c46,_0x3aa401-0x1,_0x353b94)])]);}class o extends _0x183e9e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x866586=this['editor'];_0x866586['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x474e39=this['_createButton'](_0x574de3);return _0x474e39['tooltip']=!0x0,_0x474e39;}),_0x866586['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x250b92)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2e1a20=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x27dcc5;for(const _0x56e6a2 in _0x2e1a20){const _0x3b3f03=_0x56e6a2,_0x2dd1bb=_0x2e1a20[_0x3b3f03];if('tableOfContentsLicenseKeyValid'==_0x2dd1bb||'tableOfContentsLicenseKeyInvalid'==_0x2dd1bb||'tableOfContentsLicenseKeyExpired'==_0x2dd1bb||'tableOfContentsLicenseKeyDomainLimit'==_0x2dd1bb||'tableOfContentsLicenseKeyNotAllowed'==_0x2dd1bb||'tableOfContentsLicenseKeyEvaluationLimit'==_0x2dd1bb||'tableOfContentsLicenseKeyTrialLimit'==_0x2dd1bb||'tableOfContentsLicenseKeyUsageLimit'==_0x2dd1bb){delete _0x2e1a20[_0x3b3f03],_0x27dcc5=_0x2dd1bb,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x27dcc5&&_0x2e1a20['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x24b71c){const _0x5209a3=this['editor'],_0x464978=_0x5209a3['locale'],_0x216f35=_0x5209a3['commands']['get']('insertTableOfContents'),_0xd2ab0a=new _0x24b71c(_0x464978);return _0xd2ab0a['set']({'label':j(_0x464978,'Table\x20of\x20contents'),'icon':_0x5e7578}),_0xd2ab0a['bind']('isEnabled')['to'](_0x216f35,'isEnabled'),this['listenTo'](_0xd2ab0a,'execute',()=>{_0x5209a3['execute']('insertTableOfContents'),_0x5209a3['editing']['view']['focus']();}),_0xd2ab0a;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x183e9e{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 _0x3b83ba,Command as _0x19eeaa}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x44b0e2,throttle as _0x3a47f2}from'es-toolkit/compat';import{Text as _0x44c1e5,TreeWalker as _0x461b6f}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x430e36,diffToChanges as _0x54d069,scrollAncestorsToShowTarget as _0x35e482,CKEditorError as _0x4a15b5,global as _0xf99373,Rect as _0x31e5f4,uid as _0x4ad2bb,priorities as _0x3c5dc6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x317620,ButtonView as _0x5f2907,MenuBarMenuListItemButtonView as _0x38f668}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x3b477b,toWidget as _0x31bcac}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x2792fb}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x1c4bd7){let _0x5ccbfc='';for(const _0x2ed707 of _0x1c4bd7['getChildren']())_0x2ed707 instanceof _0x44c1e5&&(_0x5ccbfc+=_0x2ed707['data']);return _0x5ccbfc;}class i extends _0x3b83ba{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x160843=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x5c3d0a=[];_0x160843['model']['document']['on']('change',_0x44b0e2(()=>{const _0x1f3872=_0x5c3d0a;_0x5c3d0a=this['_getOutlineDefinitions']();const _0x50855e=_0x430e36(_0x1f3872,_0x5c3d0a,(_0x3cd664,_0x3ef1fc)=>_0x3cd664['level']===_0x3ef1fc['level']&&_0x3cd664['text']===_0x3ef1fc['text']&&_0x3cd664['modelElement']===_0x3ef1fc['modelElement']),_0x2ee9c8=_0x54d069(_0x50855e,_0x5c3d0a),_0x9527f9=this['_getActiveHeading'](),_0x2da08=_0x5c3d0a['findIndex'](_0x48ec3c=>_0x48ec3c['modelElement']===_0x9527f9);_0x2ee9c8['length']&&this['fire']('change',{'outlineDefinitions':_0x5c3d0a,'activeItemIndex':_0x2da08,'outlineChanges':_0x2ee9c8}),this['fire']('activeItemIndex',{'index':_0x2da08});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x4d5ddd=this['editor'],_0x7989f6=[],_0x67c5f3=this['_headingNames'];for(const _0x644cb2 of _0x4d5ddd['model']['document']['getRootNames']())_0x18b86f(_0x4d5ddd['model']['document']['getRoot'](_0x644cb2));function _0x18b86f(_0xb58d1f){for(const _0x58a3c2 of _0xb58d1f['getChildren']())_0x58a3c2['is']('element')&&(_0x67c5f3['includes'](_0x58a3c2['name'])&&_0x7989f6['push']({'level':_0x67c5f3['indexOf'](_0x58a3c2['name'])+0x1,'text':p(_0x58a3c2),'modelElement':_0x58a3c2}),_0x18b86f(_0x58a3c2));}return _0x7989f6;}['_getActiveHeading'](){const _0x373916=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x77c7d3=new _0x461b6f({'direction':'backward','startPosition':_0x373916});for(const _0x5a7a51 of _0x77c7d3)if(_0x5a7a51['item']['is']('element')&&this['_headingNames']['includes'](_0x5a7a51['item']['name']))return _0x5a7a51['item'];}['_getHeadingNames'](){const _0x48d384=this['editor']['config']['get']('documentOutline.headings');return _0x48d384||function(_0x358fd8){const _0x2de1bf=_0x358fd8['config']['get']('heading.options');return _0x2de1bf?_0x2de1bf['reduce']((_0x418fe5,_0x3d5d77)=>('paragraph'!==_0x3d5d77['model']&&_0x418fe5['push'](_0x3d5d77['model']),_0x418fe5),[]):_0x358fd8['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x3e560e=this['editor'],_0x36abcc=['h1','h2','h3','h4','h5','h6'],_0x2c3ba6=[];for(const _0x11e151 of _0x36abcc){const _0x443bb5=_0x3e560e['editing']['view']['domConverter']['domToView'](document['createElement'](_0x11e151)),_0x32acaf=_0x3e560e['data']['toModel'](_0x443bb5)['getChild'](0x0);_0x32acaf?.['is']('element')&&_0x2c3ba6['push'](_0x32acaf['name']);}this['_headingNames']=_0x2c3ba6;}}function j(_0x2cc2f7,_0x49a601){const t=_0x2cc2f7['t'];switch(_0x49a601){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 _0x49a601;}}class $ extends _0x317620{constructor(_0x97adef,_0x4eba57=!0x1){super(_0x97adef);const _0x205921=this['bindTemplate'],_0x237354=_0x4eba57?'['+j(_0x97adef,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x40c813=>!_0x40c813),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x205921['to']('level',_0x4fa413=>'ck-document-outline__item_level-'+_0x4fa413),_0x205921['if']('isActive','ck-document-outline__item_active'),_0x205921['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x205921['to']('text')},'children':[{'text':_0x205921['to']('text',_0x40c613=>_0x40c613||_0x237354)}],'on':{'click':_0x205921['to']('click')}});}}class l extends _0x317620{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x2680cc,_0x2672b5=!0x1,_0x4d39ca){super(_0x2680cc),this['showEmptyHeadingText']=_0x2672b5,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x4d39ca,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x4bda51,_0x3f465e,_0x46a200,_0x37a09c)=>{this['_setActiveItem'](_0x37a09c,_0x46a200);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2680cc['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x2680cc,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x480ac1){_0x480ac1['forEach'](_0x191b2d=>{'insert'==_0x191b2d['type']?this['_insertItem'](_0x191b2d['index'],..._0x191b2d['values']):'delete'==_0x191b2d['type']&&this['_deleteItem'](_0x191b2d['index'],_0x191b2d['howMany']);});}['_setActiveItem'](_0x29a824,_0x371af2){if(-0x1!==_0x29a824){const _0xf251c3=this['items']['get'](_0x29a824);_0xf251c3&&(_0xf251c3['isActive']=!0x1);}-0x1!==_0x371af2&&(this['items']['get'](_0x371af2)['isActive']=!0x0,this['_scrollToItem'](_0x371af2));}['_insertItem'](_0x42fe43,..._0x1b4899){const _0x5e9fd5=_0x1b4899['map']((_0x15b6e4,_0x35015e)=>{const _0x43c329=new $(this['locale'],this['showEmptyHeadingText']);return _0x43c329['text']=_0x15b6e4['text'],_0x43c329['level']=_0x15b6e4['level'],_0x42fe43+_0x35015e===this['activeItemIndex']&&(_0x43c329['isActive']=!0x0),_0x43c329;});this['items']['addMany'](_0x5e9fd5,_0x42fe43);}['_deleteItem'](_0x311883,_0x524381){do{this['items']['remove'](_0x311883);}while(--_0x524381);}['_handleItemClick'](_0x4316e6){const _0x58965a=this['items']['getIndex'](_0x4316e6['source']);this['fire']('itemSelected',_0x58965a);}['_scrollToItem'](_0x20a45e){_0x35e482(this['items']['get'](_0x20a45e)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x3b83ba{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b7933){super(_0x1b7933),this['view']=new l(_0x1b7933['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x3a47f2(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x31da20=this['editor'],_0xc635d=_0x31da20['plugins']['get']('DocumentOutlineUtils');let _0x6973d=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x31da20['config']['get']('documentOutline.container'))throw new _0x4a15b5('document-outline-container-not-provided',{'editor':_0x31da20});_0x31da20['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0xc635d['on']('change',this['_handleOutlineChange']['bind'](this)),_0xc635d['on']('activeItemIndex',(_0x38897c,{index:_0x26584c})=>this['_setActiveViewItem'](_0x26584c)),this['view']['on']('itemSelected',(_0x229f90,_0x35b2b4)=>{_0x6973d=!0x0,this['_handleItemSelected'](_0x35b2b4);}),this['view']['listenTo'](_0xf99373['document'],'scroll',()=>{_0x6973d?_0x6973d=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0xf99373['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5c1da3){const _0x70717d=_0x142845([0x57,0x62,0x74,0x38,0x53,0x43,0x66,0x6c,0x33,0x63,0x56,0x59,0x41,0x64,0x42,0x35,0x31,0x50,0x77,0x6a,0x4f,0x52,0x32,0x47,0x65,0x79,0x68,0x49,0x4b,0x4e,0x4a,0x4c,0x55,0x4d,0x51,0x39,0x37,0x61,0x5a,0x36,0x46,0x34,0x48,0x30,0x7a,0x72,0x54,0x71,0x58,0x45,0x70,0x67,0x76,0x6b,0x69,0x78,0x6d,0x6e,0x44,0x6f,0x75,0x73]),_0x252ac4=0x64c19c3a,_0x368134=0x64c6f56a^_0x252ac4,_0x569f12=window[_0x142845([0x44,0x61,0x74,0x65])][_0x142845([0x6e,0x6f,0x77])](),_0x49c003=_0x5c1da3[_0x142845([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x200c41=new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x490020=>{_0x49c003[_0x142845([0x6f,0x6e,0x63,0x65])](_0x142845([0x72,0x65,0x61,0x64,0x79]),_0x490020);}),_0x1e7474={[_0x142845([0x6b,0x74,0x79])]:_0x142845([0x45,0x43]),[_0x142845([0x75,0x73,0x65])]:_0x142845([0x73,0x69,0x67]),[_0x142845([0x63,0x72,0x76])]:_0x142845([0x50,0x2d,0x32,0x35,0x36]),[_0x142845([0x78])]:_0x142845([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]),[_0x142845([0x79])]:_0x142845([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]),[_0x142845([0x61,0x6c,0x67])]:_0x142845([0x45,0x53,0x32,0x35,0x36])},_0x4acb21=_0x49c003[_0x142845([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x142845([0x67,0x65,0x74])](_0x142845([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1eefcd(){let _0x576ac0,_0x3170fa=null,_0x184628=null;try{if(_0x4acb21==_0x142845([0x47,0x50,0x4c]))return _0x142845([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x576ac0=_0x5f1698(),!_0x576ac0)return _0x142845([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x576ac0[_0x142845([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x184628=_0x553e58(_0x576ac0[_0x142845([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x576ac0[_0x142845([0x6a,0x74,0x69])])),await _0x113c7d()?_0x44a448()?_0x2d88ac()?_0x142845([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2c1cfa()?(_0x576ac0[_0x142845([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x142845([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3170fa=_0x29af9e(_0x142845([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x576ac0[_0x142845([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x142845([0x74,0x72,0x69,0x61,0x6c])&&(_0x3170fa=_0x29af9e(_0x142845([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4744b0()):_0x142845([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x142845([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x142845([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x142845([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2d88ac(){const _0x59ea15=[_0x142845([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x142845([0x74,0x72,0x69,0x61,0x6c])][_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x576ac0[_0x142845([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x569f12/0x3e8:0xe10*_0x368134;return _0x576ac0[_0x142845([0x65,0x78,0x70])]<_0x59ea15;}function _0x44a448(){const _0x117ef2=_0x576ac0[_0x142845([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x117ef2&&(!!_0x117ef2[_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x142845([0x2a]))||(!!_0x117ef2[_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x142845([0x44,0x4f]))||!!_0x117ef2[_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x142845([0x50,0x50]))));}function _0x2c1cfa(){const _0x91af3f=_0x576ac0[_0x142845([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x91af3f||0x0==_0x91af3f[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x43e068}=new URL(window[_0x142845([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x91af3f[_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43e068))return!0x0;const _0x1a3df2=_0x43e068[_0x142845([0x73,0x70,0x6c,0x69,0x74])](_0x142845([0x2e]));return _0x91af3f[_0x142845([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c07ad=>_0x1c07ad[_0x142845([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x142845([0x2a])))[_0x142845([0x6d,0x61,0x70])](_0x18d801=>_0x18d801[_0x142845([0x73,0x70,0x6c,0x69,0x74])](_0x142845([0x2e])))[_0x142845([0x73,0x6f,0x6d,0x65])](_0x3cbf18=>_0x1a3df2[_0x142845([0x65,0x76,0x65,0x72,0x79])]((_0x489da4,_0x23931e)=>_0x3cbf18[_0x23931e]===_0x489da4||_0x3cbf18[_0x23931e]===_0x142845([0x2a])));}function _0x4744b0(){return _0x3170fa&&_0x184628?new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xe0e9c2,_0x5e1176)=>{_0x3170fa[_0x142845([0x74,0x68,0x65,0x6e])](_0xe0e9c2,_0x5e1176),_0x184628[_0x142845([0x74,0x68,0x65,0x6e])](_0x14ad93=>{_0x14ad93!=_0x142845([0x56,0x61,0x6c,0x69,0x64])&&_0xe0e9c2(_0x14ad93);},_0x5e1176);}):_0x3170fa||_0x184628||_0x142845([0x56,0x61,0x6c,0x69,0x64]);}}function _0x553e58(_0xbdc1e9,_0x44ac90){return new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b0f11=>{if(_0x1831f8())return _0x1b0f11(_0x142845([0x56,0x61,0x6c,0x69,0x64]));_0x1d41f1(),_0x49c003[_0x142845([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x142845([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e0baf=!0x1;const _0x334f7a=_0x4ad2bb();function _0xa1bcae(_0x5c4fdc){return!!_0x5c4fdc&&(typeof _0x5c4fdc===_0x142845([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5c4fdc===_0x142845([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5c4fdc[_0x142845([0x74,0x68,0x65,0x6e])]===_0x142845([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5c4fdc[_0x142845([0x63,0x61,0x74,0x63,0x68])]===_0x142845([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4fe2f5(_0x43b8db){_0x43f453(_0x43b8db)[_0x142845([0x74,0x68,0x65,0x6e])](_0x1bf8ef=>{if(!_0x1bf8ef||_0x1bf8ef[_0x142845([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x142845([0x6f,0x6b]))return _0x142845([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3d7117(_0x3d15fe(_0x334f7a+_0x44ac90))!=_0x1bf8ef[_0x142845([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x142845([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x142845([0x56,0x61,0x6c,0x69,0x64]);})[_0x142845([0x74,0x68,0x65,0x6e])](_0x23321e=>(_0x55620d(),_0x23321e),()=>{const _0x5c7067=_0x5b3e61();return null==_0x5c7067?(_0x55620d(),_0x142845([0x56,0x61,0x6c,0x69,0x64])):_0x142845(_0x569f12-_0x5c7067>(0x40cd183a^_0x252ac4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x142845([0x74,0x68,0x65,0x6e])](_0x1b0f11)[_0x142845([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1b0f11(_0x142845([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3b01b6=0x64f772ba^_0x252ac4;function _0x55620d(){const _0x334cfe=_0x142845([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d7117(_0x3d15fe(_0xbdc1e9)),_0x147079=_0x2406ad(_0x3d7117(window[_0x142845([0x4d,0x61,0x74,0x68])][_0x142845([0x63,0x65,0x69,0x6c])](_0x569f12/_0x3b01b6)));window[_0x142845([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x142845([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x334cfe,_0x147079);}function _0x5b3e61(){const _0x20c6ba=_0x142845([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d7117(_0x3d15fe(_0xbdc1e9)),_0x44a9e6=window[_0x142845([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x142845([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x20c6ba);return _0x44a9e6?window[_0x142845([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2406ad(_0x44a9e6),0x10)*_0x3b01b6:null;}function _0x43f453(_0x56e02f){return new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25bd56,_0x2578b3)=>{_0x56e02f[_0x142845([0x74,0x68,0x65,0x6e])](_0x25bd56,_0x2578b3),window[_0x142845([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2578b3,0x64c048fa^_0x252ac4);});}}_0x49c003[_0x142845([0x6f,0x6e])](_0x142845([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4abe6d,_0x536c1c)=>{if(_0x536c1c[0x0]!=_0xbdc1e9)return _0x1b0f11(_0x142845([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x536c1c[0x1]={..._0x536c1c[0x1],[_0x142845([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x334f7a};},{[_0x142845([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x142845([0x68,0x69,0x67,0x68])}),_0x49c003[_0x142845([0x6f,0x6e])](_0x142845([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x403a32=>{_0xa1bcae(_0x403a32[_0x142845([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e0baf=!0x0,_0x4fe2f5(_0x403a32[_0x142845([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x142845([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x142845([0x6c,0x6f,0x77])}),_0x200c41[_0x142845([0x74,0x68,0x65,0x6e])](()=>{_0x2e0baf||_0x1b0f11(_0x142845([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1831f8(){return _0x49c003[_0x142845([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x142845([0x76,0x69,0x65,0x77])][_0x142845([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x142845([0x61,0x75,0x74,0x6f]);}function _0x1d41f1(){_0x49c003[_0x142845([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x142845([0x76,0x69,0x65,0x77])][_0x142845([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x142845([0x61,0x75,0x74,0x6f]);}}function _0x29af9e(_0x5cfc50){const _0x57862b=[new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd1c771=>setTimeout(_0xd1c771,0x64c8a2f6^_0x252ac4)),_0x200c41[_0x142845([0x74,0x68,0x65,0x6e])](()=>new window[(_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50c76=>{let _0x2a1eac=0x0;_0x49c003[_0x142845([0x6d,0x6f,0x64,0x65,0x6c])][_0x142845([0x6f,0x6e])](_0x142845([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4fbe7c,_0x313365)=>{_0x313365[0x0][_0x142845([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a1eac++,_0x2a1eac==(0x64c19dc2^_0x252ac4)&&(_0x50c76(),_0x4fbe7c[_0x142845([0x6f,0x66,0x66])]());});}))];return window[_0x142845([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x142845([0x72,0x61,0x63,0x65])](_0x57862b)[_0x142845([0x74,0x68,0x65,0x6e])](()=>_0x5cfc50);}async function _0x276140(){await _0x200c41,_0x49c003[_0x142845([0x6d,0x6f,0x64,0x65,0x6c])][_0x142845([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xfe24fc,_0x49c003[_0x142845([0x6d,0x6f,0x64,0x65,0x6c])][_0x142845([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xfe24fc,_0x49c003[_0x142845([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x142845([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5d36c7(_0x254d26){const _0x18c36f=_0x169b50();_0x49c003[_0x18c36f]=_0x142845([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])+_0x254d26,_0x254d26!=_0x142845([0x56,0x61,0x6c,0x69,0x64])&&_0x276140();}function _0x169b50(){const _0x2a38b4=window[_0x142845([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x142845([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x142845([0x6e,0x6f,0x77])]())[_0x142845([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x142845([0x2e]),'');let _0x2716ce=_0x142845([0x57]);for(let _0x56d203=0x0;_0x56d203<_0x2a38b4[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x56d203+=0x2){let _0x1bdc90=window[_0x142845([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a38b4[_0x142845([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x56d203,_0x56d203+0x2));_0x1bdc90>=_0x70717d[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1bdc90-=_0x70717d[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2716ce+=_0x70717d[_0x1bdc90];}return _0x2716ce;}function _0x5f1698(){const _0x21c4bb=_0x4acb21[_0x142845([0x73,0x70,0x6c,0x69,0x74])](_0x142845([0x2e]));if(0x3!=_0x21c4bb[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1bdf94(_0x21c4bb[0x1]);function _0x1bdf94(_0x3203bd){const _0x530a39=_0x1897bd(_0x3203bd);return _0x530a39&&_0x2c97bf()?_0x530a39:null;function _0x2c97bf(){const _0x455b07=_0x530a39[_0x142845([0x6a,0x74,0x69])],_0x35205a=window[_0x142845([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x455b07[_0x142845([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x455b07[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x242bca={..._0x530a39,[_0x142845([0x6a,0x74,0x69])]:_0x455b07[_0x142845([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x455b07[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x242bca[_0x142845([0x76,0x63])],_0x3d15fe(_0x242bca)==_0x35205a;}}}async function _0x113c7d(){let _0x214aba=!0x0;try{const _0x41c105=_0x4acb21[_0x142845([0x73,0x70,0x6c,0x69,0x74])](_0x142845([0x2e])),[_0x55592a,_0x445909,_0x482097]=_0x41c105;return _0x2d1964(_0x55592a),await _0x453400(_0x55592a,_0x445909,_0x482097),_0x214aba;}catch{return!0x1;}function _0x2d1964(_0x1c160d){const _0x5d67bd=_0x1897bd(_0x1c160d);_0x5d67bd&&_0x5d67bd[_0x142845([0x61,0x6c,0x67])]==_0x142845([0x45,0x53,0x32,0x35,0x36])||(_0x214aba=!0x1);}async function _0x453400(_0x58fc00,_0x2a7bb2,_0x3602af){const _0xa8074d=window[_0x142845([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x142845([0x66,0x72,0x6f,0x6d])](_0x11fa6e(_0x3602af),_0xd663df=>_0xd663df[_0x142845([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd98182=new window[(_0x142845([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x142845([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x58fc00+_0x142845([0x2e])+_0x2a7bb2),_0x2fc8a4=window[_0x142845([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x142845([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2fc8a4)return;const _0x450134=await _0x2fc8a4[_0x142845([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x142845([0x6a,0x77,0x6b]),_0x1e7474,{[_0x142845([0x6e,0x61,0x6d,0x65])]:_0x142845([0x45,0x43,0x44,0x53,0x41]),[_0x142845([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x142845([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x142845([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2fc8a4[_0x142845([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x142845([0x6e,0x61,0x6d,0x65])]:_0x142845([0x45,0x43,0x44,0x53,0x41]),[_0x142845([0x68,0x61,0x73,0x68])]:{[_0x142845([0x6e,0x61,0x6d,0x65])]:_0x142845([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x450134,_0xa8074d,_0xd98182)||(_0x214aba=!0x1);}}function _0x1897bd(_0x41aca7){return _0x41aca7[_0x142845([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x142845([0x65,0x79]))?JSON[_0x142845([0x70,0x61,0x72,0x73,0x65])](_0x11fa6e(_0x41aca7)):null;}function _0x11fa6e(_0x3c9814){return window[_0x142845([0x61,0x74,0x6f,0x62])](_0x3c9814[_0x142845([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x142845([0x2b]))[_0x142845([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x142845([0x2f])));}function _0x3d15fe(_0x76a3ab){let _0x135f01=0x1505;function _0x3a3537(_0x4561c1){for(let _0x3e4f59=0x0;_0x3e4f59<_0x4561c1[_0x142845([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e4f59++){const _0xb3659d=_0x4561c1[_0x142845([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3e4f59);_0x135f01=(_0x135f01<<0x5)+_0x135f01+_0xb3659d,_0x135f01&=_0x135f01;}}function _0x56b38e(_0x58941c){Array[_0x142845([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x58941c)?_0x58941c[_0x142845([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x56b38e):_0x58941c&&typeof _0x58941c==_0x142845([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x142845([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x58941c)[_0x142845([0x73,0x6f,0x72,0x74])]()[_0x142845([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe162b1,_0x29f9e7])=>{_0x3a3537(_0xe162b1),_0x56b38e(_0x29f9e7);}):_0x3a3537(window[_0x142845([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x58941c));}return _0x56b38e(_0x76a3ab),_0x135f01>>>0x0;}function _0x3d7117(_0x18908b){return _0x18908b[_0x142845([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x142845([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x142845([0x30]));}function _0x2406ad(_0x42cf7e){return _0x42cf7e[_0x142845([0x73,0x70,0x6c,0x69,0x74])]('')[_0x142845([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x142845([0x6a,0x6f,0x69,0x6e])]('');}function _0xfe24fc(){}function _0x142845(_0x5a330c){return _0x5a330c['map'](_0x269983=>String['fromCharCode'](_0x269983))['join']('');}_0x5d36c7(await _0x1eefcd());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x4d0ee5,{outlineDefinitions:_0x5d3278,outlineChanges:_0x13fa84}){this['_currentOutlineDefinitions']=_0x5d3278,this['view']['sync'](_0x13fa84);}['_setActiveViewItem'](_0x37e3ce){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x37e3ce]&&(this['view']['activeItemIndex']=_0x37e3ce);}['_handleItemSelected'](_0x5a1460){const _0x54fc33=this['_currentOutlineDefinitions'][_0x5a1460]['modelElement'];this['editor']['model']['change'](_0x13bf8a=>{_0x13bf8a['setSelection'](_0x54fc33,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x5a1460);}['_updateActiveDefinitionOnViewportChange'](){const _0x46f60d=this['editor'];let _0x385e3b;for(const _0x30423b of _0x46f60d['model']['document']['getRootNames']()){const _0x416cd2=_0x46f60d['editing']['view']['getDomRoot'](_0x30423b),_0x3dc4a6=_0x416cd2&&new _0x31e5f4(_0x416cd2)['getVisible']();if(_0x3dc4a6){const _0x2493c0=new _0x31e5f4(_0xf99373['window'])['getIntersection'](_0x3dc4a6);_0x2493c0&&(_0x385e3b=_0x2493c0['top']+0.25*_0x2493c0['height']);}}if(void 0x0===_0x385e3b)return;const _0x47dca0=d(_0x46f60d['editing'],this['_currentOutlineDefinitions'],_0x385e3b);_0x47dca0?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x47dca0)):this['_setActiveViewItem'](-0x1);}}function d(_0x8e048b,_0x42c8e7,_0x33da1a,_0x98c1cd=0x0,_0x53b9e1=_0x42c8e7['length']-0x1){const _0x5a27da=Math['floor'](_0x98c1cd+(_0x53b9e1-_0x98c1cd)/0x2);if(_0x53b9e1>=_0x98c1cd){const _0x178e99=_0x42c8e7[_0x5a27da],_0x2d1219=_0x8e048b['mapper']['toViewElement'](_0x178e99['modelElement']);if(!_0x2d1219)return null;const _0xd68dc5=_0x8e048b['view']['domConverter']['mapViewToDom'](_0x2d1219);return new _0x31e5f4(_0xd68dc5)['bottom']>_0x33da1a?d(_0x8e048b,_0x42c8e7,_0x33da1a,_0x98c1cd,_0x5a27da-0x1):d(_0x8e048b,_0x42c8e7,_0x33da1a,_0x5a27da+0x1,_0x53b9e1);}return _0x5a27da<0x0?null:_0x42c8e7[_0x5a27da];}class u extends _0x3b83ba{['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 _0x1703d2=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x48852b;for(const _0x167e86 in _0x1703d2){const _0x219745=_0x167e86,_0x3112ac=_0x1703d2[_0x219745];if('documentOutlineLicenseKeyValid'==_0x3112ac||'documentOutlineLicenseKeyInvalid'==_0x3112ac||'documentOutlineLicenseKeyExpired'==_0x3112ac||'documentOutlineLicenseKeyDomainLimit'==_0x3112ac||'documentOutlineLicenseKeyNotAllowed'==_0x3112ac||'documentOutlineLicenseKeyEvaluationLimit'==_0x3112ac||'documentOutlineLicenseKeyTrialLimit'==_0x3112ac||'documentOutlineLicenseKeyUsageLimit'==_0x3112ac){delete _0x1703d2[_0x219745],_0x48852b=_0x3112ac,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x48852b&&_0x1703d2['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x48852b&&_0x1703d2['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x48852b&&_0x1703d2['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x48852b&&_0x1703d2['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x48852b&&_0x1703d2['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x48852b&&_0x1703d2['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x48852b&&_0x1703d2['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x19eeaa{['execute'](){this['editor']['model']['change'](_0x16c0b0=>{this['editor']['model']['insertObject'](_0x16c0b0['createElement']('tableOfContents'));});}['refresh'](){const _0x207db6=this['editor']['model'],_0x1caf4d=_0x207db6['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x1caf4d&&_0x207db6['schema']['findAllowedParent'](_0x1caf4d,'tableOfContents'));}}class b extends _0x3b83ba{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x51f84b=this['editor'];if(_0x51f84b['config']['get']('headingId.modelAttributeName'))return;(function(_0x28742d){const _0x2dad94=new Map();if(_0x28742d)return _0x28742d['forEach'](_0x3e76c7=>{'paragraph'!==_0x3e76c7['model']&&_0x2dad94['set'](_0x3e76c7['view'],_0x3e76c7['model']);}),_0x2dad94['get']('h1')||_0x2dad94['set']('h1','heading1'),_0x2dad94;return _0x2dad94;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x40aa43,_0x5ea1a6)=>{this['_customUpcastHeadingsConversion'](_0x5ea1a6),this['_customDataDowncastHeadingsConversion'](_0x40aa43),_0x51f84b['model']['schema']['isRegistered'](_0x40aa43)&&_0x51f84b['model']['schema']['extend'](_0x40aa43,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x830164){this['editor']['conversion']['for']('upcast')['add'](_0x483551=>_0x483551['on']('element:'+_0x830164,(_0x1f33ca,_0x23e1d7,_0x11696c)=>{const {consumable:_0x2b8019,writer:_0xedbcfb}=_0x11696c,_0x3d9b24=_0x23e1d7['viewItem']['getAttribute']('id'),_0x8fa50c=_0x23e1d7['modelRange']['getContainedElement']();if(_0x8fa50c)return _0x3d9b24&&_0x3d9b24['length']||_0x8fa50c['hasAttribute']('headingId')?void(_0x2b8019['consume'](_0x23e1d7['viewItem'],{'attributes':['id']})&&_0xedbcfb['setAttribute']('headingId',_0x3d9b24,_0x8fa50c)):(_0x2b8019['consume'](_0x23e1d7['viewItem'],{'attributes':['id']}),void _0xedbcfb['setAttribute']('headingId',_0x4ad2bb(),_0x8fa50c));},{'priority':_0x3c5dc6['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xc3e5a8){this['editor']['conversion']['for']('downcast')['add'](_0x1d0afd=>_0x1d0afd['on']('attribute:headingId:'+_0xc3e5a8,(_0x5bff01,_0x4bb334,_0x4cf7cf)=>{if(!_0x4cf7cf['consumable']['consume'](_0x4bb334['item'],_0x5bff01['name']))return;const _0x3098bf=_0x4bb334['item']['getAttribute']('headingId'),_0x35c6a0=_0x4cf7cf['mapper']['toViewElement'](_0x4bb334['item']);_0x4cf7cf['writer']['setAttribute']('id',_0x3098bf,_0x35c6a0);}));}['_registerHeadingIdAttributePostfixer'](){const _0x5e95c6=this['editor'],_0x4792af=new Set(),_0x48bb01=new Set();function _0x26cd73(_0x11416a,_0xeb7207){const _0x2eaa1b=_0x4ad2bb();return _0x48bb01['add'](_0x2eaa1b),_0x11416a['setAttribute']('headingId',_0x2eaa1b,_0xeb7207),_0x2eaa1b;}function _0x577e42(_0x2636e0,_0x52c476){_0x2636e0['removeAttribute']('headingId',_0x52c476);}_0x5e95c6['model']['document']['registerPostFixer'](_0x1385ef=>{const _0x17fd1d=_0x5e95c6['model']['document']['differ']['getChanges']();let _0xa2f5c6=!0x1;for(const _0x2ed5b5 of _0x17fd1d)if('insert'==_0x2ed5b5['type']&&_0x2ed5b5['name']){if(_0x2ed5b5['name']['match'](/heading\d/)){const _0x26329e=_0x2ed5b5['attributes']['get']('headingId');'string'==typeof _0x26329e?_0x4792af['has'](_0x26329e)?(_0x26cd73(_0x1385ef,_0x2ed5b5['position']['nodeAfter']),_0xa2f5c6=!0x0):_0x48bb01['add'](_0x26329e):(_0x26cd73(_0x1385ef,_0x2ed5b5['position']['nodeAfter']),_0xa2f5c6=!0x0);}else'string'==typeof _0x2ed5b5['attributes']['get']('headingId')&&(_0x577e42(_0x1385ef,_0x2ed5b5['position']['nodeAfter']),_0xa2f5c6=!0x0);}else{if('remove'==_0x2ed5b5['type']){const _0x187b25=_0x2ed5b5['attributes']['get']('headingId');'string'==typeof _0x187b25&&_0x4792af['delete'](_0x187b25);}}return _0xa2f5c6;}),_0x5e95c6['model']['document']['on']('change',()=>{_0x48bb01['forEach'](_0x188be1=>_0x4792af['add'](_0x188be1)),_0x48bb01['clear']();});}}class s extends _0x3b83ba{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x3b477b,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x2e3c78){super(_0x2e3c78),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x5d0244=this['editor'],_0x7d489b=_0x5d0244['editing']['view']['document'];_0x5d0244['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x5d0244['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x7d489b,'click',(_0x65e6f,_0x1624f3)=>{if(!_0x1624f3['target'])return;const _0x2e4d56=_0x1624f3['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x2e4d56)&&(_0x1624f3['domEvent']['preventDefault'](),_0x65e6f['stop'](),this['_handleScrollToHeading'](_0x2e4d56));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x5d0244['commands']['add']('insertTableOfContents',new O(_0x5d0244)),(_0x5d0244['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x57174c,_0x5b989a)=>{this['_currentOutlineDefinitions']=_0x5b989a['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x5d0244['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x2ce9a4){const _0x371699=_0x51e3d0([0x36,0x6e,0x48,0x43,0x31,0x39,0x52,0x6c,0x35,0x70,0x38,0x6d,0x42,0x56,0x66,0x47,0x30,0x58,0x72,0x6f,0x75,0x62,0x4c,0x63,0x67,0x44,0x4d,0x79,0x55,0x57,0x32,0x34,0x54,0x61,0x7a,0x76,0x68,0x33,0x41,0x6a,0x74,0x73,0x4f,0x6b,0x69,0x50,0x49,0x5a,0x59,0x53,0x4e,0x46,0x45,0x65,0x78,0x37,0x71,0x64,0x77,0x51,0x4b,0x4a]),_0x14b27b=0x43507048,_0x55af1b=0x43571918^_0x14b27b,_0x3d5e6c=window[_0x51e3d0([0x44,0x61,0x74,0x65])][_0x51e3d0([0x6e,0x6f,0x77])](),_0x1a3d4e=_0x2ce9a4[_0x51e3d0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3f0fa1=new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d7adb=>{_0x1a3d4e[_0x51e3d0([0x6f,0x6e,0x63,0x65])](_0x51e3d0([0x72,0x65,0x61,0x64,0x79]),_0x3d7adb);}),_0x24e697={[_0x51e3d0([0x6b,0x74,0x79])]:_0x51e3d0([0x45,0x43]),[_0x51e3d0([0x75,0x73,0x65])]:_0x51e3d0([0x73,0x69,0x67]),[_0x51e3d0([0x63,0x72,0x76])]:_0x51e3d0([0x50,0x2d,0x32,0x35,0x36]),[_0x51e3d0([0x78])]:_0x51e3d0([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]),[_0x51e3d0([0x79])]:_0x51e3d0([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]),[_0x51e3d0([0x61,0x6c,0x67])]:_0x51e3d0([0x45,0x53,0x32,0x35,0x36])},_0x5a40ec=_0x1a3d4e[_0x51e3d0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x51e3d0([0x67,0x65,0x74])](_0x51e3d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3ac10f(){let _0x4bb235,_0x5a9580=null,_0x47e53e=null;try{if(_0x5a40ec==_0x51e3d0([0x47,0x50,0x4c]))return _0x51e3d0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4bb235=_0x12defc(),!_0x4bb235)return _0x51e3d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4bb235[_0x51e3d0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x47e53e=_0x5165c8(_0x4bb235[_0x51e3d0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4bb235[_0x51e3d0([0x6a,0x74,0x69])])),await _0x18a475()?_0x50c074()?_0x40f721()?_0x51e3d0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xf6f301()?(_0x4bb235[_0x51e3d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x51e3d0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a9580=_0x135d91(_0x51e3d0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4bb235[_0x51e3d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x51e3d0([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a9580=_0x135d91(_0x51e3d0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x11a665()):_0x51e3d0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x51e3d0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x51e3d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x51e3d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40f721(){const _0x3d6c78=[_0x51e3d0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x51e3d0([0x74,0x72,0x69,0x61,0x6c])][_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bb235[_0x51e3d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d5e6c/0x3e8:0xe10*_0x55af1b;return _0x4bb235[_0x51e3d0([0x65,0x78,0x70])]<_0x3d6c78;}function _0x50c074(){const _0x3448a5=_0x4bb235[_0x51e3d0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3448a5&&(!!_0x3448a5[_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51e3d0([0x2a]))||(!!_0x3448a5[_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51e3d0([0x54,0x4f,0x43]))||!!_0x3448a5[_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51e3d0([0x50,0x50]))));}function _0xf6f301(){const _0x5189f3=_0x4bb235[_0x51e3d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5189f3||0x0==_0x5189f3[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x44b718}=new URL(window[_0x51e3d0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5189f3[_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44b718))return!0x0;const _0x5d1700=_0x44b718[_0x51e3d0([0x73,0x70,0x6c,0x69,0x74])](_0x51e3d0([0x2e]));return _0x5189f3[_0x51e3d0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7aeaa9=>_0x7aeaa9[_0x51e3d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51e3d0([0x2a])))[_0x51e3d0([0x6d,0x61,0x70])](_0x4ed8bf=>_0x4ed8bf[_0x51e3d0([0x73,0x70,0x6c,0x69,0x74])](_0x51e3d0([0x2e])))[_0x51e3d0([0x73,0x6f,0x6d,0x65])](_0xc6506a=>_0x5d1700[_0x51e3d0([0x65,0x76,0x65,0x72,0x79])]((_0x25471f,_0x487f86)=>_0xc6506a[_0x487f86]===_0x25471f||_0xc6506a[_0x487f86]===_0x51e3d0([0x2a])));}function _0x11a665(){return _0x5a9580&&_0x47e53e?new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22b1ec,_0x15c8f3)=>{_0x5a9580[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x22b1ec,_0x15c8f3),_0x47e53e[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x1d0bf4=>{_0x1d0bf4!=_0x51e3d0([0x56,0x61,0x6c,0x69,0x64])&&_0x22b1ec(_0x1d0bf4);},_0x15c8f3);}):_0x5a9580||_0x47e53e||_0x51e3d0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5165c8(_0x55360c,_0x4726a4){return new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x153c58=>{if(_0x1b095b())return _0x153c58(_0x51e3d0([0x56,0x61,0x6c,0x69,0x64]));_0x3bd8af(),_0x1a3d4e[_0x51e3d0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x51e3d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2fa444=!0x1;const _0x54a822=_0x4ad2bb();function _0x217c2f(_0x2b110f){return!!_0x2b110f&&(typeof _0x2b110f===_0x51e3d0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2b110f===_0x51e3d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2b110f[_0x51e3d0([0x74,0x68,0x65,0x6e])]===_0x51e3d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2b110f[_0x51e3d0([0x63,0x61,0x74,0x63,0x68])]===_0x51e3d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2a91ed(_0x474084){_0x4b3bb0(_0x474084)[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x191aeb=>{if(!_0x191aeb||_0x191aeb[_0x51e3d0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x51e3d0([0x6f,0x6b]))return _0x51e3d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x131e34(_0x39fc6b(_0x54a822+_0x4726a4))!=_0x191aeb[_0x51e3d0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x51e3d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x51e3d0([0x56,0x61,0x6c,0x69,0x64]);})[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x4d51d8=>(_0x1e59cd(),_0x4d51d8),()=>{const _0x882451=_0x1255cd();return null==_0x882451?(_0x1e59cd(),_0x51e3d0([0x56,0x61,0x6c,0x69,0x64])):_0x51e3d0(_0x3d5e6c-_0x882451>(0x675cf448^_0x14b27b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x153c58)[_0x51e3d0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x153c58(_0x51e3d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13aef=0x43669ec8^_0x14b27b;function _0x1e59cd(){const _0x4ccd93=_0x51e3d0([0x6c,0x6c,0x63,0x74,0x2d])+_0x131e34(_0x39fc6b(_0x55360c)),_0x36b6e5=_0x59ce61(_0x131e34(window[_0x51e3d0([0x4d,0x61,0x74,0x68])][_0x51e3d0([0x63,0x65,0x69,0x6c])](_0x3d5e6c/_0x13aef)));window[_0x51e3d0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x51e3d0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4ccd93,_0x36b6e5);}function _0x1255cd(){const _0x580340=_0x51e3d0([0x6c,0x6c,0x63,0x74,0x2d])+_0x131e34(_0x39fc6b(_0x55360c)),_0x4ba55c=window[_0x51e3d0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x51e3d0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x580340);return _0x4ba55c?window[_0x51e3d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59ce61(_0x4ba55c),0x10)*_0x13aef:null;}function _0x4b3bb0(_0x89951){return new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f13af,_0x46ddcb)=>{_0x89951[_0x51e3d0([0x74,0x68,0x65,0x6e])](_0x2f13af,_0x46ddcb),window[_0x51e3d0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x46ddcb,0x4351a488^_0x14b27b);});}}_0x1a3d4e[_0x51e3d0([0x6f,0x6e])](_0x51e3d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x399f7b,_0x16ad64)=>{if(_0x16ad64[0x0]!=_0x55360c)return _0x153c58(_0x51e3d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16ad64[0x1]={..._0x16ad64[0x1],[_0x51e3d0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54a822};},{[_0x51e3d0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x51e3d0([0x68,0x69,0x67,0x68])}),_0x1a3d4e[_0x51e3d0([0x6f,0x6e])](_0x51e3d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x593176=>{_0x217c2f(_0x593176[_0x51e3d0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2fa444=!0x0,_0x2a91ed(_0x593176[_0x51e3d0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x51e3d0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x51e3d0([0x6c,0x6f,0x77])}),_0x3f0fa1[_0x51e3d0([0x74,0x68,0x65,0x6e])](()=>{_0x2fa444||_0x153c58(_0x51e3d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b095b(){return _0x1a3d4e[_0x51e3d0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x51e3d0([0x76,0x69,0x65,0x77])][_0x51e3d0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x51e3d0([0x61,0x75,0x74,0x6f]);}function _0x3bd8af(){_0x1a3d4e[_0x51e3d0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x51e3d0([0x76,0x69,0x65,0x77])][_0x51e3d0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x51e3d0([0x61,0x75,0x74,0x6f]);}}function _0x135d91(_0x7422dc){const _0x3f31f9=[new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd72f69=>setTimeout(_0xd72f69,0x43594e84^_0x14b27b)),_0x3f0fa1[_0x51e3d0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f0329=>{let _0xc09a6c=0x0;_0x1a3d4e[_0x51e3d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x51e3d0([0x6f,0x6e])](_0x51e3d0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xd9356,_0x54495c)=>{_0x54495c[0x0][_0x51e3d0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xc09a6c++,_0xc09a6c==(0x435071b0^_0x14b27b)&&(_0x3f0329(),_0xd9356[_0x51e3d0([0x6f,0x66,0x66])]());});}))];return window[_0x51e3d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x51e3d0([0x72,0x61,0x63,0x65])](_0x3f31f9)[_0x51e3d0([0x74,0x68,0x65,0x6e])](()=>_0x7422dc);}async function _0x470389(){await _0x3f0fa1,_0x1a3d4e[_0x51e3d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x51e3d0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x20646d,_0x1a3d4e[_0x51e3d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x51e3d0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x20646d,_0x1a3d4e[_0x51e3d0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x51e3d0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x47873a(_0xe8ec32){const _0x1de8b2=_0x38077a();_0x1a3d4e[_0x1de8b2]=_0x51e3d0([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])+_0xe8ec32,_0xe8ec32!=_0x51e3d0([0x56,0x61,0x6c,0x69,0x64])&&_0x470389();}function _0x38077a(){const _0x5e74a0=window[_0x51e3d0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x51e3d0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x51e3d0([0x6e,0x6f,0x77])]())[_0x51e3d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x51e3d0([0x2e]),'');let _0xa59ac1=_0x51e3d0([0x6e]);for(let _0xc15e8e=0x0;_0xc15e8e<_0x5e74a0[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc15e8e+=0x2){let _0x323dc8=window[_0x51e3d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e74a0[_0x51e3d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc15e8e,_0xc15e8e+0x2));_0x323dc8>=_0x371699[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x323dc8-=_0x371699[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xa59ac1+=_0x371699[_0x323dc8];}return _0xa59ac1;}function _0x12defc(){const _0x51a0dc=_0x5a40ec[_0x51e3d0([0x73,0x70,0x6c,0x69,0x74])](_0x51e3d0([0x2e]));if(0x3!=_0x51a0dc[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1feb54(_0x51a0dc[0x1]);function _0x1feb54(_0x5a0726){const _0x57017e=_0x2a12c3(_0x5a0726);return _0x57017e&&_0x3697ae()?_0x57017e:null;function _0x3697ae(){const _0x5b51a0=_0x57017e[_0x51e3d0([0x6a,0x74,0x69])],_0x2ea84c=window[_0x51e3d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b51a0[_0x51e3d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b51a0[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5da704={..._0x57017e,[_0x51e3d0([0x6a,0x74,0x69])]:_0x5b51a0[_0x51e3d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5b51a0[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5da704[_0x51e3d0([0x76,0x63])],_0x39fc6b(_0x5da704)==_0x2ea84c;}}}async function _0x18a475(){let _0x263434=!0x0;try{const _0x265a65=_0x5a40ec[_0x51e3d0([0x73,0x70,0x6c,0x69,0x74])](_0x51e3d0([0x2e])),[_0x543d59,_0x50e5e9,_0x30423d]=_0x265a65;return _0x4c4c64(_0x543d59),await _0x17a92e(_0x543d59,_0x50e5e9,_0x30423d),_0x263434;}catch{return!0x1;}function _0x4c4c64(_0x34969b){const _0x388396=_0x2a12c3(_0x34969b);_0x388396&&_0x388396[_0x51e3d0([0x61,0x6c,0x67])]==_0x51e3d0([0x45,0x53,0x32,0x35,0x36])||(_0x263434=!0x1);}async function _0x17a92e(_0x103d40,_0xe6a95b,_0x5bddd3){const _0x57f461=window[_0x51e3d0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x51e3d0([0x66,0x72,0x6f,0x6d])](_0x352a85(_0x5bddd3),_0x5a7353=>_0x5a7353[_0x51e3d0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x271e12=new window[(_0x51e3d0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x51e3d0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x103d40+_0x51e3d0([0x2e])+_0xe6a95b),_0x9cf590=window[_0x51e3d0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x51e3d0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x9cf590)return;const _0x386b50=await _0x9cf590[_0x51e3d0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x51e3d0([0x6a,0x77,0x6b]),_0x24e697,{[_0x51e3d0([0x6e,0x61,0x6d,0x65])]:_0x51e3d0([0x45,0x43,0x44,0x53,0x41]),[_0x51e3d0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x51e3d0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x51e3d0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x9cf590[_0x51e3d0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x51e3d0([0x6e,0x61,0x6d,0x65])]:_0x51e3d0([0x45,0x43,0x44,0x53,0x41]),[_0x51e3d0([0x68,0x61,0x73,0x68])]:{[_0x51e3d0([0x6e,0x61,0x6d,0x65])]:_0x51e3d0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x386b50,_0x57f461,_0x271e12)||(_0x263434=!0x1);}}function _0x2a12c3(_0x57d414){return _0x57d414[_0x51e3d0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x51e3d0([0x65,0x79]))?JSON[_0x51e3d0([0x70,0x61,0x72,0x73,0x65])](_0x352a85(_0x57d414)):null;}function _0x352a85(_0x22de0d){return window[_0x51e3d0([0x61,0x74,0x6f,0x62])](_0x22de0d[_0x51e3d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x51e3d0([0x2b]))[_0x51e3d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x51e3d0([0x2f])));}function _0x39fc6b(_0x3bd26e){let _0x501032=0x1505;function _0x11d47e(_0x208631){for(let _0x1fb705=0x0;_0x1fb705<_0x208631[_0x51e3d0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1fb705++){const _0xcf004c=_0x208631[_0x51e3d0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1fb705);_0x501032=(_0x501032<<0x5)+_0x501032+_0xcf004c,_0x501032&=_0x501032;}}function _0x356ede(_0x55a4ac){Array[_0x51e3d0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x55a4ac)?_0x55a4ac[_0x51e3d0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x356ede):_0x55a4ac&&typeof _0x55a4ac==_0x51e3d0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x51e3d0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x55a4ac)[_0x51e3d0([0x73,0x6f,0x72,0x74])]()[_0x51e3d0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7e40c1,_0x1948a8])=>{_0x11d47e(_0x7e40c1),_0x356ede(_0x1948a8);}):_0x11d47e(window[_0x51e3d0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x55a4ac));}return _0x356ede(_0x3bd26e),_0x501032>>>0x0;}function _0x131e34(_0x38dc22){return _0x38dc22[_0x51e3d0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x51e3d0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x51e3d0([0x30]));}function _0x59ce61(_0x13d87f){return _0x13d87f[_0x51e3d0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x51e3d0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x51e3d0([0x6a,0x6f,0x69,0x6e])]('');}function _0x20646d(){}function _0x51e3d0(_0x25da9c){return _0x25da9c['map'](_0x8dc2a6=>String['fromCharCode'](_0x8dc2a6))['join']('');}_0x47873a(await _0x3ac10f());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x18a132=>{'$graveyard'!==_0x18a132['rootName']&&this['editor']['editing']['reconvertItem'](_0x18a132);});}['_trackNewToCElements'](){for(const _0x22b68a of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x22b68a['type']||'tableOfContents'!==_0x22b68a['name'])return;this['_tableOfContentsElements']['add'](_0x22b68a['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x7ba47c=this['editor']['conversion'];_0x7ba47c['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x7ba47c['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5ea981,{writer:_0x5d7e0a})=>this['_createTableOfContents'](_0x5d7e0a,!0x0)}),_0x7ba47c['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2f0bed,{writer:_0x26335d})=>{this['_tableOfContentsElements']['add'](_0x2f0bed);const _0x182a77=this['_createTableOfContents'](_0x26335d);return _0x31bcac(_0x182a77,_0x26335d,{'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'](_0x244f5c,_0x1e3966=!0x1){const {locale:_0x43fd32}=this['editor'],_0x101cb5=_0x244f5c['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x1e3966&&{'data-table-of-contents-label':j(_0x43fd32,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x1e3966&&_0x244f5c['insert'](_0x244f5c['createPositionAt'](_0x101cb5,'end'),_0x244f5c['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x244f5c['createText'](j(_0x43fd32,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x37901e=_0x1e3966?'':'['+j(_0x43fd32,'Empty\x20heading')+']';let _0x239658=_0x101cb5;return this['_currentOutlineDefinitions']['forEach']((_0x4a2321,_0x6b9f22,_0x40cb79)=>{const _0x42ca64=this['editor']['model']['hasContent'](_0x4a2321['modelElement'],{'ignoreWhitespaces':!0x0}),_0x4ec998=_0x42ca64?_0x4a2321['text']:_0x37901e,_0x2b584f=_0x4a2321['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x31d113=_0x244f5c['createContainerElement']('a',{'href':'#'+_0x2b584f,...!_0x1e3966&&{'tabindex':'-1'}},[_0x244f5c['createText'](_0x4ec998)]),_0x3fe1f1=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x244f5c['setCustomProperty']('tableOfContentsHeadingIndex',_0x6b9f22,_0x31d113);const _0x1cebb4=_0x244f5c['createContainerElement']('li',null,[_0x42ca64||!_0x1e3966&&_0x3fe1f1?_0x31d113:_0x244f5c['createText']('')]),_0x4a290e=_0x6b9f22?_0x40cb79[_0x6b9f22-0x1]['level']:0x0,_0x28707c=Math['abs'](_0x4a2321['level']-_0x4a290e);if(_0x4a2321['level']>_0x4a290e){const _0x43ae34=N(_0x1cebb4,_0x28707c,_0x244f5c);_0x244f5c['insert'](_0x244f5c['createPositionAt'](_0x239658,'end'),_0x43ae34);}else{const _0xa91c87=function(_0x438c24,_0x127874){return _0x438c24['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x36af55=>_0x36af55['is']('element','ol'))[_0x127874];}(_0x239658,_0x28707c);_0x244f5c['insert'](_0x244f5c['createPositionAt'](_0xa91c87,'end'),_0x1cebb4);}_0x239658=_0x1cebb4;}),_0x101cb5;}['_handleScrollToHeading'](_0x1cf655){const _0x1caa0a=this['_currentOutlineDefinitions'][_0x1cf655]['modelElement'];this['editor']['model']['change'](_0x2e92ca=>{_0x2e92ca['setSelection'](_0x1caa0a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x17e2ae,_0x3fe522)=>{const _0x1dc2e7=_0x3fe522['mapper'],_0x29ec2f=_0x1dc2e7['findMappedViewAncestor'](_0x3fe522['viewPosition']),_0x5a7766=_0x1dc2e7['toModelElement'](_0x29ec2f);_0x5a7766['is']('element','tableOfContents')&&(_0x3fe522['modelPosition']=this['editor']['model']['createPositionAt'](_0x5a7766,0x0),_0x17e2ae['stop']());};}}function N(_0x35f86a,_0x2f5e4a,_0x19392b){return 0x1===_0x2f5e4a?_0x19392b['createContainerElement']('ol',null,[_0x35f86a]):_0x19392b['createContainerElement']('ol',null,[_0x19392b['createContainerElement']('li',null,[N(_0x35f86a,_0x2f5e4a-0x1,_0x19392b)])]);}class o extends _0x3b83ba{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x19b1e9=this['editor'];_0x19b1e9['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x237ad6=this['_createButton'](_0x5f2907);return _0x237ad6['tooltip']=!0x0,_0x237ad6;}),_0x19b1e9['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x38f668)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x170ebb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xde1eaa;for(const _0x1ee6ec in _0x170ebb){const _0x4c23d0=_0x1ee6ec,_0x2427f8=_0x170ebb[_0x4c23d0];if('tableOfContentsLicenseKeyValid'==_0x2427f8||'tableOfContentsLicenseKeyInvalid'==_0x2427f8||'tableOfContentsLicenseKeyExpired'==_0x2427f8||'tableOfContentsLicenseKeyDomainLimit'==_0x2427f8||'tableOfContentsLicenseKeyNotAllowed'==_0x2427f8||'tableOfContentsLicenseKeyEvaluationLimit'==_0x2427f8||'tableOfContentsLicenseKeyTrialLimit'==_0x2427f8||'tableOfContentsLicenseKeyUsageLimit'==_0x2427f8){delete _0x170ebb[_0x4c23d0],_0xde1eaa=_0x2427f8,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0xde1eaa&&_0x170ebb['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0xde1eaa&&_0x170ebb['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0xde1eaa&&_0x170ebb['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0xde1eaa&&_0x170ebb['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0xde1eaa&&_0x170ebb['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0xde1eaa&&_0x170ebb['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0xde1eaa&&_0x170ebb['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3e66d6){const _0x51f39f=this['editor'],_0x43b965=_0x51f39f['locale'],_0x5b0f9d=_0x51f39f['commands']['get']('insertTableOfContents'),_0xaece36=new _0x3e66d6(_0x43b965);return _0xaece36['set']({'label':j(_0x43b965,'Table\x20of\x20contents'),'icon':_0x2792fb}),_0xaece36['bind']('isEnabled')['to'](_0x5b0f9d,'isEnabled'),this['listenTo'](_0xaece36,'execute',()=>{_0x51f39f['execute']('insertTableOfContents'),_0x51f39f['editing']['view']['focus']();}),_0xaece36;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x3b83ba{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.2",
|
|
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.2",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.2",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.0-alpha.2",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.2",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.2",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.2",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.2",
|
|
23
|
+
"ckeditor5": "45.2.0-alpha.2",
|
|
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 _0x5c5719=_0x262b;(function(_0xb8086e,_0x37a3e2){const _0x247574=_0x262b,_0x4f95d6=_0xb8086e();while(!![]){try{const _0x2ad104=parseInt(_0x247574(0x16a))/0x1*(-parseInt(_0x247574(0x17d))/0x2)+-parseInt(_0x247574(0x153))/0x3+parseInt(_0x247574(0x149))/0x4+parseInt(_0x247574(0x164))/0x5+-parseInt(_0x247574(0x17b))/0x6*(parseInt(_0x247574(0x168))/0x7)+parseInt(_0x247574(0x16d))/0x8*(parseInt(_0x247574(0x13c))/0x9)+parseInt(_0x247574(0x13e))/0xa;if(_0x2ad104===_0x37a3e2)break;else _0x4f95d6['push'](_0x4f95d6['shift']());}catch(_0x467bf2){_0x4f95d6['push'](_0x4f95d6['shift']());}}}(_0x342f,0x41e7e));import{Plugin as _0x31e76f}from'ckeditor5/src/core.js';import{CKEditorError as _0x427a9a,global as _0x5a5d32,Rect as _0x4d9e3e,uid as _0x2ac0a4}from'ckeditor5/src/utils.js';import _0x392184 from'./ui/documentoutlineview.js';import{throttle as _0x407a52}from'es-toolkit/compat';function _0x342f(){const _0x149e9b=['window','render','top','element','getVisible','init','map','change','height','mapper','document-outline-container-not-provided','_handleItemSelected','indexOf','18Dxpwpc','focus','116866pTIRVO','view','bind','locale','afterInit','DocumentOutlineUtils','_handleOutlineChange','floor','18tPqWPc','_updateActiveDefinitionOnViewportChange','2550700kMXoFQ','sync','_setActiveViewItem','activeItemIndex','plugins','documentOutline.showEmptyHeadings','join','getIntersection','add','scroll','isPremiumPlugin','1807540sabrLr','getDomRoot','_updateActiveDefinitionFromViewportThrottled','appendChild','isOfficialPlugin','listenTo','focusTracker','get','getRootNames','pluginName','1412934MiUhJG','fromCharCode','editor','model','bottom','mapViewToDom','href','domConverter','config','itemSelected','cancel','setSelection','editing','_currentOutlineDefinitions','DocumentOutlineUI','toViewElement','documentOutline.container','593745eYkvwE','scrollToTheSelection','resize','length','109501XnwYyf','document','3tPUCTg','modelElement','destroy','549808jzzCFI'];_0x342f=function(){return _0x149e9b;};return _0x342f();}import'../../theme/documentoutline.css';export default class n extends _0x31e76f{[_0x5c5719(0x17e)];[_0x5c5719(0x160)];[_0x5c5719(0x14b)];static get[_0x5c5719(0x152)](){const _0x2847be=_0x5c5719;return _0x2847be(0x161);}static get[_0x5c5719(0x14d)](){return!0x0;}static get[_0x5c5719(0x148)](){return!0x0;}constructor(_0x27406b){const _0x40e0b9=_0x5c5719;super(_0x27406b),this[_0x40e0b9(0x17e)]=new _0x392184(_0x27406b[_0x40e0b9(0x137)],this[_0x40e0b9(0x155)][_0x40e0b9(0x15b)][_0x40e0b9(0x150)](_0x40e0b9(0x143)),this[_0x40e0b9(0x155)][_0x40e0b9(0x15b)][_0x40e0b9(0x150)](_0x40e0b9(0x163))),this[_0x40e0b9(0x160)]=[],this[_0x40e0b9(0x14b)]=_0x407a52(this[_0x40e0b9(0x13d)][_0x40e0b9(0x17f)](this),0x64);}[_0x5c5719(0x173)](){const _0x333457=_0x5c5719,_0x59f6a2=this[_0x333457(0x155)],_0x24de94=_0x59f6a2[_0x333457(0x142)][_0x333457(0x150)](_0x333457(0x139));let _0x220f6c=!0x1;if(this[_0x333457(0x17e)][_0x333457(0x16f)](),this[_0x333457(0x155)]['ui'][_0x333457(0x14f)][_0x333457(0x146)](this[_0x333457(0x17e)][_0x333457(0x171)]),!_0x59f6a2[_0x333457(0x15b)][_0x333457(0x150)](_0x333457(0x163)))throw new _0x427a9a(_0x333457(0x178),{'editor':_0x59f6a2});_0x59f6a2[_0x333457(0x15b)][_0x333457(0x150)](_0x333457(0x163))[_0x333457(0x14c)](this[_0x333457(0x17e)][_0x333457(0x171)]),_0x24de94['on'](_0x333457(0x175),this[_0x333457(0x13a)][_0x333457(0x17f)](this)),_0x24de94['on'](_0x333457(0x141),(_0x619b46,{index:_0x4a33bf})=>this[_0x333457(0x140)](_0x4a33bf)),this[_0x333457(0x17e)]['on'](_0x333457(0x15c),(_0x3a546e,_0x9605dd)=>{const _0x46fb65=_0x333457;_0x220f6c=!0x0,this[_0x46fb65(0x179)](_0x9605dd);}),this[_0x333457(0x17e)][_0x333457(0x14e)](_0x5a5d32[_0x333457(0x169)],_0x333457(0x147),()=>{const _0x320d31=_0x333457;_0x220f6c?_0x220f6c=!0x1:this[_0x320d31(0x14b)]();},{'useCapture':!0x0}),this[_0x333457(0x17e)][_0x333457(0x14e)](_0x5a5d32[_0x333457(0x16e)],_0x333457(0x166),this[_0x333457(0x14b)],{'useCapture':!0x0});}[_0x5c5719(0x138)](){!async function(_0x5c1529){const _0x4e5b2c=_0x410d59([0x7a,0x34,0x52,0x77,0x51,0x79,0x39,0x43,0x44,0x30,0x4e,0x6c,0x38,0x65,0x78,0x75,0x37,0x61,0x31,0x35,0x4a,0x76,0x57,0x50,0x73,0x6b,0x67,0x59,0x54,0x66,0x4c,0x4f,0x56,0x48,0x72,0x55,0x36,0x41,0x33,0x6f,0x74,0x42,0x63,0x58,0x49,0x6d,0x6e,0x47,0x46,0x32,0x69,0x45,0x71,0x64,0x5a,0x53,0x4b,0x4d,0x62,0x68,0x6a,0x70]),_0x5e4ef6=0x2637f0b0,_0x3dbf88=0x26309988^_0x5e4ef6,_0x247142=window[_0x410d59([0x44,0x61,0x74,0x65])][_0x410d59([0x6e,0x6f,0x77])](),_0x24fa6b=_0x5c1529[_0x410d59([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4fb619=new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1cc4d4=>{_0x24fa6b[_0x410d59([0x6f,0x6e,0x63,0x65])](_0x410d59([0x72,0x65,0x61,0x64,0x79]),_0x1cc4d4);}),_0x5bb472={[_0x410d59([0x6b,0x74,0x79])]:_0x410d59([0x45,0x43]),[_0x410d59([0x75,0x73,0x65])]:_0x410d59([0x73,0x69,0x67]),[_0x410d59([0x63,0x72,0x76])]:_0x410d59([0x50,0x2d,0x32,0x35,0x36]),[_0x410d59([0x78])]:_0x410d59([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]),[_0x410d59([0x79])]:_0x410d59([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]),[_0x410d59([0x61,0x6c,0x67])]:_0x410d59([0x45,0x53,0x32,0x35,0x36])},_0x46d44f=_0x24fa6b[_0x410d59([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x410d59([0x67,0x65,0x74])](_0x410d59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4d9cfa(){let _0x2f1870,_0x2a91a0=null,_0x7b968f=null;try{if(_0x46d44f==_0x410d59([0x47,0x50,0x4c]))return _0x410d59([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2f1870=_0x15f8cc(),!_0x2f1870)return _0x410d59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2f1870[_0x410d59([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x7b968f=_0x19768f(_0x2f1870[_0x410d59([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2f1870[_0x410d59([0x6a,0x74,0x69])])),await _0x349cd8()?_0x552f82()?_0x578a2c()?_0x410d59([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x10dfd7()?(_0x2f1870[_0x410d59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x410d59([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2a91a0=_0x56b11e(_0x410d59([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2f1870[_0x410d59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x410d59([0x74,0x72,0x69,0x61,0x6c])&&(_0x2a91a0=_0x56b11e(_0x410d59([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x52b8d5()):_0x410d59([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x410d59([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x410d59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x410d59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x578a2c(){const _0x310470=[_0x410d59([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x410d59([0x74,0x72,0x69,0x61,0x6c])][_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1870[_0x410d59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x247142/0x3e8:0xe10*_0x3dbf88;return _0x2f1870[_0x410d59([0x65,0x78,0x70])]<_0x310470;}function _0x552f82(){const _0x9cda9d=_0x2f1870[_0x410d59([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9cda9d&&(!!_0x9cda9d[_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410d59([0x2a]))||(!!_0x9cda9d[_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410d59([0x44,0x4f]))||!!_0x9cda9d[_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410d59([0x50,0x50]))));}function _0x10dfd7(){const _0x35e8b8=_0x262b,_0x276117=_0x2f1870[_0x410d59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x276117||0x0==_0x276117[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3576ba}=new URL(window[_0x410d59([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x35e8b8(0x159)]);if(_0x276117[_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3576ba))return!0x0;const _0x5888bc=_0x3576ba[_0x410d59([0x73,0x70,0x6c,0x69,0x74])](_0x410d59([0x2e]));return _0x276117[_0x410d59([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x479718=>_0x479718[_0x410d59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410d59([0x2a])))[_0x410d59([0x6d,0x61,0x70])](_0x3b256b=>_0x3b256b[_0x410d59([0x73,0x70,0x6c,0x69,0x74])](_0x410d59([0x2e])))[_0x410d59([0x73,0x6f,0x6d,0x65])](_0x36650b=>_0x5888bc[_0x410d59([0x65,0x76,0x65,0x72,0x79])]((_0x3ec2dd,_0x1d2ce7)=>_0x36650b[_0x1d2ce7]===_0x3ec2dd||_0x36650b[_0x1d2ce7]===_0x410d59([0x2a])));}function _0x52b8d5(){return _0x2a91a0&&_0x7b968f?new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fb1d7,_0x32b910)=>{_0x2a91a0[_0x410d59([0x74,0x68,0x65,0x6e])](_0x4fb1d7,_0x32b910),_0x7b968f[_0x410d59([0x74,0x68,0x65,0x6e])](_0x483a5b=>{_0x483a5b!=_0x410d59([0x56,0x61,0x6c,0x69,0x64])&&_0x4fb1d7(_0x483a5b);},_0x32b910);}):_0x2a91a0||_0x7b968f||_0x410d59([0x56,0x61,0x6c,0x69,0x64]);}}function _0x19768f(_0x10192c,_0x6acb8f){return new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x142f78=>{if(_0x2fea96())return _0x142f78(_0x410d59([0x56,0x61,0x6c,0x69,0x64]));_0x5df83e(),_0x24fa6b[_0x410d59([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x410d59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2fcc91=!0x1;const _0x23691e=_0x2ac0a4();function _0x27a6a6(_0x3b0be8){return!!_0x3b0be8&&(typeof _0x3b0be8===_0x410d59([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3b0be8===_0x410d59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3b0be8[_0x410d59([0x74,0x68,0x65,0x6e])]===_0x410d59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3b0be8[_0x410d59([0x63,0x61,0x74,0x63,0x68])]===_0x410d59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f3ea1(_0x27a799){_0x26567d(_0x27a799)[_0x410d59([0x74,0x68,0x65,0x6e])](_0x53f81b=>{if(!_0x53f81b||_0x53f81b[_0x410d59([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x410d59([0x6f,0x6b]))return _0x410d59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2adf63(_0x4a9907(_0x23691e+_0x6acb8f))!=_0x53f81b[_0x410d59([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x410d59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x410d59([0x56,0x61,0x6c,0x69,0x64]);})[_0x410d59([0x74,0x68,0x65,0x6e])](_0x59b485=>(_0x4a26cd(),_0x59b485),()=>{const _0x12f590=_0x48108c();return null==_0x12f590?(_0x4a26cd(),_0x410d59([0x56,0x61,0x6c,0x69,0x64])):_0x410d59(_0x247142-_0x12f590>(0x23b74b0^_0x5e4ef6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x410d59([0x74,0x68,0x65,0x6e])](_0x142f78)[_0x410d59([0x63,0x61,0x74,0x63,0x68])](()=>{_0x142f78(_0x410d59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38a3fa=0x26011e30^_0x5e4ef6;function _0x4a26cd(){const _0x4b9a26=_0x410d59([0x6c,0x6c,0x63,0x74,0x2d])+_0x2adf63(_0x4a9907(_0x10192c)),_0x3a1cf3=_0x1b634b(_0x2adf63(window[_0x410d59([0x4d,0x61,0x74,0x68])][_0x410d59([0x63,0x65,0x69,0x6c])](_0x247142/_0x38a3fa)));window[_0x410d59([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x410d59([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b9a26,_0x3a1cf3);}function _0x48108c(){const _0x49de70=_0x410d59([0x6c,0x6c,0x63,0x74,0x2d])+_0x2adf63(_0x4a9907(_0x10192c)),_0x3940c4=window[_0x410d59([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x410d59([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x49de70);return _0x3940c4?window[_0x410d59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b634b(_0x3940c4),0x10)*_0x38a3fa:null;}function _0x26567d(_0x5cf5b9){return new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3c2e1c,_0x115b4f)=>{_0x5cf5b9[_0x410d59([0x74,0x68,0x65,0x6e])](_0x3c2e1c,_0x115b4f),window[_0x410d59([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x115b4f,0x26362470^_0x5e4ef6);});}}_0x24fa6b[_0x410d59([0x6f,0x6e])](_0x410d59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4303c3,_0x1dd9a1)=>{if(_0x1dd9a1[0x0]!=_0x10192c)return _0x142f78(_0x410d59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1dd9a1[0x1]={..._0x1dd9a1[0x1],[_0x410d59([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x23691e};},{[_0x410d59([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x410d59([0x68,0x69,0x67,0x68])}),_0x24fa6b[_0x410d59([0x6f,0x6e])](_0x410d59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4402c1=>{_0x27a6a6(_0x4402c1[_0x410d59([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2fcc91=!0x0,_0x2f3ea1(_0x4402c1[_0x410d59([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x410d59([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x410d59([0x6c,0x6f,0x77])}),_0x4fb619[_0x410d59([0x74,0x68,0x65,0x6e])](()=>{_0x2fcc91||_0x142f78(_0x410d59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2fea96(){return _0x24fa6b[_0x410d59([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x410d59([0x76,0x69,0x65,0x77])][_0x410d59([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x410d59([0x61,0x75,0x74,0x6f]);}function _0x5df83e(){_0x24fa6b[_0x410d59([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x410d59([0x76,0x69,0x65,0x77])][_0x410d59([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x410d59([0x61,0x75,0x74,0x6f]);}}function _0x56b11e(_0x1810b1){const _0x16a41c=[new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1aa46d=>setTimeout(_0x1aa46d,0x263ece7c^_0x5e4ef6)),_0x4fb619[_0x410d59([0x74,0x68,0x65,0x6e])](()=>new window[(_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3da164=>{let _0x49a907=0x0;_0x24fa6b[_0x410d59([0x6d,0x6f,0x64,0x65,0x6c])][_0x410d59([0x6f,0x6e])](_0x410d59([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4f3db4,_0x414ec2)=>{_0x414ec2[0x0][_0x410d59([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x49a907++,_0x49a907==(0x2637f148^_0x5e4ef6)&&(_0x3da164(),_0x4f3db4[_0x410d59([0x6f,0x66,0x66])]());});}))];return window[_0x410d59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x410d59([0x72,0x61,0x63,0x65])](_0x16a41c)[_0x410d59([0x74,0x68,0x65,0x6e])](()=>_0x1810b1);}async function _0x5a24fb(){await _0x4fb619,_0x24fa6b[_0x410d59([0x6d,0x6f,0x64,0x65,0x6c])][_0x410d59([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2ba0ae,_0x24fa6b[_0x410d59([0x6d,0x6f,0x64,0x65,0x6c])][_0x410d59([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2ba0ae,_0x24fa6b[_0x410d59([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x410d59([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x22272b(_0x3567c3){const _0x457c2c=_0x326a97();_0x24fa6b[_0x457c2c]=_0x410d59([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])+_0x3567c3,_0x3567c3!=_0x410d59([0x56,0x61,0x6c,0x69,0x64])&&_0x5a24fb();}function _0x326a97(){const _0x5e0228=window[_0x410d59([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x410d59([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x410d59([0x6e,0x6f,0x77])]())[_0x410d59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x410d59([0x2e]),'');let _0x3dfc4b=_0x410d59([0x7a]);for(let _0x195e2f=0x0;_0x195e2f<_0x5e0228[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x195e2f+=0x2){let _0x131f77=window[_0x410d59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e0228[_0x410d59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x195e2f,_0x195e2f+0x2));_0x131f77>=_0x4e5b2c[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x131f77-=_0x4e5b2c[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3dfc4b+=_0x4e5b2c[_0x131f77];}return _0x3dfc4b;}function _0x15f8cc(){const _0x36b65e=_0x46d44f[_0x410d59([0x73,0x70,0x6c,0x69,0x74])](_0x410d59([0x2e]));if(0x3!=_0x36b65e[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x28bd92(_0x36b65e[0x1]);function _0x28bd92(_0x520be2){const _0x4240e1=_0x583747(_0x520be2);return _0x4240e1&&_0x37d3be()?_0x4240e1:null;function _0x37d3be(){const _0x206ff8=_0x4240e1[_0x410d59([0x6a,0x74,0x69])],_0xb7a5fd=window[_0x410d59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x206ff8[_0x410d59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x206ff8[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x579cb1={..._0x4240e1,[_0x410d59([0x6a,0x74,0x69])]:_0x206ff8[_0x410d59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x206ff8[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x579cb1[_0x410d59([0x76,0x63])],_0x4a9907(_0x579cb1)==_0xb7a5fd;}}}async function _0x349cd8(){let _0x4b8da1=!0x0;try{const _0x5c1a43=_0x46d44f[_0x410d59([0x73,0x70,0x6c,0x69,0x74])](_0x410d59([0x2e])),[_0x43c2b8,_0x1d8e4e,_0x1830d9]=_0x5c1a43;return _0x5c6b13(_0x43c2b8),await _0xefa178(_0x43c2b8,_0x1d8e4e,_0x1830d9),_0x4b8da1;}catch{return!0x1;}function _0x5c6b13(_0x4ae8b3){const _0x319aa3=_0x583747(_0x4ae8b3);_0x319aa3&&_0x319aa3[_0x410d59([0x61,0x6c,0x67])]==_0x410d59([0x45,0x53,0x32,0x35,0x36])||(_0x4b8da1=!0x1);}async function _0xefa178(_0x2e4c5e,_0x3c104a,_0x27f065){const _0x57dc4d=window[_0x410d59([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x410d59([0x66,0x72,0x6f,0x6d])](_0x48b972(_0x27f065),_0x2a5988=>_0x2a5988[_0x410d59([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c1d52=new window[(_0x410d59([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x410d59([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2e4c5e+_0x410d59([0x2e])+_0x3c104a),_0x216b3a=window[_0x410d59([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x410d59([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x216b3a)return;const _0xe9bc22=await _0x216b3a[_0x410d59([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x410d59([0x6a,0x77,0x6b]),_0x5bb472,{[_0x410d59([0x6e,0x61,0x6d,0x65])]:_0x410d59([0x45,0x43,0x44,0x53,0x41]),[_0x410d59([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x410d59([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x410d59([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x216b3a[_0x410d59([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x410d59([0x6e,0x61,0x6d,0x65])]:_0x410d59([0x45,0x43,0x44,0x53,0x41]),[_0x410d59([0x68,0x61,0x73,0x68])]:{[_0x410d59([0x6e,0x61,0x6d,0x65])]:_0x410d59([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xe9bc22,_0x57dc4d,_0x5c1d52)||(_0x4b8da1=!0x1);}}function _0x583747(_0x4fef5c){return _0x4fef5c[_0x410d59([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x410d59([0x65,0x79]))?JSON[_0x410d59([0x70,0x61,0x72,0x73,0x65])](_0x48b972(_0x4fef5c)):null;}function _0x48b972(_0x62d529){return window[_0x410d59([0x61,0x74,0x6f,0x62])](_0x62d529[_0x410d59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x410d59([0x2b]))[_0x410d59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x410d59([0x2f])));}function _0x4a9907(_0x3aa7cf){let _0x545c9c=0x1505;function _0x140773(_0x4d9c02){for(let _0x454eb3=0x0;_0x454eb3<_0x4d9c02[_0x410d59([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x454eb3++){const _0x6bdd0=_0x4d9c02[_0x410d59([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x454eb3);_0x545c9c=(_0x545c9c<<0x5)+_0x545c9c+_0x6bdd0,_0x545c9c&=_0x545c9c;}}function _0x3af0dc(_0x14e4eb){Array[_0x410d59([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x14e4eb)?_0x14e4eb[_0x410d59([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3af0dc):_0x14e4eb&&typeof _0x14e4eb==_0x410d59([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x410d59([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x14e4eb)[_0x410d59([0x73,0x6f,0x72,0x74])]()[_0x410d59([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x181f66,_0x26663b])=>{_0x140773(_0x181f66),_0x3af0dc(_0x26663b);}):_0x140773(window[_0x410d59([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x14e4eb));}return _0x3af0dc(_0x3aa7cf),_0x545c9c>>>0x0;}function _0x2adf63(_0x5104c4){return _0x5104c4[_0x410d59([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x410d59([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x410d59([0x30]));}function _0x1b634b(_0x5d43df){return _0x5d43df[_0x410d59([0x73,0x70,0x6c,0x69,0x74])]('')[_0x410d59([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x410d59([0x6a,0x6f,0x69,0x6e])]('');}function _0x2ba0ae(){}function _0x410d59(_0x2c899b){const _0x223b1f=_0x262b;return _0x2c899b[_0x223b1f(0x174)](_0x5cd303=>String[_0x223b1f(0x154)](_0x5cd303))[_0x223b1f(0x144)]('');}_0x22272b(await _0x4d9cfa());}(this);}[_0x5c5719(0x16c)](){const _0x471322=_0x5c5719;super[_0x471322(0x16c)](),this[_0x471322(0x17e)][_0x471322(0x16c)](),this[_0x471322(0x14b)][_0x471322(0x15d)]();}[_0x5c5719(0x13a)](_0x516dc4,{outlineDefinitions:_0x376cbc,outlineChanges:_0x53244a}){const _0x1bdd76=_0x5c5719;this[_0x1bdd76(0x160)]=_0x376cbc,this[_0x1bdd76(0x17e)][_0x1bdd76(0x13f)](_0x53244a);}[_0x5c5719(0x140)](_0x5ec234){const _0x828403=_0x5c5719;this[_0x828403(0x160)][_0x828403(0x167)]&&this[_0x828403(0x160)][_0x5ec234]&&(this[_0x828403(0x17e)][_0x828403(0x141)]=_0x5ec234);}[_0x5c5719(0x179)](_0x3d1516){const _0xfe18c2=_0x5c5719,_0x3f8cc0=this[_0xfe18c2(0x160)][_0x3d1516][_0xfe18c2(0x16b)];this[_0xfe18c2(0x155)][_0xfe18c2(0x156)][_0xfe18c2(0x175)](_0x4c5b69=>{const _0x1b8266=_0xfe18c2;_0x4c5b69[_0x1b8266(0x15e)](_0x3f8cc0,0x0);}),this[_0xfe18c2(0x155)][_0xfe18c2(0x15f)][_0xfe18c2(0x17e)][_0xfe18c2(0x165)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0xfe18c2(0x155)][_0xfe18c2(0x15f)][_0xfe18c2(0x17e)][_0xfe18c2(0x17c)](),this[_0xfe18c2(0x140)](_0x3d1516);}[_0x5c5719(0x13d)](){const _0x1f879d=_0x5c5719,_0x1f9e80=this[_0x1f879d(0x155)];let _0x310dd8;for(const _0x354f8b of _0x1f9e80[_0x1f879d(0x156)][_0x1f879d(0x169)][_0x1f879d(0x151)]()){const _0x1a353b=_0x1f9e80[_0x1f879d(0x15f)][_0x1f879d(0x17e)][_0x1f879d(0x14a)](_0x354f8b),_0x2e3872=_0x1a353b&&new _0x4d9e3e(_0x1a353b)[_0x1f879d(0x172)]();if(_0x2e3872){const _0x434bce=new _0x4d9e3e(_0x5a5d32[_0x1f879d(0x16e)])[_0x1f879d(0x145)](_0x2e3872);_0x434bce&&(_0x310dd8=_0x434bce[_0x1f879d(0x170)]+0.25*_0x434bce[_0x1f879d(0x176)]);}}if(void 0x0===_0x310dd8)return;const _0x96af3d=d(_0x1f9e80[_0x1f879d(0x15f)],this[_0x1f879d(0x160)],_0x310dd8);_0x96af3d?this[_0x1f879d(0x140)](this[_0x1f879d(0x160)][_0x1f879d(0x17a)](_0x96af3d)):this[_0x1f879d(0x140)](-0x1);}}function _0x262b(_0x5a65c6,_0x14ee4e){const _0x342f04=_0x342f();return _0x262b=function(_0x262b63,_0x437b58){_0x262b63=_0x262b63-0x137;let _0x55f4ea=_0x342f04[_0x262b63];return _0x55f4ea;},_0x262b(_0x5a65c6,_0x14ee4e);}function d(_0x1b7f0d,_0x177369,_0x3e8504,_0x5bed40=0x0,_0x5d020b=_0x177369[_0x5c5719(0x167)]-0x1){const _0x479ab6=_0x5c5719,_0x36331e=Math[_0x479ab6(0x13b)](_0x5bed40+(_0x5d020b-_0x5bed40)/0x2);if(_0x5d020b>=_0x5bed40){const _0x5917e0=_0x177369[_0x36331e],_0x27ef6e=_0x1b7f0d[_0x479ab6(0x177)][_0x479ab6(0x162)](_0x5917e0[_0x479ab6(0x16b)]);if(!_0x27ef6e)return null;const _0x45cf49=_0x1b7f0d[_0x479ab6(0x17e)][_0x479ab6(0x15a)][_0x479ab6(0x158)](_0x27ef6e);return new _0x4d9e3e(_0x45cf49)[_0x479ab6(0x157)]>_0x3e8504?d(_0x1b7f0d,_0x177369,_0x3e8504,_0x5bed40,_0x36331e-0x1):d(_0x1b7f0d,_0x177369,_0x3e8504,_0x36331e+0x1,_0x5d020b);}return _0x36331e<0x0?null:_0x177369[_0x36331e];}
|
|
23
|
+
const _0x1c323d=_0x5f02;function _0x5f02(_0xe7f192,_0xc3a45){const _0x35195d=_0x3519();return _0x5f02=function(_0x5f02a8,_0x5cf442){_0x5f02a8=_0x5f02a8-0x142;let _0x18084f=_0x35195d[_0x5f02a8];return _0x18084f;},_0x5f02(_0xe7f192,_0xc3a45);}(function(_0x4b0a74,_0x1396d6){const _0x488ba9=_0x5f02,_0x2d9308=_0x4b0a74();while(!![]){try{const _0x22d89a=-parseInt(_0x488ba9(0x148))/0x1+parseInt(_0x488ba9(0x184))/0x2+-parseInt(_0x488ba9(0x15c))/0x3*(-parseInt(_0x488ba9(0x161))/0x4)+-parseInt(_0x488ba9(0x152))/0x5*(parseInt(_0x488ba9(0x17f))/0x6)+-parseInt(_0x488ba9(0x159))/0x7*(-parseInt(_0x488ba9(0x17c))/0x8)+-parseInt(_0x488ba9(0x171))/0x9*(parseInt(_0x488ba9(0x150))/0xa)+parseInt(_0x488ba9(0x14b))/0xb;if(_0x22d89a===_0x1396d6)break;else _0x2d9308['push'](_0x2d9308['shift']());}catch(_0x50ed98){_0x2d9308['push'](_0x2d9308['shift']());}}}(_0x3519,0x2369e));import{Plugin as _0x17d864}from'ckeditor5/src/core.js';import{CKEditorError as _0x22c9cb,global as _0x5d72a8,Rect as _0x217d20,uid as _0x428b11}from'ckeditor5/src/utils.js';import _0x2df6a3 from'./ui/documentoutlineview.js';import{throttle as _0x3e6141}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x17d864{[_0x1c323d(0x186)];[_0x1c323d(0x14a)];[_0x1c323d(0x170)];static get[_0x1c323d(0x142)](){const _0x45d6ba=_0x1c323d;return _0x45d6ba(0x177);}static get[_0x1c323d(0x16c)](){return!0x0;}static get[_0x1c323d(0x15e)](){return!0x0;}constructor(_0x108205){const _0x368ac9=_0x1c323d;super(_0x108205),this[_0x368ac9(0x186)]=new _0x2df6a3(_0x108205[_0x368ac9(0x149)],this[_0x368ac9(0x181)][_0x368ac9(0x17a)][_0x368ac9(0x175)](_0x368ac9(0x15d)),this[_0x368ac9(0x181)][_0x368ac9(0x17a)][_0x368ac9(0x175)](_0x368ac9(0x151))),this[_0x368ac9(0x14a)]=[],this[_0x368ac9(0x170)]=_0x3e6141(this[_0x368ac9(0x172)][_0x368ac9(0x187)](this),0x64);}[_0x1c323d(0x16e)](){const _0x579572=_0x1c323d,_0x179353=this[_0x579572(0x181)],_0x5c0722=_0x179353[_0x579572(0x167)][_0x579572(0x175)](_0x579572(0x173));let _0x36a274=!0x1;if(this[_0x579572(0x186)][_0x579572(0x164)](),this[_0x579572(0x181)]['ui'][_0x579572(0x15a)][_0x579572(0x16f)](this[_0x579572(0x186)][_0x579572(0x16a)]),!_0x179353[_0x579572(0x17a)][_0x579572(0x175)](_0x579572(0x151)))throw new _0x22c9cb(_0x579572(0x189),{'editor':_0x179353});_0x179353[_0x579572(0x17a)][_0x579572(0x175)](_0x579572(0x151))[_0x579572(0x174)](this[_0x579572(0x186)][_0x579572(0x16a)]),_0x5c0722['on'](_0x579572(0x145),this[_0x579572(0x14c)][_0x579572(0x187)](this)),_0x5c0722['on'](_0x579572(0x178),(_0x517fa9,{index:_0x106372})=>this[_0x579572(0x143)](_0x106372)),this[_0x579572(0x186)]['on'](_0x579572(0x15b),(_0x532463,_0x34a2fe)=>{const _0x222d3e=_0x579572;_0x36a274=!0x0,this[_0x222d3e(0x14e)](_0x34a2fe);}),this[_0x579572(0x186)][_0x579572(0x154)](_0x5d72a8[_0x579572(0x185)],_0x579572(0x165),()=>{const _0x15d4e1=_0x579572;_0x36a274?_0x36a274=!0x1:this[_0x15d4e1(0x170)]();},{'useCapture':!0x0}),this[_0x579572(0x186)][_0x579572(0x154)](_0x5d72a8[_0x579572(0x147)],_0x579572(0x188),this[_0x579572(0x170)],{'useCapture':!0x0});}[_0x1c323d(0x166)](){!async function(_0x2baba1){const _0xef0b36=_0x40bc74([0x57,0x62,0x74,0x38,0x53,0x43,0x66,0x6c,0x33,0x63,0x56,0x59,0x41,0x64,0x42,0x35,0x31,0x50,0x77,0x6a,0x4f,0x52,0x32,0x47,0x65,0x79,0x68,0x49,0x4b,0x4e,0x4a,0x4c,0x55,0x4d,0x51,0x39,0x37,0x61,0x5a,0x36,0x46,0x34,0x48,0x30,0x7a,0x72,0x54,0x71,0x58,0x45,0x70,0x67,0x76,0x6b,0x69,0x78,0x6d,0x6e,0x44,0x6f,0x75,0x73]),_0x4fe533=0x64c19c3a,_0x3ca690=0x64c6f56a^_0x4fe533,_0x358616=window[_0x40bc74([0x44,0x61,0x74,0x65])][_0x40bc74([0x6e,0x6f,0x77])](),_0x1db0f3=_0x2baba1[_0x40bc74([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3740e4=new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14e4d9=>{_0x1db0f3[_0x40bc74([0x6f,0x6e,0x63,0x65])](_0x40bc74([0x72,0x65,0x61,0x64,0x79]),_0x14e4d9);}),_0x92d576={[_0x40bc74([0x6b,0x74,0x79])]:_0x40bc74([0x45,0x43]),[_0x40bc74([0x75,0x73,0x65])]:_0x40bc74([0x73,0x69,0x67]),[_0x40bc74([0x63,0x72,0x76])]:_0x40bc74([0x50,0x2d,0x32,0x35,0x36]),[_0x40bc74([0x78])]:_0x40bc74([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]),[_0x40bc74([0x79])]:_0x40bc74([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]),[_0x40bc74([0x61,0x6c,0x67])]:_0x40bc74([0x45,0x53,0x32,0x35,0x36])},_0x263357=_0x1db0f3[_0x40bc74([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x40bc74([0x67,0x65,0x74])](_0x40bc74([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2443fb(){let _0x21f77c,_0x16c6c0=null,_0x221c6d=null;try{if(_0x263357==_0x40bc74([0x47,0x50,0x4c]))return _0x40bc74([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x21f77c=_0x4bbf12(),!_0x21f77c)return _0x40bc74([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x21f77c[_0x40bc74([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x221c6d=_0x171977(_0x21f77c[_0x40bc74([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x21f77c[_0x40bc74([0x6a,0x74,0x69])])),await _0x239e50()?_0x5090b5()?_0x103db0()?_0x40bc74([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x209943()?(_0x21f77c[_0x40bc74([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40bc74([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x16c6c0=_0x4d2646(_0x40bc74([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x21f77c[_0x40bc74([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40bc74([0x74,0x72,0x69,0x61,0x6c])&&(_0x16c6c0=_0x4d2646(_0x40bc74([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2d4102()):_0x40bc74([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x40bc74([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x40bc74([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x40bc74([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x103db0(){const _0x177ddb=[_0x40bc74([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x40bc74([0x74,0x72,0x69,0x61,0x6c])][_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21f77c[_0x40bc74([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x358616/0x3e8:0xe10*_0x3ca690;return _0x21f77c[_0x40bc74([0x65,0x78,0x70])]<_0x177ddb;}function _0x5090b5(){const _0x2af4b8=_0x21f77c[_0x40bc74([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2af4b8&&(!!_0x2af4b8[_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40bc74([0x2a]))||(!!_0x2af4b8[_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40bc74([0x44,0x4f]))||!!_0x2af4b8[_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40bc74([0x50,0x50]))));}function _0x209943(){const _0x493b59=_0x5f02,_0x1fc60b=_0x21f77c[_0x40bc74([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1fc60b||0x0==_0x1fc60b[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2f64ab}=new URL(window[_0x40bc74([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x493b59(0x14d)]);if(_0x1fc60b[_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f64ab))return!0x0;const _0x28bb1a=_0x2f64ab[_0x40bc74([0x73,0x70,0x6c,0x69,0x74])](_0x40bc74([0x2e]));return _0x1fc60b[_0x40bc74([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x180b75=>_0x180b75[_0x40bc74([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40bc74([0x2a])))[_0x40bc74([0x6d,0x61,0x70])](_0x38cc11=>_0x38cc11[_0x40bc74([0x73,0x70,0x6c,0x69,0x74])](_0x40bc74([0x2e])))[_0x40bc74([0x73,0x6f,0x6d,0x65])](_0x203c64=>_0x28bb1a[_0x40bc74([0x65,0x76,0x65,0x72,0x79])]((_0x5bfc6c,_0x149c08)=>_0x203c64[_0x149c08]===_0x5bfc6c||_0x203c64[_0x149c08]===_0x40bc74([0x2a])));}function _0x2d4102(){return _0x16c6c0&&_0x221c6d?new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ee5c0,_0x1d95aa)=>{_0x16c6c0[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x5ee5c0,_0x1d95aa),_0x221c6d[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x4009e5=>{_0x4009e5!=_0x40bc74([0x56,0x61,0x6c,0x69,0x64])&&_0x5ee5c0(_0x4009e5);},_0x1d95aa);}):_0x16c6c0||_0x221c6d||_0x40bc74([0x56,0x61,0x6c,0x69,0x64]);}}function _0x171977(_0x5897f3,_0x2be889){return new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4232f4=>{if(_0x4e80ae())return _0x4232f4(_0x40bc74([0x56,0x61,0x6c,0x69,0x64]));_0xbcfba3(),_0x1db0f3[_0x40bc74([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x40bc74([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x47c2ed=!0x1;const _0x41b26a=_0x428b11();function _0x22424d(_0x26dafc){return!!_0x26dafc&&(typeof _0x26dafc===_0x40bc74([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x26dafc===_0x40bc74([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x26dafc[_0x40bc74([0x74,0x68,0x65,0x6e])]===_0x40bc74([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x26dafc[_0x40bc74([0x63,0x61,0x74,0x63,0x68])]===_0x40bc74([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x450012(_0x502992){_0x11329d(_0x502992)[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x36c1b3=>{if(!_0x36c1b3||_0x36c1b3[_0x40bc74([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x40bc74([0x6f,0x6b]))return _0x40bc74([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3d2b81(_0x701111(_0x41b26a+_0x2be889))!=_0x36c1b3[_0x40bc74([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x40bc74([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x40bc74([0x56,0x61,0x6c,0x69,0x64]);})[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x74eae5=>(_0x5d623d(),_0x74eae5),()=>{const _0x523bb7=_0x39665e();return null==_0x523bb7?(_0x5d623d(),_0x40bc74([0x56,0x61,0x6c,0x69,0x64])):_0x40bc74(_0x358616-_0x523bb7>(0x40cd183a^_0x4fe533)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x4232f4)[_0x40bc74([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4232f4(_0x40bc74([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4f358f=0x64f772ba^_0x4fe533;function _0x5d623d(){const _0x4f6f72=_0x40bc74([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d2b81(_0x701111(_0x5897f3)),_0x50c03e=_0x4d35eb(_0x3d2b81(window[_0x40bc74([0x4d,0x61,0x74,0x68])][_0x40bc74([0x63,0x65,0x69,0x6c])](_0x358616/_0x4f358f)));window[_0x40bc74([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40bc74([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f6f72,_0x50c03e);}function _0x39665e(){const _0x3f7a0c=_0x40bc74([0x6c,0x6c,0x63,0x74,0x2d])+_0x3d2b81(_0x701111(_0x5897f3)),_0x3f9489=window[_0x40bc74([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40bc74([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f7a0c);return _0x3f9489?window[_0x40bc74([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d35eb(_0x3f9489),0x10)*_0x4f358f:null;}function _0x11329d(_0x2e4789){return new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2712e5,_0x1b0e1e)=>{_0x2e4789[_0x40bc74([0x74,0x68,0x65,0x6e])](_0x2712e5,_0x1b0e1e),window[_0x40bc74([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1b0e1e,0x64c048fa^_0x4fe533);});}}_0x1db0f3[_0x40bc74([0x6f,0x6e])](_0x40bc74([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26d1b9,_0x4b2dfe)=>{if(_0x4b2dfe[0x0]!=_0x5897f3)return _0x4232f4(_0x40bc74([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4b2dfe[0x1]={..._0x4b2dfe[0x1],[_0x40bc74([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x41b26a};},{[_0x40bc74([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40bc74([0x68,0x69,0x67,0x68])}),_0x1db0f3[_0x40bc74([0x6f,0x6e])](_0x40bc74([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x238074=>{_0x22424d(_0x238074[_0x40bc74([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x47c2ed=!0x0,_0x450012(_0x238074[_0x40bc74([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x40bc74([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40bc74([0x6c,0x6f,0x77])}),_0x3740e4[_0x40bc74([0x74,0x68,0x65,0x6e])](()=>{_0x47c2ed||_0x4232f4(_0x40bc74([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e80ae(){return _0x1db0f3[_0x40bc74([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40bc74([0x76,0x69,0x65,0x77])][_0x40bc74([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x40bc74([0x61,0x75,0x74,0x6f]);}function _0xbcfba3(){_0x1db0f3[_0x40bc74([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40bc74([0x76,0x69,0x65,0x77])][_0x40bc74([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x40bc74([0x61,0x75,0x74,0x6f]);}}function _0x4d2646(_0x90f203){const _0x1d4db3=[new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x145405=>setTimeout(_0x145405,0x64c8a2f6^_0x4fe533)),_0x3740e4[_0x40bc74([0x74,0x68,0x65,0x6e])](()=>new window[(_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x335d31=>{let _0x59fb15=0x0;_0x1db0f3[_0x40bc74([0x6d,0x6f,0x64,0x65,0x6c])][_0x40bc74([0x6f,0x6e])](_0x40bc74([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a8af2,_0x3a3621)=>{_0x3a3621[0x0][_0x40bc74([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59fb15++,_0x59fb15==(0x64c19dc2^_0x4fe533)&&(_0x335d31(),_0x1a8af2[_0x40bc74([0x6f,0x66,0x66])]());});}))];return window[_0x40bc74([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x40bc74([0x72,0x61,0x63,0x65])](_0x1d4db3)[_0x40bc74([0x74,0x68,0x65,0x6e])](()=>_0x90f203);}async function _0x1e714e(){await _0x3740e4,_0x1db0f3[_0x40bc74([0x6d,0x6f,0x64,0x65,0x6c])][_0x40bc74([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4049c8,_0x1db0f3[_0x40bc74([0x6d,0x6f,0x64,0x65,0x6c])][_0x40bc74([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4049c8,_0x1db0f3[_0x40bc74([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x40bc74([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x211f33(_0x5bd9b1){const _0x4ca319=_0x5315cc();_0x1db0f3[_0x4ca319]=_0x40bc74([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])+_0x5bd9b1,_0x5bd9b1!=_0x40bc74([0x56,0x61,0x6c,0x69,0x64])&&_0x1e714e();}function _0x5315cc(){const _0xb20004=window[_0x40bc74([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x40bc74([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x40bc74([0x6e,0x6f,0x77])]())[_0x40bc74([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x40bc74([0x2e]),'');let _0x1c17c9=_0x40bc74([0x57]);for(let _0x55269d=0x0;_0x55269d<_0xb20004[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x55269d+=0x2){let _0x32d187=window[_0x40bc74([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb20004[_0x40bc74([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x55269d,_0x55269d+0x2));_0x32d187>=_0xef0b36[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x32d187-=_0xef0b36[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c17c9+=_0xef0b36[_0x32d187];}return _0x1c17c9;}function _0x4bbf12(){const _0x13054f=_0x263357[_0x40bc74([0x73,0x70,0x6c,0x69,0x74])](_0x40bc74([0x2e]));if(0x3!=_0x13054f[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x232c3a(_0x13054f[0x1]);function _0x232c3a(_0x25df5e){const _0x8749c6=_0x218e7e(_0x25df5e);return _0x8749c6&&_0x11a711()?_0x8749c6:null;function _0x11a711(){const _0x234baa=_0x8749c6[_0x40bc74([0x6a,0x74,0x69])],_0x3fde84=window[_0x40bc74([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x234baa[_0x40bc74([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x234baa[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x24edd4={..._0x8749c6,[_0x40bc74([0x6a,0x74,0x69])]:_0x234baa[_0x40bc74([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x234baa[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x24edd4[_0x40bc74([0x76,0x63])],_0x701111(_0x24edd4)==_0x3fde84;}}}async function _0x239e50(){let _0x4e0836=!0x0;try{const _0x23d091=_0x263357[_0x40bc74([0x73,0x70,0x6c,0x69,0x74])](_0x40bc74([0x2e])),[_0x3a473f,_0x4b194d,_0x1eb352]=_0x23d091;return _0x1d5dc5(_0x3a473f),await _0x288ebe(_0x3a473f,_0x4b194d,_0x1eb352),_0x4e0836;}catch{return!0x1;}function _0x1d5dc5(_0x28fdcf){const _0x1dc2aa=_0x218e7e(_0x28fdcf);_0x1dc2aa&&_0x1dc2aa[_0x40bc74([0x61,0x6c,0x67])]==_0x40bc74([0x45,0x53,0x32,0x35,0x36])||(_0x4e0836=!0x1);}async function _0x288ebe(_0x1ebed4,_0x3386a3,_0x59ec42){const _0x18ddb7=window[_0x40bc74([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x40bc74([0x66,0x72,0x6f,0x6d])](_0x5f0302(_0x59ec42),_0x345ec8=>_0x345ec8[_0x40bc74([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5288eb=new window[(_0x40bc74([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x40bc74([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ebed4+_0x40bc74([0x2e])+_0x3386a3),_0x3774bf=window[_0x40bc74([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x40bc74([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3774bf)return;const _0x37b6de=await _0x3774bf[_0x40bc74([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x40bc74([0x6a,0x77,0x6b]),_0x92d576,{[_0x40bc74([0x6e,0x61,0x6d,0x65])]:_0x40bc74([0x45,0x43,0x44,0x53,0x41]),[_0x40bc74([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x40bc74([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x40bc74([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3774bf[_0x40bc74([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x40bc74([0x6e,0x61,0x6d,0x65])]:_0x40bc74([0x45,0x43,0x44,0x53,0x41]),[_0x40bc74([0x68,0x61,0x73,0x68])]:{[_0x40bc74([0x6e,0x61,0x6d,0x65])]:_0x40bc74([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x37b6de,_0x18ddb7,_0x5288eb)||(_0x4e0836=!0x1);}}function _0x218e7e(_0x43a353){return _0x43a353[_0x40bc74([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x40bc74([0x65,0x79]))?JSON[_0x40bc74([0x70,0x61,0x72,0x73,0x65])](_0x5f0302(_0x43a353)):null;}function _0x5f0302(_0x357979){return window[_0x40bc74([0x61,0x74,0x6f,0x62])](_0x357979[_0x40bc74([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x40bc74([0x2b]))[_0x40bc74([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x40bc74([0x2f])));}function _0x701111(_0x22b0d7){let _0x5d8ff4=0x1505;function _0x315e9d(_0x23c6ed){for(let _0x2f5ef6=0x0;_0x2f5ef6<_0x23c6ed[_0x40bc74([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f5ef6++){const _0x4c0eb9=_0x23c6ed[_0x40bc74([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2f5ef6);_0x5d8ff4=(_0x5d8ff4<<0x5)+_0x5d8ff4+_0x4c0eb9,_0x5d8ff4&=_0x5d8ff4;}}function _0x4d336f(_0x5c55b0){Array[_0x40bc74([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5c55b0)?_0x5c55b0[_0x40bc74([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4d336f):_0x5c55b0&&typeof _0x5c55b0==_0x40bc74([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x40bc74([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5c55b0)[_0x40bc74([0x73,0x6f,0x72,0x74])]()[_0x40bc74([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1078fa,_0x38aca9])=>{_0x315e9d(_0x1078fa),_0x4d336f(_0x38aca9);}):_0x315e9d(window[_0x40bc74([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5c55b0));}return _0x4d336f(_0x22b0d7),_0x5d8ff4>>>0x0;}function _0x3d2b81(_0x24fe95){return _0x24fe95[_0x40bc74([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x40bc74([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x40bc74([0x30]));}function _0x4d35eb(_0x437891){return _0x437891[_0x40bc74([0x73,0x70,0x6c,0x69,0x74])]('')[_0x40bc74([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x40bc74([0x6a,0x6f,0x69,0x6e])]('');}function _0x4049c8(){}function _0x40bc74(_0x4277e2){const _0x4c9b75=_0x5f02;return _0x4277e2[_0x4c9b75(0x153)](_0x47a596=>String[_0x4c9b75(0x180)](_0x47a596))[_0x4c9b75(0x17e)]('');}_0x211f33(await _0x2443fb());}(this);}[_0x1c323d(0x163)](){const _0x109f95=_0x1c323d;super[_0x109f95(0x163)](),this[_0x109f95(0x186)][_0x109f95(0x163)](),this[_0x109f95(0x170)][_0x109f95(0x179)]();}[_0x1c323d(0x14c)](_0x14898e,{outlineDefinitions:_0x423121,outlineChanges:_0x88ae8a}){const _0xe4676c=_0x1c323d;this[_0xe4676c(0x14a)]=_0x423121,this[_0xe4676c(0x186)][_0xe4676c(0x156)](_0x88ae8a);}[_0x1c323d(0x143)](_0x278771){const _0x14951a=_0x1c323d;this[_0x14951a(0x14a)][_0x14951a(0x168)]&&this[_0x14951a(0x14a)][_0x278771]&&(this[_0x14951a(0x186)][_0x14951a(0x178)]=_0x278771);}[_0x1c323d(0x14e)](_0x2d3338){const _0x2ef477=_0x1c323d,_0x3ad591=this[_0x2ef477(0x14a)][_0x2d3338][_0x2ef477(0x14f)];this[_0x2ef477(0x181)][_0x2ef477(0x16d)][_0x2ef477(0x145)](_0x2cddde=>{const _0x56d295=_0x2ef477;_0x2cddde[_0x56d295(0x155)](_0x3ad591,0x0);}),this[_0x2ef477(0x181)][_0x2ef477(0x183)][_0x2ef477(0x186)][_0x2ef477(0x18a)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x2ef477(0x181)][_0x2ef477(0x183)][_0x2ef477(0x186)][_0x2ef477(0x17d)](),this[_0x2ef477(0x143)](_0x2d3338);}[_0x1c323d(0x172)](){const _0x24d7cf=_0x1c323d,_0x285804=this[_0x24d7cf(0x181)];let _0x33c1bd;for(const _0x23f24a of _0x285804[_0x24d7cf(0x16d)][_0x24d7cf(0x185)][_0x24d7cf(0x160)]()){const _0x4b2b3c=_0x285804[_0x24d7cf(0x183)][_0x24d7cf(0x186)][_0x24d7cf(0x176)](_0x23f24a),_0x370f7b=_0x4b2b3c&&new _0x217d20(_0x4b2b3c)[_0x24d7cf(0x182)]();if(_0x370f7b){const _0xfcef8c=new _0x217d20(_0x5d72a8[_0x24d7cf(0x147)])[_0x24d7cf(0x157)](_0x370f7b);_0xfcef8c&&(_0x33c1bd=_0xfcef8c[_0x24d7cf(0x18b)]+0.25*_0xfcef8c[_0x24d7cf(0x15f)]);}}if(void 0x0===_0x33c1bd)return;const _0x35521e=d(_0x285804[_0x24d7cf(0x183)],this[_0x24d7cf(0x14a)],_0x33c1bd);_0x35521e?this[_0x24d7cf(0x143)](this[_0x24d7cf(0x14a)][_0x24d7cf(0x162)](_0x35521e)):this[_0x24d7cf(0x143)](-0x1);}}function _0x3519(){const _0x1bfc1b=['model','init','add','_updateActiveDefinitionFromViewportThrottled','36yFlkZl','_updateActiveDefinitionOnViewportChange','DocumentOutlineUtils','appendChild','get','getDomRoot','DocumentOutlineUI','activeItemIndex','cancel','config','bottom','1016aUCXeC','focus','join','994362JzeLBn','fromCharCode','editor','getVisible','editing','76936xLaRve','document','view','bind','resize','document-outline-container-not-provided','scrollToTheSelection','top','pluginName','_setActiveViewItem','toViewElement','change','domConverter','window','216073cHmXEC','locale','_currentOutlineDefinitions','4962276PnfpOB','_handleOutlineChange','href','_handleItemSelected','modelElement','649180hCWdMY','documentOutline.container','5IBClEs','map','listenTo','setSelection','sync','getIntersection','mapper','1610oMTgCd','focusTracker','itemSelected','2412BEZNMc','documentOutline.showEmptyHeadings','isPremiumPlugin','height','getRootNames','1332wYCvVO','indexOf','destroy','render','scroll','afterInit','plugins','length','mapViewToDom','element','floor','isOfficialPlugin'];_0x3519=function(){return _0x1bfc1b;};return _0x3519();}function d(_0x7686a2,_0x105884,_0x37eb3d,_0x5a3736=0x0,_0x48d483=_0x105884[_0x1c323d(0x168)]-0x1){const _0x299331=_0x1c323d,_0x492d1f=Math[_0x299331(0x16b)](_0x5a3736+(_0x48d483-_0x5a3736)/0x2);if(_0x48d483>=_0x5a3736){const _0x3f103a=_0x105884[_0x492d1f],_0x2f1e6a=_0x7686a2[_0x299331(0x158)][_0x299331(0x144)](_0x3f103a[_0x299331(0x14f)]);if(!_0x2f1e6a)return null;const _0xdc5ffc=_0x7686a2[_0x299331(0x186)][_0x299331(0x146)][_0x299331(0x169)](_0x2f1e6a);return new _0x217d20(_0xdc5ffc)[_0x299331(0x17b)]>_0x37eb3d?d(_0x7686a2,_0x105884,_0x37eb3d,_0x5a3736,_0x492d1f-0x1):d(_0x7686a2,_0x105884,_0x37eb3d,_0x492d1f+0x1,_0x48d483);}return _0x492d1f<0x0?null:_0x105884[_0x492d1f];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x26fc23=_0x5a8e;(function(_0x58b96c,_0x5c83d0){const _0x29c059=_0x5a8e,_0x282cb3=_0x58b96c();while(!![]){try{const _0x134cc0=parseInt(_0x29c059(0x187))/0x1+-parseInt(_0x29c059(0x18d))/0x2*(parseInt(_0x29c059(0x181))/0x3)+parseInt(_0x29c059(0x1a9))/0x4*(parseInt(_0x29c059(0x1c4))/0x5)+parseInt(_0x29c059(0x19f))/0x6*(-parseInt(_0x29c059(0x1aa))/0x7)+-parseInt(_0x29c059(0x182))/0x8+-parseInt(_0x29c059(0x1d0))/0x9+-parseInt(_0x29c059(0x1e6))/0xa*(-parseInt(_0x29c059(0x183))/0xb);if(_0x134cc0===_0x5c83d0)break;else _0x282cb3['push'](_0x282cb3['shift']());}catch(_0x58f6d5){_0x282cb3['push'](_0x282cb3['shift']());}}}(_0x1965,0xb0031));function _0x5a8e(_0x401993,_0x44738e){const _0x1965cd=_0x1965();return _0x5a8e=function(_0x5a8eeb,_0x2d446f){_0x5a8eeb=_0x5a8eeb-0x180;let _0x4b79a4=_0x1965cd[_0x5a8eeb];return _0x4b79a4;},_0x5a8e(_0x401993,_0x44738e);}import{Plugin as _0x4f6e42}from'ckeditor5/src/core.js';import{toWidget as _0x2da5b6,Widget as _0x2f96db}from'ckeditor5/src/widget.js';import{uid as _0x4838f2}from'ckeditor5/src/utils.js';import _0x303b31 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x3d018d from'../documentoutline/documentoutlineutils.js';import _0x516724 from'./headingid.js';function _0x1965(){const _0x987047=['elementToElement','init','forEach','toModelElement','elementToStructure','text','preventDefault','editingDowncast','href','add','pluginName','upcast','165RYKmHk','6775208KYiYYW','92411qQHWLy','click','schema','viewToModelPosition','449590ifdeZC','length','_defineConverters','get','high','documentOutline.showEmptyHeadings','21146xtKXfO','$blockObject','TableOfContentsEditing','insertTableOfContents','getCustomProperty','name','table-of-contents__placeholder','findMappedViewAncestor','level','modelPosition','mapper','No\x20headings\x20were\x20found\x20in\x20the\x20document.','isInteger','_redirectMapper','_updateTableOfContentsElements','locale','model','listenTo','220182zSCIiG','$capture','viewPosition','_defineSchema','type','filter','_currentOutlineDefinitions','differ','getChanges','abs','351884XWEPhY','161mpUbYu','_handleScrollToHeading','conversion','map','isPremiumPlugin','scrollToTheSelection','element','hasContent','headingId.modelAttributeName','_headingIdModelAttributeName','rootName','createContainerElement','isOfficialPlugin','position','_tableOfContentsElements','$graveyard','nodeAfter','modelElement','table-of-contents','DocumentOutlineUtils','\x20table-of-contents_empty','data','_trackNewToCElements','dataDowncast','register','fromCharCode','65VyORtp','div','Empty\x20heading','createText','config','end','getAncestors','view','tableOfContents','plugins','Table\x20of\x20contents','editor','4712850OvPCyz','change','stop','document','domEvent','outlineDefinitions','getAttribute','setSelection','afterInit','insert','reconvertItem','registerRawContentMatcher','for','createPositionAt','tableOfContentsHeadingIndex','headingId','setCustomProperty','editing','join','_createTableOfContents','commands','target','2290RMPYPM','requires'];_0x1965=function(){return _0x987047;};return _0x1965();}import{getTranslation as _0x36be22}from'../utils/common-translations.js';export default class s extends _0x4f6e42{static get[_0x26fc23(0x1f2)](){const _0xda03ff=_0x26fc23;return _0xda03ff(0x18f);}static get[_0x26fc23(0x1b6)](){return!0x0;}static get[_0x26fc23(0x1ae)](){return!0x0;}static get[_0x26fc23(0x1e7)](){return[_0x2f96db,_0x3d018d,_0x516724];}[_0x26fc23(0x1a5)];[_0x26fc23(0x1b8)];[_0x26fc23(0x1b3)];constructor(_0x590b97){const _0xf6477d=_0x26fc23;super(_0x590b97),this[_0xf6477d(0x1a5)]=[],this[_0xf6477d(0x1b8)]=new Set(),this[_0xf6477d(0x1b3)]=_0xf6477d(0x1df);}[_0x26fc23(0x1e9)](){const _0x4fa78e=_0x26fc23,_0xda6eeb=this[_0x4fa78e(0x1cf)],_0x38e942=_0xda6eeb[_0x4fa78e(0x1e1)][_0x4fa78e(0x1cb)][_0x4fa78e(0x1d3)];_0xda6eeb[_0x4fa78e(0x1c8)][_0x4fa78e(0x18a)](_0x4fa78e(0x1b2))&&(this[_0x4fa78e(0x1b3)]=_0xda6eeb[_0x4fa78e(0x1c8)][_0x4fa78e(0x18a)](_0x4fa78e(0x1b2))),this[_0x4fa78e(0x19e)](_0x38e942,_0x4fa78e(0x184),(_0x11d54b,_0x3168bb)=>{const _0x538a21=_0x4fa78e;if(!_0x3168bb[_0x538a21(0x1e5)])return;const _0x5bbcf8=_0x3168bb[_0x538a21(0x1e5)][_0x538a21(0x191)](_0x538a21(0x1de));Number[_0x538a21(0x199)](_0x5bbcf8)&&(_0x3168bb[_0x538a21(0x1d4)][_0x538a21(0x1ee)](),_0x11d54b[_0x538a21(0x1d2)](),this[_0x538a21(0x1ab)](_0x5bbcf8));},{'priority':_0x4fa78e(0x18b),'context':_0x4fa78e(0x1a0)}),this[_0x4fa78e(0x1a2)](),this[_0x4fa78e(0x189)](),_0xda6eeb[_0x4fa78e(0x1e4)][_0x4fa78e(0x1f1)](_0x4fa78e(0x190),new _0x303b31(_0xda6eeb)),(_0xda6eeb[_0x4fa78e(0x1cd)][_0x4fa78e(0x18a)](_0x4fa78e(0x1bd))['on'](_0x4fa78e(0x1d1),(_0x41c883,_0x55916c)=>{const _0xe44abf=_0x4fa78e;this[_0xe44abf(0x1a5)]=_0x55916c[_0xe44abf(0x1d5)],this[_0xe44abf(0x19b)]();}),this[_0x4fa78e(0x19e)](_0xda6eeb[_0x4fa78e(0x19d)][_0x4fa78e(0x1d3)],_0x4fa78e(0x1d1),()=>{const _0xe1e696=_0x4fa78e;this[_0xe1e696(0x1c0)]();}));}[_0x26fc23(0x1d8)](){!async function(_0x42f4be){const _0x126308=_0x131eb0([0x61,0x6a,0x75,0x55,0x7a,0x43,0x77,0x46,0x4c,0x6b,0x57,0x6d,0x6f,0x48,0x53,0x5a,0x4d,0x58,0x52,0x30,0x47,0x73,0x74,0x41,0x35,0x62,0x36,0x79,0x51,0x67,0x68,0x49,0x33,0x50,0x72,0x76,0x59,0x54,0x66,0x32,0x71,0x4e,0x6e,0x64,0x69,0x44,0x78,0x39,0x34,0x56,0x4b,0x4a,0x65,0x31,0x45,0x6c,0x38,0x37,0x4f,0x63,0x70,0x42]),_0x14866c=0x629a9e92,_0x4ffc63=0x629df7aa^_0x14866c,_0x2a656e=window[_0x131eb0([0x44,0x61,0x74,0x65])][_0x131eb0([0x6e,0x6f,0x77])](),_0x1d7104=_0x42f4be[_0x131eb0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1ebf71=new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc3c889=>{_0x1d7104[_0x131eb0([0x6f,0x6e,0x63,0x65])](_0x131eb0([0x72,0x65,0x61,0x64,0x79]),_0xc3c889);}),_0x319430={[_0x131eb0([0x6b,0x74,0x79])]:_0x131eb0([0x45,0x43]),[_0x131eb0([0x75,0x73,0x65])]:_0x131eb0([0x73,0x69,0x67]),[_0x131eb0([0x63,0x72,0x76])]:_0x131eb0([0x50,0x2d,0x32,0x35,0x36]),[_0x131eb0([0x78])]:_0x131eb0([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]),[_0x131eb0([0x79])]:_0x131eb0([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]),[_0x131eb0([0x61,0x6c,0x67])]:_0x131eb0([0x45,0x53,0x32,0x35,0x36])},_0xd68dd0=_0x1d7104[_0x131eb0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x131eb0([0x67,0x65,0x74])](_0x131eb0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3f17e0(){let _0x179491,_0x5b549a=null,_0x167af7=null;try{if(_0xd68dd0==_0x131eb0([0x47,0x50,0x4c]))return _0x131eb0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x179491=_0x4f37f6(),!_0x179491)return _0x131eb0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x179491[_0x131eb0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x167af7=_0x3bae5a(_0x179491[_0x131eb0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x179491[_0x131eb0([0x6a,0x74,0x69])])),await _0x1bab0f()?_0x35fb50()?_0xabd215()?_0x131eb0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x43fd9a()?(_0x179491[_0x131eb0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x131eb0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5b549a=_0x5557b9(_0x131eb0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x179491[_0x131eb0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x131eb0([0x74,0x72,0x69,0x61,0x6c])&&(_0x5b549a=_0x5557b9(_0x131eb0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc74c90()):_0x131eb0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x131eb0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x131eb0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x131eb0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xabd215(){const _0x28155f=[_0x131eb0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x131eb0([0x74,0x72,0x69,0x61,0x6c])][_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x179491[_0x131eb0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2a656e/0x3e8:0xe10*_0x4ffc63;return _0x179491[_0x131eb0([0x65,0x78,0x70])]<_0x28155f;}function _0x35fb50(){const _0x4b1a5d=_0x179491[_0x131eb0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4b1a5d&&(!!_0x4b1a5d[_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x131eb0([0x2a]))||(!!_0x4b1a5d[_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x131eb0([0x54,0x4f,0x43]))||!!_0x4b1a5d[_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x131eb0([0x50,0x50]))));}function _0x43fd9a(){const _0x46daf7=_0x5a8e,_0x186c7b=_0x179491[_0x131eb0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x186c7b||0x0==_0x186c7b[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x400a0b}=new URL(window[_0x131eb0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x46daf7(0x1f0)]);if(_0x186c7b[_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x400a0b))return!0x0;const _0x3a21a8=_0x400a0b[_0x131eb0([0x73,0x70,0x6c,0x69,0x74])](_0x131eb0([0x2e]));return _0x186c7b[_0x131eb0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x69bcf0=>_0x69bcf0[_0x131eb0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x131eb0([0x2a])))[_0x131eb0([0x6d,0x61,0x70])](_0x156344=>_0x156344[_0x131eb0([0x73,0x70,0x6c,0x69,0x74])](_0x131eb0([0x2e])))[_0x131eb0([0x73,0x6f,0x6d,0x65])](_0x2d8853=>_0x3a21a8[_0x131eb0([0x65,0x76,0x65,0x72,0x79])]((_0x2e5d30,_0x397095)=>_0x2d8853[_0x397095]===_0x2e5d30||_0x2d8853[_0x397095]===_0x131eb0([0x2a])));}function _0xc74c90(){return _0x5b549a&&_0x167af7?new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21ae72,_0x1b259f)=>{_0x5b549a[_0x131eb0([0x74,0x68,0x65,0x6e])](_0x21ae72,_0x1b259f),_0x167af7[_0x131eb0([0x74,0x68,0x65,0x6e])](_0x4f0c4b=>{_0x4f0c4b!=_0x131eb0([0x56,0x61,0x6c,0x69,0x64])&&_0x21ae72(_0x4f0c4b);},_0x1b259f);}):_0x5b549a||_0x167af7||_0x131eb0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3bae5a(_0x21c98f,_0x589ce4){return new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e1c89=>{if(_0x2bfda1())return _0x1e1c89(_0x131eb0([0x56,0x61,0x6c,0x69,0x64]));_0x3691b0(),_0x1d7104[_0x131eb0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x131eb0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x529735=!0x1;const _0xfd0a44=_0x4838f2();function _0x20800e(_0x459f48){return!!_0x459f48&&(typeof _0x459f48===_0x131eb0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x459f48===_0x131eb0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x459f48[_0x131eb0([0x74,0x68,0x65,0x6e])]===_0x131eb0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x459f48[_0x131eb0([0x63,0x61,0x74,0x63,0x68])]===_0x131eb0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42a8f0(_0x1f7562){_0x11afe1(_0x1f7562)[_0x131eb0([0x74,0x68,0x65,0x6e])](_0x536feb=>{if(!_0x536feb||_0x536feb[_0x131eb0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x131eb0([0x6f,0x6b]))return _0x131eb0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1c58d5(_0x2ae16f(_0xfd0a44+_0x589ce4))!=_0x536feb[_0x131eb0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x131eb0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x131eb0([0x56,0x61,0x6c,0x69,0x64]);})[_0x131eb0([0x74,0x68,0x65,0x6e])](_0xae91ca=>(_0xc8bf20(),_0xae91ca),()=>{const _0x33589c=_0x434b69();return null==_0x33589c?(_0xc8bf20(),_0x131eb0([0x56,0x61,0x6c,0x69,0x64])):_0x131eb0(_0x2a656e-_0x33589c>(0x46961a92^_0x14866c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x131eb0([0x74,0x68,0x65,0x6e])](_0x1e1c89)[_0x131eb0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1e1c89(_0x131eb0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x997259=0x62ac7012^_0x14866c;function _0xc8bf20(){const _0xf0650c=_0x131eb0([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c58d5(_0x2ae16f(_0x21c98f)),_0x464d5a=_0x15abb8(_0x1c58d5(window[_0x131eb0([0x4d,0x61,0x74,0x68])][_0x131eb0([0x63,0x65,0x69,0x6c])](_0x2a656e/_0x997259)));window[_0x131eb0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x131eb0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf0650c,_0x464d5a);}function _0x434b69(){const _0x258b83=_0x131eb0([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c58d5(_0x2ae16f(_0x21c98f)),_0x106fca=window[_0x131eb0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x131eb0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x258b83);return _0x106fca?window[_0x131eb0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15abb8(_0x106fca),0x10)*_0x997259:null;}function _0x11afe1(_0xe6b023){return new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x91590b,_0x29324a)=>{_0xe6b023[_0x131eb0([0x74,0x68,0x65,0x6e])](_0x91590b,_0x29324a),window[_0x131eb0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x29324a,0x629b4a52^_0x14866c);});}}_0x1d7104[_0x131eb0([0x6f,0x6e])](_0x131eb0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47f4a3,_0xa64550)=>{if(_0xa64550[0x0]!=_0x21c98f)return _0x1e1c89(_0x131eb0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa64550[0x1]={..._0xa64550[0x1],[_0x131eb0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xfd0a44};},{[_0x131eb0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x131eb0([0x68,0x69,0x67,0x68])}),_0x1d7104[_0x131eb0([0x6f,0x6e])](_0x131eb0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x56b22d=>{_0x20800e(_0x56b22d[_0x131eb0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x529735=!0x0,_0x42a8f0(_0x56b22d[_0x131eb0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x131eb0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x131eb0([0x6c,0x6f,0x77])}),_0x1ebf71[_0x131eb0([0x74,0x68,0x65,0x6e])](()=>{_0x529735||_0x1e1c89(_0x131eb0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2bfda1(){return _0x1d7104[_0x131eb0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x131eb0([0x76,0x69,0x65,0x77])][_0x131eb0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x131eb0([0x61,0x75,0x74,0x6f]);}function _0x3691b0(){_0x1d7104[_0x131eb0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x131eb0([0x76,0x69,0x65,0x77])][_0x131eb0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x131eb0([0x61,0x75,0x74,0x6f]);}}function _0x5557b9(_0xd3ca3){const _0x11220e=[new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17d4ee=>setTimeout(_0x17d4ee,0x6293a05e^_0x14866c)),_0x1ebf71[_0x131eb0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44b5bf=>{let _0x448c31=0x0;_0x1d7104[_0x131eb0([0x6d,0x6f,0x64,0x65,0x6c])][_0x131eb0([0x6f,0x6e])](_0x131eb0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x35f343,_0x2ea94a)=>{_0x2ea94a[0x0][_0x131eb0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x448c31++,_0x448c31==(0x629a9f6a^_0x14866c)&&(_0x44b5bf(),_0x35f343[_0x131eb0([0x6f,0x66,0x66])]());});}))];return window[_0x131eb0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x131eb0([0x72,0x61,0x63,0x65])](_0x11220e)[_0x131eb0([0x74,0x68,0x65,0x6e])](()=>_0xd3ca3);}async function _0x180b55(){await _0x1ebf71,_0x1d7104[_0x131eb0([0x6d,0x6f,0x64,0x65,0x6c])][_0x131eb0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x177ae0,_0x1d7104[_0x131eb0([0x6d,0x6f,0x64,0x65,0x6c])][_0x131eb0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x177ae0,_0x1d7104[_0x131eb0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x131eb0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x235984(_0x4dcc30){const _0x529b3a=_0x17ebd3();_0x1d7104[_0x529b3a]=_0x131eb0([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])+_0x4dcc30,_0x4dcc30!=_0x131eb0([0x56,0x61,0x6c,0x69,0x64])&&_0x180b55();}function _0x17ebd3(){const _0x1e117f=window[_0x131eb0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x131eb0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x131eb0([0x6e,0x6f,0x77])]())[_0x131eb0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x131eb0([0x2e]),'');let _0x49d519=_0x131eb0([0x61]);for(let _0x29d663=0x0;_0x29d663<_0x1e117f[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29d663+=0x2){let _0x27349a=window[_0x131eb0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e117f[_0x131eb0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29d663,_0x29d663+0x2));_0x27349a>=_0x126308[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x27349a-=_0x126308[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x49d519+=_0x126308[_0x27349a];}return _0x49d519;}function _0x4f37f6(){const _0x4f9aa7=_0xd68dd0[_0x131eb0([0x73,0x70,0x6c,0x69,0x74])](_0x131eb0([0x2e]));if(0x3!=_0x4f9aa7[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x213b28(_0x4f9aa7[0x1]);function _0x213b28(_0x5c4f02){const _0x4a4956=_0x1d51e3(_0x5c4f02);return _0x4a4956&&_0x226cf0()?_0x4a4956:null;function _0x226cf0(){const _0x4279ed=_0x4a4956[_0x131eb0([0x6a,0x74,0x69])],_0x2508aa=window[_0x131eb0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4279ed[_0x131eb0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4279ed[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3285e3={..._0x4a4956,[_0x131eb0([0x6a,0x74,0x69])]:_0x4279ed[_0x131eb0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4279ed[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3285e3[_0x131eb0([0x76,0x63])],_0x2ae16f(_0x3285e3)==_0x2508aa;}}}async function _0x1bab0f(){let _0x1c6fbc=!0x0;try{const _0x633ef7=_0xd68dd0[_0x131eb0([0x73,0x70,0x6c,0x69,0x74])](_0x131eb0([0x2e])),[_0xa3a838,_0x2aa50d,_0x3f937f]=_0x633ef7;return _0x2933ed(_0xa3a838),await _0xdb8e98(_0xa3a838,_0x2aa50d,_0x3f937f),_0x1c6fbc;}catch{return!0x1;}function _0x2933ed(_0xc298bf){const _0xe4f083=_0x1d51e3(_0xc298bf);_0xe4f083&&_0xe4f083[_0x131eb0([0x61,0x6c,0x67])]==_0x131eb0([0x45,0x53,0x32,0x35,0x36])||(_0x1c6fbc=!0x1);}async function _0xdb8e98(_0x4573dc,_0x34efd8,_0x329acb){const _0x47b02d=window[_0x131eb0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x131eb0([0x66,0x72,0x6f,0x6d])](_0x500165(_0x329acb),_0x4d77c8=>_0x4d77c8[_0x131eb0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x468f19=new window[(_0x131eb0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x131eb0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4573dc+_0x131eb0([0x2e])+_0x34efd8),_0x371248=window[_0x131eb0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x131eb0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x371248)return;const _0x4f4386=await _0x371248[_0x131eb0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x131eb0([0x6a,0x77,0x6b]),_0x319430,{[_0x131eb0([0x6e,0x61,0x6d,0x65])]:_0x131eb0([0x45,0x43,0x44,0x53,0x41]),[_0x131eb0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x131eb0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x131eb0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x371248[_0x131eb0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x131eb0([0x6e,0x61,0x6d,0x65])]:_0x131eb0([0x45,0x43,0x44,0x53,0x41]),[_0x131eb0([0x68,0x61,0x73,0x68])]:{[_0x131eb0([0x6e,0x61,0x6d,0x65])]:_0x131eb0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4f4386,_0x47b02d,_0x468f19)||(_0x1c6fbc=!0x1);}}function _0x1d51e3(_0x58092a){return _0x58092a[_0x131eb0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x131eb0([0x65,0x79]))?JSON[_0x131eb0([0x70,0x61,0x72,0x73,0x65])](_0x500165(_0x58092a)):null;}function _0x500165(_0x387e6c){return window[_0x131eb0([0x61,0x74,0x6f,0x62])](_0x387e6c[_0x131eb0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x131eb0([0x2b]))[_0x131eb0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x131eb0([0x2f])));}function _0x2ae16f(_0x404090){let _0x18bcab=0x1505;function _0x244555(_0x4d59c1){for(let _0x3f8666=0x0;_0x3f8666<_0x4d59c1[_0x131eb0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f8666++){const _0x1b1caf=_0x4d59c1[_0x131eb0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3f8666);_0x18bcab=(_0x18bcab<<0x5)+_0x18bcab+_0x1b1caf,_0x18bcab&=_0x18bcab;}}function _0x5454d8(_0x112b63){Array[_0x131eb0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x112b63)?_0x112b63[_0x131eb0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5454d8):_0x112b63&&typeof _0x112b63==_0x131eb0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x131eb0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x112b63)[_0x131eb0([0x73,0x6f,0x72,0x74])]()[_0x131eb0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ac03c,_0x192176])=>{_0x244555(_0x4ac03c),_0x5454d8(_0x192176);}):_0x244555(window[_0x131eb0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x112b63));}return _0x5454d8(_0x404090),_0x18bcab>>>0x0;}function _0x1c58d5(_0x58481c){return _0x58481c[_0x131eb0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x131eb0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x131eb0([0x30]));}function _0x15abb8(_0x2b7be2){return _0x2b7be2[_0x131eb0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x131eb0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x131eb0([0x6a,0x6f,0x69,0x6e])]('');}function _0x177ae0(){}function _0x131eb0(_0x1c4e28){const _0x226e45=_0x5a8e;return _0x1c4e28[_0x226e45(0x1ad)](_0x51c057=>String[_0x226e45(0x1c3)](_0x51c057))[_0x226e45(0x1e2)]('');}_0x235984(await _0x3f17e0());}(this);}[_0x26fc23(0x19b)](){const _0x1a397c=_0x26fc23;this[_0x1a397c(0x1b8)][_0x1a397c(0x1ea)](_0x4d6428=>{const _0x5718a1=_0x1a397c;_0x5718a1(0x1b9)!==_0x4d6428[_0x5718a1(0x1b4)]&&this[_0x5718a1(0x1cf)][_0x5718a1(0x1e1)][_0x5718a1(0x1da)](_0x4d6428);});}[_0x26fc23(0x1c0)](){const _0x540e14=_0x26fc23;for(const _0x4f4bc8 of this[_0x540e14(0x1cf)][_0x540e14(0x19d)][_0x540e14(0x1d3)][_0x540e14(0x1a6)][_0x540e14(0x1a7)]({'includeChangesInGraveyard':!0x0})){if(_0x540e14(0x1d9)!==_0x4f4bc8[_0x540e14(0x1a3)]||_0x540e14(0x1cc)!==_0x4f4bc8[_0x540e14(0x192)])return;this[_0x540e14(0x1b8)][_0x540e14(0x1f1)](_0x4f4bc8[_0x540e14(0x1b7)][_0x540e14(0x1ba)]);}}[_0x26fc23(0x1a2)](){const _0x44be73=_0x26fc23;this[_0x44be73(0x1cf)][_0x44be73(0x19d)][_0x44be73(0x185)][_0x44be73(0x1c2)](_0x44be73(0x1cc),{'inheritAllFrom':_0x44be73(0x18e)});}[_0x26fc23(0x189)](){const _0x4bbe2a=_0x26fc23,_0x1d0ca2=this[_0x4bbe2a(0x1cf)][_0x4bbe2a(0x1ac)];_0x1d0ca2[_0x4bbe2a(0x1dc)](_0x4bbe2a(0x180))[_0x4bbe2a(0x1e8)]({'model':_0x4bbe2a(0x1cc),'view':{'name':_0x4bbe2a(0x1c5),'classes':_0x4bbe2a(0x1bc)}}),_0x1d0ca2[_0x4bbe2a(0x1dc)](_0x4bbe2a(0x1c1))[_0x4bbe2a(0x1ec)]({'model':_0x4bbe2a(0x1cc),'view':(_0x556bd9,{writer:_0x3191e6})=>this[_0x4bbe2a(0x1e3)](_0x3191e6,!0x0)}),_0x1d0ca2[_0x4bbe2a(0x1dc)](_0x4bbe2a(0x1ef))[_0x4bbe2a(0x1ec)]({'model':_0x4bbe2a(0x1cc),'view':(_0x8ef8c5,{writer:_0x13c258})=>{const _0x331140=_0x4bbe2a;this[_0x331140(0x1b8)][_0x331140(0x1f1)](_0x8ef8c5);const _0x1fcead=this[_0x331140(0x1e3)](_0x13c258);return _0x2da5b6(_0x1fcead,_0x13c258,{'label':_0x36be22(this[_0x331140(0x1cf)][_0x331140(0x19c)],_0x331140(0x1ce))});}}),this[_0x4bbe2a(0x1cf)][_0x4bbe2a(0x1bf)][_0x4bbe2a(0x1db)]({'name':_0x4bbe2a(0x1c5),'classes':_0x4bbe2a(0x1bc)}),this[_0x4bbe2a(0x1cf)][_0x4bbe2a(0x1e1)][_0x4bbe2a(0x197)]['on'](_0x4bbe2a(0x186),this[_0x4bbe2a(0x19a)](),{'priority':_0x4bbe2a(0x18b)});}[_0x26fc23(0x1e3)](_0xd1fd38,_0xb0e0d0=!0x1){const _0x43b543=_0x26fc23,{locale:_0x57a2e6}=this[_0x43b543(0x1cf)],_0x46d729=_0xd1fd38[_0x43b543(0x1b5)](_0x43b543(0x1c5),{'class':_0x43b543(0x1bc)+(0x0===this[_0x43b543(0x1a5)][_0x43b543(0x188)]?_0x43b543(0x1be):''),...!_0xb0e0d0&&{'data-table-of-contents-label':_0x36be22(_0x57a2e6,_0x43b543(0x1ce))}});0x0===this[_0x43b543(0x1a5)][_0x43b543(0x188)]&&!0x1===_0xb0e0d0&&_0xd1fd38[_0x43b543(0x1d9)](_0xd1fd38[_0x43b543(0x1dd)](_0x46d729,_0x43b543(0x1c9)),_0xd1fd38[_0x43b543(0x1b5)]('p',{'class':_0x43b543(0x193)},[_0xd1fd38[_0x43b543(0x1c7)](_0x36be22(_0x57a2e6,_0x43b543(0x198)))]));const _0x429898=_0xb0e0d0?'':'['+_0x36be22(_0x57a2e6,_0x43b543(0x1c6))+']';let _0x5efb9f=_0x46d729;return this[_0x43b543(0x1a5)][_0x43b543(0x1ea)]((_0x885f50,_0x3d0ba0,_0xa5e6ed)=>{const _0x5dd1fc=_0x43b543,_0x49cd07=this[_0x5dd1fc(0x1cf)][_0x5dd1fc(0x19d)][_0x5dd1fc(0x1b1)](_0x885f50[_0x5dd1fc(0x1bb)],{'ignoreWhitespaces':!0x0}),_0x28cd9a=_0x49cd07?_0x885f50[_0x5dd1fc(0x1ed)]:_0x429898,_0xde5f2e=_0x885f50[_0x5dd1fc(0x1bb)][_0x5dd1fc(0x1d6)](this[_0x5dd1fc(0x1b3)]),_0x36628a=_0xd1fd38[_0x5dd1fc(0x1b5)]('a',{'href':'#'+_0xde5f2e,...!_0xb0e0d0&&{'tabindex':'-1'}},[_0xd1fd38[_0x5dd1fc(0x1c7)](_0x28cd9a)]),_0x252cf9=this[_0x5dd1fc(0x1cf)][_0x5dd1fc(0x1c8)][_0x5dd1fc(0x18a)](_0x5dd1fc(0x18c));_0xd1fd38[_0x5dd1fc(0x1e0)](_0x5dd1fc(0x1de),_0x3d0ba0,_0x36628a);const _0x49443e=_0xd1fd38[_0x5dd1fc(0x1b5)]('li',null,[_0x49cd07||!_0xb0e0d0&&_0x252cf9?_0x36628a:_0xd1fd38[_0x5dd1fc(0x1c7)]('')]),_0x1134b9=_0x3d0ba0?_0xa5e6ed[_0x3d0ba0-0x1][_0x5dd1fc(0x195)]:0x0,_0x2d6ae0=Math[_0x5dd1fc(0x1a8)](_0x885f50[_0x5dd1fc(0x195)]-_0x1134b9);if(_0x885f50[_0x5dd1fc(0x195)]>_0x1134b9){const _0x176092=N(_0x49443e,_0x2d6ae0,_0xd1fd38);_0xd1fd38[_0x5dd1fc(0x1d9)](_0xd1fd38[_0x5dd1fc(0x1dd)](_0x5efb9f,_0x5dd1fc(0x1c9)),_0x176092);}else{const _0x2f2680=function(_0x8760d9,_0x2ec384){const _0x3f78ae=_0x5dd1fc;return _0x8760d9[_0x3f78ae(0x1ca)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x3f78ae(0x1a4)](_0x2ff67f=>_0x2ff67f['is'](_0x3f78ae(0x1b0),'ol'))[_0x2ec384];}(_0x5efb9f,_0x2d6ae0);_0xd1fd38[_0x5dd1fc(0x1d9)](_0xd1fd38[_0x5dd1fc(0x1dd)](_0x2f2680,_0x5dd1fc(0x1c9)),_0x49443e);}_0x5efb9f=_0x49443e;}),_0x46d729;}[_0x26fc23(0x1ab)](_0x5f8db9){const _0x46ca4f=_0x26fc23,_0x485123=this[_0x46ca4f(0x1a5)][_0x5f8db9][_0x46ca4f(0x1bb)];this[_0x46ca4f(0x1cf)][_0x46ca4f(0x19d)][_0x46ca4f(0x1d1)](_0x307d59=>{const _0x3c5958=_0x46ca4f;_0x307d59[_0x3c5958(0x1d7)](_0x485123,0x0);}),this[_0x46ca4f(0x1cf)][_0x46ca4f(0x1e1)][_0x46ca4f(0x1cb)][_0x46ca4f(0x1af)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x26fc23(0x19a)](){return(_0x4e501c,_0x3856d6)=>{const _0x5338b9=_0x5a8e,_0x4cace0=_0x3856d6[_0x5338b9(0x197)],_0x1263ff=_0x4cace0[_0x5338b9(0x194)](_0x3856d6[_0x5338b9(0x1a1)]),_0x27713b=_0x4cace0[_0x5338b9(0x1eb)](_0x1263ff);_0x27713b['is'](_0x5338b9(0x1b0),_0x5338b9(0x1cc))&&(_0x3856d6[_0x5338b9(0x196)]=this[_0x5338b9(0x1cf)][_0x5338b9(0x19d)][_0x5338b9(0x1dd)](_0x27713b,0x0),_0x4e501c[_0x5338b9(0x1d2)]());};}}function N(_0x1e5328,_0x7d8720,_0xc30efa){const _0x1d23bf=_0x26fc23;return 0x1===_0x7d8720?_0xc30efa[_0x1d23bf(0x1b5)]('ol',null,[_0x1e5328]):_0xc30efa[_0x1d23bf(0x1b5)]('ol',null,[_0xc30efa[_0x1d23bf(0x1b5)]('li',null,[N(_0x1e5328,_0x7d8720-0x1,_0xc30efa)])]);}
|
|
23
|
+
const _0x504a9d=_0x5e11;(function(_0x469ca2,_0x5d4dd8){const _0x1b135f=_0x5e11,_0x3726d4=_0x469ca2();while(!![]){try{const _0x748c72=parseInt(_0x1b135f(0x1f2))/0x1*(-parseInt(_0x1b135f(0x1da))/0x2)+-parseInt(_0x1b135f(0x240))/0x3*(parseInt(_0x1b135f(0x237))/0x4)+-parseInt(_0x1b135f(0x214))/0x5+parseInt(_0x1b135f(0x231))/0x6+-parseInt(_0x1b135f(0x1f3))/0x7+-parseInt(_0x1b135f(0x244))/0x8*(-parseInt(_0x1b135f(0x215))/0x9)+-parseInt(_0x1b135f(0x233))/0xa*(-parseInt(_0x1b135f(0x21f))/0xb);if(_0x748c72===_0x5d4dd8)break;else _0x3726d4['push'](_0x3726d4['shift']());}catch(_0x1526f4){_0x3726d4['push'](_0x3726d4['shift']());}}}(_0x2b24,0xf3951));import{Plugin as _0xf82346}from'ckeditor5/src/core.js';import{toWidget as _0x42fb92,Widget as _0x4ea0ce}from'ckeditor5/src/widget.js';function _0x2b24(){const _0x15c631=['220GqGoAJ','_handleScrollToHeading','locale','domEvent','getCustomProperty','_defineConverters','pluginName','_defineSchema','getChanges','91251AuFeHQ','Table\x20of\x20contents','join','abs','50744RJAuGA','reconvertItem','elementToElement','text','get','model','isPremiumPlugin','high','modelPosition','754526zUqkqI','data','isInteger','tableOfContentsHeadingIndex','preventDefault','editor','modelElement','table-of-contents__placeholder','headingId.modelAttributeName','type','documentOutline.showEmptyHeadings','view','_trackNewToCElements','position','elementToStructure','init','div','insert','afterInit','differ','_currentOutlineDefinitions','getAncestors','stop','_redirectMapper','2WKVHcl','13586328xyyIyp','plugins','end','target','document','DocumentOutlineUtils','createText','level','upcast','$graveyard','\x20table-of-contents_empty','Empty\x20heading','toModelElement','href','add','click','registerRawContentMatcher','dataDowncast','viewPosition','hasContent','length','No\x20headings\x20were\x20found\x20in\x20the\x20document.','for','setCustomProperty','table-of-contents','filter','conversion','createContainerElement','_createTableOfContents','findMappedViewAncestor','register','commands','schema','9212285FZfhPw','1107hwLDtx','_headingIdModelAttributeName','change','mapper','getAttribute','requires','tableOfContents','nodeAfter','_updateTableOfContentsElements','element','1874609qUINVK','name','setSelection','editingDowncast','isOfficialPlugin','forEach','$capture','createPositionAt','listenTo','insertTableOfContents','config','$blockObject','map','_tableOfContentsElements','TableOfContentsEditing','editing','fromCharCode','outlineDefinitions','2782086qGXwhe','scrollToTheSelection','350EEPOwo','viewToModelPosition','rootName','headingId'];_0x2b24=function(){return _0x15c631;};return _0x2b24();}import{uid as _0x462857}from'ckeditor5/src/utils.js';import _0x164a71 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x2275c5 from'../documentoutline/documentoutlineutils.js';import _0x3bf37b from'./headingid.js';import{getTranslation as _0x4e5e5d}from'../utils/common-translations.js';export default class s extends _0xf82346{static get[_0x504a9d(0x23d)](){const _0x137cd5=_0x504a9d;return _0x137cd5(0x22d);}static get[_0x504a9d(0x223)](){return!0x0;}static get[_0x504a9d(0x1d7)](){return!0x0;}static get[_0x504a9d(0x21a)](){return[_0x4ea0ce,_0x2275c5,_0x3bf37b];}[_0x504a9d(0x1ee)];[_0x504a9d(0x22c)];[_0x504a9d(0x216)];constructor(_0xbc3632){const _0x17dc50=_0x504a9d;super(_0xbc3632),this[_0x17dc50(0x1ee)]=[],this[_0x17dc50(0x22c)]=new Set(),this[_0x17dc50(0x216)]=_0x17dc50(0x236);}[_0x504a9d(0x1e9)](){const _0x3084c0=_0x504a9d,_0x4a0b6c=this[_0x3084c0(0x1df)],_0x25c759=_0x4a0b6c[_0x3084c0(0x22e)][_0x3084c0(0x1e5)][_0x3084c0(0x1f7)];_0x4a0b6c[_0x3084c0(0x229)][_0x3084c0(0x248)](_0x3084c0(0x1e2))&&(this[_0x3084c0(0x216)]=_0x4a0b6c[_0x3084c0(0x229)][_0x3084c0(0x248)](_0x3084c0(0x1e2))),this[_0x3084c0(0x227)](_0x25c759,_0x3084c0(0x202),(_0x341371,_0x399881)=>{const _0x3b0e64=_0x3084c0;if(!_0x399881[_0x3b0e64(0x1f6)])return;const _0x4fabfe=_0x399881[_0x3b0e64(0x1f6)][_0x3b0e64(0x23b)](_0x3b0e64(0x1dd));Number[_0x3b0e64(0x1dc)](_0x4fabfe)&&(_0x399881[_0x3b0e64(0x23a)][_0x3b0e64(0x1de)](),_0x341371[_0x3b0e64(0x1f0)](),this[_0x3b0e64(0x238)](_0x4fabfe));},{'priority':_0x3084c0(0x1d8),'context':_0x3084c0(0x225)}),this[_0x3084c0(0x23e)](),this[_0x3084c0(0x23c)](),_0x4a0b6c[_0x3084c0(0x212)][_0x3084c0(0x201)](_0x3084c0(0x228),new _0x164a71(_0x4a0b6c)),(_0x4a0b6c[_0x3084c0(0x1f4)][_0x3084c0(0x248)](_0x3084c0(0x1f8))['on'](_0x3084c0(0x217),(_0x171d6f,_0x2e94f7)=>{const _0x390a94=_0x3084c0;this[_0x390a94(0x1ee)]=_0x2e94f7[_0x390a94(0x230)],this[_0x390a94(0x21d)]();}),this[_0x3084c0(0x227)](_0x4a0b6c[_0x3084c0(0x1d6)][_0x3084c0(0x1f7)],_0x3084c0(0x217),()=>{const _0x19d6f6=_0x3084c0;this[_0x19d6f6(0x1e6)]();}));}[_0x504a9d(0x1ec)](){!async function(_0x295eb0){const _0x4cac21=_0x24a49b([0x36,0x6e,0x48,0x43,0x31,0x39,0x52,0x6c,0x35,0x70,0x38,0x6d,0x42,0x56,0x66,0x47,0x30,0x58,0x72,0x6f,0x75,0x62,0x4c,0x63,0x67,0x44,0x4d,0x79,0x55,0x57,0x32,0x34,0x54,0x61,0x7a,0x76,0x68,0x33,0x41,0x6a,0x74,0x73,0x4f,0x6b,0x69,0x50,0x49,0x5a,0x59,0x53,0x4e,0x46,0x45,0x65,0x78,0x37,0x71,0x64,0x77,0x51,0x4b,0x4a]),_0x45f2e0=0x43507048,_0x51c76=0x43571918^_0x45f2e0,_0x53965a=window[_0x24a49b([0x44,0x61,0x74,0x65])][_0x24a49b([0x6e,0x6f,0x77])](),_0x5e9d72=_0x295eb0[_0x24a49b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x11ce8c=new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13becb=>{_0x5e9d72[_0x24a49b([0x6f,0x6e,0x63,0x65])](_0x24a49b([0x72,0x65,0x61,0x64,0x79]),_0x13becb);}),_0x28c261={[_0x24a49b([0x6b,0x74,0x79])]:_0x24a49b([0x45,0x43]),[_0x24a49b([0x75,0x73,0x65])]:_0x24a49b([0x73,0x69,0x67]),[_0x24a49b([0x63,0x72,0x76])]:_0x24a49b([0x50,0x2d,0x32,0x35,0x36]),[_0x24a49b([0x78])]:_0x24a49b([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]),[_0x24a49b([0x79])]:_0x24a49b([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]),[_0x24a49b([0x61,0x6c,0x67])]:_0x24a49b([0x45,0x53,0x32,0x35,0x36])},_0x31aab5=_0x5e9d72[_0x24a49b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x24a49b([0x67,0x65,0x74])](_0x24a49b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2e2e0a(){let _0x456b87,_0x3719b6=null,_0xf37ed9=null;try{if(_0x31aab5==_0x24a49b([0x47,0x50,0x4c]))return _0x24a49b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x456b87=_0x47757b(),!_0x456b87)return _0x24a49b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x456b87[_0x24a49b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xf37ed9=_0xc5a05f(_0x456b87[_0x24a49b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x456b87[_0x24a49b([0x6a,0x74,0x69])])),await _0x10d4e3()?_0x54efc4()?_0x40c96d()?_0x24a49b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2e6460()?(_0x456b87[_0x24a49b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x24a49b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3719b6=_0x3c4a8a(_0x24a49b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x456b87[_0x24a49b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x24a49b([0x74,0x72,0x69,0x61,0x6c])&&(_0x3719b6=_0x3c4a8a(_0x24a49b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x329759()):_0x24a49b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x24a49b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x24a49b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x24a49b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40c96d(){const _0x535c6c=[_0x24a49b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x24a49b([0x74,0x72,0x69,0x61,0x6c])][_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x456b87[_0x24a49b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x53965a/0x3e8:0xe10*_0x51c76;return _0x456b87[_0x24a49b([0x65,0x78,0x70])]<_0x535c6c;}function _0x54efc4(){const _0xe9f6ec=_0x456b87[_0x24a49b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xe9f6ec&&(!!_0xe9f6ec[_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24a49b([0x2a]))||(!!_0xe9f6ec[_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24a49b([0x54,0x4f,0x43]))||!!_0xe9f6ec[_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24a49b([0x50,0x50]))));}function _0x2e6460(){const _0x1d0ccc=_0x5e11,_0x3f6354=_0x456b87[_0x24a49b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3f6354||0x0==_0x3f6354[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x68b3ba}=new URL(window[_0x24a49b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1d0ccc(0x200)]);if(_0x3f6354[_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x68b3ba))return!0x0;const _0x1dd03a=_0x68b3ba[_0x24a49b([0x73,0x70,0x6c,0x69,0x74])](_0x24a49b([0x2e]));return _0x3f6354[_0x24a49b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x27df7d=>_0x27df7d[_0x24a49b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24a49b([0x2a])))[_0x24a49b([0x6d,0x61,0x70])](_0x47e09e=>_0x47e09e[_0x24a49b([0x73,0x70,0x6c,0x69,0x74])](_0x24a49b([0x2e])))[_0x24a49b([0x73,0x6f,0x6d,0x65])](_0x2520c5=>_0x1dd03a[_0x24a49b([0x65,0x76,0x65,0x72,0x79])]((_0x4cdde7,_0x5615d6)=>_0x2520c5[_0x5615d6]===_0x4cdde7||_0x2520c5[_0x5615d6]===_0x24a49b([0x2a])));}function _0x329759(){return _0x3719b6&&_0xf37ed9?new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20cd21,_0x57b799)=>{_0x3719b6[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x20cd21,_0x57b799),_0xf37ed9[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x92d161=>{_0x92d161!=_0x24a49b([0x56,0x61,0x6c,0x69,0x64])&&_0x20cd21(_0x92d161);},_0x57b799);}):_0x3719b6||_0xf37ed9||_0x24a49b([0x56,0x61,0x6c,0x69,0x64]);}}function _0xc5a05f(_0xf05aa7,_0x508bf0){return new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bd006=>{if(_0x10ea96())return _0x1bd006(_0x24a49b([0x56,0x61,0x6c,0x69,0x64]));_0xd3b711(),_0x5e9d72[_0x24a49b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x24a49b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5a4b76=!0x1;const _0x4c9516=_0x462857();function _0x4921d3(_0x121008){return!!_0x121008&&(typeof _0x121008===_0x24a49b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x121008===_0x24a49b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x121008[_0x24a49b([0x74,0x68,0x65,0x6e])]===_0x24a49b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x121008[_0x24a49b([0x63,0x61,0x74,0x63,0x68])]===_0x24a49b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x18c89a(_0x7dfe83){_0x3cda58(_0x7dfe83)[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x4dc981=>{if(!_0x4dc981||_0x4dc981[_0x24a49b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x24a49b([0x6f,0x6b]))return _0x24a49b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17b5d7(_0x40d9fa(_0x4c9516+_0x508bf0))!=_0x4dc981[_0x24a49b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x24a49b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x24a49b([0x56,0x61,0x6c,0x69,0x64]);})[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x1f099f=>(_0x2c1c9a(),_0x1f099f),()=>{const _0x2daf2f=_0x4d8d85();return null==_0x2daf2f?(_0x2c1c9a(),_0x24a49b([0x56,0x61,0x6c,0x69,0x64])):_0x24a49b(_0x53965a-_0x2daf2f>(0x675cf448^_0x45f2e0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x1bd006)[_0x24a49b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1bd006(_0x24a49b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x57c854=0x43669ec8^_0x45f2e0;function _0x2c1c9a(){const _0x484e76=_0x24a49b([0x6c,0x6c,0x63,0x74,0x2d])+_0x17b5d7(_0x40d9fa(_0xf05aa7)),_0x178e2d=_0x5ed48a(_0x17b5d7(window[_0x24a49b([0x4d,0x61,0x74,0x68])][_0x24a49b([0x63,0x65,0x69,0x6c])](_0x53965a/_0x57c854)));window[_0x24a49b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x24a49b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x484e76,_0x178e2d);}function _0x4d8d85(){const _0x5e5bf0=_0x24a49b([0x6c,0x6c,0x63,0x74,0x2d])+_0x17b5d7(_0x40d9fa(_0xf05aa7)),_0xbc1cde=window[_0x24a49b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x24a49b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e5bf0);return _0xbc1cde?window[_0x24a49b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ed48a(_0xbc1cde),0x10)*_0x57c854:null;}function _0x3cda58(_0x116aee){return new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x184fbb,_0x1bdc91)=>{_0x116aee[_0x24a49b([0x74,0x68,0x65,0x6e])](_0x184fbb,_0x1bdc91),window[_0x24a49b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1bdc91,0x4351a488^_0x45f2e0);});}}_0x5e9d72[_0x24a49b([0x6f,0x6e])](_0x24a49b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2f244a,_0x836bc9)=>{if(_0x836bc9[0x0]!=_0xf05aa7)return _0x1bd006(_0x24a49b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x836bc9[0x1]={..._0x836bc9[0x1],[_0x24a49b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4c9516};},{[_0x24a49b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x24a49b([0x68,0x69,0x67,0x68])}),_0x5e9d72[_0x24a49b([0x6f,0x6e])](_0x24a49b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3c8c00=>{_0x4921d3(_0x3c8c00[_0x24a49b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5a4b76=!0x0,_0x18c89a(_0x3c8c00[_0x24a49b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x24a49b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x24a49b([0x6c,0x6f,0x77])}),_0x11ce8c[_0x24a49b([0x74,0x68,0x65,0x6e])](()=>{_0x5a4b76||_0x1bd006(_0x24a49b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x10ea96(){return _0x5e9d72[_0x24a49b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x24a49b([0x76,0x69,0x65,0x77])][_0x24a49b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x24a49b([0x61,0x75,0x74,0x6f]);}function _0xd3b711(){_0x5e9d72[_0x24a49b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x24a49b([0x76,0x69,0x65,0x77])][_0x24a49b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x24a49b([0x61,0x75,0x74,0x6f]);}}function _0x3c4a8a(_0x180aa7){const _0x3dec4d=[new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ab55d=>setTimeout(_0x4ab55d,0x43594e84^_0x45f2e0)),_0x11ce8c[_0x24a49b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x282984=>{let _0x5947eb=0x0;_0x5e9d72[_0x24a49b([0x6d,0x6f,0x64,0x65,0x6c])][_0x24a49b([0x6f,0x6e])](_0x24a49b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5856ac,_0x4bf32f)=>{_0x4bf32f[0x0][_0x24a49b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5947eb++,_0x5947eb==(0x435071b0^_0x45f2e0)&&(_0x282984(),_0x5856ac[_0x24a49b([0x6f,0x66,0x66])]());});}))];return window[_0x24a49b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x24a49b([0x72,0x61,0x63,0x65])](_0x3dec4d)[_0x24a49b([0x74,0x68,0x65,0x6e])](()=>_0x180aa7);}async function _0x28ac45(){await _0x11ce8c,_0x5e9d72[_0x24a49b([0x6d,0x6f,0x64,0x65,0x6c])][_0x24a49b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2d8e8,_0x5e9d72[_0x24a49b([0x6d,0x6f,0x64,0x65,0x6c])][_0x24a49b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2d8e8,_0x5e9d72[_0x24a49b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x24a49b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xd8a0b(_0xfd6959){const _0x4b537c=_0x2872ca();_0x5e9d72[_0x4b537c]=_0x24a49b([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])+_0xfd6959,_0xfd6959!=_0x24a49b([0x56,0x61,0x6c,0x69,0x64])&&_0x28ac45();}function _0x2872ca(){const _0x436be9=window[_0x24a49b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x24a49b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x24a49b([0x6e,0x6f,0x77])]())[_0x24a49b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x24a49b([0x2e]),'');let _0xcd1543=_0x24a49b([0x6e]);for(let _0x726a0=0x0;_0x726a0<_0x436be9[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x726a0+=0x2){let _0x1566e1=window[_0x24a49b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x436be9[_0x24a49b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x726a0,_0x726a0+0x2));_0x1566e1>=_0x4cac21[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1566e1-=_0x4cac21[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xcd1543+=_0x4cac21[_0x1566e1];}return _0xcd1543;}function _0x47757b(){const _0xc1d6fd=_0x31aab5[_0x24a49b([0x73,0x70,0x6c,0x69,0x74])](_0x24a49b([0x2e]));if(0x3!=_0xc1d6fd[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x54acce(_0xc1d6fd[0x1]);function _0x54acce(_0x1905e1){const _0x37f812=_0x4fb639(_0x1905e1);return _0x37f812&&_0x285622()?_0x37f812:null;function _0x285622(){const _0xaa98b1=_0x37f812[_0x24a49b([0x6a,0x74,0x69])],_0x420ae8=window[_0x24a49b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xaa98b1[_0x24a49b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xaa98b1[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x767e2c={..._0x37f812,[_0x24a49b([0x6a,0x74,0x69])]:_0xaa98b1[_0x24a49b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xaa98b1[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x767e2c[_0x24a49b([0x76,0x63])],_0x40d9fa(_0x767e2c)==_0x420ae8;}}}async function _0x10d4e3(){let _0x2d673a=!0x0;try{const _0x3345d6=_0x31aab5[_0x24a49b([0x73,0x70,0x6c,0x69,0x74])](_0x24a49b([0x2e])),[_0x4d8264,_0x4aae07,_0x54f175]=_0x3345d6;return _0x19377b(_0x4d8264),await _0x3ecf62(_0x4d8264,_0x4aae07,_0x54f175),_0x2d673a;}catch{return!0x1;}function _0x19377b(_0x3b6b2d){const _0x37b953=_0x4fb639(_0x3b6b2d);_0x37b953&&_0x37b953[_0x24a49b([0x61,0x6c,0x67])]==_0x24a49b([0x45,0x53,0x32,0x35,0x36])||(_0x2d673a=!0x1);}async function _0x3ecf62(_0x586e3d,_0x4d2f9d,_0x268f48){const _0x539890=window[_0x24a49b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x24a49b([0x66,0x72,0x6f,0x6d])](_0x428335(_0x268f48),_0x3b95c5=>_0x3b95c5[_0x24a49b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xfd5c57=new window[(_0x24a49b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x24a49b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x586e3d+_0x24a49b([0x2e])+_0x4d2f9d),_0x23e1b1=window[_0x24a49b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x24a49b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x23e1b1)return;const _0x379163=await _0x23e1b1[_0x24a49b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x24a49b([0x6a,0x77,0x6b]),_0x28c261,{[_0x24a49b([0x6e,0x61,0x6d,0x65])]:_0x24a49b([0x45,0x43,0x44,0x53,0x41]),[_0x24a49b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x24a49b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x24a49b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x23e1b1[_0x24a49b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x24a49b([0x6e,0x61,0x6d,0x65])]:_0x24a49b([0x45,0x43,0x44,0x53,0x41]),[_0x24a49b([0x68,0x61,0x73,0x68])]:{[_0x24a49b([0x6e,0x61,0x6d,0x65])]:_0x24a49b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x379163,_0x539890,_0xfd5c57)||(_0x2d673a=!0x1);}}function _0x4fb639(_0x18642c){return _0x18642c[_0x24a49b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x24a49b([0x65,0x79]))?JSON[_0x24a49b([0x70,0x61,0x72,0x73,0x65])](_0x428335(_0x18642c)):null;}function _0x428335(_0x12d466){return window[_0x24a49b([0x61,0x74,0x6f,0x62])](_0x12d466[_0x24a49b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x24a49b([0x2b]))[_0x24a49b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x24a49b([0x2f])));}function _0x40d9fa(_0x24e6a3){let _0x3657e7=0x1505;function _0x2bd047(_0x17d344){for(let _0x14f70c=0x0;_0x14f70c<_0x17d344[_0x24a49b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14f70c++){const _0x4e925e=_0x17d344[_0x24a49b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x14f70c);_0x3657e7=(_0x3657e7<<0x5)+_0x3657e7+_0x4e925e,_0x3657e7&=_0x3657e7;}}function _0x261b3e(_0x2cba2b){Array[_0x24a49b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2cba2b)?_0x2cba2b[_0x24a49b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x261b3e):_0x2cba2b&&typeof _0x2cba2b==_0x24a49b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x24a49b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2cba2b)[_0x24a49b([0x73,0x6f,0x72,0x74])]()[_0x24a49b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2ca949,_0x5f0320])=>{_0x2bd047(_0x2ca949),_0x261b3e(_0x5f0320);}):_0x2bd047(window[_0x24a49b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2cba2b));}return _0x261b3e(_0x24e6a3),_0x3657e7>>>0x0;}function _0x17b5d7(_0x459efd){return _0x459efd[_0x24a49b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x24a49b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x24a49b([0x30]));}function _0x5ed48a(_0x3ad81e){return _0x3ad81e[_0x24a49b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x24a49b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x24a49b([0x6a,0x6f,0x69,0x6e])]('');}function _0x2d8e8(){}function _0x24a49b(_0x1899ea){const _0x5819d9=_0x5e11;return _0x1899ea[_0x5819d9(0x22b)](_0xd398e7=>String[_0x5819d9(0x22f)](_0xd398e7))[_0x5819d9(0x242)]('');}_0xd8a0b(await _0x2e2e0a());}(this);}[_0x504a9d(0x21d)](){const _0xcbd00f=_0x504a9d;this[_0xcbd00f(0x22c)][_0xcbd00f(0x224)](_0x25d281=>{const _0x10d4d8=_0xcbd00f;_0x10d4d8(0x1fc)!==_0x25d281[_0x10d4d8(0x235)]&&this[_0x10d4d8(0x1df)][_0x10d4d8(0x22e)][_0x10d4d8(0x245)](_0x25d281);});}[_0x504a9d(0x1e6)](){const _0x27ac52=_0x504a9d;for(const _0x83c634 of this[_0x27ac52(0x1df)][_0x27ac52(0x1d6)][_0x27ac52(0x1f7)][_0x27ac52(0x1ed)][_0x27ac52(0x23f)]({'includeChangesInGraveyard':!0x0})){if(_0x27ac52(0x1eb)!==_0x83c634[_0x27ac52(0x1e3)]||_0x27ac52(0x21b)!==_0x83c634[_0x27ac52(0x220)])return;this[_0x27ac52(0x22c)][_0x27ac52(0x201)](_0x83c634[_0x27ac52(0x1e7)][_0x27ac52(0x21c)]);}}[_0x504a9d(0x23e)](){const _0x33ed53=_0x504a9d;this[_0x33ed53(0x1df)][_0x33ed53(0x1d6)][_0x33ed53(0x213)][_0x33ed53(0x211)](_0x33ed53(0x21b),{'inheritAllFrom':_0x33ed53(0x22a)});}[_0x504a9d(0x23c)](){const _0x3b5f5e=_0x504a9d,_0x14ec79=this[_0x3b5f5e(0x1df)][_0x3b5f5e(0x20d)];_0x14ec79[_0x3b5f5e(0x209)](_0x3b5f5e(0x1fb))[_0x3b5f5e(0x246)]({'model':_0x3b5f5e(0x21b),'view':{'name':_0x3b5f5e(0x1ea),'classes':_0x3b5f5e(0x20b)}}),_0x14ec79[_0x3b5f5e(0x209)](_0x3b5f5e(0x204))[_0x3b5f5e(0x1e8)]({'model':_0x3b5f5e(0x21b),'view':(_0x42e329,{writer:_0x14a1db})=>this[_0x3b5f5e(0x20f)](_0x14a1db,!0x0)}),_0x14ec79[_0x3b5f5e(0x209)](_0x3b5f5e(0x222))[_0x3b5f5e(0x1e8)]({'model':_0x3b5f5e(0x21b),'view':(_0x5b449e,{writer:_0x3c15b6})=>{const _0x441a1d=_0x3b5f5e;this[_0x441a1d(0x22c)][_0x441a1d(0x201)](_0x5b449e);const _0x3ded3c=this[_0x441a1d(0x20f)](_0x3c15b6);return _0x42fb92(_0x3ded3c,_0x3c15b6,{'label':_0x4e5e5d(this[_0x441a1d(0x1df)][_0x441a1d(0x239)],_0x441a1d(0x241))});}}),this[_0x3b5f5e(0x1df)][_0x3b5f5e(0x1db)][_0x3b5f5e(0x203)]({'name':_0x3b5f5e(0x1ea),'classes':_0x3b5f5e(0x20b)}),this[_0x3b5f5e(0x1df)][_0x3b5f5e(0x22e)][_0x3b5f5e(0x218)]['on'](_0x3b5f5e(0x234),this[_0x3b5f5e(0x1f1)](),{'priority':_0x3b5f5e(0x1d8)});}[_0x504a9d(0x20f)](_0x1fa89d,_0x2b075f=!0x1){const _0x5ce8c9=_0x504a9d,{locale:_0x227e69}=this[_0x5ce8c9(0x1df)],_0x21cc51=_0x1fa89d[_0x5ce8c9(0x20e)](_0x5ce8c9(0x1ea),{'class':_0x5ce8c9(0x20b)+(0x0===this[_0x5ce8c9(0x1ee)][_0x5ce8c9(0x207)]?_0x5ce8c9(0x1fd):''),...!_0x2b075f&&{'data-table-of-contents-label':_0x4e5e5d(_0x227e69,_0x5ce8c9(0x241))}});0x0===this[_0x5ce8c9(0x1ee)][_0x5ce8c9(0x207)]&&!0x1===_0x2b075f&&_0x1fa89d[_0x5ce8c9(0x1eb)](_0x1fa89d[_0x5ce8c9(0x226)](_0x21cc51,_0x5ce8c9(0x1f5)),_0x1fa89d[_0x5ce8c9(0x20e)]('p',{'class':_0x5ce8c9(0x1e1)},[_0x1fa89d[_0x5ce8c9(0x1f9)](_0x4e5e5d(_0x227e69,_0x5ce8c9(0x208)))]));const _0x1c2670=_0x2b075f?'':'['+_0x4e5e5d(_0x227e69,_0x5ce8c9(0x1fe))+']';let _0xb69244=_0x21cc51;return this[_0x5ce8c9(0x1ee)][_0x5ce8c9(0x224)]((_0x2edd96,_0xe93f7b,_0x56bad4)=>{const _0x53406b=_0x5ce8c9,_0x3b2740=this[_0x53406b(0x1df)][_0x53406b(0x1d6)][_0x53406b(0x206)](_0x2edd96[_0x53406b(0x1e0)],{'ignoreWhitespaces':!0x0}),_0x187e26=_0x3b2740?_0x2edd96[_0x53406b(0x247)]:_0x1c2670,_0x1927c5=_0x2edd96[_0x53406b(0x1e0)][_0x53406b(0x219)](this[_0x53406b(0x216)]),_0x65a591=_0x1fa89d[_0x53406b(0x20e)]('a',{'href':'#'+_0x1927c5,...!_0x2b075f&&{'tabindex':'-1'}},[_0x1fa89d[_0x53406b(0x1f9)](_0x187e26)]),_0x5a0085=this[_0x53406b(0x1df)][_0x53406b(0x229)][_0x53406b(0x248)](_0x53406b(0x1e4));_0x1fa89d[_0x53406b(0x20a)](_0x53406b(0x1dd),_0xe93f7b,_0x65a591);const _0x54f5e4=_0x1fa89d[_0x53406b(0x20e)]('li',null,[_0x3b2740||!_0x2b075f&&_0x5a0085?_0x65a591:_0x1fa89d[_0x53406b(0x1f9)]('')]),_0x5d91ac=_0xe93f7b?_0x56bad4[_0xe93f7b-0x1][_0x53406b(0x1fa)]:0x0,_0x51365c=Math[_0x53406b(0x243)](_0x2edd96[_0x53406b(0x1fa)]-_0x5d91ac);if(_0x2edd96[_0x53406b(0x1fa)]>_0x5d91ac){const _0x18a43a=N(_0x54f5e4,_0x51365c,_0x1fa89d);_0x1fa89d[_0x53406b(0x1eb)](_0x1fa89d[_0x53406b(0x226)](_0xb69244,_0x53406b(0x1f5)),_0x18a43a);}else{const _0x18eec4=function(_0x44004d,_0x1d1837){const _0x538736=_0x53406b;return _0x44004d[_0x538736(0x1ef)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x538736(0x20c)](_0x801bbd=>_0x801bbd['is'](_0x538736(0x21e),'ol'))[_0x1d1837];}(_0xb69244,_0x51365c);_0x1fa89d[_0x53406b(0x1eb)](_0x1fa89d[_0x53406b(0x226)](_0x18eec4,_0x53406b(0x1f5)),_0x54f5e4);}_0xb69244=_0x54f5e4;}),_0x21cc51;}[_0x504a9d(0x238)](_0x29c60d){const _0x289c67=_0x504a9d,_0x330828=this[_0x289c67(0x1ee)][_0x29c60d][_0x289c67(0x1e0)];this[_0x289c67(0x1df)][_0x289c67(0x1d6)][_0x289c67(0x217)](_0x418b2d=>{const _0x25435f=_0x289c67;_0x418b2d[_0x25435f(0x221)](_0x330828,0x0);}),this[_0x289c67(0x1df)][_0x289c67(0x22e)][_0x289c67(0x1e5)][_0x289c67(0x232)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x504a9d(0x1f1)](){return(_0x229168,_0x4bca84)=>{const _0x20da2b=_0x5e11,_0x8913e0=_0x4bca84[_0x20da2b(0x218)],_0x120a9f=_0x8913e0[_0x20da2b(0x210)](_0x4bca84[_0x20da2b(0x205)]),_0x40a04b=_0x8913e0[_0x20da2b(0x1ff)](_0x120a9f);_0x40a04b['is'](_0x20da2b(0x21e),_0x20da2b(0x21b))&&(_0x4bca84[_0x20da2b(0x1d9)]=this[_0x20da2b(0x1df)][_0x20da2b(0x1d6)][_0x20da2b(0x226)](_0x40a04b,0x0),_0x229168[_0x20da2b(0x1f0)]());};}}function _0x5e11(_0x29f27a,_0xfd071){const _0x2b2447=_0x2b24();return _0x5e11=function(_0x5e1116,_0x1dc199){_0x5e1116=_0x5e1116-0x1d6;let _0x97c65c=_0x2b2447[_0x5e1116];return _0x97c65c;},_0x5e11(_0x29f27a,_0xfd071);}function N(_0xfb11dd,_0x5a31ae,_0x63bd8f){const _0x2abb3b=_0x504a9d;return 0x1===_0x5a31ae?_0x63bd8f[_0x2abb3b(0x20e)]('ol',null,[_0xfb11dd]):_0x63bd8f[_0x2abb3b(0x20e)]('ol',null,[_0x63bd8f[_0x2abb3b(0x20e)]('li',null,[N(_0xfb11dd,_0x5a31ae-0x1,_0x63bd8f)])]);}
|