@ckeditor/ckeditor5-document-outline 47.7.1-alpha.0 → 47.7.1
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-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={360(t,e,n){"use strict";n.d(e,{A:()=>c});var i=n(366),o=n.n(i),r=n(271),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},534(t,e,n){"use strict";n.d(e,{A:()=>c});var i=n(366),o=n.n(i),r=n(271),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-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-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-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},271(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}},366(t){"use strict";t.exports=function(t){return t[1]}},789(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),p={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(p);else{var h=o(p,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:h,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}}},298(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)}},825(t){"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},207(t){"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},437(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)}}}},782(t,e,n){t.exports=n(237)("./src/core.js")},783(t,e,n){t.exports=n(237)("./src/engine.js")},355(t,e,n){t.exports=n(237)("./src/icons.js")},311(t,e,n){t.exports=n(237)("./src/ui.js")},584(t,e,n){t.exports=n(237)("./src/utils.js")},901(t,e,n){t.exports=n(237)("./src/widget.js")},237(t){"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>U,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>p,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});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},p=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return p.schedule=l,p.cancel=f,p.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),p}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(t){const e=c;let n="";for(const i of t[e(374)]())i instanceof r.ModelText&&(n+=i[e(357)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=357]})(t,e)}function a(){const t=["paragraph","htmlH3","model","get","htmlH5","141405rWEjIL","25OXNztV","4GvckDn","data","reduce","23662fFsVmI","1424272DOleZn","22CVxWyZ","648000khGsuv","push","plugins","691893BuZuhu","130812UmjfYM","249890UDvnSi","heading.options","GeneralHtmlSupport","htmlH6","htmlH2","has","config","getChildren","15VBWgpF","htmlH1","htmlH4","7fEsBwr"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(143343===-parseInt(e(375))/1*(parseInt(e(359))/2)+-parseInt(e(384))/3*(parseInt(e(386))/4)+parseInt(e(385))/5*(parseInt(e(366))/6)+parseInt(e(378))/7*(parseInt(e(360))/8)+parseInt(e(365))/9+-parseInt(e(367))/10*(parseInt(e(361))/11)+parseInt(e(362))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=238]})(t,e)}function f(){const t=["length","init","documentOutline.headings","1697208SuBKif","indexOf","push","117QHBpsZ","DocumentOutlineUtils","fire","editing","1684085OTzJOy","createElement","selection","item","element","includes","config","getChildren","_deriveHeadingElementsFromConversion","text","domToView","getChild","toModel","afterInit","_getHeadingNames","backward","getFirstPosition","get","level","31867tuywlq","12oBxFHe","6210rGeOTe","493016tMGSfO","findIndex","_headingNames","data","2VFeYWx","editor","997536fjRKDO","modelElement","document","isPremiumPlugin","_getActiveHeading","isOfficialPlugin","42333900gUAQTh","pluginName","change","model","getRoot","name","domConverter","_getOutlineDefinitions","view","activeItemIndex","getRootNames","7HJYbHz","886717fFSocW"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(902667===parseInt(e(244))/1*(parseInt(e(281))/2)+parseInt(e(283))/3*(parseInt(e(275))/4)+-parseInt(e(255))/5+-parseInt(e(248))/6*(-parseInt(e(243))/7)+-parseInt(e(277))/8*(-parseInt(e(251))/9)+parseInt(e(276))/10*(parseInt(e(274))/11)+-parseInt(e(289))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class p extends t.Plugin{static get[l(290)](){return l(252)}static get[l(288)](){return!0}static get[l(286)](){return!0}[l(279)]=[];[l(246)](){const t=l,e=this[t(282)];this[t(279)]=this[t(269)]();let n=[];e[t(292)][t(285)].on(t(291),o(()=>{const e=t,i=n;n=this[e(239)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(273)]===n[e(273)]&&t[e(264)]===n[e(264)]&&t[e(284)]===n[e(284)]),r=(0,u.diffToChanges)(o,n),s=this[e(287)](),c=n[e(278)](t=>t[e(284)]===s);r[e(245)]&&this[e(253)](e(291),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(253)](e(241),{index:c})},250,{leading:!0,trailing:!0}))}[l(268)](){const t=l;this[t(279)][t(245)]||this[t(263)]()}[l(239)](){const t=l,e=this[t(282)],n=[],i=this[t(279)];for(const n of e[t(292)][t(285)][t(242)]())o(e[t(292)][t(285)][t(293)](n));function o(e){const r=t;for(const t of e[r(262)]())t.is(r(259))&&(i[r(260)](t[r(294)])&&n[r(250)]({level:i[r(249)](t[r(294)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(287)](){const t=l,e=this[t(282)][t(292)][t(285)][t(257)][t(271)](),n=new r.ModelTreeWalker({direction:t(270),startPosition:e});for(const e of n)if(e[t(258)].is(t(259))&&this[t(279)][t(260)](e[t(258)][t(294)]))return e[t(258)]}[l(269)](){const t=l;return this[t(282)][t(261)][t(272)](t(247))||function(t){const e=c,n=t[e(373)][e(382)](e(368));return n?n[e(358)]((t,n)=>(e(379)!==n[e(381)]&&t[e(363)](n[e(381)]),t),[]):t[e(364)][e(372)](e(369))?[e(376),e(371),e(380),e(377),e(383),e(370)]:[]}(this[t(282)])}[l(263)](){const t=l,e=this[t(282)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(254)][t(240)][t(238)][t(265)](document[t(256)](o)),r=e[t(280)][t(267)](n)[t(266)](0);r?.is(t(259))&&i[t(250)](r[t(294)])}this[t(279)]=i}}var h=n(311);function m(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=w();return(g=function(t,e){return n[t-=450]})(t,e)}function w(){const t=["level","isActive","5380xBtgdO","10QsPvpK","div","5082ZqQNNZ","786NdcmNl","bind","85524njwjZh","62236hXsyyZ","ck-document-outline__item_empty","Empty heading","655912iCWXaq","text","403pkrSMj","63CwnOqf","3803387mBRwcv","ck-reset","18695JXzZQt","9IWyuKu","ck-document-outline__item_level-","isEmpty","104476JLyAxU","set","bindTemplate","ck-document-outline__item","setTemplate","ck-document-outline__item_active","click"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(411095===-parseInt(e(458))/1*(-parseInt(e(468))/2)+parseInt(e(455))/3*(parseInt(e(474))/4)+parseInt(e(454))/5*(parseInt(e(471))/6)+-parseInt(e(452))/7+parseInt(e(477))/8*(-parseInt(e(451))/9)+parseInt(e(467))/10*(parseInt(e(470))/11)+parseInt(e(473))/12*(parseInt(e(450))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends h.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(460)],o=e?"["+m(t,n(476))+"]":"";this[n(459)](n(478),""),this[n(459)](n(465),1),this[n(459)](n(466),!1),this[n(472)](n(457)).to(this,n(478),t=>!t),this[n(462)]({tag:n(469),attributes:{class:["ck",n(453),n(461),i.to(n(465),t=>n(456)+t),i.if(n(466),n(463)),i.if(n(457),n(475))],title:i.to(n(478))},children:[{text:i.to(n(478),t=>t||o)}],on:{click:i.to(n(464))}})}}const I=b;function k(){const t=["insert","isActive","destroy","howMany","Editor headings will appear here as you type.","createCollection","_handleItemClick","element","_scrollToItem","div","activeItemIndex","43700uvkXsD","2592368sWcBPF","map","429qNmtrq","contentLanguageDirection","text","items","locale","233114HIGMPp","click","get","setTemplate","values","source","bind","change:activeItemIndex","_insertItem","20YaDHRj","index","delete","212445LKvpTU","remove","forEach","set","addMany","type","fire","_deleteItem","sync","_setActiveItem","292442bIUcfT","documentOutlineContainer","820882geBHoR","132zSzkpZ","delegate","itemSelected","getIndex","ck-reset","1516905kzlqbz","ck-document-outline","level","showEmptyHeadingText"];return(k=function(){return t})()}function b(t,e){const n=k();return(b=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(977075===-parseInt(e(349))/1+parseInt(e(351))/2+parseInt(e(322))/3*(parseInt(e(319))/4)+parseInt(e(339))/5+-parseInt(e(352))/6*(parseInt(e(327))/7)+parseInt(e(320))/8+parseInt(e(357))/9*(-parseInt(e(336))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends h.View{[I(325)];[I(350)];[I(360)];constructor(t,e=!1,n){const i=I;super(t),this[i(360)]=e,this[i(342)](i(371),-1),this[i(350)]=n,this[i(325)]=this[i(366)](),this[i(325)][i(353)](i(328)).to(this),this.on(i(328),this[i(367)][i(333)](this)),this.on(i(334),(t,e,n,o)=>{this[i(348)](o,n)}),this[i(330)]({tag:i(370),attributes:{class:["ck",i(356),i(358)],dir:t[i(323)],"data-document-outline-empty-placeholder":m(t,i(365)),tabindex:-1},children:this[i(325)]})}[I(347)](t){const e=I;t[e(341)](t=>{const n=e;n(361)==t[n(344)]?this[n(335)](t[n(337)],...t[n(331)]):n(338)==t[n(344)]&&this[n(346)](t[n(337)],t[n(364)])})}[I(348)](t,e){const n=I;if(-1!==t){const e=this[n(325)][n(329)](t);e&&(e[n(362)]=!1)}-1!==e&&(this[n(325)][n(329)](e)[n(362)]=!0,this[n(369)](e))}[I(335)](t,...e){const n=I,i=e[n(321)]((e,i)=>{const o=n,r=new v(this[o(326)],this[o(360)]);return r[o(324)]=e[o(324)],r[o(359)]=e[o(359)],t+i===this[o(371)]&&(r[o(362)]=!0),r});this[n(325)][n(343)](i,t)}[I(346)](t,e){const n=I;do{this[n(325)][n(340)](t)}while(--e)}[I(367)](t){const e=I,n=this[e(325)][e(355)](t[e(332)]);this[e(345)](e(354),n)}[I(369)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(325)][e(329)](t)[e(368)],20,this[e(350)])}[I(363)](){const t=I;super[t(363)](),this[t(368)][t(340)]()}}var _=n(789),O=n.n(_),T=n(437),C=n.n(T),x=n(298),E=n.n(x),A=n(207),P=n.n(A),S=n(825),D=n.n(S),L=n(360),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=D();O()(L.A,N);L.A&&L.A.locals&&L.A.locals;const j=K;function H(){const t=["fromCharCode","listenTo","destroy","_handleItemSelected","config","window","sync","23334YCBocP","DocumentOutlineUI","pluginName","_handleOutlineChange","editing","isOfficialPlugin","plugins","14QzhbUv","href","model","itemSelected","toViewElement","getDomRoot","mapper","domConverter","18278fbqFar","43259BsHawm","545MVETST","scroll","height","floor","editor","60070rFFHoT","indexOf","length","element","_updateActiveDefinitionFromViewportThrottled","3LDryzP","231tTVrFo","setSelection","_setActiveViewItem","join","view","documentOutline.showEmptyHeadings","render","_updateActiveDefinitionOnViewportChange","getVisible","modelElement","DocumentOutlineUtils","focusTracker","16260sFtrHh","getRootNames","focus","get","top","init","documentOutline.container","add","locale","activeItemIndex","afterInit","8gVhkmO","appendChild","scrollToTheSelection","document-outline-container-not-provided","map","mapViewToDom","bottom","1242388QaEJoR","getIntersection","cancel","4617531TDzgtR","document","_currentOutlineDefinitions","3793601sbDYHa","isPremiumPlugin","change","bind","resize"];return(H=function(){return t})()}function K(t,e){const n=H();return(K=function(t,e){return n[t-=220]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(292296===-parseInt(e(274))/1*(-parseInt(e(265))/2)+-parseInt(e(285))/3*(parseInt(e(240))/4)+parseInt(e(275))/5*(-parseInt(e(258))/6)+-parseInt(e(246))/7+parseInt(e(233))/8*(-parseInt(e(243))/9)+parseInt(e(280))/10*(-parseInt(e(286))/11)+parseInt(e(222))/12*(parseInt(e(273))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class M extends t.Plugin{[j(290)];[j(245)];[j(284)];static get[j(260)](){return j(259)}static get[j(263)](){return!0}static get[j(247)](){return!0}constructor(t){const e=j;super(t),this[e(290)]=new y(t[e(230)],this[e(279)][e(255)][e(225)](e(291)),this[e(279)][e(255)][e(225)](e(228))),this[e(245)]=[],this[e(284)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(293)][e(249)](this),100)}[j(227)](){const t=j,e=this[t(279)],n=e[t(264)][t(225)](t(220));let i=!1;if(this[t(290)][t(292)](),this[t(279)].ui[t(221)][t(229)](this[t(290)][t(283)]),!e[t(255)][t(225)](t(228)))throw new u.CKEditorError(t(236),{editor:e});e[t(255)][t(225)](t(228))[t(234)](this[t(290)][t(283)]),n.on(t(248),this[t(261)][t(249)](this)),n.on(t(231),(e,{index:n})=>this[t(288)](n)),this[t(290)].on(t(268),(e,n)=>{i=!0,this[t(254)](n)}),this[t(290)][t(252)](u.global[t(244)],t(276),()=>{i?i=!1:this[t(284)]()},{useCapture:!0}),this[t(290)][t(252)](u.global[t(256)],t(250),this[t(284)],{useCapture:!0})}[j(232)](){!async function(t){const e=h([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[h([68,97,116,101])][h([110,111,119])](),i=t[h([101,100,105,116,111,114])],o=new(window[h([80,114,111,109,105,115,101])])(t=>{i[h([111,110,99,101])](h([114,101,97,100,121]),t)}),r={[h([107,116,121])]:h([69,67]),[h([117,115,101])]:h([115,105,103]),[h([99,114,118])]:h([80,45,50,53,54]),[h([120])]:h([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]),[h([121])]:h([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]),[h([97,108,103])]:h([69,83,50,53,54])},s=i[h([99,111,110,102,105,103])][h([103,101,116])](h([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[h([115,116,97,114,116,115,87,105,116,104])](h([101,121]))?JSON[h([112,97,114,115,101])](a(t)):null}function a(t){return window[h([97,116,111,98])](t[h([114,101,112,108,97,99,101])](/-/g,h([43]))[h([114,101,112,108,97,99,101])](/_/g,h([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[h([108,101,110,103,116,104])];n++){const i=t[h([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[h([105,115,65,114,114,97,121])](e)?e[h([102,111,114,69,97,99,104])](t):e&&typeof e==h([111,98,106,101,99,116])?Object[h([101,110,116,114,105,101,115])](e)[h([115,111,114,116])]()[h([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[h([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[h([116,111,83,116,114,105,110,103])](16)[h([112,97,100,83,116,97,114,116])](8,h([48]))}function f(t){return t[h([115,112,108,105,116])]("")[h([114,101,118,101,114,115,101])]()[h([106,111,105,110])]("")}function p(){}function h(t){const e=K;return t[e(237)](t=>String[e(251)](t))[e(289)]("")}!function(t){const n=function(){const t=window[h([83,116,114,105,110,103])](window[h([112,101,114,102,111,114,109,97,110,99,101])][h([110,111,119])]())[h([114,101,112,108,97,99,101])](h([46]),"");let n=h([97]);for(let i=0;i<t[h([108,101,110,103,116,104])];i+=2){let o=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[h([108,101,110,103,116,104])]&&(o-=e[h([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=h([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!=h([86,97,108,105,100])&&async function(){await o,i[h([109,111,100,101,108])][h([99,104,97,110,103,101])]=p,i[h([109,111,100,101,108])][h([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[h([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](h([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==h([71,80,76])?h([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[h([115,112,108,105,116])](h([46]));return 3!=t[h([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[h([106,116,105])],n=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](t[h([108,101,110,103,116,104])]-8),16),i={...e,[h([106,116,105])]:t[h([115,117,98,115,116,114,105,110,103])](0,t[h([108,101,110,103,116,104])]-8)};return delete i[h([118,99])],l(i)==n}}}(),t?(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[h([80,114,111,109,105,115,101])])(c=>{if(r())return c(h([86,97,108,105,100]));s(),i[h([100,101,99,111,114,97,116,101])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const p=(0,u.uid)();function m(t){return!!t&&(typeof t===h([111,98,106,101,99,116])||typeof t===h([102,117,110,99,116,105,111,110]))&&typeof t[h([116,104,101,110])]===h([102,117,110,99,116,105,111,110])&&typeof t[h([99,97,116,99,104])]===h([102,117,110,99,116,105,111,110])}function g(i){a(i)[h([116,104,101,110])](t=>t&&t[h([115,116,97,116,117,115])]==h([111,107])?d(l(p+e))!=t[h([118,101,114,105,102,105,99,97,116,105,111,110])]?h([85,115,97,103,101,76,105,109,105,116]):h([86,97,108,105,100]):h([85,115,97,103,101,76,105,109,105,116]))[h([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),h([86,97,108,105,100])):h(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[h([116,104,101,110])](c)[h([99,97,116,99,104])](()=>{c(h([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=h([108,108,99,116,45])+d(l(t)),i=f(d(window[h([77,97,116,104])][h([99,101,105,108])](n/o)));window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([115,101,116,73,116,101,109])](e,i)}function s(){const e=h([108,108,99,116,45])+d(l(t)),n=window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([103,101,116,73,116,101,109])](e);return n?window[h([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[h([80,114,111,109,105,115,101])])((e,n)=>{t[h([116,104,101,110])](e,n),window[h([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[h([111,110])](h([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(h([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[h([114,101,113,117,101,115,116,73,100])]:p}},{[h([112,114,105,111,114,105,116,121])]:h([104,105,103,104])}),i[h([111,110])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[h([114,101,116,117,114,110])])&&(a=!0,g(t[h([114,101,116,117,114,110])]))},{[h([112,114,105,111,114,105,116,121])]:h([108,111,119])}),o[h([116,104,101,110])](()=>{a||c(h([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==h([97,117,116,111])}function s(){i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=h([97,117,116,111])}}(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[h([106,116,105])])),await async function(){let t=!0;try{const i=s[h([115,112,108,105,116])](h([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[h([97,108,103])]==h([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[h([85,105,110,116,56,65,114,114,97,121])][h([102,114,111,109])](a(i),t=>t[h([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[h([84,101,120,116,69,110,99,111,100,101,114])]))[h([101,110,99,111,100,101])](e+h([46])+n),c=window[h([99,114,121,112,116,111])][h([115,117,98,116,108,101])];if(!c)return;const u=await c[h([105,109,112,111,114,116,75,101,121])](h([106,119,107]),r,{[h([110,97,109,101])]:h([69,67,68,83,65]),[h([110,97,109,101,100,67,117,114,118,101])]:h([80,45,50,53,54])},!1,[h([118,101,114,105,102,121])]);await c[h([118,101,114,105,102,121])]({[h([110,97,109,101])]:h([69,67,68,83,65]),[h([104,97,115,104])]:{[h([110,97,109,101])]:h([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[h([102,101,97,116,117,114,101,115])];return!!(e&&(e[h([105,110,99,108,117,100,101,115])](h([42]))||e[h([105,110,99,108,117,100,101,115])](h([68,79]))||e[h([105,110,99,108,117,100,101,115])](h([80,80]))||e[h([105,110,99,108,117,100,101,115])](h([84,82,73,76,73,85,77]))&&window[h([103,108,111,98])]&&window[h([103,108,111,98])][h([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[h([101,118,97,108,117,97,116,105,111,110]),h([116,114,105,97,108])][h([105,110,99,108,117,100,101,115])](t[h([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776643200;return t[h([101,120,112])]<e}()?h([69,120,112,105,114,101,100]):function(){const e=K,n=t[h([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[h([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[h([108,111,99,97,116,105,111,110])][e(266)]);if(n[h([105,110,99,108,117,100,101,115])](i))return!0;const o=i[h([115,112,108,105,116])](h([46]));return n[h([102,105,108,116,101,114])](t=>t[h([105,110,99,108,117,100,101,115])](h([42])))[h([109,97,112])](t=>t[h([115,112,108,105,116])](h([46])))[h([102,105,108,116,101,114])](t=>t[h([108,101,110,103,116,104])]<=o[h([108,101,110,103,116,104])])[h([109,97,112])](t=>Array(o[h([108,101,110,103,116,104])]-t[h([108,101,110,103,116,104])])[h([102,105,108,108])](t[0]===h([42])?h([42]):"")[h([99,111,110,99,97,116])](t))[h([115,111,109,101])](t=>o[h([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===h([42])))}()?(t[h([108,105,99,101,110,115,101,84,121,112,101])]==h([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[h([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[h([116,104,101,110])](()=>new(window[h([80,114,111,109,105,115,101])])(t=>{let e=0;i[h([109,111,100,101,108])][h([111,110])](h([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][h([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[h([111,102,102])]())})}))];return window[h([80,114,111,109,105,115,101])][h([114,97,99,101])](e)[h([116,104,101,110])](()=>t)}(h([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[h([80,114,111,109,105,115,101])])((t,n)=>{e[h([116,104,101,110])](t,n),p[h([116,104,101,110])](e=>{e!=h([86,97,108,105,100])&&t(e)},n)}):e||p||h([86,97,108,105,100]))):h([68,111,109,97,105,110,76,105,109,105,116]):h([78,111,116,65,108,108,111,119,101,100]):h([73,110,118,97,108,105,100])):h([73,110,118,97,108,105,100]))}catch{return h([73,110,118,97,108,105,100])}}())}(this)}[j(253)](){const t=j;super[t(253)](),this[t(290)][t(253)](),this[t(284)][t(242)]()}[j(261)](t,{outlineDefinitions:e,outlineChanges:n}){const i=j;this[i(245)]=e,this[i(290)][i(257)](n)}[j(288)](t){const e=j;this[e(245)][e(282)]&&this[e(245)][t]&&(this[e(290)][e(231)]=t)}[j(254)](t){const e=j,n=this[e(245)][t][e(295)];this[e(279)][e(267)][e(248)](t=>{t[e(287)](n,0)}),this[e(279)][e(262)][e(290)][e(235)]({alignToTop:!0,forceScroll:!0}),this[e(279)][e(262)][e(290)][e(224)](),this[e(288)](t)}[j(293)](){const t=j,e=this[t(279)];let n;for(const i of e[t(267)][t(244)][t(223)]()){const o=e[t(262)][t(290)][t(270)](i),r=o&&new u.Rect(o)[t(294)]();if(r){const e=new u.Rect(u.global[t(256)])[t(241)](r);e&&(n=e[t(226)]+.25*e[t(277)])}}if(void 0===n)return;const i=B(e[t(262)],this[t(245)],n);i?this[t(288)](this[t(245)][t(281)](i)):this[t(288)](-1)}}function B(t,e,n,i=0,o=e[j(282)]-1){const r=j,s=Math[r(278)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(271)][r(269)](c[r(295)]);if(!a)return null;const l=t[r(290)][r(272)][r(238)](a);return new u.Rect(l)[r(239)]>n?B(t,e,n,i,s-1):B(t,e,n,s+1,o)}return s<0?null:e[s]}const R=V;function V(t,e){const n=F();return(V=function(t,e){return n[t-=311]})(t,e)}function F(){const t=["usageLimit","destroy","config","508jPvnVZ","featureNotAllowed","get","documentOutlineLicenseKeyUsageLimit","evaluationLimit","110644WEQeIf","documentOutlineLicenseKeyInvalid","160iwYIRU","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyExpired","isOfficialPlugin","16994571mKMZci","7193512STKSdb","expired","requires","editor","isPremiumPlugin","invalid","_showLicenseError","documentOutlineLicenseKeyEvaluationLimit","167823srcaIn","4036880UtiHGh","16278HktvAJ","pluginName","_licenseKeyCheckInterval","domainLimit","licenseKey","96QtslCL","5014WHnjPu","DocumentOutline","1750siQLNx","init","documentOutlineLicenseKeyDomainLimit"];return(F=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(749802===parseInt(e(340))/1*(-parseInt(e(311))/2)+parseInt(e(339))/3*(parseInt(e(316))/4)+parseInt(e(333))/5+parseInt(e(334))/6*(parseInt(e(342))/7)+parseInt(e(324))/8+-parseInt(e(332))/9*(-parseInt(e(318))/10)+-parseInt(e(323))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class U extends t.Plugin{[R(338)];[R(336)];static get[R(326)](){return[p,M]}static get[R(335)](){return R(341)}static get[R(322)](){return!0}static get[R(328)](){return!0}[R(343)](){const t=R;this[t(338)]=this[t(327)][t(347)][t(313)](t(338));const e=this[t(327)];this[t(336)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(320)==r||n(317)==r||n(321)==r||n(344)==r||n(319)==r||n(331)==r||n(314)==r){delete e[o],i=r,clearInterval(this[n(336)]),this[n(336)]=void 0;break}}n(317)==i&&e[n(330)](n(329)),n(321)==i&&e[n(330)](n(325)),n(344)==i&&e[n(330)](n(337)),n(319)==i&&e[n(330)](n(312),n(341)),n(331)==i&&e[n(330)](n(315)),n(314)==i&&e[n(330)](n(345))},1e3)}[R(346)](){const t=R;super[t(346)](),this[t(336)]&&clearInterval(this[t(336)])}}var z=n(901);const W=Z;function Z(t,e){const n=q();return(Z=function(t,e){return n[t-=154]})(t,e)}function q(){const t=["model","467860mauCvj","change","execute","selection","1684116GrnSZN","schema","findAllowedParent","getFirstPosition","isEnabled","110ycLepq","120CwOyRc","6iLCaEH","document","insertObject","158235nhJPXj","603498aLDlPJ","createElement","editor","tableOfContents","1171917zUwlBt","518971PBBiFA","refresh","968335ymmWIE"];return(q=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(562447===parseInt(e(172))/1+-parseInt(e(176))/2+-parseInt(e(167))/3+-parseInt(e(156))/4+parseInt(e(174))/5*(-parseInt(e(163))/6)+-parseInt(e(166))/7*(parseInt(e(162))/8)+parseInt(e(171))/9*(parseInt(e(161))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class Q extends t.Command{[W(154)](){const t=W;this[t(169)][t(175)][t(177)](e=>{const n=t;this[n(169)][n(175)][n(165)](e[n(168)](n(170)))})}[W(173)](){const t=W,e=this[t(169)][t(175)],n=e[t(164)][t(155)][t(159)]();this[t(160)]=null!==(n&&e[t(157)][t(158)](n,t(170)))}}var G=n(534),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=E().bind(null,"head"),J.domAPI=C(),J.insertStyleElement=D();O()(G.A,J);G.A&&G.A.locals&&G.A.locals;const X=Y;function Y(t,e){const n=$();return(Y=function(t,e){return n[t-=327]})(t,e)}function $(){const t=["writer","view","consume","length","300HPqiBZ","registerPostFixer","236907DiLZSg","2YZsSuf","string","headingId","modelRange","clear","type","nodeAfter","has","change","64SjGqTI","toViewElement","_customDataDowncastHeadingsConversion","position","editor","removeAttribute","paragraph","mapper","item","upcast","low","add","300637RwkQZA","document","22WEpqnr","13779TvJXZY","consumable","_registerHeadingIdAttributePostfixer","1088140cXNQkI","isPremiumPlugin","hasAttribute","heading1","getContainedElement","isRegistered","attribute:headingId:","get","insert","for","pluginName","element:","getChanges","schema","3701264dkWgrD","_customUpcastHeadingsConversion","headingId.modelAttributeName","remove","setAttribute","downcast","148ADBTuW","viewItem","config","getAttribute","attributes","name","differ","heading.options","221zAwzIM","delete","model","34990ePpsaJ","match","extend","forEach","set","HeadingId","afterInit","conversion","329328LXTKeg","isOfficialPlugin"];return($=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(330062===parseInt(e(352))/1*(parseInt(e(331))/2)+-parseInt(e(355))/3*(-parseInt(e(378))/4)+-parseInt(e(389))/5*(-parseInt(e(328))/6)+-parseInt(e(372))/7+-parseInt(e(340))/8*(parseInt(e(330))/9)+parseInt(e(358))/10*(-parseInt(e(354))/11)+parseInt(e(397))/12*(parseInt(e(386))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[X(368)](){return X(394)}static get[X(398)](){return!0}static get[X(359)](){return!0}[X(395)](){const t=X,e=this[t(344)];e[t(380)][t(365)](t(374))||(function(e){const n=t,i=new Map;return e?(e[n(392)](t=>{const e=n;e(346)!==t[e(388)]&&i[e(393)](t[e(400)],t[e(388)])}),i[n(365)]("h1")||i[n(393)]("h1",n(361)),i):i}(this[t(344)][t(380)][t(365)](t(385)))[t(392)]((n,i)=>{const o=t;this[o(373)](i),this[o(342)](n),e[o(388)][o(371)][o(363)](n)&&e[o(388)][o(371)][o(391)](n,{allowAttributes:o(333)})}),this[t(357)]())}[X(373)](t){const e=X;this[e(344)][e(396)][e(367)](e(349))[e(351)](n=>n.on(e(369)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(379)][o(381)]("id"),a=n[o(334)][o(362)]();if(a)return c&&c[o(327)]||a[o(360)](o(333))?void(r[o(401)](n[o(379)],{attributes:["id"]})&&s[o(376)](o(333),c,a)):(r[o(401)](n[o(379)],{attributes:["id"]}),void s[o(376)](o(333),(0,u.uid)(),a))},{priority:u.priorities[e(365)](e(350))+.5}))}[X(342)](t){const e=X;this[e(344)][e(396)][e(367)](e(377))[e(351)](n=>n.on(e(364)+t,(t,n,i)=>{const o=e;if(!i[o(356)][o(401)](n[o(348)],t[o(383)]))return;const r=n[o(348)][o(381)](o(333)),s=i[o(347)][o(341)](n[o(348)]);i[o(399)][o(376)]("id",r,s)}))}[X(357)](){const t=X,e=this[t(344)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(351)](r),e[o(376)](o(333),r,n),r}function r(e,n){const i=t;e[i(345)](i(333),n)}e[t(388)][t(353)][t(329)](s=>{const c=t,a=e[c(388)][c(353)][c(384)][c(370)]();let u=!1;for(const t of a)if(c(366)==t[c(336)]&&t[c(383)])if(et(t[c(383)])){const e=t[c(382)][c(365)](c(333));c(332)==typeof e?n[c(338)](e)?(o(s,t[c(343)][c(337)]),u=!0):i[c(351)](e):(o(s,t[c(343)][c(337)]),u=!0)}else c(332)==typeof t[c(382)][c(365)](c(333))&&(r(s,t[c(343)][c(337)]),u=!0);else if(c(375)==t[c(336)]){const e=t[c(382)][c(365)](c(333));c(332)==typeof e&&n[c(387)](e)}return u}),e[t(388)][t(353)].on(t(339),()=>{const e=t;i[e(392)](t=>n[e(351)](t)),i[e(335)]()})}}function et(t){return!!t[X(390)](/heading\d/)}const nt=ot;function it(){const t=["viewToModelPosition","join","_updateTableOfContentsElements","for","_redirectMapper","preventDefault","register","scrollToTheSelection","7856584iwUpuN","insertTableOfContents","href","config","requires","Table of contents","modelElement","add","document","fromCharCode","getCustomProperty","viewPosition","createPositionAt","level","editing","position","hasContent","element","listenTo","isInteger","tableOfContentsHeadingIndex","high","target","registerRawContentMatcher","$graveyard","4160788sBnHOa","isPremiumPlugin","filter","_defineSchema","conversion","upcast"," table-of-contents_empty","getChanges","headingId.modelAttributeName","DocumentOutlineUtils","elementToStructure","text","reconvertItem","click","4674501Chudjc","createContainerElement","domEvent","nodeAfter","getAttribute","dataDowncast","data","get","table-of-contents__placeholder","plugins","stop","setSelection","documentOutline.showEmptyHeadings","pluginName","locale","change","612795UPRBiM","div","commands","outlineDefinitions","differ","forEach","No headings were found in the document.","init","abs","isOfficialPlugin","Empty heading","view","map","setCustomProperty","mapper","headingId","type","name","getAncestors","afterInit","tableOfContents","TableOfContentsEditing","table-of-contents","toModelElement","5DGeTQg","$capture","end","_headingIdModelAttributeName","editingDowncast","model","elementToElement","modelPosition","_handleScrollToHeading","_currentOutlineDefinitions","$blockObject","_trackNewToCElements","schema","838183SKqTGC","_defineConverters","findMappedViewAncestor","_createTableOfContents","insert","4802058rOtVfg","_tableOfContentsElements","editor","2QvbROs","length","rootName","8775662jrkCvo","createText"];return(it=function(){return t})()}function ot(t,e){const n=it();return(ot=function(t,e){return n[t-=343]})(t,e)}!function(t){const e=ot,n=t();for(;;)try{if(758108===parseInt(e(422))/1+-parseInt(e(430))/2*(parseInt(e(385))/3)+parseInt(e(355))/4*(parseInt(e(409))/5)+parseInt(e(427))/6+-parseInt(e(433))/7+-parseInt(e(443))/8+parseInt(e(369))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class rt extends t.Plugin{static get[nt(382)](){return nt(406)}static get[nt(394)](){return!0}static get[nt(356)](){return!0}static get[nt(447)](){return[z.Widget,p,tt]}[nt(418)];[nt(428)];[nt(412)];constructor(t){const e=nt;super(t),this[e(418)]=[],this[e(428)]=new Set,this[e(412)]=e(400)}[nt(392)](){const t=nt,e=this[t(429)],n=e[t(344)][t(396)][t(451)];e[t(446)][t(376)](t(363))&&(this[t(412)]=e[t(446)][t(376)](t(363))),this[t(348)](n,t(368),(e,n)=>{const i=t;if(!n[i(352)])return;const o=n[i(352)][i(453)](i(350));Number[i(349)](o)&&(n[i(371)][i(440)](),e[i(379)](),this[i(417)](o))},{priority:t(351),context:t(410)}),this[t(358)](),this[t(423)](),e[t(387)][t(450)](t(444),new Q(e)),e[t(378)][t(376)](t(364)).on(t(384),(e,n)=>{const i=t;this[i(418)]=n[i(388)],this[i(437)]()}),this[t(348)](e[t(414)][t(451)],t(384),()=>{this[t(420)]()})}[nt(404)](){!async function(t){const e=h([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[h([68,97,116,101])][h([110,111,119])](),i=t[h([101,100,105,116,111,114])],o=new(window[h([80,114,111,109,105,115,101])])(t=>{i[h([111,110,99,101])](h([114,101,97,100,121]),t)}),r={[h([107,116,121])]:h([69,67]),[h([117,115,101])]:h([115,105,103]),[h([99,114,118])]:h([80,45,50,53,54]),[h([120])]:h([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]),[h([121])]:h([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]),[h([97,108,103])]:h([69,83,50,53,54])},s=i[h([99,111,110,102,105,103])][h([103,101,116])](h([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[h([115,116,97,114,116,115,87,105,116,104])](h([101,121]))?JSON[h([112,97,114,115,101])](a(t)):null}function a(t){return window[h([97,116,111,98])](t[h([114,101,112,108,97,99,101])](/-/g,h([43]))[h([114,101,112,108,97,99,101])](/_/g,h([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[h([108,101,110,103,116,104])];n++){const i=t[h([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[h([105,115,65,114,114,97,121])](e)?e[h([102,111,114,69,97,99,104])](t):e&&typeof e==h([111,98,106,101,99,116])?Object[h([101,110,116,114,105,101,115])](e)[h([115,111,114,116])]()[h([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[h([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[h([116,111,83,116,114,105,110,103])](16)[h([112,97,100,83,116,97,114,116])](8,h([48]))}function f(t){return t[h([115,112,108,105,116])]("")[h([114,101,118,101,114,115,101])]()[h([106,111,105,110])]("")}function p(){}function h(t){const e=ot;return t[e(397)](t=>String[e(452)](t))[e(436)]("")}!function(t){const n=function(){const t=window[h([83,116,114,105,110,103])](window[h([112,101,114,102,111,114,109,97,110,99,101])][h([110,111,119])]())[h([114,101,112,108,97,99,101])](h([46]),"");let n=h([109]);for(let i=0;i<t[h([108,101,110,103,116,104])];i+=2){let o=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[h([108,101,110,103,116,104])]&&(o-=e[h([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=h([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!=h([86,97,108,105,100])&&async function(){await o,i[h([109,111,100,101,108])][h([99,104,97,110,103,101])]=p,i[h([109,111,100,101,108])][h([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[h([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](h([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==h([71,80,76])?h([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[h([115,112,108,105,116])](h([46]));return 3!=t[h([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[h([106,116,105])],n=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](t[h([108,101,110,103,116,104])]-8),16),i={...e,[h([106,116,105])]:t[h([115,117,98,115,116,114,105,110,103])](0,t[h([108,101,110,103,116,104])]-8)};return delete i[h([118,99])],l(i)==n}}}(),t?(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[h([80,114,111,109,105,115,101])])(c=>{if(r())return c(h([86,97,108,105,100]));s(),i[h([100,101,99,111,114,97,116,101])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const p=(0,u.uid)();function m(t){return!!t&&(typeof t===h([111,98,106,101,99,116])||typeof t===h([102,117,110,99,116,105,111,110]))&&typeof t[h([116,104,101,110])]===h([102,117,110,99,116,105,111,110])&&typeof t[h([99,97,116,99,104])]===h([102,117,110,99,116,105,111,110])}function g(i){a(i)[h([116,104,101,110])](t=>t&&t[h([115,116,97,116,117,115])]==h([111,107])?d(l(p+e))!=t[h([118,101,114,105,102,105,99,97,116,105,111,110])]?h([85,115,97,103,101,76,105,109,105,116]):h([86,97,108,105,100]):h([85,115,97,103,101,76,105,109,105,116]))[h([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),h([86,97,108,105,100])):h(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[h([116,104,101,110])](c)[h([99,97,116,99,104])](()=>{c(h([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=h([108,108,99,116,45])+d(l(t)),i=f(d(window[h([77,97,116,104])][h([99,101,105,108])](n/o)));window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([115,101,116,73,116,101,109])](e,i)}function s(){const e=h([108,108,99,116,45])+d(l(t)),n=window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([103,101,116,73,116,101,109])](e);return n?window[h([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[h([80,114,111,109,105,115,101])])((e,n)=>{t[h([116,104,101,110])](e,n),window[h([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[h([111,110])](h([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(h([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[h([114,101,113,117,101,115,116,73,100])]:p}},{[h([112,114,105,111,114,105,116,121])]:h([104,105,103,104])}),i[h([111,110])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[h([114,101,116,117,114,110])])&&(a=!0,g(t[h([114,101,116,117,114,110])]))},{[h([112,114,105,111,114,105,116,121])]:h([108,111,119])}),o[h([116,104,101,110])](()=>{a||c(h([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==h([97,117,116,111])}function s(){i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=h([97,117,116,111])}}(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[h([106,116,105])])),await async function(){let t=!0;try{const i=s[h([115,112,108,105,116])](h([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[h([97,108,103])]==h([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[h([85,105,110,116,56,65,114,114,97,121])][h([102,114,111,109])](a(i),t=>t[h([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[h([84,101,120,116,69,110,99,111,100,101,114])]))[h([101,110,99,111,100,101])](e+h([46])+n),c=window[h([99,114,121,112,116,111])][h([115,117,98,116,108,101])];if(!c)return;const u=await c[h([105,109,112,111,114,116,75,101,121])](h([106,119,107]),r,{[h([110,97,109,101])]:h([69,67,68,83,65]),[h([110,97,109,101,100,67,117,114,118,101])]:h([80,45,50,53,54])},!1,[h([118,101,114,105,102,121])]);await c[h([118,101,114,105,102,121])]({[h([110,97,109,101])]:h([69,67,68,83,65]),[h([104,97,115,104])]:{[h([110,97,109,101])]:h([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[h([102,101,97,116,117,114,101,115])];return!!(e&&(e[h([105,110,99,108,117,100,101,115])](h([42]))||e[h([105,110,99,108,117,100,101,115])](h([84,79,67]))||e[h([105,110,99,108,117,100,101,115])](h([80,80]))||e[h([105,110,99,108,117,100,101,115])](h([84,82,73,76,73,85,77]))&&window[h([103,108,111,98])]&&window[h([103,108,111,98])][h([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[h([101,118,97,108,117,97,116,105,111,110]),h([116,114,105,97,108])][h([105,110,99,108,117,100,101,115])](t[h([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776643200;return t[h([101,120,112])]<e}()?h([69,120,112,105,114,101,100]):function(){const e=ot,n=t[h([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[h([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[h([108,111,99,97,116,105,111,110])][e(445)]);if(n[h([105,110,99,108,117,100,101,115])](i))return!0;const o=i[h([115,112,108,105,116])](h([46]));return n[h([102,105,108,116,101,114])](t=>t[h([105,110,99,108,117,100,101,115])](h([42])))[h([109,97,112])](t=>t[h([115,112,108,105,116])](h([46])))[h([102,105,108,116,101,114])](t=>t[h([108,101,110,103,116,104])]<=o[h([108,101,110,103,116,104])])[h([109,97,112])](t=>Array(o[h([108,101,110,103,116,104])]-t[h([108,101,110,103,116,104])])[h([102,105,108,108])](t[0]===h([42])?h([42]):"")[h([99,111,110,99,97,116])](t))[h([115,111,109,101])](t=>o[h([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===h([42])))}()?(t[h([108,105,99,101,110,115,101,84,121,112,101])]==h([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[h([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[h([116,104,101,110])](()=>new(window[h([80,114,111,109,105,115,101])])(t=>{let e=0;i[h([109,111,100,101,108])][h([111,110])](h([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][h([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[h([111,102,102])]())})}))];return window[h([80,114,111,109,105,115,101])][h([114,97,99,101])](e)[h([116,104,101,110])](()=>t)}(h([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[h([80,114,111,109,105,115,101])])((t,n)=>{e[h([116,104,101,110])](t,n),p[h([116,104,101,110])](e=>{e!=h([86,97,108,105,100])&&t(e)},n)}):e||p||h([86,97,108,105,100]))):h([68,111,109,97,105,110,76,105,109,105,116]):h([78,111,116,65,108,108,111,119,101,100]):h([73,110,118,97,108,105,100])):h([73,110,118,97,108,105,100]))}catch{return h([73,110,118,97,108,105,100])}}())}(this)}[nt(437)](){const t=nt;this[t(428)][t(390)](e=>{const n=t;n(354)!==e[n(432)]&&this[n(429)][n(344)][n(367)](e)})}[nt(420)](){const t=nt;for(const e of this[t(429)][t(414)][t(451)][t(389)][t(362)]({includeChangesInGraveyard:!0})){if(t(426)!==e[t(401)]||t(405)!==e[t(402)])return;this[t(428)][t(450)](e[t(345)][t(372)])}}[nt(358)](){const t=nt;this[t(429)][t(414)][t(421)][t(441)](t(405),{inheritAllFrom:t(419)})}[nt(423)](){const t=nt,e=this[t(429)][t(359)];e[t(438)](t(360))[t(415)]({model:t(405),view:{name:t(386),classes:t(407)}}),e[t(438)](t(374))[t(365)]({model:t(405),view:(e,{writer:n})=>this[t(425)](n,!0)}),e[t(438)](t(413))[t(365)]({model:t(405),view:(e,{writer:n})=>{const i=t;this[i(428)][i(450)](e);const o=this[i(425)](n);return(0,z.toWidget)(o,n,{label:m(this[i(429)][i(383)],i(448))})}}),this[t(429)][t(375)][t(353)]({name:t(386),classes:t(407)}),this[t(429)][t(344)][t(399)].on(t(435),this[t(439)](),{priority:t(351)})}[nt(425)](t,e=!1){const n=nt,{locale:i}=this[n(429)],o=t[n(370)](n(386),{class:n(407)+(0===this[n(418)][n(431)]?n(361):""),...!e&&{"data-table-of-contents-label":m(i,n(448))}});0===this[n(418)][n(431)]&&!1===e&&t[n(426)](t[n(455)](o,n(411)),t[n(370)]("p",{class:n(377)},[t[n(434)](m(i,n(391)))]));const r=e?"":"["+m(i,n(395))+"]";let s=o;return this[n(418)][n(390)]((i,o,c)=>{const a=n,u=this[a(429)][a(414)][a(346)](i[a(449)],{ignoreWhitespaces:!0}),l=u?i[a(366)]:r,d=i[a(449)][a(373)](this[a(412)]),f=t[a(370)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(434)](l)]),p=this[a(429)][a(446)][a(376)](a(381));t[a(398)](a(350),o,f);const h=t[a(370)]("li",null,[u||!e&&p?f:t[a(434)]("")]),m=o?c[o-1][a(343)]:0,g=Math[a(393)](i[a(343)]-m);if(i[a(343)]>m){const e=st(h,g,t);t[a(426)](t[a(455)](s,a(411)),e)}else{const e=function(t,e){const n=a;return t[n(403)]({includeSelf:!0,parentFirst:!0})[n(357)](t=>t.is(n(347),"ol"))[e]}(s,g);t[a(426)](t[a(455)](e,a(411)),h)}s=h}),o}[nt(417)](t){const e=nt,n=this[e(418)][t][e(449)];this[e(429)][e(414)][e(384)](t=>{t[e(380)](n,0)}),this[e(429)][e(344)][e(396)][e(442)]({alignToTop:!0,forceScroll:!0})}[nt(439)](){return(t,e)=>{const n=ot,i=e[n(399)],o=i[n(424)](e[n(454)]),r=i[n(408)](o);r.is(n(347),n(405))&&(e[n(416)]=this[n(429)][n(414)][n(455)](r,0),t[n(379)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(370)]("ol",null,[t]):n[i(370)]("ol",null,[n[i(370)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=lt;function ut(){const t=["bind","TableOfContents","locale","5471543wjxqjc","961540qzPBWe","tooltip","_createButton","featureNotAllowed","826cdZZBv","10rTwsFT","tableOfContentsLicenseKeyDomainLimit","editor","config","execute","1535913ZNcOws","_showLicenseError","usageLimit","componentFactory","editing","licenseKey","8YMqlLe","domainLimit","destroy","pluginName","36687AFPLem","Table of contents","insertTableOfContents","menuBar:tableOfContents","tableOfContentsLicenseKeyInvalid","isOfficialPlugin","_licenseKeyCheckInterval","evaluationLimit","tableOfContents","commands","listenTo","382459BzqtuQ","338VGAbMz","TableOfContentsUI","tableOfContentsLicenseKeyNotAllowed","isPremiumPlugin","12Svgxwr","set","get","tableOfContentsLicenseKeyEvaluationLimit","invalid","add","tableOfContentsLicenseKeyUsageLimit","focus","expired","init","tableOfContentsLicenseKeyExpired","view","tableOfContentsLicenseKeyValid","1322570PgCDUG","isEnabled"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(145080===parseInt(e(146))/1*(-parseInt(e(173))/2)+parseInt(e(189))/3+-parseInt(e(169))/4+-parseInt(e(163))/5+-parseInt(e(150))/6*(-parseInt(e(200))/7)+-parseInt(e(185))/8*(-parseInt(e(179))/9)+-parseInt(e(174))/10*(-parseInt(e(168))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(184)];[at(195)];static get[at(188)](){return at(147)}static get[at(194)](){return!0}static get[at(149)](){return!0}[at(159)](){const t=at,e=this[t(176)];e.ui[t(182)][t(155)](t(197),()=>{const e=t,n=this[e(171)](h.ButtonView);return n[e(170)]=!0,n}),e.ui[t(182)][t(155)](t(192),()=>this[t(171)](h.MenuBarMenuListItemButtonView)),this[t(184)]=this[t(176)][t(177)][t(152)](t(184));const n=this[t(176)];this[t(195)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(162)==r||e(193)==r||e(160)==r||e(175)==r||e(148)==r||e(153)==r||e(156)==r){delete n[o],i=r,clearInterval(this[e(195)]),this[e(195)]=void 0;break}}e(193)==i&&n[e(180)](e(154)),e(160)==i&&n[e(180)](e(158)),e(175)==i&&n[e(180)](e(186)),e(148)==i&&n[e(180)](e(172),e(166)),e(153)==i&&n[e(180)](e(196)),e(156)==i&&n[e(180)](e(181))},1e3)}[at(171)](t){const e=at,n=this[e(176)],i=n[e(167)],o=n[e(198)][e(152)](e(191)),r=new t(i);return r[e(151)]({label:m(i,e(190)),icon:ct.IconTableOfContents}),r[e(165)](e(164)).to(o,e(164)),this[e(199)](r,e(178),()=>{const t=e;n[t(178)](t(191)),n[t(183)][t(161)][t(157)]()}),r}[at(187)](){const t=at;super[t(187)](),this[t(195)]&&clearInterval(this[t(195)])}}var ft=pt;function pt(t,e){var n=ht();return(pt=function(t,e){return n[t-=480]})(t,e)}function ht(){var t=["3DWEgde","1901228bnBWKG","35158KuBkDX","72brGnAg","6tpazFr","isOfficialPlugin","1053549ZABKQc","18747348dpOjeg","TableOfContents","requires","isPremiumPlugin","3314215oDCDGc","52jATodL","26xCnrKk","pluginName","16489vXtAYA","2375548iKPgzA","7090OolCSO"];return(ht=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(723694===parseInt(e(480))/1*(-parseInt(e(490))/2)+-parseInt(e(496))/3*(parseInt(e(497))/4)+-parseInt(e(489))/5*(parseInt(e(482))/6)+-parseInt(e(494))/7+-parseInt(e(481))/8*(-parseInt(e(484))/9)+-parseInt(e(495))/10*(parseInt(e(493))/11)+parseInt(e(485))/12*(parseInt(e(491))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(487)](){return[rt,dt]}static get[ft(492)](){return ft(486)}static get[ft(483)](){return!0}static get[ft(488)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=424]})(t,e)}function wt(){var t=["1284hpDVwm","62227RHsJzE","24jPQijX","94lBnXdK","50452ZDlQod","94LZMiMO","7CTVtwa","2207512TbMsbT","1128040IBGhaJ","20527546TcKrsc","14BkQFWY","54LwETYM","7180xEJfhr","1416nqNlac"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(339284===-parseInt(e(435))/1*(-parseInt(e(433))/2)+-parseInt(e(432))/3*(-parseInt(e(434))/4)+-parseInt(e(428))/5*(parseInt(e(429))/6)+parseInt(e(436))/7*(parseInt(e(437))/8)+-parseInt(e(427))/9*(parseInt(e(424))/10)+-parseInt(e(431))/11*(parseInt(e(430))/12)+-parseInt(e(425))/13*(-parseInt(e(426))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={360(t,e,n){"use strict";n.d(e,{A:()=>c});var i=n(366),o=n.n(i),r=n(271),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},534(t,e,n){"use strict";n.d(e,{A:()=>c});var i=n(366),o=n.n(i),r=n(271),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-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-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-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},271(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}},366(t){"use strict";t.exports=function(t){return t[1]}},789(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),p={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(p);else{var h=o(p,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:h,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}}},298(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)}},825(t){"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},207(t){"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},437(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)}}}},782(t,e,n){t.exports=n(237)("./src/core.js")},783(t,e,n){t.exports=n(237)("./src/engine.js")},355(t,e,n){t.exports=n(237)("./src/icons.js")},311(t,e,n){t.exports=n(237)("./src/ui.js")},584(t,e,n){t.exports=n(237)("./src/utils.js")},901(t,e,n){t.exports=n(237)("./src/widget.js")},237(t){"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>V,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>p,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});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},p=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return p.schedule=l,p.cancel=f,p.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),p}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(t){const e=c;let n="";for(const i of t[e(374)]())i instanceof r.ModelText&&(n+=i[e(357)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=357]})(t,e)}function a(){const t=["paragraph","htmlH3","model","get","htmlH5","141405rWEjIL","25OXNztV","4GvckDn","data","reduce","23662fFsVmI","1424272DOleZn","22CVxWyZ","648000khGsuv","push","plugins","691893BuZuhu","130812UmjfYM","249890UDvnSi","heading.options","GeneralHtmlSupport","htmlH6","htmlH2","has","config","getChildren","15VBWgpF","htmlH1","htmlH4","7fEsBwr"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(143343===-parseInt(e(375))/1*(parseInt(e(359))/2)+-parseInt(e(384))/3*(parseInt(e(386))/4)+parseInt(e(385))/5*(parseInt(e(366))/6)+parseInt(e(378))/7*(parseInt(e(360))/8)+parseInt(e(365))/9+-parseInt(e(367))/10*(parseInt(e(361))/11)+parseInt(e(362))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=238]})(t,e)}function f(){const t=["length","init","documentOutline.headings","1697208SuBKif","indexOf","push","117QHBpsZ","DocumentOutlineUtils","fire","editing","1684085OTzJOy","createElement","selection","item","element","includes","config","getChildren","_deriveHeadingElementsFromConversion","text","domToView","getChild","toModel","afterInit","_getHeadingNames","backward","getFirstPosition","get","level","31867tuywlq","12oBxFHe","6210rGeOTe","493016tMGSfO","findIndex","_headingNames","data","2VFeYWx","editor","997536fjRKDO","modelElement","document","isPremiumPlugin","_getActiveHeading","isOfficialPlugin","42333900gUAQTh","pluginName","change","model","getRoot","name","domConverter","_getOutlineDefinitions","view","activeItemIndex","getRootNames","7HJYbHz","886717fFSocW"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(902667===parseInt(e(244))/1*(parseInt(e(281))/2)+parseInt(e(283))/3*(parseInt(e(275))/4)+-parseInt(e(255))/5+-parseInt(e(248))/6*(-parseInt(e(243))/7)+-parseInt(e(277))/8*(-parseInt(e(251))/9)+parseInt(e(276))/10*(parseInt(e(274))/11)+-parseInt(e(289))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class p extends t.Plugin{static get[l(290)](){return l(252)}static get[l(288)](){return!0}static get[l(286)](){return!0}[l(279)]=[];[l(246)](){const t=l,e=this[t(282)];this[t(279)]=this[t(269)]();let n=[];e[t(292)][t(285)].on(t(291),o(()=>{const e=t,i=n;n=this[e(239)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(273)]===n[e(273)]&&t[e(264)]===n[e(264)]&&t[e(284)]===n[e(284)]),r=(0,u.diffToChanges)(o,n),s=this[e(287)](),c=n[e(278)](t=>t[e(284)]===s);r[e(245)]&&this[e(253)](e(291),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(253)](e(241),{index:c})},250,{leading:!0,trailing:!0}))}[l(268)](){const t=l;this[t(279)][t(245)]||this[t(263)]()}[l(239)](){const t=l,e=this[t(282)],n=[],i=this[t(279)];for(const n of e[t(292)][t(285)][t(242)]())o(e[t(292)][t(285)][t(293)](n));function o(e){const r=t;for(const t of e[r(262)]())t.is(r(259))&&(i[r(260)](t[r(294)])&&n[r(250)]({level:i[r(249)](t[r(294)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(287)](){const t=l,e=this[t(282)][t(292)][t(285)][t(257)][t(271)](),n=new r.ModelTreeWalker({direction:t(270),startPosition:e});for(const e of n)if(e[t(258)].is(t(259))&&this[t(279)][t(260)](e[t(258)][t(294)]))return e[t(258)]}[l(269)](){const t=l;return this[t(282)][t(261)][t(272)](t(247))||function(t){const e=c,n=t[e(373)][e(382)](e(368));return n?n[e(358)]((t,n)=>(e(379)!==n[e(381)]&&t[e(363)](n[e(381)]),t),[]):t[e(364)][e(372)](e(369))?[e(376),e(371),e(380),e(377),e(383),e(370)]:[]}(this[t(282)])}[l(263)](){const t=l,e=this[t(282)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(254)][t(240)][t(238)][t(265)](document[t(256)](o)),r=e[t(280)][t(267)](n)[t(266)](0);r?.is(t(259))&&i[t(250)](r[t(294)])}this[t(279)]=i}}var h=n(311);function m(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=w();return(g=function(t,e){return n[t-=450]})(t,e)}function w(){const t=["level","isActive","5380xBtgdO","10QsPvpK","div","5082ZqQNNZ","786NdcmNl","bind","85524njwjZh","62236hXsyyZ","ck-document-outline__item_empty","Empty heading","655912iCWXaq","text","403pkrSMj","63CwnOqf","3803387mBRwcv","ck-reset","18695JXzZQt","9IWyuKu","ck-document-outline__item_level-","isEmpty","104476JLyAxU","set","bindTemplate","ck-document-outline__item","setTemplate","ck-document-outline__item_active","click"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(411095===-parseInt(e(458))/1*(-parseInt(e(468))/2)+parseInt(e(455))/3*(parseInt(e(474))/4)+parseInt(e(454))/5*(parseInt(e(471))/6)+-parseInt(e(452))/7+parseInt(e(477))/8*(-parseInt(e(451))/9)+parseInt(e(467))/10*(parseInt(e(470))/11)+parseInt(e(473))/12*(parseInt(e(450))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends h.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(460)],o=e?"["+m(t,n(476))+"]":"";this[n(459)](n(478),""),this[n(459)](n(465),1),this[n(459)](n(466),!1),this[n(472)](n(457)).to(this,n(478),t=>!t),this[n(462)]({tag:n(469),attributes:{class:["ck",n(453),n(461),i.to(n(465),t=>n(456)+t),i.if(n(466),n(463)),i.if(n(457),n(475))],title:i.to(n(478))},children:[{text:i.to(n(478),t=>t||o)}],on:{click:i.to(n(464))}})}}const I=b;function k(){const t=["insert","isActive","destroy","howMany","Editor headings will appear here as you type.","createCollection","_handleItemClick","element","_scrollToItem","div","activeItemIndex","43700uvkXsD","2592368sWcBPF","map","429qNmtrq","contentLanguageDirection","text","items","locale","233114HIGMPp","click","get","setTemplate","values","source","bind","change:activeItemIndex","_insertItem","20YaDHRj","index","delete","212445LKvpTU","remove","forEach","set","addMany","type","fire","_deleteItem","sync","_setActiveItem","292442bIUcfT","documentOutlineContainer","820882geBHoR","132zSzkpZ","delegate","itemSelected","getIndex","ck-reset","1516905kzlqbz","ck-document-outline","level","showEmptyHeadingText"];return(k=function(){return t})()}function b(t,e){const n=k();return(b=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(977075===-parseInt(e(349))/1+parseInt(e(351))/2+parseInt(e(322))/3*(parseInt(e(319))/4)+parseInt(e(339))/5+-parseInt(e(352))/6*(parseInt(e(327))/7)+parseInt(e(320))/8+parseInt(e(357))/9*(-parseInt(e(336))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends h.View{[I(325)];[I(350)];[I(360)];constructor(t,e=!1,n){const i=I;super(t),this[i(360)]=e,this[i(342)](i(371),-1),this[i(350)]=n,this[i(325)]=this[i(366)](),this[i(325)][i(353)](i(328)).to(this),this.on(i(328),this[i(367)][i(333)](this)),this.on(i(334),(t,e,n,o)=>{this[i(348)](o,n)}),this[i(330)]({tag:i(370),attributes:{class:["ck",i(356),i(358)],dir:t[i(323)],"data-document-outline-empty-placeholder":m(t,i(365)),tabindex:-1},children:this[i(325)]})}[I(347)](t){const e=I;t[e(341)](t=>{const n=e;n(361)==t[n(344)]?this[n(335)](t[n(337)],...t[n(331)]):n(338)==t[n(344)]&&this[n(346)](t[n(337)],t[n(364)])})}[I(348)](t,e){const n=I;if(-1!==t){const e=this[n(325)][n(329)](t);e&&(e[n(362)]=!1)}-1!==e&&(this[n(325)][n(329)](e)[n(362)]=!0,this[n(369)](e))}[I(335)](t,...e){const n=I,i=e[n(321)]((e,i)=>{const o=n,r=new v(this[o(326)],this[o(360)]);return r[o(324)]=e[o(324)],r[o(359)]=e[o(359)],t+i===this[o(371)]&&(r[o(362)]=!0),r});this[n(325)][n(343)](i,t)}[I(346)](t,e){const n=I;do{this[n(325)][n(340)](t)}while(--e)}[I(367)](t){const e=I,n=this[e(325)][e(355)](t[e(332)]);this[e(345)](e(354),n)}[I(369)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(325)][e(329)](t)[e(368)],20,this[e(350)])}[I(363)](){const t=I;super[t(363)](),this[t(368)][t(340)]()}}var _=n(789),C=n.n(_),x=n(437),O=n.n(x),T=n(298),A=n.n(T),E=n(207),P=n.n(E),L=n(825),S=n.n(L),D=n(360),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=A().bind(null,"head"),N.domAPI=O(),N.insertStyleElement=S();C()(D.A,N);D.A&&D.A.locals&&D.A.locals;const j=H;function K(){const t=["window","_currentOutlineDefinitions","mapViewToDom","toViewElement","_handleOutlineChange","_updateActiveDefinitionOnViewportChange","isOfficialPlugin","77hCuRLS","destroy","length","modelElement","_updateActiveDefinitionFromViewportThrottled","add","document","39232710EyZaxI","_setActiveViewItem","focus","init","682275oFfNCQ","mapper","resize","getDomRoot","view","config","2425284gwBSlk","scroll","listenTo","editing","change","1074728ALSADW","focusTracker","bottom","top","fromCharCode","isPremiumPlugin","sync","model","DocumentOutlineUtils","join","locale","domConverter","DocumentOutlineUI","cancel","map","documentOutline.container","_handleItemSelected","3592475HieCPP","get","height","activeItemIndex","12iMfaDs","floor","scrollToTheSelection","element","itemSelected","appendChild","plugins","bind","documentOutline.showEmptyHeadings","4789560WJXGCa","getIntersection","pluginName","531868dhRxXz","editor","setSelection","document-outline-container-not-provided","render","getVisible","href","getRootNames","afterInit","indexOf"];return(K=function(){return t})()}function H(t,e){const n=K();return(H=function(t,e){return n[t-=110]})(t,e)}!function(t){const e=H,n=t();for(;;)try{if(959959===-parseInt(e(133))/1+-parseInt(e(139))/2+-parseInt(e(174))/3+parseInt(e(177))/4+-parseInt(e(161))/5*(-parseInt(e(165))/6)+parseInt(e(122))/7*(-parseInt(e(144))/8)+parseInt(e(129))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class M extends t.Plugin{[j(137)];[j(116)];[j(126)];static get[j(176)](){return j(156)}static get[j(121)](){return!0}static get[j(149)](){return!0}constructor(t){const e=j;super(t),this[e(137)]=new y(t[e(154)],this[e(178)][e(138)][e(162)](e(173)),this[e(178)][e(138)][e(162)](e(159))),this[e(116)]=[],this[e(126)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(120)][e(172)](this),100)}[j(132)](){const t=j,e=this[t(178)],n=e[t(171)][t(162)](t(152));let i=!1;if(this[t(137)][t(181)](),this[t(178)].ui[t(145)][t(127)](this[t(137)][t(168)]),!e[t(138)][t(162)](t(159)))throw new u.CKEditorError(t(180),{editor:e});e[t(138)][t(162)](t(159))[t(170)](this[t(137)][t(168)]),n.on(t(143),this[t(119)][t(172)](this)),n.on(t(164),(e,{index:n})=>this[t(130)](n)),this[t(137)].on(t(169),(e,n)=>{i=!0,this[t(160)](n)}),this[t(137)][t(141)](u.global[t(128)],t(140),()=>{i?i=!1:this[t(126)]()},{useCapture:!0}),this[t(137)][t(141)](u.global[t(115)],t(135),this[t(126)],{useCapture:!0})}[j(113)](){!async function(t){const e=h([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[h([68,97,116,101])][h([110,111,119])](),i=t[h([101,100,105,116,111,114])],o=new(window[h([80,114,111,109,105,115,101])])(t=>{i[h([111,110,99,101])](h([114,101,97,100,121]),t)}),r={[h([107,116,121])]:h([69,67]),[h([117,115,101])]:h([115,105,103]),[h([99,114,118])]:h([80,45,50,53,54]),[h([120])]:h([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]),[h([121])]:h([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]),[h([97,108,103])]:h([69,83,50,53,54])},s=i[h([99,111,110,102,105,103])][h([103,101,116])](h([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[h([115,116,97,114,116,115,87,105,116,104])](h([101,121]))?JSON[h([112,97,114,115,101])](a(t)):null}function a(t){return window[h([97,116,111,98])](t[h([114,101,112,108,97,99,101])](/-/g,h([43]))[h([114,101,112,108,97,99,101])](/_/g,h([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[h([108,101,110,103,116,104])];n++){const i=t[h([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[h([105,115,65,114,114,97,121])](e)?e[h([102,111,114,69,97,99,104])](t):e&&typeof e==h([111,98,106,101,99,116])?Object[h([101,110,116,114,105,101,115])](e)[h([115,111,114,116])]()[h([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[h([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[h([116,111,83,116,114,105,110,103])](16)[h([112,97,100,83,116,97,114,116])](8,h([48]))}function f(t){return t[h([115,112,108,105,116])]("")[h([114,101,118,101,114,115,101])]()[h([106,111,105,110])]("")}function p(){}function h(t){const e=H;return t[e(158)](t=>String[e(148)](t))[e(153)]("")}!function(t){const n=function(){const t=window[h([83,116,114,105,110,103])](window[h([112,101,114,102,111,114,109,97,110,99,101])][h([110,111,119])]())[h([114,101,112,108,97,99,101])](h([46]),"");let n=h([97]);for(let i=0;i<t[h([108,101,110,103,116,104])];i+=2){let o=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[h([108,101,110,103,116,104])]&&(o-=e[h([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=h([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!=h([86,97,108,105,100])&&async function(){await o,i[h([109,111,100,101,108])][h([99,104,97,110,103,101])]=p,i[h([109,111,100,101,108])][h([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[h([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](h([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==h([71,80,76])?h([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[h([115,112,108,105,116])](h([46]));return 3!=t[h([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[h([106,116,105])],n=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](t[h([108,101,110,103,116,104])]-8),16),i={...e,[h([106,116,105])]:t[h([115,117,98,115,116,114,105,110,103])](0,t[h([108,101,110,103,116,104])]-8)};return delete i[h([118,99])],l(i)==n}}}(),t?(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[h([80,114,111,109,105,115,101])])(c=>{if(r())return c(h([86,97,108,105,100]));s(),i[h([100,101,99,111,114,97,116,101])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const p=(0,u.uid)();function m(t){return!!t&&(typeof t===h([111,98,106,101,99,116])||typeof t===h([102,117,110,99,116,105,111,110]))&&typeof t[h([116,104,101,110])]===h([102,117,110,99,116,105,111,110])&&typeof t[h([99,97,116,99,104])]===h([102,117,110,99,116,105,111,110])}function g(i){a(i)[h([116,104,101,110])](t=>t&&t[h([115,116,97,116,117,115])]==h([111,107])?d(l(p+e))!=t[h([118,101,114,105,102,105,99,97,116,105,111,110])]?h([85,115,97,103,101,76,105,109,105,116]):h([86,97,108,105,100]):h([85,115,97,103,101,76,105,109,105,116]))[h([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),h([86,97,108,105,100])):h(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[h([116,104,101,110])](c)[h([99,97,116,99,104])](()=>{c(h([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=h([108,108,99,116,45])+d(l(t)),i=f(d(window[h([77,97,116,104])][h([99,101,105,108])](n/o)));window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([115,101,116,73,116,101,109])](e,i)}function s(){const e=h([108,108,99,116,45])+d(l(t)),n=window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([103,101,116,73,116,101,109])](e);return n?window[h([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[h([80,114,111,109,105,115,101])])((e,n)=>{t[h([116,104,101,110])](e,n),window[h([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[h([111,110])](h([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(h([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[h([114,101,113,117,101,115,116,73,100])]:p}},{[h([112,114,105,111,114,105,116,121])]:h([104,105,103,104])}),i[h([111,110])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[h([114,101,116,117,114,110])])&&(a=!0,g(t[h([114,101,116,117,114,110])]))},{[h([112,114,105,111,114,105,116,121])]:h([108,111,119])}),o[h([116,104,101,110])](()=>{a||c(h([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==h([97,117,116,111])}function s(){i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=h([97,117,116,111])}}(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[h([106,116,105])])),await async function(){let t=!0;try{const i=s[h([115,112,108,105,116])](h([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[h([97,108,103])]==h([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[h([85,105,110,116,56,65,114,114,97,121])][h([102,114,111,109])](a(i),t=>t[h([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[h([84,101,120,116,69,110,99,111,100,101,114])]))[h([101,110,99,111,100,101])](e+h([46])+n),c=window[h([99,114,121,112,116,111])][h([115,117,98,116,108,101])];if(!c)return;const u=await c[h([105,109,112,111,114,116,75,101,121])](h([106,119,107]),r,{[h([110,97,109,101])]:h([69,67,68,83,65]),[h([110,97,109,101,100,67,117,114,118,101])]:h([80,45,50,53,54])},!1,[h([118,101,114,105,102,121])]);await c[h([118,101,114,105,102,121])]({[h([110,97,109,101])]:h([69,67,68,83,65]),[h([104,97,115,104])]:{[h([110,97,109,101])]:h([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[h([102,101,97,116,117,114,101,115])];return!!(e&&(e[h([105,110,99,108,117,100,101,115])](h([42]))||e[h([105,110,99,108,117,100,101,115])](h([68,79]))||e[h([105,110,99,108,117,100,101,115])](h([80,80]))||e[h([105,110,99,108,117,100,101,115])](h([84,82,73,76,73,85,77]))&&window[h([103,108,111,98])]&&window[h([103,108,111,98])][h([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[h([101,118,97,108,117,97,116,105,111,110]),h([116,114,105,97,108])][h([105,110,99,108,117,100,101,115])](t[h([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776902400;return t[h([101,120,112])]<e}()?h([69,120,112,105,114,101,100]):function(){const e=H,n=t[h([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[h([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[h([108,111,99,97,116,105,111,110])][e(111)]);if(n[h([105,110,99,108,117,100,101,115])](i))return!0;const o=i[h([115,112,108,105,116])](h([46]));return n[h([102,105,108,116,101,114])](t=>t[h([105,110,99,108,117,100,101,115])](h([42])))[h([109,97,112])](t=>t[h([115,112,108,105,116])](h([46])))[h([102,105,108,116,101,114])](t=>t[h([108,101,110,103,116,104])]<=o[h([108,101,110,103,116,104])])[h([109,97,112])](t=>Array(o[h([108,101,110,103,116,104])]-t[h([108,101,110,103,116,104])])[h([102,105,108,108])](t[0]===h([42])?h([42]):"")[h([99,111,110,99,97,116])](t))[h([115,111,109,101])](t=>o[h([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===h([42])))}()?(t[h([108,105,99,101,110,115,101,84,121,112,101])]==h([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[h([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[h([116,104,101,110])](()=>new(window[h([80,114,111,109,105,115,101])])(t=>{let e=0;i[h([109,111,100,101,108])][h([111,110])](h([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][h([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[h([111,102,102])]())})}))];return window[h([80,114,111,109,105,115,101])][h([114,97,99,101])](e)[h([116,104,101,110])](()=>t)}(h([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[h([80,114,111,109,105,115,101])])((t,n)=>{e[h([116,104,101,110])](t,n),p[h([116,104,101,110])](e=>{e!=h([86,97,108,105,100])&&t(e)},n)}):e||p||h([86,97,108,105,100]))):h([68,111,109,97,105,110,76,105,109,105,116]):h([78,111,116,65,108,108,111,119,101,100]):h([73,110,118,97,108,105,100])):h([73,110,118,97,108,105,100]))}catch{return h([73,110,118,97,108,105,100])}}())}(this)}[j(123)](){const t=j;super[t(123)](),this[t(137)][t(123)](),this[t(126)][t(157)]()}[j(119)](t,{outlineDefinitions:e,outlineChanges:n}){const i=j;this[i(116)]=e,this[i(137)][i(150)](n)}[j(130)](t){const e=j;this[e(116)][e(124)]&&this[e(116)][t]&&(this[e(137)][e(164)]=t)}[j(160)](t){const e=j,n=this[e(116)][t][e(125)];this[e(178)][e(151)][e(143)](t=>{t[e(179)](n,0)}),this[e(178)][e(142)][e(137)][e(167)]({alignToTop:!0,forceScroll:!0}),this[e(178)][e(142)][e(137)][e(131)](),this[e(130)](t)}[j(120)](){const t=j,e=this[t(178)];let n;for(const i of e[t(151)][t(128)][t(112)]()){const o=e[t(142)][t(137)][t(136)](i),r=o&&new u.Rect(o)[t(110)]();if(r){const e=new u.Rect(u.global[t(115)])[t(175)](r);e&&(n=e[t(147)]+.25*e[t(163)])}}if(void 0===n)return;const i=B(e[t(142)],this[t(116)],n);i?this[t(130)](this[t(116)][t(114)](i)):this[t(130)](-1)}}function B(t,e,n,i=0,o=e[j(124)]-1){const r=j,s=Math[r(166)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(134)][r(118)](c[r(125)]);if(!a)return null;const l=t[r(137)][r(155)][r(117)](a);return new u.Rect(l)[r(146)]>n?B(t,e,n,i,s-1):B(t,e,n,s+1,o)}return s<0?null:e[s]}const Z=R;function R(t,e){const n=W();return(R=function(t,e){return n[t-=311]})(t,e)}function W(){const t=["usageLimit","destroy","config","508jPvnVZ","featureNotAllowed","get","documentOutlineLicenseKeyUsageLimit","evaluationLimit","110644WEQeIf","documentOutlineLicenseKeyInvalid","160iwYIRU","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyExpired","isOfficialPlugin","16994571mKMZci","7193512STKSdb","expired","requires","editor","isPremiumPlugin","invalid","_showLicenseError","documentOutlineLicenseKeyEvaluationLimit","167823srcaIn","4036880UtiHGh","16278HktvAJ","pluginName","_licenseKeyCheckInterval","domainLimit","licenseKey","96QtslCL","5014WHnjPu","DocumentOutline","1750siQLNx","init","documentOutlineLicenseKeyDomainLimit"];return(W=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(749802===parseInt(e(340))/1*(-parseInt(e(311))/2)+parseInt(e(339))/3*(parseInt(e(316))/4)+parseInt(e(333))/5+parseInt(e(334))/6*(parseInt(e(342))/7)+parseInt(e(324))/8+-parseInt(e(332))/9*(-parseInt(e(318))/10)+-parseInt(e(323))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class V extends t.Plugin{[Z(338)];[Z(336)];static get[Z(326)](){return[p,M]}static get[Z(335)](){return Z(341)}static get[Z(322)](){return!0}static get[Z(328)](){return!0}[Z(343)](){const t=Z;this[t(338)]=this[t(327)][t(347)][t(313)](t(338));const e=this[t(327)];this[t(336)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(320)==r||n(317)==r||n(321)==r||n(344)==r||n(319)==r||n(331)==r||n(314)==r){delete e[o],i=r,clearInterval(this[n(336)]),this[n(336)]=void 0;break}}n(317)==i&&e[n(330)](n(329)),n(321)==i&&e[n(330)](n(325)),n(344)==i&&e[n(330)](n(337)),n(319)==i&&e[n(330)](n(312),n(341)),n(331)==i&&e[n(330)](n(315)),n(314)==i&&e[n(330)](n(345))},1e3)}[Z(346)](){const t=Z;super[t(346)](),this[t(336)]&&clearInterval(this[t(336)])}}var z=n(901);const U=F;function F(t,e){const n=q();return(F=function(t,e){return n[t-=154]})(t,e)}function q(){const t=["model","467860mauCvj","change","execute","selection","1684116GrnSZN","schema","findAllowedParent","getFirstPosition","isEnabled","110ycLepq","120CwOyRc","6iLCaEH","document","insertObject","158235nhJPXj","603498aLDlPJ","createElement","editor","tableOfContents","1171917zUwlBt","518971PBBiFA","refresh","968335ymmWIE"];return(q=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(562447===parseInt(e(172))/1+-parseInt(e(176))/2+-parseInt(e(167))/3+-parseInt(e(156))/4+parseInt(e(174))/5*(-parseInt(e(163))/6)+-parseInt(e(166))/7*(parseInt(e(162))/8)+parseInt(e(171))/9*(parseInt(e(161))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class Q extends t.Command{[U(154)](){const t=U;this[t(169)][t(175)][t(177)](e=>{const n=t;this[n(169)][n(175)][n(165)](e[n(168)](n(170)))})}[U(173)](){const t=U,e=this[t(169)][t(175)],n=e[t(164)][t(155)][t(159)]();this[t(160)]=null!==(n&&e[t(157)][t(158)](n,t(170)))}}var G=n(534),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=A().bind(null,"head"),J.domAPI=O(),J.insertStyleElement=S();C()(G.A,J);G.A&&G.A.locals&&G.A.locals;const X=Y;function Y(t,e){const n=$();return(Y=function(t,e){return n[t-=327]})(t,e)}function $(){const t=["writer","view","consume","length","300HPqiBZ","registerPostFixer","236907DiLZSg","2YZsSuf","string","headingId","modelRange","clear","type","nodeAfter","has","change","64SjGqTI","toViewElement","_customDataDowncastHeadingsConversion","position","editor","removeAttribute","paragraph","mapper","item","upcast","low","add","300637RwkQZA","document","22WEpqnr","13779TvJXZY","consumable","_registerHeadingIdAttributePostfixer","1088140cXNQkI","isPremiumPlugin","hasAttribute","heading1","getContainedElement","isRegistered","attribute:headingId:","get","insert","for","pluginName","element:","getChanges","schema","3701264dkWgrD","_customUpcastHeadingsConversion","headingId.modelAttributeName","remove","setAttribute","downcast","148ADBTuW","viewItem","config","getAttribute","attributes","name","differ","heading.options","221zAwzIM","delete","model","34990ePpsaJ","match","extend","forEach","set","HeadingId","afterInit","conversion","329328LXTKeg","isOfficialPlugin"];return($=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(330062===parseInt(e(352))/1*(parseInt(e(331))/2)+-parseInt(e(355))/3*(-parseInt(e(378))/4)+-parseInt(e(389))/5*(-parseInt(e(328))/6)+-parseInt(e(372))/7+-parseInt(e(340))/8*(parseInt(e(330))/9)+parseInt(e(358))/10*(-parseInt(e(354))/11)+parseInt(e(397))/12*(parseInt(e(386))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[X(368)](){return X(394)}static get[X(398)](){return!0}static get[X(359)](){return!0}[X(395)](){const t=X,e=this[t(344)];e[t(380)][t(365)](t(374))||(function(e){const n=t,i=new Map;return e?(e[n(392)](t=>{const e=n;e(346)!==t[e(388)]&&i[e(393)](t[e(400)],t[e(388)])}),i[n(365)]("h1")||i[n(393)]("h1",n(361)),i):i}(this[t(344)][t(380)][t(365)](t(385)))[t(392)]((n,i)=>{const o=t;this[o(373)](i),this[o(342)](n),e[o(388)][o(371)][o(363)](n)&&e[o(388)][o(371)][o(391)](n,{allowAttributes:o(333)})}),this[t(357)]())}[X(373)](t){const e=X;this[e(344)][e(396)][e(367)](e(349))[e(351)](n=>n.on(e(369)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(379)][o(381)]("id"),a=n[o(334)][o(362)]();if(a)return c&&c[o(327)]||a[o(360)](o(333))?void(r[o(401)](n[o(379)],{attributes:["id"]})&&s[o(376)](o(333),c,a)):(r[o(401)](n[o(379)],{attributes:["id"]}),void s[o(376)](o(333),(0,u.uid)(),a))},{priority:u.priorities[e(365)](e(350))+.5}))}[X(342)](t){const e=X;this[e(344)][e(396)][e(367)](e(377))[e(351)](n=>n.on(e(364)+t,(t,n,i)=>{const o=e;if(!i[o(356)][o(401)](n[o(348)],t[o(383)]))return;const r=n[o(348)][o(381)](o(333)),s=i[o(347)][o(341)](n[o(348)]);i[o(399)][o(376)]("id",r,s)}))}[X(357)](){const t=X,e=this[t(344)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(351)](r),e[o(376)](o(333),r,n),r}function r(e,n){const i=t;e[i(345)](i(333),n)}e[t(388)][t(353)][t(329)](s=>{const c=t,a=e[c(388)][c(353)][c(384)][c(370)]();let u=!1;for(const t of a)if(c(366)==t[c(336)]&&t[c(383)])if(et(t[c(383)])){const e=t[c(382)][c(365)](c(333));c(332)==typeof e?n[c(338)](e)?(o(s,t[c(343)][c(337)]),u=!0):i[c(351)](e):(o(s,t[c(343)][c(337)]),u=!0)}else c(332)==typeof t[c(382)][c(365)](c(333))&&(r(s,t[c(343)][c(337)]),u=!0);else if(c(375)==t[c(336)]){const e=t[c(382)][c(365)](c(333));c(332)==typeof e&&n[c(387)](e)}return u}),e[t(388)][t(353)].on(t(339),()=>{const e=t;i[e(392)](t=>n[e(351)](t)),i[e(335)]()})}}function et(t){return!!t[X(390)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=413]})(t,e)}function ot(){const t=["schema","$capture","afterInit","name","isPremiumPlugin","_handleScrollToHeading","listenTo","editing","end","registerRawContentMatcher","get","tableOfContentsHeadingIndex","createContainerElement","pluginName","_createTableOfContents","register","abs","forEach","viewToModelPosition","config","isInteger","outlineDefinitions","getChanges","mapper","getAttribute","modelElement","div","href","commands","insert","_tableOfContentsElements","hasContent","9937140ZItmIl","nodeAfter","length","modelPosition","scrollToTheSelection","DocumentOutlineUtils","element"," table-of-contents_empty","text","getCustomProperty","documentOutline.showEmptyHeadings","plugins","insertTableOfContents","headingId.modelAttributeName","filter","fromCharCode","_updateTableOfContentsElements","_headingIdModelAttributeName","_trackNewToCElements","setCustomProperty","510ICJbrb","1432iVEFBt","change","_defineConverters","viewPosition","11857554QzCZyA","domEvent","for","preventDefault","4974695beGwQQ","toModelElement","rootName","dataDowncast","target","findMappedViewAncestor","join","editor","map","conversion","init","view","table-of-contents__placeholder","$blockObject","model","document","headingId","4936JxQnOZ","51232995ULAoTM","data","No headings were found in the document.","click","setSelection","table-of-contents","createText","$graveyard","high","Empty heading","8lHdGcN","tableOfContents","position","TableOfContentsEditing","_defineSchema","stop","2703HYxxCY","locale","isOfficialPlugin","level","add","differ","upcast","createPositionAt","_currentOutlineDefinitions","getAncestors","editingDowncast","_redirectMapper","123515rbivgl","type","requires","Table of contents","elementToElement","elementToStructure","reconvertItem","812PRjkuy"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(793347===parseInt(e(485))/1*(-parseInt(e(431))/2)+-parseInt(e(527))/3*(parseInt(e(510))/4)+-parseInt(e(493))/5+-parseInt(e(484))/6*(parseInt(e(424))/7)+-parseInt(e(521))/8*(-parseInt(e(489))/9)+-parseInt(e(464))/10+parseInt(e(511))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(445)](){return nt(524)}static get[nt(414)](){return!0}static get[nt(436)](){return!0}static get[nt(426)](){return[z.Widget,p,tt]}[nt(420)];[nt(462)];[nt(481)];constructor(t){const e=nt;super(t),this[e(420)]=[],this[e(462)]=new Set,this[e(481)]=e(509)}[nt(503)](){const t=nt,e=this[t(500)],n=e[t(439)][t(504)][t(508)];e[t(451)][t(442)](t(477))&&(this[t(481)]=e[t(451)][t(442)](t(477))),this[t(438)](n,t(514),(e,n)=>{const i=t;if(!n[i(497)])return;const o=n[i(497)][i(473)](i(443));Number[i(452)](o)&&(n[i(490)][i(492)](),e[i(526)](),this[i(437)](o))},{priority:t(519),context:t(433)}),this[t(525)](),this[t(487)](),e[t(460)][t(416)](t(476),new Q(e)),e[t(475)][t(442)](t(469)).on(t(486),(e,n)=>{const i=t;this[i(420)]=n[i(453)],this[i(480)]()}),this[t(438)](e[t(507)][t(508)],t(486),()=>{this[t(482)]()})}[nt(434)](){!async function(t){const e=h([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[h([68,97,116,101])][h([110,111,119])](),i=t[h([101,100,105,116,111,114])],o=new(window[h([80,114,111,109,105,115,101])])(t=>{i[h([111,110,99,101])](h([114,101,97,100,121]),t)}),r={[h([107,116,121])]:h([69,67]),[h([117,115,101])]:h([115,105,103]),[h([99,114,118])]:h([80,45,50,53,54]),[h([120])]:h([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]),[h([121])]:h([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]),[h([97,108,103])]:h([69,83,50,53,54])},s=i[h([99,111,110,102,105,103])][h([103,101,116])](h([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[h([115,116,97,114,116,115,87,105,116,104])](h([101,121]))?JSON[h([112,97,114,115,101])](a(t)):null}function a(t){return window[h([97,116,111,98])](t[h([114,101,112,108,97,99,101])](/-/g,h([43]))[h([114,101,112,108,97,99,101])](/_/g,h([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[h([108,101,110,103,116,104])];n++){const i=t[h([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[h([105,115,65,114,114,97,121])](e)?e[h([102,111,114,69,97,99,104])](t):e&&typeof e==h([111,98,106,101,99,116])?Object[h([101,110,116,114,105,101,115])](e)[h([115,111,114,116])]()[h([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[h([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[h([116,111,83,116,114,105,110,103])](16)[h([112,97,100,83,116,97,114,116])](8,h([48]))}function f(t){return t[h([115,112,108,105,116])]("")[h([114,101,118,101,114,115,101])]()[h([106,111,105,110])]("")}function p(){}function h(t){const e=it;return t[e(501)](t=>String[e(479)](t))[e(499)]("")}!function(t){const n=function(){const t=window[h([83,116,114,105,110,103])](window[h([112,101,114,102,111,114,109,97,110,99,101])][h([110,111,119])]())[h([114,101,112,108,97,99,101])](h([46]),"");let n=h([109]);for(let i=0;i<t[h([108,101,110,103,116,104])];i+=2){let o=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[h([108,101,110,103,116,104])]&&(o-=e[h([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=h([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!=h([86,97,108,105,100])&&async function(){await o,i[h([109,111,100,101,108])][h([99,104,97,110,103,101])]=p,i[h([109,111,100,101,108])][h([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[h([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](h([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==h([71,80,76])?h([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[h([115,112,108,105,116])](h([46]));return 3!=t[h([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[h([106,116,105])],n=window[h([112,97,114,115,101,73,110,116])](t[h([115,117,98,115,116,114,105,110,103])](t[h([108,101,110,103,116,104])]-8),16),i={...e,[h([106,116,105])]:t[h([115,117,98,115,116,114,105,110,103])](0,t[h([108,101,110,103,116,104])]-8)};return delete i[h([118,99])],l(i)==n}}}(),t?(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[h([80,114,111,109,105,115,101])])(c=>{if(r())return c(h([86,97,108,105,100]));s(),i[h([100,101,99,111,114,97,116,101])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const p=(0,u.uid)();function m(t){return!!t&&(typeof t===h([111,98,106,101,99,116])||typeof t===h([102,117,110,99,116,105,111,110]))&&typeof t[h([116,104,101,110])]===h([102,117,110,99,116,105,111,110])&&typeof t[h([99,97,116,99,104])]===h([102,117,110,99,116,105,111,110])}function g(i){a(i)[h([116,104,101,110])](t=>t&&t[h([115,116,97,116,117,115])]==h([111,107])?d(l(p+e))!=t[h([118,101,114,105,102,105,99,97,116,105,111,110])]?h([85,115,97,103,101,76,105,109,105,116]):h([86,97,108,105,100]):h([85,115,97,103,101,76,105,109,105,116]))[h([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),h([86,97,108,105,100])):h(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[h([116,104,101,110])](c)[h([99,97,116,99,104])](()=>{c(h([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=h([108,108,99,116,45])+d(l(t)),i=f(d(window[h([77,97,116,104])][h([99,101,105,108])](n/o)));window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([115,101,116,73,116,101,109])](e,i)}function s(){const e=h([108,108,99,116,45])+d(l(t)),n=window[h([108,111,99,97,108,83,116,111,114,97,103,101])][h([103,101,116,73,116,101,109])](e);return n?window[h([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[h([80,114,111,109,105,115,101])])((e,n)=>{t[h([116,104,101,110])](e,n),window[h([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[h([111,110])](h([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(h([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[h([114,101,113,117,101,115,116,73,100])]:p}},{[h([112,114,105,111,114,105,116,121])]:h([104,105,103,104])}),i[h([111,110])](h([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[h([114,101,116,117,114,110])])&&(a=!0,g(t[h([114,101,116,117,114,110])]))},{[h([112,114,105,111,114,105,116,121])]:h([108,111,119])}),o[h([116,104,101,110])](()=>{a||c(h([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==h([97,117,116,111])}function s(){i[h([101,100,105,116,105,110,103])][h([118,105,101,119])][h([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=h([97,117,116,111])}}(t[h([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[h([106,116,105])])),await async function(){let t=!0;try{const i=s[h([115,112,108,105,116])](h([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[h([97,108,103])]==h([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[h([85,105,110,116,56,65,114,114,97,121])][h([102,114,111,109])](a(i),t=>t[h([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[h([84,101,120,116,69,110,99,111,100,101,114])]))[h([101,110,99,111,100,101])](e+h([46])+n),c=window[h([99,114,121,112,116,111])][h([115,117,98,116,108,101])];if(!c)return;const u=await c[h([105,109,112,111,114,116,75,101,121])](h([106,119,107]),r,{[h([110,97,109,101])]:h([69,67,68,83,65]),[h([110,97,109,101,100,67,117,114,118,101])]:h([80,45,50,53,54])},!1,[h([118,101,114,105,102,121])]);await c[h([118,101,114,105,102,121])]({[h([110,97,109,101])]:h([69,67,68,83,65]),[h([104,97,115,104])]:{[h([110,97,109,101])]:h([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[h([102,101,97,116,117,114,101,115])];return!!(e&&(e[h([105,110,99,108,117,100,101,115])](h([42]))||e[h([105,110,99,108,117,100,101,115])](h([84,79,67]))||e[h([105,110,99,108,117,100,101,115])](h([80,80]))||e[h([105,110,99,108,117,100,101,115])](h([84,82,73,76,73,85,77]))&&window[h([103,108,111,98])]&&window[h([103,108,111,98])][h([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[h([101,118,97,108,117,97,116,105,111,110]),h([116,114,105,97,108])][h([105,110,99,108,117,100,101,115])](t[h([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776902400;return t[h([101,120,112])]<e}()?h([69,120,112,105,114,101,100]):function(){const e=it,n=t[h([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[h([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[h([108,111,99,97,116,105,111,110])][e(459)]);if(n[h([105,110,99,108,117,100,101,115])](i))return!0;const o=i[h([115,112,108,105,116])](h([46]));return n[h([102,105,108,116,101,114])](t=>t[h([105,110,99,108,117,100,101,115])](h([42])))[h([109,97,112])](t=>t[h([115,112,108,105,116])](h([46])))[h([102,105,108,116,101,114])](t=>t[h([108,101,110,103,116,104])]<=o[h([108,101,110,103,116,104])])[h([109,97,112])](t=>Array(o[h([108,101,110,103,116,104])]-t[h([108,101,110,103,116,104])])[h([102,105,108,108])](t[0]===h([42])?h([42]):"")[h([99,111,110,99,97,116])](t))[h([115,111,109,101])](t=>o[h([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===h([42])))}()?(t[h([108,105,99,101,110,115,101,84,121,112,101])]==h([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[h([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[h([116,104,101,110])](()=>new(window[h([80,114,111,109,105,115,101])])(t=>{let e=0;i[h([109,111,100,101,108])][h([111,110])](h([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][h([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[h([111,102,102])]())})}))];return window[h([80,114,111,109,105,115,101])][h([114,97,99,101])](e)[h([116,104,101,110])](()=>t)}(h([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&p?new(window[h([80,114,111,109,105,115,101])])((t,n)=>{e[h([116,104,101,110])](t,n),p[h([116,104,101,110])](e=>{e!=h([86,97,108,105,100])&&t(e)},n)}):e||p||h([86,97,108,105,100]))):h([68,111,109,97,105,110,76,105,109,105,116]):h([78,111,116,65,108,108,111,119,101,100]):h([73,110,118,97,108,105,100])):h([73,110,118,97,108,105,100]))}catch{return h([73,110,118,97,108,105,100])}}())}(this)}[nt(480)](){const t=nt;this[t(462)][t(449)](e=>{const n=t;n(518)!==e[n(495)]&&this[n(500)][n(439)][n(430)](e)})}[nt(482)](){const t=nt;for(const e of this[t(500)][t(507)][t(508)][t(417)][t(454)]({includeChangesInGraveyard:!0})){if(t(461)!==e[t(425)]||t(522)!==e[t(435)])return;this[t(462)][t(416)](e[t(523)][t(465)])}}[nt(525)](){const t=nt;this[t(500)][t(507)][t(432)][t(447)](t(522),{inheritAllFrom:t(506)})}[nt(487)](){const t=nt,e=this[t(500)][t(502)];e[t(491)](t(418))[t(428)]({model:t(522),view:{name:t(458),classes:t(516)}}),e[t(491)](t(496))[t(429)]({model:t(522),view:(e,{writer:n})=>this[t(446)](n,!0)}),e[t(491)](t(422))[t(429)]({model:t(522),view:(e,{writer:n})=>{const i=t;this[i(462)][i(416)](e);const o=this[i(446)](n);return(0,z.toWidget)(o,n,{label:m(this[i(500)][i(413)],i(427))})}}),this[t(500)][t(512)][t(441)]({name:t(458),classes:t(516)}),this[t(500)][t(439)][t(455)].on(t(450),this[t(423)](),{priority:t(519)})}[nt(446)](t,e=!1){const n=nt,{locale:i}=this[n(500)],o=t[n(444)](n(458),{class:n(516)+(0===this[n(420)][n(466)]?n(471):""),...!e&&{"data-table-of-contents-label":m(i,n(427))}});0===this[n(420)][n(466)]&&!1===e&&t[n(461)](t[n(419)](o,n(440)),t[n(444)]("p",{class:n(505)},[t[n(517)](m(i,n(513)))]));const r=e?"":"["+m(i,n(520))+"]";let s=o;return this[n(420)][n(449)]((i,o,c)=>{const a=n,u=this[a(500)][a(507)][a(463)](i[a(457)],{ignoreWhitespaces:!0}),l=u?i[a(472)]:r,d=i[a(457)][a(456)](this[a(481)]),f=t[a(444)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(517)](l)]),p=this[a(500)][a(451)][a(442)](a(474));t[a(483)](a(443),o,f);const h=t[a(444)]("li",null,[u||!e&&p?f:t[a(517)]("")]),m=o?c[o-1][a(415)]:0,g=Math[a(448)](i[a(415)]-m);if(i[a(415)]>m){const e=st(h,g,t);t[a(461)](t[a(419)](s,a(440)),e)}else{const e=function(t,e){const n=a;return t[n(421)]({includeSelf:!0,parentFirst:!0})[n(478)](t=>t.is(n(470),"ol"))[e]}(s,g);t[a(461)](t[a(419)](e,a(440)),h)}s=h}),o}[nt(437)](t){const e=nt,n=this[e(420)][t][e(457)];this[e(500)][e(507)][e(486)](t=>{t[e(515)](n,0)}),this[e(500)][e(439)][e(504)][e(468)]({alignToTop:!0,forceScroll:!0})}[nt(423)](){return(t,e)=>{const n=it,i=e[n(455)],o=i[n(498)](e[n(488)]),r=i[n(494)](o);r.is(n(470),n(522))&&(e[n(467)]=this[n(500)][n(507)][n(419)](r,0),t[n(526)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(444)]("ol",null,[t]):n[i(444)]("ol",null,[n[i(444)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=lt;function ut(){const t=["bind","TableOfContents","locale","5471543wjxqjc","961540qzPBWe","tooltip","_createButton","featureNotAllowed","826cdZZBv","10rTwsFT","tableOfContentsLicenseKeyDomainLimit","editor","config","execute","1535913ZNcOws","_showLicenseError","usageLimit","componentFactory","editing","licenseKey","8YMqlLe","domainLimit","destroy","pluginName","36687AFPLem","Table of contents","insertTableOfContents","menuBar:tableOfContents","tableOfContentsLicenseKeyInvalid","isOfficialPlugin","_licenseKeyCheckInterval","evaluationLimit","tableOfContents","commands","listenTo","382459BzqtuQ","338VGAbMz","TableOfContentsUI","tableOfContentsLicenseKeyNotAllowed","isPremiumPlugin","12Svgxwr","set","get","tableOfContentsLicenseKeyEvaluationLimit","invalid","add","tableOfContentsLicenseKeyUsageLimit","focus","expired","init","tableOfContentsLicenseKeyExpired","view","tableOfContentsLicenseKeyValid","1322570PgCDUG","isEnabled"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(145080===parseInt(e(146))/1*(-parseInt(e(173))/2)+parseInt(e(189))/3+-parseInt(e(169))/4+-parseInt(e(163))/5+-parseInt(e(150))/6*(-parseInt(e(200))/7)+-parseInt(e(185))/8*(-parseInt(e(179))/9)+-parseInt(e(174))/10*(-parseInt(e(168))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(184)];[at(195)];static get[at(188)](){return at(147)}static get[at(194)](){return!0}static get[at(149)](){return!0}[at(159)](){const t=at,e=this[t(176)];e.ui[t(182)][t(155)](t(197),()=>{const e=t,n=this[e(171)](h.ButtonView);return n[e(170)]=!0,n}),e.ui[t(182)][t(155)](t(192),()=>this[t(171)](h.MenuBarMenuListItemButtonView)),this[t(184)]=this[t(176)][t(177)][t(152)](t(184));const n=this[t(176)];this[t(195)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(162)==r||e(193)==r||e(160)==r||e(175)==r||e(148)==r||e(153)==r||e(156)==r){delete n[o],i=r,clearInterval(this[e(195)]),this[e(195)]=void 0;break}}e(193)==i&&n[e(180)](e(154)),e(160)==i&&n[e(180)](e(158)),e(175)==i&&n[e(180)](e(186)),e(148)==i&&n[e(180)](e(172),e(166)),e(153)==i&&n[e(180)](e(196)),e(156)==i&&n[e(180)](e(181))},1e3)}[at(171)](t){const e=at,n=this[e(176)],i=n[e(167)],o=n[e(198)][e(152)](e(191)),r=new t(i);return r[e(151)]({label:m(i,e(190)),icon:ct.IconTableOfContents}),r[e(165)](e(164)).to(o,e(164)),this[e(199)](r,e(178),()=>{const t=e;n[t(178)](t(191)),n[t(183)][t(161)][t(157)]()}),r}[at(187)](){const t=at;super[t(187)](),this[t(195)]&&clearInterval(this[t(195)])}}var ft=pt;function pt(t,e){var n=ht();return(pt=function(t,e){return n[t-=480]})(t,e)}function ht(){var t=["3DWEgde","1901228bnBWKG","35158KuBkDX","72brGnAg","6tpazFr","isOfficialPlugin","1053549ZABKQc","18747348dpOjeg","TableOfContents","requires","isPremiumPlugin","3314215oDCDGc","52jATodL","26xCnrKk","pluginName","16489vXtAYA","2375548iKPgzA","7090OolCSO"];return(ht=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(723694===parseInt(e(480))/1*(-parseInt(e(490))/2)+-parseInt(e(496))/3*(parseInt(e(497))/4)+-parseInt(e(489))/5*(parseInt(e(482))/6)+-parseInt(e(494))/7+-parseInt(e(481))/8*(-parseInt(e(484))/9)+-parseInt(e(495))/10*(parseInt(e(493))/11)+parseInt(e(485))/12*(parseInt(e(491))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(487)](){return[rt,dt]}static get[ft(492)](){return ft(486)}static get[ft(483)](){return!0}static get[ft(488)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=424]})(t,e)}function wt(){var t=["1284hpDVwm","62227RHsJzE","24jPQijX","94lBnXdK","50452ZDlQod","94LZMiMO","7CTVtwa","2207512TbMsbT","1128040IBGhaJ","20527546TcKrsc","14BkQFWY","54LwETYM","7180xEJfhr","1416nqNlac"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(339284===-parseInt(e(435))/1*(-parseInt(e(433))/2)+-parseInt(e(432))/3*(-parseInt(e(434))/4)+-parseInt(e(428))/5*(parseInt(e(429))/6)+parseInt(e(436))/7*(parseInt(e(437))/8)+-parseInt(e(427))/9*(parseInt(e(424))/10)+-parseInt(e(431))/11*(parseInt(e(430))/12)+-parseInt(e(425))/13*(-parseInt(e(426))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(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 _0x3def94,Command as _0x144d12}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x14a57b,throttle as _0x3897c8}from'es-toolkit/compat';import{ModelText as _0x15cba5,ModelTreeWalker as _0x4bd196}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x24e740,diffToChanges as _0x3a75a6,scrollAncestorsToShowTarget as _0xc04f01,CKEditorError as _0x424971,global as _0x512a02,Rect as _0x3605b9,uid as _0x30ae92,priorities as _0x6e813}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4a6da5,ButtonView as _0x1ee6be,MenuBarMenuListItemButtonView as _0x4d4649}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x5ec037,toWidget as _0x17de4c}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x275f3a}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x3f6dd9){let _0x47ffd6='';for(const _0x3411d1 of _0x3f6dd9['getChildren']())_0x3411d1 instanceof _0x15cba5&&(_0x47ffd6+=_0x3411d1['data']);return _0x47ffd6;}class i extends _0x3def94{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x2d3cec=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x1bc18d=[];_0x2d3cec['model']['document']['on']('change',_0x14a57b(()=>{const _0xe1a2f5=_0x1bc18d;_0x1bc18d=this['_getOutlineDefinitions']();const _0x5db862=_0x24e740(_0xe1a2f5,_0x1bc18d,(_0x32a5a8,_0x5232d8)=>_0x32a5a8['level']===_0x5232d8['level']&&_0x32a5a8['text']===_0x5232d8['text']&&_0x32a5a8['modelElement']===_0x5232d8['modelElement']),_0x55760e=_0x3a75a6(_0x5db862,_0x1bc18d),_0x3edabd=this['_getActiveHeading'](),_0x76e196=_0x1bc18d['findIndex'](_0x5348bf=>_0x5348bf['modelElement']===_0x3edabd);_0x55760e['length']&&this['fire']('change',{'outlineDefinitions':_0x1bc18d,'activeItemIndex':_0x76e196,'outlineChanges':_0x55760e}),this['fire']('activeItemIndex',{'index':_0x76e196});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x24b9bd=this['editor'],_0x17ace3=[],_0x57c2db=this['_headingNames'];for(const _0x24f8e7 of _0x24b9bd['model']['document']['getRootNames']())_0x45faed(_0x24b9bd['model']['document']['getRoot'](_0x24f8e7));function _0x45faed(_0x33d358){for(const _0x426a52 of _0x33d358['getChildren']())_0x426a52['is']('element')&&(_0x57c2db['includes'](_0x426a52['name'])&&_0x17ace3['push']({'level':_0x57c2db['indexOf'](_0x426a52['name'])+0x1,'text':g(_0x426a52),'modelElement':_0x426a52}),_0x45faed(_0x426a52));}return _0x17ace3;}['_getActiveHeading'](){const _0x518697=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2e4ca0=new _0x4bd196({'direction':'backward','startPosition':_0x518697});for(const _0x4444a3 of _0x2e4ca0)if(_0x4444a3['item']['is']('element')&&this['_headingNames']['includes'](_0x4444a3['item']['name']))return _0x4444a3['item'];}['_getHeadingNames'](){const _0x2e4b4d=this['editor']['config']['get']('documentOutline.headings');return _0x2e4b4d||function(_0x249cf7){const _0x26c7b6=_0x249cf7['config']['get']('heading.options');return _0x26c7b6?_0x26c7b6['reduce']((_0x14b579,_0x12acf0)=>('paragraph'!==_0x12acf0['model']&&_0x14b579['push'](_0x12acf0['model']),_0x14b579),[]):_0x249cf7['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x25039=this['editor'],_0x5dd7d6=['h1','h2','h3','h4','h5','h6'],_0x1cf6d1=[];for(const _0x3ca0e5 of _0x5dd7d6){const _0x1ca5f7=_0x25039['editing']['view']['domConverter']['domToView'](document['createElement'](_0x3ca0e5)),_0x37725f=_0x25039['data']['toModel'](_0x1ca5f7)['getChild'](0x0);_0x37725f?.['is']('element')&&_0x1cf6d1['push'](_0x37725f['name']);}this['_headingNames']=_0x1cf6d1;}}function j(_0x5d6dd1,_0x39b7bb){const t=_0x5d6dd1['t'];switch(_0x39b7bb){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 _0x39b7bb;}}class A extends _0x4a6da5{constructor(_0x2bdf76,_0x571df2=!0x1){super(_0x2bdf76);const _0x4491f7=this['bindTemplate'],_0x5aa3d3=_0x571df2?'['+j(_0x2bdf76,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x2e5e55=>!_0x2e5e55),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x4491f7['to']('level',_0x35a586=>'ck-document-outline__item_level-'+_0x35a586),_0x4491f7['if']('isActive','ck-document-outline__item_active'),_0x4491f7['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x4491f7['to']('text')},'children':[{'text':_0x4491f7['to']('text',_0x5ebcfc=>_0x5ebcfc||_0x5aa3d3)}],'on':{'click':_0x4491f7['to']('click')}});}}class f extends _0x4a6da5{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x2465b1,_0x372d0f=!0x1,_0xd0c2b8){super(_0x2465b1),this['showEmptyHeadingText']=_0x372d0f,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0xd0c2b8,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x53460e,_0xf5ff54,_0x281159,_0x408158)=>{this['_setActiveItem'](_0x408158,_0x281159);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2465b1['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x2465b1,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0xb15f13){_0xb15f13['forEach'](_0x174939=>{'insert'==_0x174939['type']?this['_insertItem'](_0x174939['index'],..._0x174939['values']):'delete'==_0x174939['type']&&this['_deleteItem'](_0x174939['index'],_0x174939['howMany']);});}['_setActiveItem'](_0xd496e5,_0x5d0c5b){if(-0x1!==_0xd496e5){const _0x3a6830=this['items']['get'](_0xd496e5);_0x3a6830&&(_0x3a6830['isActive']=!0x1);}-0x1!==_0x5d0c5b&&(this['items']['get'](_0x5d0c5b)['isActive']=!0x0,this['_scrollToItem'](_0x5d0c5b));}['_insertItem'](_0x45069a,..._0x420794){const _0xe867fa=_0x420794['map']((_0xe18b10,_0x4f45b2)=>{const _0x4cff32=new A(this['locale'],this['showEmptyHeadingText']);return _0x4cff32['text']=_0xe18b10['text'],_0x4cff32['level']=_0xe18b10['level'],_0x45069a+_0x4f45b2===this['activeItemIndex']&&(_0x4cff32['isActive']=!0x0),_0x4cff32;});this['items']['addMany'](_0xe867fa,_0x45069a);}['_deleteItem'](_0x11b3cb,_0x711e62){do{this['items']['remove'](_0x11b3cb);}while(--_0x711e62);}['_handleItemClick'](_0x2eacd4){const _0x4a075c=this['items']['getIndex'](_0x2eacd4['source']);this['fire']('itemSelected',_0x4a075c);}['_scrollToItem'](_0x3aec4b){_0xc04f01(this['items']['get'](_0x3aec4b)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x3def94{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b0a6e){super(_0x1b0a6e),this['view']=new f(_0x1b0a6e['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x3897c8(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x242954=this['editor'],_0x48dcc3=_0x242954['plugins']['get']('DocumentOutlineUtils');let _0x3051ed=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x242954['config']['get']('documentOutline.container'))throw new _0x424971('document-outline-container-not-provided',{'editor':_0x242954});_0x242954['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x48dcc3['on']('change',this['_handleOutlineChange']['bind'](this)),_0x48dcc3['on']('activeItemIndex',(_0x306caf,{index:_0x2dd771})=>this['_setActiveViewItem'](_0x2dd771)),this['view']['on']('itemSelected',(_0x2b7c4c,_0xc77e07)=>{_0x3051ed=!0x0,this['_handleItemSelected'](_0xc77e07);}),this['view']['listenTo'](_0x512a02['document'],'scroll',()=>{_0x3051ed?_0x3051ed=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x512a02['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4d458f){const _0x4fdf1e=_0x419cca([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x3db6d2=0x1cb264a3,_0xcf931e=0x1cb5e36b^_0x3db6d2,_0x50ac9d=window[_0x419cca([0x44,0x61,0x74,0x65])][_0x419cca([0x6e,0x6f,0x77])](),_0x452dff=_0x4d458f[_0x419cca([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1d598e=new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x374a82=>{_0x452dff[_0x419cca([0x6f,0x6e,0x63,0x65])](_0x419cca([0x72,0x65,0x61,0x64,0x79]),_0x374a82);}),_0x1cfa46={[_0x419cca([0x6b,0x74,0x79])]:_0x419cca([0x45,0x43]),[_0x419cca([0x75,0x73,0x65])]:_0x419cca([0x73,0x69,0x67]),[_0x419cca([0x63,0x72,0x76])]:_0x419cca([0x50,0x2d,0x32,0x35,0x36]),[_0x419cca([0x78])]:_0x419cca([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]),[_0x419cca([0x79])]:_0x419cca([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]),[_0x419cca([0x61,0x6c,0x67])]:_0x419cca([0x45,0x53,0x32,0x35,0x36])},_0xe4faca=_0x452dff[_0x419cca([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x419cca([0x67,0x65,0x74])](_0x419cca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x126d22(){let _0x5f1256,_0x4b5d38=null,_0x3cfb00=null;try{if(_0xe4faca==_0x419cca([0x47,0x50,0x4c]))return _0x419cca([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5f1256=_0xc3815b(),!_0x5f1256)return _0x419cca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5f1256[_0x419cca([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3cfb00=_0x566c47(_0x5f1256[_0x419cca([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5f1256[_0x419cca([0x6a,0x74,0x69])])),await _0x1632b8()?_0x236a20()?_0x4dcde5()?_0x419cca([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1b3271()?(_0x5f1256[_0x419cca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x419cca([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4b5d38=_0x17efc8(_0x419cca([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x586b1c()):_0x419cca([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x419cca([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x419cca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x419cca([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4dcde5(){const _0x2c354f=[_0x419cca([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x419cca([0x74,0x72,0x69,0x61,0x6c])][_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f1256[_0x419cca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x50ac9d/0x3e8:0xe10*_0xcf931e;return _0x5f1256[_0x419cca([0x65,0x78,0x70])]<_0x2c354f;}function _0x236a20(){const _0x1fa46d=_0x5f1256[_0x419cca([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1fa46d&&(!!_0x1fa46d[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x419cca([0x2a]))||(!!_0x1fa46d[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x419cca([0x44,0x4f]))||(!!_0x1fa46d[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x419cca([0x50,0x50]))||!(!_0x1fa46d[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x419cca([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x24a06e()))));}function _0x1b3271(){const _0x130b18=_0x5f1256[_0x419cca([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x130b18||0x0==_0x130b18[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x80330f}=new URL(window[_0x419cca([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x130b18[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x80330f))return!0x0;const _0x412b09=_0x80330f[_0x419cca([0x73,0x70,0x6c,0x69,0x74])](_0x419cca([0x2e]));return _0x130b18[_0x419cca([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x509c58=>_0x509c58[_0x419cca([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x419cca([0x2a])))[_0x419cca([0x6d,0x61,0x70])](_0x3e346f=>_0x3e346f[_0x419cca([0x73,0x70,0x6c,0x69,0x74])](_0x419cca([0x2e])))[_0x419cca([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36570e=>_0x36570e[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x412b09[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x419cca([0x6d,0x61,0x70])](_0x246cbb=>Array(_0x412b09[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x246cbb[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x419cca([0x66,0x69,0x6c,0x6c])](_0x246cbb[0x0]===_0x419cca([0x2a])?_0x419cca([0x2a]):'')[_0x419cca([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x246cbb))[_0x419cca([0x73,0x6f,0x6d,0x65])](_0x222cc2=>_0x412b09[_0x419cca([0x65,0x76,0x65,0x72,0x79])]((_0x253605,_0x1e9969)=>_0x222cc2[_0x1e9969]===_0x253605||_0x222cc2[_0x1e9969]===_0x419cca([0x2a])));}function _0x586b1c(){return _0x4b5d38&&_0x3cfb00?new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2864b2,_0x1e2b00)=>{_0x4b5d38[_0x419cca([0x74,0x68,0x65,0x6e])](_0x2864b2,_0x1e2b00),_0x3cfb00[_0x419cca([0x74,0x68,0x65,0x6e])](_0x1e60f5=>{_0x1e60f5!=_0x419cca([0x56,0x61,0x6c,0x69,0x64])&&_0x2864b2(_0x1e60f5);},_0x1e2b00);}):_0x4b5d38||_0x3cfb00||_0x419cca([0x56,0x61,0x6c,0x69,0x64]);}}function _0x566c47(_0x298ac0,_0x5e11ab){return new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xcb79a2=>{if(_0x32160f())return _0xcb79a2(_0x419cca([0x56,0x61,0x6c,0x69,0x64]));_0x107cb0(),_0x452dff[_0x419cca([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x419cca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xef2d89=!0x1;const _0x438848=_0x30ae92();function _0x1eb9bd(_0x80d1b4){return!!_0x80d1b4&&(typeof _0x80d1b4===_0x419cca([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x80d1b4===_0x419cca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x80d1b4[_0x419cca([0x74,0x68,0x65,0x6e])]===_0x419cca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x80d1b4[_0x419cca([0x63,0x61,0x74,0x63,0x68])]===_0x419cca([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x39ddf3(_0x184675){_0x507c95(_0x184675)[_0x419cca([0x74,0x68,0x65,0x6e])](_0x3486b3=>{if(!_0x3486b3||_0x3486b3[_0x419cca([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x419cca([0x6f,0x6b]))return _0x419cca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x53c00f(_0x183225(_0x438848+_0x5e11ab))!=_0x3486b3[_0x419cca([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x419cca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x419cca([0x56,0x61,0x6c,0x69,0x64]);})[_0x419cca([0x74,0x68,0x65,0x6e])](_0x5de842=>(_0x1dd9bf(),_0x5de842),()=>{const _0x1a5fcd=_0x5bd97a();return null==_0x1a5fcd?(_0x1dd9bf(),_0x419cca([0x56,0x61,0x6c,0x69,0x64])):_0x419cca(_0x50ac9d-_0x1a5fcd>(0x38bee0a3^_0x3db6d2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x419cca([0x74,0x68,0x65,0x6e])](_0xcb79a2)[_0x419cca([0x63,0x61,0x74,0x63,0x68])](()=>{_0xcb79a2(_0x419cca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x120236=0x1c848a23^_0x3db6d2;function _0x1dd9bf(){const _0x2399f8=_0x419cca([0x6c,0x6c,0x63,0x74,0x2d])+_0x53c00f(_0x183225(_0x298ac0)),_0x21f666=_0x16476e(_0x53c00f(window[_0x419cca([0x4d,0x61,0x74,0x68])][_0x419cca([0x63,0x65,0x69,0x6c])](_0x50ac9d/_0x120236)));window[_0x419cca([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x419cca([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2399f8,_0x21f666);}function _0x5bd97a(){const _0x570766=_0x419cca([0x6c,0x6c,0x63,0x74,0x2d])+_0x53c00f(_0x183225(_0x298ac0)),_0x559959=window[_0x419cca([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x419cca([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x570766);return _0x559959?window[_0x419cca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16476e(_0x559959),0x10)*_0x120236:null;}function _0x507c95(_0x2cc5d1){return new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14adb3,_0x54aced)=>{_0x2cc5d1[_0x419cca([0x74,0x68,0x65,0x6e])](_0x14adb3,_0x54aced),window[_0x419cca([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x54aced,0x1cb3b063^_0x3db6d2);});}}_0x452dff[_0x419cca([0x6f,0x6e])](_0x419cca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x297518,_0x5b7d60)=>{if(_0x5b7d60[0x0]!=_0x298ac0)return _0xcb79a2(_0x419cca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5b7d60[0x1]={..._0x5b7d60[0x1],[_0x419cca([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x438848};},{[_0x419cca([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x419cca([0x68,0x69,0x67,0x68])}),_0x452dff[_0x419cca([0x6f,0x6e])](_0x419cca([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x113153=>{_0x1eb9bd(_0x113153[_0x419cca([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xef2d89=!0x0,_0x39ddf3(_0x113153[_0x419cca([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x419cca([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x419cca([0x6c,0x6f,0x77])}),_0x1d598e[_0x419cca([0x74,0x68,0x65,0x6e])](()=>{_0xef2d89||_0xcb79a2(_0x419cca([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x32160f(){return _0x452dff[_0x419cca([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x419cca([0x76,0x69,0x65,0x77])][_0x419cca([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x419cca([0x61,0x75,0x74,0x6f]);}function _0x107cb0(){_0x452dff[_0x419cca([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x419cca([0x76,0x69,0x65,0x77])][_0x419cca([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x419cca([0x61,0x75,0x74,0x6f]);}}function _0x17efc8(_0x171e41){const _0x1c2eb6=[new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5264a9=>setTimeout(_0x5264a9,0x1cbb5a6f^_0x3db6d2)),_0x1d598e[_0x419cca([0x74,0x68,0x65,0x6e])](()=>new window[(_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d5bf8=>{let _0x2f78e2=0x0;_0x452dff[_0x419cca([0x6d,0x6f,0x64,0x65,0x6c])][_0x419cca([0x6f,0x6e])](_0x419cca([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x24923e,_0x59fadd)=>{_0x59fadd[0x0][_0x419cca([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f78e2++,_0x2f78e2==(0x1cb2614b^_0x3db6d2)&&(_0x1d5bf8(),_0x24923e[_0x419cca([0x6f,0x66,0x66])]());});}))];return window[_0x419cca([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x419cca([0x72,0x61,0x63,0x65])](_0x1c2eb6)[_0x419cca([0x74,0x68,0x65,0x6e])](()=>_0x171e41);}async function _0x58220e(){await _0x1d598e,_0x452dff[_0x419cca([0x6d,0x6f,0x64,0x65,0x6c])][_0x419cca([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xfee0c4,_0x452dff[_0x419cca([0x6d,0x6f,0x64,0x65,0x6c])][_0x419cca([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xfee0c4,_0x452dff[_0x419cca([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x419cca([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x24a06e(){return window[_0x419cca([0x67,0x6c,0x6f,0x62])]&&window[_0x419cca([0x67,0x6c,0x6f,0x62])][_0x419cca([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x335b41(_0x17ad08){const _0x4ce45a=_0x36fb34();_0x452dff[_0x4ce45a]=_0x419cca([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])+_0x17ad08,_0x17ad08!=_0x419cca([0x56,0x61,0x6c,0x69,0x64])&&_0x58220e();}function _0x36fb34(){const _0x394c90=window[_0x419cca([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x419cca([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x419cca([0x6e,0x6f,0x77])]())[_0x419cca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x419cca([0x2e]),'');let _0x426f2b=_0x419cca([0x61]);for(let _0xc9d3d0=0x0;_0xc9d3d0<_0x394c90[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc9d3d0+=0x2){let _0x299423=window[_0x419cca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x394c90[_0x419cca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc9d3d0,_0xc9d3d0+0x2));_0x299423>=_0x4fdf1e[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x299423-=_0x4fdf1e[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x426f2b+=_0x4fdf1e[_0x299423];}return _0x426f2b;}function _0xc3815b(){const _0x4bf35e=_0xe4faca[_0x419cca([0x73,0x70,0x6c,0x69,0x74])](_0x419cca([0x2e]));if(0x3!=_0x4bf35e[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x546fe4(_0x4bf35e[0x1]);function _0x546fe4(_0x5866d4){const _0x1dd8ad=_0x519e8f(_0x5866d4);return _0x1dd8ad&&_0x3609c8()?_0x1dd8ad:null;function _0x3609c8(){const _0x15a313=_0x1dd8ad[_0x419cca([0x6a,0x74,0x69])],_0x5079c6=window[_0x419cca([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15a313[_0x419cca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15a313[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3f0959={..._0x1dd8ad,[_0x419cca([0x6a,0x74,0x69])]:_0x15a313[_0x419cca([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15a313[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3f0959[_0x419cca([0x76,0x63])],_0x183225(_0x3f0959)==_0x5079c6;}}}async function _0x1632b8(){let _0x1206a9=!0x0;try{const _0x3588be=_0xe4faca[_0x419cca([0x73,0x70,0x6c,0x69,0x74])](_0x419cca([0x2e])),[_0xcb30c9,_0x41a6a0,_0x563e2e]=_0x3588be;return _0x34ef6b(_0xcb30c9),await _0x5abe1f(_0xcb30c9,_0x41a6a0,_0x563e2e),_0x1206a9;}catch{return!0x1;}function _0x34ef6b(_0x13eb03){const _0x14777c=_0x519e8f(_0x13eb03);_0x14777c&&_0x14777c[_0x419cca([0x61,0x6c,0x67])]==_0x419cca([0x45,0x53,0x32,0x35,0x36])||(_0x1206a9=!0x1);}async function _0x5abe1f(_0x3bd653,_0xc86034,_0x4731dc){const _0x211143=window[_0x419cca([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x419cca([0x66,0x72,0x6f,0x6d])](_0x9dabe2(_0x4731dc),_0x24d9db=>_0x24d9db[_0x419cca([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xabe21b=new window[(_0x419cca([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x419cca([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3bd653+_0x419cca([0x2e])+_0xc86034),_0x10691=window[_0x419cca([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x419cca([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x10691)return;const _0x9a8b34=await _0x10691[_0x419cca([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x419cca([0x6a,0x77,0x6b]),_0x1cfa46,{[_0x419cca([0x6e,0x61,0x6d,0x65])]:_0x419cca([0x45,0x43,0x44,0x53,0x41]),[_0x419cca([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x419cca([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x419cca([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x10691[_0x419cca([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x419cca([0x6e,0x61,0x6d,0x65])]:_0x419cca([0x45,0x43,0x44,0x53,0x41]),[_0x419cca([0x68,0x61,0x73,0x68])]:{[_0x419cca([0x6e,0x61,0x6d,0x65])]:_0x419cca([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x9a8b34,_0x211143,_0xabe21b)||(_0x1206a9=!0x1);}}function _0x519e8f(_0x5d2875){return _0x5d2875[_0x419cca([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x419cca([0x65,0x79]))?JSON[_0x419cca([0x70,0x61,0x72,0x73,0x65])](_0x9dabe2(_0x5d2875)):null;}function _0x9dabe2(_0xbcb7eb){return window[_0x419cca([0x61,0x74,0x6f,0x62])](_0xbcb7eb[_0x419cca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x419cca([0x2b]))[_0x419cca([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x419cca([0x2f])));}function _0x183225(_0xbaf9e3){let _0x15fbd4=0x1505;function _0x144590(_0x34433e){for(let _0x546eac=0x0;_0x546eac<_0x34433e[_0x419cca([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x546eac++){const _0x11611f=_0x34433e[_0x419cca([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x546eac);_0x15fbd4=(_0x15fbd4<<0x5)+_0x15fbd4+_0x11611f,_0x15fbd4&=_0x15fbd4;}}function _0x384bc1(_0xf001f8){Array[_0x419cca([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xf001f8)?_0xf001f8[_0x419cca([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x384bc1):_0xf001f8&&typeof _0xf001f8==_0x419cca([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x419cca([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xf001f8)[_0x419cca([0x73,0x6f,0x72,0x74])]()[_0x419cca([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe4ed0,_0x4c58af])=>{_0x144590(_0xe4ed0),_0x384bc1(_0x4c58af);}):_0x144590(window[_0x419cca([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xf001f8));}return _0x384bc1(_0xbaf9e3),_0x15fbd4>>>0x0;}function _0x53c00f(_0x17f92f){return _0x17f92f[_0x419cca([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x419cca([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x419cca([0x30]));}function _0x16476e(_0x4c9b12){return _0x4c9b12[_0x419cca([0x73,0x70,0x6c,0x69,0x74])]('')[_0x419cca([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x419cca([0x6a,0x6f,0x69,0x6e])]('');}function _0xfee0c4(){}function _0x419cca(_0x57a3cf){return _0x57a3cf['map'](_0x722bc8=>String['fromCharCode'](_0x722bc8))['join']('');}_0x335b41(await _0x126d22());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x32abe8,{outlineDefinitions:_0x1ebab1,outlineChanges:_0x689a4a}){this['_currentOutlineDefinitions']=_0x1ebab1,this['view']['sync'](_0x689a4a);}['_setActiveViewItem'](_0x3eca5e){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x3eca5e]&&(this['view']['activeItemIndex']=_0x3eca5e);}['_handleItemSelected'](_0x1ce348){const _0x2295e5=this['_currentOutlineDefinitions'][_0x1ce348]['modelElement'];this['editor']['model']['change'](_0x30987b=>{_0x30987b['setSelection'](_0x2295e5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x1ce348);}['_updateActiveDefinitionOnViewportChange'](){const _0x3e493b=this['editor'];let _0x475183;for(const _0x1ff4d4 of _0x3e493b['model']['document']['getRootNames']()){const _0x136db9=_0x3e493b['editing']['view']['getDomRoot'](_0x1ff4d4),_0x5d3d85=_0x136db9&&new _0x3605b9(_0x136db9)['getVisible']();if(_0x5d3d85){const _0x4b3bb2=new _0x3605b9(_0x512a02['window'])['getIntersection'](_0x5d3d85);_0x4b3bb2&&(_0x475183=_0x4b3bb2['top']+0.25*_0x4b3bb2['height']);}}if(void 0x0===_0x475183)return;const _0x33d371=h(_0x3e493b['editing'],this['_currentOutlineDefinitions'],_0x475183);_0x33d371?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x33d371)):this['_setActiveViewItem'](-0x1);}}function h(_0x56a54a,_0x2788c8,_0x58e0b0,_0x1ea012=0x0,_0x3a3618=_0x2788c8['length']-0x1){const _0x493580=Math['floor'](_0x1ea012+(_0x3a3618-_0x1ea012)/0x2);if(_0x3a3618>=_0x1ea012){const _0xa0a084=_0x2788c8[_0x493580],_0x19242f=_0x56a54a['mapper']['toViewElement'](_0xa0a084['modelElement']);if(!_0x19242f)return null;const _0x14b34f=_0x56a54a['view']['domConverter']['mapViewToDom'](_0x19242f);return new _0x3605b9(_0x14b34f)['bottom']>_0x58e0b0?h(_0x56a54a,_0x2788c8,_0x58e0b0,_0x1ea012,_0x493580-0x1):h(_0x56a54a,_0x2788c8,_0x58e0b0,_0x493580+0x1,_0x3a3618);}return _0x493580<0x0?null:_0x2788c8[_0x493580];}class P extends _0x3def94{['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 _0x4462ef=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4f58e3;for(const _0x5ce382 in _0x4462ef){const _0x245fce=_0x5ce382,_0x58a60d=_0x4462ef[_0x245fce];if('documentOutlineLicenseKeyValid'==_0x58a60d||'documentOutlineLicenseKeyInvalid'==_0x58a60d||'documentOutlineLicenseKeyExpired'==_0x58a60d||'documentOutlineLicenseKeyDomainLimit'==_0x58a60d||'documentOutlineLicenseKeyNotAllowed'==_0x58a60d||'documentOutlineLicenseKeyEvaluationLimit'==_0x58a60d||'documentOutlineLicenseKeyUsageLimit'==_0x58a60d){delete _0x4462ef[_0x245fce],_0x4f58e3=_0x58a60d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4f58e3&&_0x4462ef['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4f58e3&&_0x4462ef['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4f58e3&&_0x4462ef['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4f58e3&&_0x4462ef['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4f58e3&&_0x4462ef['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4f58e3&&_0x4462ef['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x144d12{['execute'](){this['editor']['model']['change'](_0x5d2921=>{this['editor']['model']['insertObject'](_0x5d2921['createElement']('tableOfContents'));});}['refresh'](){const _0x3f5fc1=this['editor']['model'],_0x93d2d9=_0x3f5fc1['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x93d2d9&&_0x3f5fc1['schema']['findAllowedParent'](_0x93d2d9,'tableOfContents'));}}class T extends _0x3def94{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1f57bc=this['editor'];if(_0x1f57bc['config']['get']('headingId.modelAttributeName'))return;(function(_0x7b01f7){const _0xcd2cb1=new Map();if(_0x7b01f7)return _0x7b01f7['forEach'](_0x279169=>{'paragraph'!==_0x279169['model']&&_0xcd2cb1['set'](_0x279169['view'],_0x279169['model']);}),_0xcd2cb1['get']('h1')||_0xcd2cb1['set']('h1','heading1'),_0xcd2cb1;return _0xcd2cb1;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x53797f,_0x309f9f)=>{this['_customUpcastHeadingsConversion'](_0x309f9f),this['_customDataDowncastHeadingsConversion'](_0x53797f),_0x1f57bc['model']['schema']['isRegistered'](_0x53797f)&&_0x1f57bc['model']['schema']['extend'](_0x53797f,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x59a116){this['editor']['conversion']['for']('upcast')['add'](_0x48be65=>_0x48be65['on']('element:'+_0x59a116,(_0xbca0a7,_0x42bd16,_0x1a1bc2)=>{const {consumable:_0x3857e5,writer:_0x426778}=_0x1a1bc2,_0x3b5ced=_0x42bd16['viewItem']['getAttribute']('id'),_0x34aecc=_0x42bd16['modelRange']['getContainedElement']();if(_0x34aecc)return _0x3b5ced&&_0x3b5ced['length']||_0x34aecc['hasAttribute']('headingId')?void(_0x3857e5['consume'](_0x42bd16['viewItem'],{'attributes':['id']})&&_0x426778['setAttribute']('headingId',_0x3b5ced,_0x34aecc)):(_0x3857e5['consume'](_0x42bd16['viewItem'],{'attributes':['id']}),void _0x426778['setAttribute']('headingId',_0x30ae92(),_0x34aecc));},{'priority':_0x6e813['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x437460){this['editor']['conversion']['for']('downcast')['add'](_0x488a7f=>_0x488a7f['on']('attribute:headingId:'+_0x437460,(_0x2404bf,_0x3111c2,_0x37c95b)=>{if(!_0x37c95b['consumable']['consume'](_0x3111c2['item'],_0x2404bf['name']))return;const _0x40613d=_0x3111c2['item']['getAttribute']('headingId'),_0x55f556=_0x37c95b['mapper']['toViewElement'](_0x3111c2['item']);_0x37c95b['writer']['setAttribute']('id',_0x40613d,_0x55f556);}));}['_registerHeadingIdAttributePostfixer'](){const _0x50bf15=this['editor'],_0x152965=new Set(),_0x161286=new Set();function _0x1e12e8(_0x3d2895,_0x383db7){const _0x334cf8=_0x30ae92();return _0x161286['add'](_0x334cf8),_0x3d2895['setAttribute']('headingId',_0x334cf8,_0x383db7),_0x334cf8;}function _0x45839d(_0x2676d9,_0x34c38a){_0x2676d9['removeAttribute']('headingId',_0x34c38a);}_0x50bf15['model']['document']['registerPostFixer'](_0x6c0fc7=>{const _0x43d756=_0x50bf15['model']['document']['differ']['getChanges']();let _0x538963=!0x1;for(const _0x449c3b of _0x43d756)if('insert'==_0x449c3b['type']&&_0x449c3b['name']){if(b(_0x449c3b['name'])){const _0x390049=_0x449c3b['attributes']['get']('headingId');'string'==typeof _0x390049?_0x152965['has'](_0x390049)?(_0x1e12e8(_0x6c0fc7,_0x449c3b['position']['nodeAfter']),_0x538963=!0x0):_0x161286['add'](_0x390049):(_0x1e12e8(_0x6c0fc7,_0x449c3b['position']['nodeAfter']),_0x538963=!0x0);}else'string'==typeof _0x449c3b['attributes']['get']('headingId')&&(_0x45839d(_0x6c0fc7,_0x449c3b['position']['nodeAfter']),_0x538963=!0x0);}else{if('remove'==_0x449c3b['type']){const _0x4983fb=_0x449c3b['attributes']['get']('headingId');'string'==typeof _0x4983fb&&_0x152965['delete'](_0x4983fb);}}return _0x538963;}),_0x50bf15['model']['document']['on']('change',()=>{_0x161286['forEach'](_0xaa3618=>_0x152965['add'](_0xaa3618)),_0x161286['clear']();});}}function b(_0x4bb8c2){return!!_0x4bb8c2['match'](/heading\d/);}class s extends _0x3def94{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x5ec037,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x425b80){super(_0x425b80),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x1b9f49=this['editor'],_0xc6d167=_0x1b9f49['editing']['view']['document'];_0x1b9f49['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x1b9f49['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0xc6d167,'click',(_0x2dc557,_0x31c0c1)=>{if(!_0x31c0c1['target'])return;const _0x139d23=_0x31c0c1['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x139d23)&&(_0x31c0c1['domEvent']['preventDefault'](),_0x2dc557['stop'](),this['_handleScrollToHeading'](_0x139d23));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x1b9f49['commands']['add']('insertTableOfContents',new _(_0x1b9f49)),(_0x1b9f49['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x1efbfb,_0x3cbc0e)=>{this['_currentOutlineDefinitions']=_0x3cbc0e['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x1b9f49['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x56bd6a){const _0x4816f6=_0x4205a1([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x313e45=0x6b9b05fd,_0x1f1a3a=0x6b9c8235^_0x313e45,_0xd1d935=window[_0x4205a1([0x44,0x61,0x74,0x65])][_0x4205a1([0x6e,0x6f,0x77])](),_0x4264a2=_0x56bd6a[_0x4205a1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xb56aa1=new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ac2e9=>{_0x4264a2[_0x4205a1([0x6f,0x6e,0x63,0x65])](_0x4205a1([0x72,0x65,0x61,0x64,0x79]),_0x1ac2e9);}),_0x5dd3d8={[_0x4205a1([0x6b,0x74,0x79])]:_0x4205a1([0x45,0x43]),[_0x4205a1([0x75,0x73,0x65])]:_0x4205a1([0x73,0x69,0x67]),[_0x4205a1([0x63,0x72,0x76])]:_0x4205a1([0x50,0x2d,0x32,0x35,0x36]),[_0x4205a1([0x78])]:_0x4205a1([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]),[_0x4205a1([0x79])]:_0x4205a1([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]),[_0x4205a1([0x61,0x6c,0x67])]:_0x4205a1([0x45,0x53,0x32,0x35,0x36])},_0x390c7e=_0x4264a2[_0x4205a1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4205a1([0x67,0x65,0x74])](_0x4205a1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5bbfa3(){let _0x1c24d2,_0x2762fc=null,_0x29edcc=null;try{if(_0x390c7e==_0x4205a1([0x47,0x50,0x4c]))return _0x4205a1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1c24d2=_0x56bd83(),!_0x1c24d2)return _0x4205a1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1c24d2[_0x4205a1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29edcc=_0xc4d42f(_0x1c24d2[_0x4205a1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1c24d2[_0x4205a1([0x6a,0x74,0x69])])),await _0x3ccc55()?_0xb8c5c5()?_0x24f5af()?_0x4205a1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x51e87b()?(_0x1c24d2[_0x4205a1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4205a1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2762fc=_0x3f8d0b(_0x4205a1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x176aef()):_0x4205a1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4205a1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4205a1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4205a1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24f5af(){const _0x268db4=[_0x4205a1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4205a1([0x74,0x72,0x69,0x61,0x6c])][_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c24d2[_0x4205a1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xd1d935/0x3e8:0xe10*_0x1f1a3a;return _0x1c24d2[_0x4205a1([0x65,0x78,0x70])]<_0x268db4;}function _0xb8c5c5(){const _0x48752d=_0x1c24d2[_0x4205a1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x48752d&&(!!_0x48752d[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4205a1([0x2a]))||(!!_0x48752d[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4205a1([0x54,0x4f,0x43]))||(!!_0x48752d[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4205a1([0x50,0x50]))||!(!_0x48752d[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4205a1([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x6d9117()))));}function _0x51e87b(){const _0x48315e=_0x1c24d2[_0x4205a1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48315e||0x0==_0x48315e[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x527f50}=new URL(window[_0x4205a1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48315e[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x527f50))return!0x0;const _0x131492=_0x527f50[_0x4205a1([0x73,0x70,0x6c,0x69,0x74])](_0x4205a1([0x2e]));return _0x48315e[_0x4205a1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b3b34=>_0x4b3b34[_0x4205a1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4205a1([0x2a])))[_0x4205a1([0x6d,0x61,0x70])](_0x272ec1=>_0x272ec1[_0x4205a1([0x73,0x70,0x6c,0x69,0x74])](_0x4205a1([0x2e])))[_0x4205a1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d69df=>_0x1d69df[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x131492[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4205a1([0x6d,0x61,0x70])](_0x28e47f=>Array(_0x131492[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x28e47f[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4205a1([0x66,0x69,0x6c,0x6c])](_0x28e47f[0x0]===_0x4205a1([0x2a])?_0x4205a1([0x2a]):'')[_0x4205a1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x28e47f))[_0x4205a1([0x73,0x6f,0x6d,0x65])](_0x19454c=>_0x131492[_0x4205a1([0x65,0x76,0x65,0x72,0x79])]((_0x1ed50d,_0x43ea64)=>_0x19454c[_0x43ea64]===_0x1ed50d||_0x19454c[_0x43ea64]===_0x4205a1([0x2a])));}function _0x176aef(){return _0x2762fc&&_0x29edcc?new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x445a0f,_0x5653a2)=>{_0x2762fc[_0x4205a1([0x74,0x68,0x65,0x6e])](_0x445a0f,_0x5653a2),_0x29edcc[_0x4205a1([0x74,0x68,0x65,0x6e])](_0x37846b=>{_0x37846b!=_0x4205a1([0x56,0x61,0x6c,0x69,0x64])&&_0x445a0f(_0x37846b);},_0x5653a2);}):_0x2762fc||_0x29edcc||_0x4205a1([0x56,0x61,0x6c,0x69,0x64]);}}function _0xc4d42f(_0x2e1bd5,_0x3a383c){return new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48f3c8=>{if(_0x37d25a())return _0x48f3c8(_0x4205a1([0x56,0x61,0x6c,0x69,0x64]));_0x2f2d24(),_0x4264a2[_0x4205a1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4205a1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x18bc6b=!0x1;const _0x5952ae=_0x30ae92();function _0x74e2df(_0x18487b){return!!_0x18487b&&(typeof _0x18487b===_0x4205a1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x18487b===_0x4205a1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x18487b[_0x4205a1([0x74,0x68,0x65,0x6e])]===_0x4205a1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x18487b[_0x4205a1([0x63,0x61,0x74,0x63,0x68])]===_0x4205a1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x311218(_0x50357c){_0x5b9774(_0x50357c)[_0x4205a1([0x74,0x68,0x65,0x6e])](_0x5df738=>{if(!_0x5df738||_0x5df738[_0x4205a1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4205a1([0x6f,0x6b]))return _0x4205a1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x598abb(_0x40e9a6(_0x5952ae+_0x3a383c))!=_0x5df738[_0x4205a1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4205a1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4205a1([0x56,0x61,0x6c,0x69,0x64]);})[_0x4205a1([0x74,0x68,0x65,0x6e])](_0x70a66f=>(_0x284461(),_0x70a66f),()=>{const _0x4d33a4=_0xe7c12e();return null==_0x4d33a4?(_0x284461(),_0x4205a1([0x56,0x61,0x6c,0x69,0x64])):_0x4205a1(_0xd1d935-_0x4d33a4>(0x4f9781fd^_0x313e45)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4205a1([0x74,0x68,0x65,0x6e])](_0x48f3c8)[_0x4205a1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x48f3c8(_0x4205a1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x412f88=0x6badeb7d^_0x313e45;function _0x284461(){const _0x1a79c5=_0x4205a1([0x6c,0x6c,0x63,0x74,0x2d])+_0x598abb(_0x40e9a6(_0x2e1bd5)),_0x523c1e=_0x3cfd11(_0x598abb(window[_0x4205a1([0x4d,0x61,0x74,0x68])][_0x4205a1([0x63,0x65,0x69,0x6c])](_0xd1d935/_0x412f88)));window[_0x4205a1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4205a1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a79c5,_0x523c1e);}function _0xe7c12e(){const _0x222fac=_0x4205a1([0x6c,0x6c,0x63,0x74,0x2d])+_0x598abb(_0x40e9a6(_0x2e1bd5)),_0x36d54c=window[_0x4205a1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4205a1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x222fac);return _0x36d54c?window[_0x4205a1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3cfd11(_0x36d54c),0x10)*_0x412f88:null;}function _0x5b9774(_0x587591){return new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xfae8a1,_0x13ca3a)=>{_0x587591[_0x4205a1([0x74,0x68,0x65,0x6e])](_0xfae8a1,_0x13ca3a),window[_0x4205a1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x13ca3a,0x6b9ad13d^_0x313e45);});}}_0x4264a2[_0x4205a1([0x6f,0x6e])](_0x4205a1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x27c6cc,_0x217cf5)=>{if(_0x217cf5[0x0]!=_0x2e1bd5)return _0x48f3c8(_0x4205a1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x217cf5[0x1]={..._0x217cf5[0x1],[_0x4205a1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5952ae};},{[_0x4205a1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4205a1([0x68,0x69,0x67,0x68])}),_0x4264a2[_0x4205a1([0x6f,0x6e])](_0x4205a1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x33af7c=>{_0x74e2df(_0x33af7c[_0x4205a1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x18bc6b=!0x0,_0x311218(_0x33af7c[_0x4205a1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4205a1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4205a1([0x6c,0x6f,0x77])}),_0xb56aa1[_0x4205a1([0x74,0x68,0x65,0x6e])](()=>{_0x18bc6b||_0x48f3c8(_0x4205a1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x37d25a(){return _0x4264a2[_0x4205a1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4205a1([0x76,0x69,0x65,0x77])][_0x4205a1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4205a1([0x61,0x75,0x74,0x6f]);}function _0x2f2d24(){_0x4264a2[_0x4205a1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4205a1([0x76,0x69,0x65,0x77])][_0x4205a1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4205a1([0x61,0x75,0x74,0x6f]);}}function _0x3f8d0b(_0x1e8953){const _0x1358ae=[new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x605714=>setTimeout(_0x605714,0x6b923b31^_0x313e45)),_0xb56aa1[_0x4205a1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ba4a1=>{let _0x45e92d=0x0;_0x4264a2[_0x4205a1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4205a1([0x6f,0x6e])](_0x4205a1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x22bc31,_0x5201a1)=>{_0x5201a1[0x0][_0x4205a1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x45e92d++,_0x45e92d==(0x6b9b0015^_0x313e45)&&(_0x1ba4a1(),_0x22bc31[_0x4205a1([0x6f,0x66,0x66])]());});}))];return window[_0x4205a1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4205a1([0x72,0x61,0x63,0x65])](_0x1358ae)[_0x4205a1([0x74,0x68,0x65,0x6e])](()=>_0x1e8953);}async function _0x22fe6c(){await _0xb56aa1,_0x4264a2[_0x4205a1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4205a1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x30601d,_0x4264a2[_0x4205a1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4205a1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x30601d,_0x4264a2[_0x4205a1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4205a1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x6d9117(){return window[_0x4205a1([0x67,0x6c,0x6f,0x62])]&&window[_0x4205a1([0x67,0x6c,0x6f,0x62])][_0x4205a1([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3795f9(_0x672dcf){const _0x56f78f=_0x351dd();_0x4264a2[_0x56f78f]=_0x4205a1([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])+_0x672dcf,_0x672dcf!=_0x4205a1([0x56,0x61,0x6c,0x69,0x64])&&_0x22fe6c();}function _0x351dd(){const _0xd18bd4=window[_0x4205a1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4205a1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4205a1([0x6e,0x6f,0x77])]())[_0x4205a1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4205a1([0x2e]),'');let _0x469f37=_0x4205a1([0x6d]);for(let _0xd71aae=0x0;_0xd71aae<_0xd18bd4[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd71aae+=0x2){let _0x5d9cd9=window[_0x4205a1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd18bd4[_0x4205a1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd71aae,_0xd71aae+0x2));_0x5d9cd9>=_0x4816f6[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5d9cd9-=_0x4816f6[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x469f37+=_0x4816f6[_0x5d9cd9];}return _0x469f37;}function _0x56bd83(){const _0x45acbc=_0x390c7e[_0x4205a1([0x73,0x70,0x6c,0x69,0x74])](_0x4205a1([0x2e]));if(0x3!=_0x45acbc[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5106db(_0x45acbc[0x1]);function _0x5106db(_0x67c62e){const _0x4b1f9a=_0x483792(_0x67c62e);return _0x4b1f9a&&_0x5a9764()?_0x4b1f9a:null;function _0x5a9764(){const _0x400e3e=_0x4b1f9a[_0x4205a1([0x6a,0x74,0x69])],_0x24bf19=window[_0x4205a1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x400e3e[_0x4205a1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x400e3e[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3763a5={..._0x4b1f9a,[_0x4205a1([0x6a,0x74,0x69])]:_0x400e3e[_0x4205a1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x400e3e[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3763a5[_0x4205a1([0x76,0x63])],_0x40e9a6(_0x3763a5)==_0x24bf19;}}}async function _0x3ccc55(){let _0x6f6e72=!0x0;try{const _0x2d41cc=_0x390c7e[_0x4205a1([0x73,0x70,0x6c,0x69,0x74])](_0x4205a1([0x2e])),[_0x4c719c,_0x4a67e3,_0x223bfc]=_0x2d41cc;return _0x3692cb(_0x4c719c),await _0x259a43(_0x4c719c,_0x4a67e3,_0x223bfc),_0x6f6e72;}catch{return!0x1;}function _0x3692cb(_0xcb6823){const _0x55572d=_0x483792(_0xcb6823);_0x55572d&&_0x55572d[_0x4205a1([0x61,0x6c,0x67])]==_0x4205a1([0x45,0x53,0x32,0x35,0x36])||(_0x6f6e72=!0x1);}async function _0x259a43(_0x35a7e4,_0xc4d11d,_0x5f40b3){const _0x475be9=window[_0x4205a1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4205a1([0x66,0x72,0x6f,0x6d])](_0x17efc2(_0x5f40b3),_0x1cb8b0=>_0x1cb8b0[_0x4205a1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x108b7c=new window[(_0x4205a1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4205a1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x35a7e4+_0x4205a1([0x2e])+_0xc4d11d),_0x3b74c3=window[_0x4205a1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4205a1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3b74c3)return;const _0x24ba0d=await _0x3b74c3[_0x4205a1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4205a1([0x6a,0x77,0x6b]),_0x5dd3d8,{[_0x4205a1([0x6e,0x61,0x6d,0x65])]:_0x4205a1([0x45,0x43,0x44,0x53,0x41]),[_0x4205a1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4205a1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4205a1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3b74c3[_0x4205a1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4205a1([0x6e,0x61,0x6d,0x65])]:_0x4205a1([0x45,0x43,0x44,0x53,0x41]),[_0x4205a1([0x68,0x61,0x73,0x68])]:{[_0x4205a1([0x6e,0x61,0x6d,0x65])]:_0x4205a1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x24ba0d,_0x475be9,_0x108b7c)||(_0x6f6e72=!0x1);}}function _0x483792(_0x3398da){return _0x3398da[_0x4205a1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4205a1([0x65,0x79]))?JSON[_0x4205a1([0x70,0x61,0x72,0x73,0x65])](_0x17efc2(_0x3398da)):null;}function _0x17efc2(_0x25be84){return window[_0x4205a1([0x61,0x74,0x6f,0x62])](_0x25be84[_0x4205a1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4205a1([0x2b]))[_0x4205a1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4205a1([0x2f])));}function _0x40e9a6(_0x526a6e){let _0x1807ea=0x1505;function _0x44f427(_0x33b18c){for(let _0xd8e2a=0x0;_0xd8e2a<_0x33b18c[_0x4205a1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd8e2a++){const _0x5b8e08=_0x33b18c[_0x4205a1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd8e2a);_0x1807ea=(_0x1807ea<<0x5)+_0x1807ea+_0x5b8e08,_0x1807ea&=_0x1807ea;}}function _0x1294cb(_0x3cc3a8){Array[_0x4205a1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3cc3a8)?_0x3cc3a8[_0x4205a1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1294cb):_0x3cc3a8&&typeof _0x3cc3a8==_0x4205a1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4205a1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3cc3a8)[_0x4205a1([0x73,0x6f,0x72,0x74])]()[_0x4205a1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3210ea,_0x20ab29])=>{_0x44f427(_0x3210ea),_0x1294cb(_0x20ab29);}):_0x44f427(window[_0x4205a1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3cc3a8));}return _0x1294cb(_0x526a6e),_0x1807ea>>>0x0;}function _0x598abb(_0x31ebcb){return _0x31ebcb[_0x4205a1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4205a1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4205a1([0x30]));}function _0x3cfd11(_0x1e87a0){return _0x1e87a0[_0x4205a1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4205a1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4205a1([0x6a,0x6f,0x69,0x6e])]('');}function _0x30601d(){}function _0x4205a1(_0x1c5721){return _0x1c5721['map'](_0x40aa01=>String['fromCharCode'](_0x40aa01))['join']('');}_0x3795f9(await _0x5bbfa3());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x454d19=>{'$graveyard'!==_0x454d19['rootName']&&this['editor']['editing']['reconvertItem'](_0x454d19);});}['_trackNewToCElements'](){for(const _0x6da27b of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x6da27b['type']||'tableOfContents'!==_0x6da27b['name'])return;this['_tableOfContentsElements']['add'](_0x6da27b['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0xa41b02=this['editor']['conversion'];_0xa41b02['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0xa41b02['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x525530,{writer:_0x108857})=>this['_createTableOfContents'](_0x108857,!0x0)}),_0xa41b02['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x33b35c,{writer:_0x2ed5e8})=>{this['_tableOfContentsElements']['add'](_0x33b35c);const _0x14209f=this['_createTableOfContents'](_0x2ed5e8);return _0x17de4c(_0x14209f,_0x2ed5e8,{'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'](_0x4c0b51,_0x4551dc=!0x1){const {locale:_0x1aae19}=this['editor'],_0x1e56d2=_0x4c0b51['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x4551dc&&{'data-table-of-contents-label':j(_0x1aae19,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x4551dc&&_0x4c0b51['insert'](_0x4c0b51['createPositionAt'](_0x1e56d2,'end'),_0x4c0b51['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x4c0b51['createText'](j(_0x1aae19,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x58ad03=_0x4551dc?'':'['+j(_0x1aae19,'Empty\x20heading')+']';let _0x5a03bc=_0x1e56d2;return this['_currentOutlineDefinitions']['forEach']((_0x4af9ea,_0x523b1f,_0x54ec50)=>{const _0x58d6ef=this['editor']['model']['hasContent'](_0x4af9ea['modelElement'],{'ignoreWhitespaces':!0x0}),_0x192621=_0x58d6ef?_0x4af9ea['text']:_0x58ad03,_0x56345e=_0x4af9ea['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x2e1d19=_0x4c0b51['createContainerElement']('a',{'href':'#'+_0x56345e,...!_0x4551dc&&{'tabindex':'-1'}},[_0x4c0b51['createText'](_0x192621)]),_0xa0037=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x4c0b51['setCustomProperty']('tableOfContentsHeadingIndex',_0x523b1f,_0x2e1d19);const _0x3367a5=_0x4c0b51['createContainerElement']('li',null,[_0x58d6ef||!_0x4551dc&&_0xa0037?_0x2e1d19:_0x4c0b51['createText']('')]),_0x12c0b4=_0x523b1f?_0x54ec50[_0x523b1f-0x1]['level']:0x0,_0x382685=Math['abs'](_0x4af9ea['level']-_0x12c0b4);if(_0x4af9ea['level']>_0x12c0b4){const _0x13b43d=N(_0x3367a5,_0x382685,_0x4c0b51);_0x4c0b51['insert'](_0x4c0b51['createPositionAt'](_0x5a03bc,'end'),_0x13b43d);}else{const _0xa8d9=function(_0x1452c8,_0xdbf688){return _0x1452c8['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0xc78b67=>_0xc78b67['is']('element','ol'))[_0xdbf688];}(_0x5a03bc,_0x382685);_0x4c0b51['insert'](_0x4c0b51['createPositionAt'](_0xa8d9,'end'),_0x3367a5);}_0x5a03bc=_0x3367a5;}),_0x1e56d2;}['_handleScrollToHeading'](_0x51a1d0){const _0x137514=this['_currentOutlineDefinitions'][_0x51a1d0]['modelElement'];this['editor']['model']['change'](_0x2b2b76=>{_0x2b2b76['setSelection'](_0x137514,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x439007,_0x4dcc43)=>{const _0x5e3415=_0x4dcc43['mapper'],_0x364511=_0x5e3415['findMappedViewAncestor'](_0x4dcc43['viewPosition']),_0x148f1e=_0x5e3415['toModelElement'](_0x364511);_0x148f1e['is']('element','tableOfContents')&&(_0x4dcc43['modelPosition']=this['editor']['model']['createPositionAt'](_0x148f1e,0x0),_0x439007['stop']());};}}function N(_0x5ae8f3,_0x5b1c0d,_0x110fdb){return 0x1===_0x5b1c0d?_0x110fdb['createContainerElement']('ol',null,[_0x5ae8f3]):_0x110fdb['createContainerElement']('ol',null,[_0x110fdb['createContainerElement']('li',null,[N(_0x5ae8f3,_0x5b1c0d-0x1,_0x110fdb)])]);}class o extends _0x3def94{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1d4ad9=this['editor'];_0x1d4ad9['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x7d5062=this['_createButton'](_0x1ee6be);return _0x7d5062['tooltip']=!0x0,_0x7d5062;}),_0x1d4ad9['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x4d4649)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xb7ebb4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x26fc8a;for(const _0xa5f7b in _0xb7ebb4){const _0x4aaf63=_0xa5f7b,_0x6a5a0a=_0xb7ebb4[_0x4aaf63];if('tableOfContentsLicenseKeyValid'==_0x6a5a0a||'tableOfContentsLicenseKeyInvalid'==_0x6a5a0a||'tableOfContentsLicenseKeyExpired'==_0x6a5a0a||'tableOfContentsLicenseKeyDomainLimit'==_0x6a5a0a||'tableOfContentsLicenseKeyNotAllowed'==_0x6a5a0a||'tableOfContentsLicenseKeyEvaluationLimit'==_0x6a5a0a||'tableOfContentsLicenseKeyUsageLimit'==_0x6a5a0a){delete _0xb7ebb4[_0x4aaf63],_0x26fc8a=_0x6a5a0a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x26fc8a&&_0xb7ebb4['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4d3f75){const _0x57a067=this['editor'],_0x259b17=_0x57a067['locale'],_0x5198cb=_0x57a067['commands']['get']('insertTableOfContents'),_0x4cdf13=new _0x4d3f75(_0x259b17);return _0x4cdf13['set']({'label':j(_0x259b17,'Table\x20of\x20contents'),'icon':_0x275f3a}),_0x4cdf13['bind']('isEnabled')['to'](_0x5198cb,'isEnabled'),this['listenTo'](_0x4cdf13,'execute',()=>{_0x57a067['execute']('insertTableOfContents'),_0x57a067['editing']['view']['focus']();}),_0x4cdf13;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x3def94{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{P as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,T as HeadingId,D as TableOfContents,_ as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
23
|
+
import{Plugin as _0x1c021f,Command as _0x239a98}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x15428f,throttle as _0x10c040}from'es-toolkit/compat';import{ModelText as _0x1611f9,ModelTreeWalker as _0x4f5e98}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x517404,diffToChanges as _0x3e61ff,scrollAncestorsToShowTarget as _0x2da887,CKEditorError as _0x2705f5,global as _0x521510,Rect as _0x4bf829,uid as _0x4a2afb,priorities as _0x2d5028}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x358c80,ButtonView as _0x8e9d54,MenuBarMenuListItemButtonView as _0x30fa18}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x4faa3d,toWidget as _0x45c91c}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x46766b}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x43d399){let _0x13d7c6='';for(const _0x130fa1 of _0x43d399['getChildren']())_0x130fa1 instanceof _0x1611f9&&(_0x13d7c6+=_0x130fa1['data']);return _0x13d7c6;}class i extends _0x1c021f{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4e16ca=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x440c17=[];_0x4e16ca['model']['document']['on']('change',_0x15428f(()=>{const _0x5e30aa=_0x440c17;_0x440c17=this['_getOutlineDefinitions']();const _0x54698e=_0x517404(_0x5e30aa,_0x440c17,(_0x562a50,_0x5a923f)=>_0x562a50['level']===_0x5a923f['level']&&_0x562a50['text']===_0x5a923f['text']&&_0x562a50['modelElement']===_0x5a923f['modelElement']),_0x3aad57=_0x3e61ff(_0x54698e,_0x440c17),_0x1ecfd6=this['_getActiveHeading'](),_0x34640b=_0x440c17['findIndex'](_0xabb32e=>_0xabb32e['modelElement']===_0x1ecfd6);_0x3aad57['length']&&this['fire']('change',{'outlineDefinitions':_0x440c17,'activeItemIndex':_0x34640b,'outlineChanges':_0x3aad57}),this['fire']('activeItemIndex',{'index':_0x34640b});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x1e1c20=this['editor'],_0xc43b4b=[],_0x649efe=this['_headingNames'];for(const _0x4c5327 of _0x1e1c20['model']['document']['getRootNames']())_0x479377(_0x1e1c20['model']['document']['getRoot'](_0x4c5327));function _0x479377(_0x14fe6e){for(const _0x5b47b1 of _0x14fe6e['getChildren']())_0x5b47b1['is']('element')&&(_0x649efe['includes'](_0x5b47b1['name'])&&_0xc43b4b['push']({'level':_0x649efe['indexOf'](_0x5b47b1['name'])+0x1,'text':g(_0x5b47b1),'modelElement':_0x5b47b1}),_0x479377(_0x5b47b1));}return _0xc43b4b;}['_getActiveHeading'](){const _0x1f72cf=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x398185=new _0x4f5e98({'direction':'backward','startPosition':_0x1f72cf});for(const _0x36ace5 of _0x398185)if(_0x36ace5['item']['is']('element')&&this['_headingNames']['includes'](_0x36ace5['item']['name']))return _0x36ace5['item'];}['_getHeadingNames'](){const _0x303a58=this['editor']['config']['get']('documentOutline.headings');return _0x303a58||function(_0x924386){const _0x544988=_0x924386['config']['get']('heading.options');return _0x544988?_0x544988['reduce']((_0x4cb7cc,_0x4ebca0)=>('paragraph'!==_0x4ebca0['model']&&_0x4cb7cc['push'](_0x4ebca0['model']),_0x4cb7cc),[]):_0x924386['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x34e8a6=this['editor'],_0x27da28=['h1','h2','h3','h4','h5','h6'],_0x43c773=[];for(const _0x27bef7 of _0x27da28){const _0x4ad82d=_0x34e8a6['editing']['view']['domConverter']['domToView'](document['createElement'](_0x27bef7)),_0x19e674=_0x34e8a6['data']['toModel'](_0x4ad82d)['getChild'](0x0);_0x19e674?.['is']('element')&&_0x43c773['push'](_0x19e674['name']);}this['_headingNames']=_0x43c773;}}function j(_0x502be4,_0x50697c){const t=_0x502be4['t'];switch(_0x50697c){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 _0x50697c;}}class A extends _0x358c80{constructor(_0x1d1cfc,_0x5d8160=!0x1){super(_0x1d1cfc);const _0x1bc889=this['bindTemplate'],_0x1981fa=_0x5d8160?'['+j(_0x1d1cfc,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x3dfcf0=>!_0x3dfcf0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x1bc889['to']('level',_0x537a22=>'ck-document-outline__item_level-'+_0x537a22),_0x1bc889['if']('isActive','ck-document-outline__item_active'),_0x1bc889['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x1bc889['to']('text')},'children':[{'text':_0x1bc889['to']('text',_0x2b4d65=>_0x2b4d65||_0x1981fa)}],'on':{'click':_0x1bc889['to']('click')}});}}class f extends _0x358c80{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x4fee9c,_0x16d828=!0x1,_0x48105c){super(_0x4fee9c),this['showEmptyHeadingText']=_0x16d828,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x48105c,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x472bb1,_0x39e00a,_0x31ae64,_0xa41fd9)=>{this['_setActiveItem'](_0xa41fd9,_0x31ae64);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x4fee9c['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x4fee9c,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x286e42){_0x286e42['forEach'](_0xd55a6=>{'insert'==_0xd55a6['type']?this['_insertItem'](_0xd55a6['index'],..._0xd55a6['values']):'delete'==_0xd55a6['type']&&this['_deleteItem'](_0xd55a6['index'],_0xd55a6['howMany']);});}['_setActiveItem'](_0x39b05b,_0x5b9275){if(-0x1!==_0x39b05b){const _0x520811=this['items']['get'](_0x39b05b);_0x520811&&(_0x520811['isActive']=!0x1);}-0x1!==_0x5b9275&&(this['items']['get'](_0x5b9275)['isActive']=!0x0,this['_scrollToItem'](_0x5b9275));}['_insertItem'](_0x5616d2,..._0x282393){const _0x36877b=_0x282393['map']((_0x151e9c,_0x2c346b)=>{const _0x2c265c=new A(this['locale'],this['showEmptyHeadingText']);return _0x2c265c['text']=_0x151e9c['text'],_0x2c265c['level']=_0x151e9c['level'],_0x5616d2+_0x2c346b===this['activeItemIndex']&&(_0x2c265c['isActive']=!0x0),_0x2c265c;});this['items']['addMany'](_0x36877b,_0x5616d2);}['_deleteItem'](_0x5cda35,_0x19dae8){do{this['items']['remove'](_0x5cda35);}while(--_0x19dae8);}['_handleItemClick'](_0x5b24ee){const _0x3fafdc=this['items']['getIndex'](_0x5b24ee['source']);this['fire']('itemSelected',_0x3fafdc);}['_scrollToItem'](_0xde0502){_0x2da887(this['items']['get'](_0xde0502)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1c021f{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27c344){super(_0x27c344),this['view']=new f(_0x27c344['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x10c040(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x7fd73d=this['editor'],_0x30cc55=_0x7fd73d['plugins']['get']('DocumentOutlineUtils');let _0x2418ac=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x7fd73d['config']['get']('documentOutline.container'))throw new _0x2705f5('document-outline-container-not-provided',{'editor':_0x7fd73d});_0x7fd73d['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x30cc55['on']('change',this['_handleOutlineChange']['bind'](this)),_0x30cc55['on']('activeItemIndex',(_0x12f3c3,{index:_0x2344f1})=>this['_setActiveViewItem'](_0x2344f1)),this['view']['on']('itemSelected',(_0x21b108,_0x1b005d)=>{_0x2418ac=!0x0,this['_handleItemSelected'](_0x1b005d);}),this['view']['listenTo'](_0x521510['document'],'scroll',()=>{_0x2418ac?_0x2418ac=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x521510['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0xedf491){const _0x2ab1c6=_0x58df18([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x28e4b9=0x1cb264a3,_0x113a83=0x1cb5ecb3^_0x28e4b9,_0x40bc5a=window[_0x58df18([0x44,0x61,0x74,0x65])][_0x58df18([0x6e,0x6f,0x77])](),_0x353cb7=_0xedf491[_0x58df18([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2fbe71=new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a77fc=>{_0x353cb7[_0x58df18([0x6f,0x6e,0x63,0x65])](_0x58df18([0x72,0x65,0x61,0x64,0x79]),_0x5a77fc);}),_0x4c9090={[_0x58df18([0x6b,0x74,0x79])]:_0x58df18([0x45,0x43]),[_0x58df18([0x75,0x73,0x65])]:_0x58df18([0x73,0x69,0x67]),[_0x58df18([0x63,0x72,0x76])]:_0x58df18([0x50,0x2d,0x32,0x35,0x36]),[_0x58df18([0x78])]:_0x58df18([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]),[_0x58df18([0x79])]:_0x58df18([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]),[_0x58df18([0x61,0x6c,0x67])]:_0x58df18([0x45,0x53,0x32,0x35,0x36])},_0x5d54c6=_0x353cb7[_0x58df18([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x58df18([0x67,0x65,0x74])](_0x58df18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x15857f(){let _0x5697a6,_0x5688ae=null,_0x43b118=null;try{if(_0x5d54c6==_0x58df18([0x47,0x50,0x4c]))return _0x58df18([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5697a6=_0x7388de(),!_0x5697a6)return _0x58df18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5697a6[_0x58df18([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x43b118=_0x21307c(_0x5697a6[_0x58df18([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5697a6[_0x58df18([0x6a,0x74,0x69])])),await _0x1317fd()?_0x22518e()?_0x3ae9d3()?_0x58df18([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x285648()?(_0x5697a6[_0x58df18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x58df18([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5688ae=_0x5327ec(_0x58df18([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1e8712()):_0x58df18([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x58df18([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x58df18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x58df18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ae9d3(){const _0xc97ad7=[_0x58df18([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x58df18([0x74,0x72,0x69,0x61,0x6c])][_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5697a6[_0x58df18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x40bc5a/0x3e8:0xe10*_0x113a83;return _0x5697a6[_0x58df18([0x65,0x78,0x70])]<_0xc97ad7;}function _0x22518e(){const _0x5d77ee=_0x5697a6[_0x58df18([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5d77ee&&(!!_0x5d77ee[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58df18([0x2a]))||(!!_0x5d77ee[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58df18([0x44,0x4f]))||(!!_0x5d77ee[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58df18([0x50,0x50]))||!(!_0x5d77ee[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58df18([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x46e920()))));}function _0x285648(){const _0x453181=_0x5697a6[_0x58df18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x453181||0x0==_0x453181[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3a8b56}=new URL(window[_0x58df18([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x453181[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a8b56))return!0x0;const _0x758a47=_0x3a8b56[_0x58df18([0x73,0x70,0x6c,0x69,0x74])](_0x58df18([0x2e]));return _0x453181[_0x58df18([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x398ee4=>_0x398ee4[_0x58df18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58df18([0x2a])))[_0x58df18([0x6d,0x61,0x70])](_0x25df7f=>_0x25df7f[_0x58df18([0x73,0x70,0x6c,0x69,0x74])](_0x58df18([0x2e])))[_0x58df18([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1eca4a=>_0x1eca4a[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x758a47[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58df18([0x6d,0x61,0x70])](_0x1a662b=>Array(_0x758a47[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1a662b[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x58df18([0x66,0x69,0x6c,0x6c])](_0x1a662b[0x0]===_0x58df18([0x2a])?_0x58df18([0x2a]):'')[_0x58df18([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1a662b))[_0x58df18([0x73,0x6f,0x6d,0x65])](_0x5db47a=>_0x758a47[_0x58df18([0x65,0x76,0x65,0x72,0x79])]((_0x3ac552,_0x95eff1)=>_0x5db47a[_0x95eff1]===_0x3ac552||_0x5db47a[_0x95eff1]===_0x58df18([0x2a])));}function _0x1e8712(){return _0x5688ae&&_0x43b118?new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x39257f,_0x1fa25a)=>{_0x5688ae[_0x58df18([0x74,0x68,0x65,0x6e])](_0x39257f,_0x1fa25a),_0x43b118[_0x58df18([0x74,0x68,0x65,0x6e])](_0x5be8f3=>{_0x5be8f3!=_0x58df18([0x56,0x61,0x6c,0x69,0x64])&&_0x39257f(_0x5be8f3);},_0x1fa25a);}):_0x5688ae||_0x43b118||_0x58df18([0x56,0x61,0x6c,0x69,0x64]);}}function _0x21307c(_0x4e4761,_0x2b3942){return new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x545d35=>{if(_0x2b3d5a())return _0x545d35(_0x58df18([0x56,0x61,0x6c,0x69,0x64]));_0x1cc4d6(),_0x353cb7[_0x58df18([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x58df18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d5165=!0x1;const _0x83cd33=_0x4a2afb();function _0x5435bf(_0x3850cc){return!!_0x3850cc&&(typeof _0x3850cc===_0x58df18([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3850cc===_0x58df18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3850cc[_0x58df18([0x74,0x68,0x65,0x6e])]===_0x58df18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3850cc[_0x58df18([0x63,0x61,0x74,0x63,0x68])]===_0x58df18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4789bd(_0x1d8a57){_0x2ab3a2(_0x1d8a57)[_0x58df18([0x74,0x68,0x65,0x6e])](_0x24eee4=>{if(!_0x24eee4||_0x24eee4[_0x58df18([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x58df18([0x6f,0x6b]))return _0x58df18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2280a1(_0x17a76b(_0x83cd33+_0x2b3942))!=_0x24eee4[_0x58df18([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x58df18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x58df18([0x56,0x61,0x6c,0x69,0x64]);})[_0x58df18([0x74,0x68,0x65,0x6e])](_0x40ecf7=>(_0x348e1f(),_0x40ecf7),()=>{const _0x11e71d=_0x487a48();return null==_0x11e71d?(_0x348e1f(),_0x58df18([0x56,0x61,0x6c,0x69,0x64])):_0x58df18(_0x40bc5a-_0x11e71d>(0x38bee0a3^_0x28e4b9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x58df18([0x74,0x68,0x65,0x6e])](_0x545d35)[_0x58df18([0x63,0x61,0x74,0x63,0x68])](()=>{_0x545d35(_0x58df18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x175942=0x1c848a23^_0x28e4b9;function _0x348e1f(){const _0x204283=_0x58df18([0x6c,0x6c,0x63,0x74,0x2d])+_0x2280a1(_0x17a76b(_0x4e4761)),_0x29842a=_0xc1835f(_0x2280a1(window[_0x58df18([0x4d,0x61,0x74,0x68])][_0x58df18([0x63,0x65,0x69,0x6c])](_0x40bc5a/_0x175942)));window[_0x58df18([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58df18([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x204283,_0x29842a);}function _0x487a48(){const _0xfbb8b0=_0x58df18([0x6c,0x6c,0x63,0x74,0x2d])+_0x2280a1(_0x17a76b(_0x4e4761)),_0x43e096=window[_0x58df18([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x58df18([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfbb8b0);return _0x43e096?window[_0x58df18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc1835f(_0x43e096),0x10)*_0x175942:null;}function _0x2ab3a2(_0x2f3632){return new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2987f9,_0x1b8011)=>{_0x2f3632[_0x58df18([0x74,0x68,0x65,0x6e])](_0x2987f9,_0x1b8011),window[_0x58df18([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1b8011,0x1cb3b063^_0x28e4b9);});}}_0x353cb7[_0x58df18([0x6f,0x6e])](_0x58df18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21fc2c,_0x1e52f1)=>{if(_0x1e52f1[0x0]!=_0x4e4761)return _0x545d35(_0x58df18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1e52f1[0x1]={..._0x1e52f1[0x1],[_0x58df18([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x83cd33};},{[_0x58df18([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58df18([0x68,0x69,0x67,0x68])}),_0x353cb7[_0x58df18([0x6f,0x6e])](_0x58df18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x46ae55=>{_0x5435bf(_0x46ae55[_0x58df18([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d5165=!0x0,_0x4789bd(_0x46ae55[_0x58df18([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x58df18([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x58df18([0x6c,0x6f,0x77])}),_0x2fbe71[_0x58df18([0x74,0x68,0x65,0x6e])](()=>{_0x3d5165||_0x545d35(_0x58df18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2b3d5a(){return _0x353cb7[_0x58df18([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58df18([0x76,0x69,0x65,0x77])][_0x58df18([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x58df18([0x61,0x75,0x74,0x6f]);}function _0x1cc4d6(){_0x353cb7[_0x58df18([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x58df18([0x76,0x69,0x65,0x77])][_0x58df18([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x58df18([0x61,0x75,0x74,0x6f]);}}function _0x5327ec(_0x7b7211){const _0x208acf=[new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bdfcb=>setTimeout(_0x5bdfcb,0x1cbb5a6f^_0x28e4b9)),_0x2fbe71[_0x58df18([0x74,0x68,0x65,0x6e])](()=>new window[(_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xdaf924=>{let _0x2a6a06=0x0;_0x353cb7[_0x58df18([0x6d,0x6f,0x64,0x65,0x6c])][_0x58df18([0x6f,0x6e])](_0x58df18([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2b4f1f,_0x158d12)=>{_0x158d12[0x0][_0x58df18([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2a6a06++,_0x2a6a06==(0x1cb2614b^_0x28e4b9)&&(_0xdaf924(),_0x2b4f1f[_0x58df18([0x6f,0x66,0x66])]());});}))];return window[_0x58df18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x58df18([0x72,0x61,0x63,0x65])](_0x208acf)[_0x58df18([0x74,0x68,0x65,0x6e])](()=>_0x7b7211);}async function _0x4a4d0e(){await _0x2fbe71,_0x353cb7[_0x58df18([0x6d,0x6f,0x64,0x65,0x6c])][_0x58df18([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1cd32d,_0x353cb7[_0x58df18([0x6d,0x6f,0x64,0x65,0x6c])][_0x58df18([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1cd32d,_0x353cb7[_0x58df18([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x58df18([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x46e920(){return window[_0x58df18([0x67,0x6c,0x6f,0x62])]&&window[_0x58df18([0x67,0x6c,0x6f,0x62])][_0x58df18([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x4f80d9(_0x524d98){const _0x3fc3d5=_0xccc745();_0x353cb7[_0x3fc3d5]=_0x58df18([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])+_0x524d98,_0x524d98!=_0x58df18([0x56,0x61,0x6c,0x69,0x64])&&_0x4a4d0e();}function _0xccc745(){const _0x148a6c=window[_0x58df18([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x58df18([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x58df18([0x6e,0x6f,0x77])]())[_0x58df18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x58df18([0x2e]),'');let _0x28996b=_0x58df18([0x61]);for(let _0x3677ae=0x0;_0x3677ae<_0x148a6c[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3677ae+=0x2){let _0x1ff8b4=window[_0x58df18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x148a6c[_0x58df18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3677ae,_0x3677ae+0x2));_0x1ff8b4>=_0x2ab1c6[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1ff8b4-=_0x2ab1c6[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x28996b+=_0x2ab1c6[_0x1ff8b4];}return _0x28996b;}function _0x7388de(){const _0x405b2c=_0x5d54c6[_0x58df18([0x73,0x70,0x6c,0x69,0x74])](_0x58df18([0x2e]));if(0x3!=_0x405b2c[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35dd3e(_0x405b2c[0x1]);function _0x35dd3e(_0xa22a1d){const _0x1452f9=_0x18fefb(_0xa22a1d);return _0x1452f9&&_0x2bfbd4()?_0x1452f9:null;function _0x2bfbd4(){const _0x24f25e=_0x1452f9[_0x58df18([0x6a,0x74,0x69])],_0x3211a0=window[_0x58df18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x24f25e[_0x58df18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x24f25e[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4f1a3e={..._0x1452f9,[_0x58df18([0x6a,0x74,0x69])]:_0x24f25e[_0x58df18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x24f25e[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4f1a3e[_0x58df18([0x76,0x63])],_0x17a76b(_0x4f1a3e)==_0x3211a0;}}}async function _0x1317fd(){let _0x231c18=!0x0;try{const _0x49094a=_0x5d54c6[_0x58df18([0x73,0x70,0x6c,0x69,0x74])](_0x58df18([0x2e])),[_0x15fde4,_0x225166,_0x72532e]=_0x49094a;return _0x3cdb81(_0x15fde4),await _0x4417ec(_0x15fde4,_0x225166,_0x72532e),_0x231c18;}catch{return!0x1;}function _0x3cdb81(_0x3d65b1){const _0x5e1d50=_0x18fefb(_0x3d65b1);_0x5e1d50&&_0x5e1d50[_0x58df18([0x61,0x6c,0x67])]==_0x58df18([0x45,0x53,0x32,0x35,0x36])||(_0x231c18=!0x1);}async function _0x4417ec(_0x243bac,_0x30227f,_0x4b801f){const _0x8a55bb=window[_0x58df18([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x58df18([0x66,0x72,0x6f,0x6d])](_0x2da526(_0x4b801f),_0x444483=>_0x444483[_0x58df18([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x60a676=new window[(_0x58df18([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x58df18([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x243bac+_0x58df18([0x2e])+_0x30227f),_0x4c8fbc=window[_0x58df18([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x58df18([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4c8fbc)return;const _0x4f5154=await _0x4c8fbc[_0x58df18([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x58df18([0x6a,0x77,0x6b]),_0x4c9090,{[_0x58df18([0x6e,0x61,0x6d,0x65])]:_0x58df18([0x45,0x43,0x44,0x53,0x41]),[_0x58df18([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x58df18([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x58df18([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4c8fbc[_0x58df18([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x58df18([0x6e,0x61,0x6d,0x65])]:_0x58df18([0x45,0x43,0x44,0x53,0x41]),[_0x58df18([0x68,0x61,0x73,0x68])]:{[_0x58df18([0x6e,0x61,0x6d,0x65])]:_0x58df18([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4f5154,_0x8a55bb,_0x60a676)||(_0x231c18=!0x1);}}function _0x18fefb(_0x4fb5e7){return _0x4fb5e7[_0x58df18([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x58df18([0x65,0x79]))?JSON[_0x58df18([0x70,0x61,0x72,0x73,0x65])](_0x2da526(_0x4fb5e7)):null;}function _0x2da526(_0xe1d20b){return window[_0x58df18([0x61,0x74,0x6f,0x62])](_0xe1d20b[_0x58df18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x58df18([0x2b]))[_0x58df18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x58df18([0x2f])));}function _0x17a76b(_0x5e245f){let _0x24d4a0=0x1505;function _0x3d9846(_0x2b5c6b){for(let _0x3684b1=0x0;_0x3684b1<_0x2b5c6b[_0x58df18([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3684b1++){const _0x12bfaa=_0x2b5c6b[_0x58df18([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3684b1);_0x24d4a0=(_0x24d4a0<<0x5)+_0x24d4a0+_0x12bfaa,_0x24d4a0&=_0x24d4a0;}}function _0x2a92e6(_0x5cf69d){Array[_0x58df18([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5cf69d)?_0x5cf69d[_0x58df18([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2a92e6):_0x5cf69d&&typeof _0x5cf69d==_0x58df18([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x58df18([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5cf69d)[_0x58df18([0x73,0x6f,0x72,0x74])]()[_0x58df18([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2f3287,_0x12f677])=>{_0x3d9846(_0x2f3287),_0x2a92e6(_0x12f677);}):_0x3d9846(window[_0x58df18([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5cf69d));}return _0x2a92e6(_0x5e245f),_0x24d4a0>>>0x0;}function _0x2280a1(_0x4d55a9){return _0x4d55a9[_0x58df18([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x58df18([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x58df18([0x30]));}function _0xc1835f(_0x1c5e12){return _0x1c5e12[_0x58df18([0x73,0x70,0x6c,0x69,0x74])]('')[_0x58df18([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x58df18([0x6a,0x6f,0x69,0x6e])]('');}function _0x1cd32d(){}function _0x58df18(_0x48f0b1){return _0x48f0b1['map'](_0x2fb343=>String['fromCharCode'](_0x2fb343))['join']('');}_0x4f80d9(await _0x15857f());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x40d900,{outlineDefinitions:_0x34450f,outlineChanges:_0x19fcbf}){this['_currentOutlineDefinitions']=_0x34450f,this['view']['sync'](_0x19fcbf);}['_setActiveViewItem'](_0x4ba205){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x4ba205]&&(this['view']['activeItemIndex']=_0x4ba205);}['_handleItemSelected'](_0x3831e1){const _0x8d08f7=this['_currentOutlineDefinitions'][_0x3831e1]['modelElement'];this['editor']['model']['change'](_0x56a97a=>{_0x56a97a['setSelection'](_0x8d08f7,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3831e1);}['_updateActiveDefinitionOnViewportChange'](){const _0x56af5a=this['editor'];let _0x60288c;for(const _0x5c0164 of _0x56af5a['model']['document']['getRootNames']()){const _0x1516ac=_0x56af5a['editing']['view']['getDomRoot'](_0x5c0164),_0x5085b0=_0x1516ac&&new _0x4bf829(_0x1516ac)['getVisible']();if(_0x5085b0){const _0x2adc94=new _0x4bf829(_0x521510['window'])['getIntersection'](_0x5085b0);_0x2adc94&&(_0x60288c=_0x2adc94['top']+0.25*_0x2adc94['height']);}}if(void 0x0===_0x60288c)return;const _0x73757e=h(_0x56af5a['editing'],this['_currentOutlineDefinitions'],_0x60288c);_0x73757e?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x73757e)):this['_setActiveViewItem'](-0x1);}}function h(_0x2f9cbb,_0x299a2e,_0x3341b2,_0x38c3a7=0x0,_0x401cfc=_0x299a2e['length']-0x1){const _0x569c61=Math['floor'](_0x38c3a7+(_0x401cfc-_0x38c3a7)/0x2);if(_0x401cfc>=_0x38c3a7){const _0x2cc78d=_0x299a2e[_0x569c61],_0x408e75=_0x2f9cbb['mapper']['toViewElement'](_0x2cc78d['modelElement']);if(!_0x408e75)return null;const _0xef16c8=_0x2f9cbb['view']['domConverter']['mapViewToDom'](_0x408e75);return new _0x4bf829(_0xef16c8)['bottom']>_0x3341b2?h(_0x2f9cbb,_0x299a2e,_0x3341b2,_0x38c3a7,_0x569c61-0x1):h(_0x2f9cbb,_0x299a2e,_0x3341b2,_0x569c61+0x1,_0x401cfc);}return _0x569c61<0x0?null:_0x299a2e[_0x569c61];}class P extends _0x1c021f{['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 _0x5d148c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4e3502;for(const _0xffe313 in _0x5d148c){const _0x419904=_0xffe313,_0x591198=_0x5d148c[_0x419904];if('documentOutlineLicenseKeyValid'==_0x591198||'documentOutlineLicenseKeyInvalid'==_0x591198||'documentOutlineLicenseKeyExpired'==_0x591198||'documentOutlineLicenseKeyDomainLimit'==_0x591198||'documentOutlineLicenseKeyNotAllowed'==_0x591198||'documentOutlineLicenseKeyEvaluationLimit'==_0x591198||'documentOutlineLicenseKeyUsageLimit'==_0x591198){delete _0x5d148c[_0x419904],_0x4e3502=_0x591198,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4e3502&&_0x5d148c['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4e3502&&_0x5d148c['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4e3502&&_0x5d148c['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4e3502&&_0x5d148c['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4e3502&&_0x5d148c['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4e3502&&_0x5d148c['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x239a98{['execute'](){this['editor']['model']['change'](_0x12b1de=>{this['editor']['model']['insertObject'](_0x12b1de['createElement']('tableOfContents'));});}['refresh'](){const _0x2c1644=this['editor']['model'],_0xe0d9ea=_0x2c1644['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0xe0d9ea&&_0x2c1644['schema']['findAllowedParent'](_0xe0d9ea,'tableOfContents'));}}class T extends _0x1c021f{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x49f353=this['editor'];if(_0x49f353['config']['get']('headingId.modelAttributeName'))return;(function(_0x2490cb){const _0x4c56bb=new Map();if(_0x2490cb)return _0x2490cb['forEach'](_0x38c012=>{'paragraph'!==_0x38c012['model']&&_0x4c56bb['set'](_0x38c012['view'],_0x38c012['model']);}),_0x4c56bb['get']('h1')||_0x4c56bb['set']('h1','heading1'),_0x4c56bb;return _0x4c56bb;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x488dfc,_0x924d8d)=>{this['_customUpcastHeadingsConversion'](_0x924d8d),this['_customDataDowncastHeadingsConversion'](_0x488dfc),_0x49f353['model']['schema']['isRegistered'](_0x488dfc)&&_0x49f353['model']['schema']['extend'](_0x488dfc,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x419f4a){this['editor']['conversion']['for']('upcast')['add'](_0x515ca7=>_0x515ca7['on']('element:'+_0x419f4a,(_0x3aacb9,_0x4dbe96,_0x1f0b97)=>{const {consumable:_0x18c922,writer:_0x1767da}=_0x1f0b97,_0x2e5883=_0x4dbe96['viewItem']['getAttribute']('id'),_0x5decc8=_0x4dbe96['modelRange']['getContainedElement']();if(_0x5decc8)return _0x2e5883&&_0x2e5883['length']||_0x5decc8['hasAttribute']('headingId')?void(_0x18c922['consume'](_0x4dbe96['viewItem'],{'attributes':['id']})&&_0x1767da['setAttribute']('headingId',_0x2e5883,_0x5decc8)):(_0x18c922['consume'](_0x4dbe96['viewItem'],{'attributes':['id']}),void _0x1767da['setAttribute']('headingId',_0x4a2afb(),_0x5decc8));},{'priority':_0x2d5028['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x570879){this['editor']['conversion']['for']('downcast')['add'](_0x134575=>_0x134575['on']('attribute:headingId:'+_0x570879,(_0x201861,_0x2246fe,_0x139200)=>{if(!_0x139200['consumable']['consume'](_0x2246fe['item'],_0x201861['name']))return;const _0x13a8c4=_0x2246fe['item']['getAttribute']('headingId'),_0x2187ab=_0x139200['mapper']['toViewElement'](_0x2246fe['item']);_0x139200['writer']['setAttribute']('id',_0x13a8c4,_0x2187ab);}));}['_registerHeadingIdAttributePostfixer'](){const _0x2c18e4=this['editor'],_0x10fea8=new Set(),_0x3ccc96=new Set();function _0x272a48(_0x2c5682,_0x2f32a0){const _0x575b70=_0x4a2afb();return _0x3ccc96['add'](_0x575b70),_0x2c5682['setAttribute']('headingId',_0x575b70,_0x2f32a0),_0x575b70;}function _0x1581ff(_0x4e4a3b,_0x6ae3fd){_0x4e4a3b['removeAttribute']('headingId',_0x6ae3fd);}_0x2c18e4['model']['document']['registerPostFixer'](_0x3c7ebe=>{const _0x45938d=_0x2c18e4['model']['document']['differ']['getChanges']();let _0x5f28ce=!0x1;for(const _0xf0ad68 of _0x45938d)if('insert'==_0xf0ad68['type']&&_0xf0ad68['name']){if(b(_0xf0ad68['name'])){const _0x48575b=_0xf0ad68['attributes']['get']('headingId');'string'==typeof _0x48575b?_0x10fea8['has'](_0x48575b)?(_0x272a48(_0x3c7ebe,_0xf0ad68['position']['nodeAfter']),_0x5f28ce=!0x0):_0x3ccc96['add'](_0x48575b):(_0x272a48(_0x3c7ebe,_0xf0ad68['position']['nodeAfter']),_0x5f28ce=!0x0);}else'string'==typeof _0xf0ad68['attributes']['get']('headingId')&&(_0x1581ff(_0x3c7ebe,_0xf0ad68['position']['nodeAfter']),_0x5f28ce=!0x0);}else{if('remove'==_0xf0ad68['type']){const _0x5141d3=_0xf0ad68['attributes']['get']('headingId');'string'==typeof _0x5141d3&&_0x10fea8['delete'](_0x5141d3);}}return _0x5f28ce;}),_0x2c18e4['model']['document']['on']('change',()=>{_0x3ccc96['forEach'](_0x5dd2a8=>_0x10fea8['add'](_0x5dd2a8)),_0x3ccc96['clear']();});}}function b(_0x489951){return!!_0x489951['match'](/heading\d/);}class s extends _0x1c021f{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x4faa3d,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5d6a91){super(_0x5d6a91),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x38bf62=this['editor'],_0x5a5f15=_0x38bf62['editing']['view']['document'];_0x38bf62['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x38bf62['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5a5f15,'click',(_0x4b17f3,_0x2ce482)=>{if(!_0x2ce482['target'])return;const _0x4c7df3=_0x2ce482['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4c7df3)&&(_0x2ce482['domEvent']['preventDefault'](),_0x4b17f3['stop'](),this['_handleScrollToHeading'](_0x4c7df3));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x38bf62['commands']['add']('insertTableOfContents',new _(_0x38bf62)),(_0x38bf62['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x2862bf,_0x4abc0c)=>{this['_currentOutlineDefinitions']=_0x4abc0c['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x38bf62['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x353e8a){const _0x4b6bc3=_0x4dd5b8([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x361a99=0x6b9b05fd,_0x5868cf=0x6b9c8ded^_0x361a99,_0x31b205=window[_0x4dd5b8([0x44,0x61,0x74,0x65])][_0x4dd5b8([0x6e,0x6f,0x77])](),_0x3828b1=_0x353e8a[_0x4dd5b8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1659b2=new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x514c7a=>{_0x3828b1[_0x4dd5b8([0x6f,0x6e,0x63,0x65])](_0x4dd5b8([0x72,0x65,0x61,0x64,0x79]),_0x514c7a);}),_0x6db25e={[_0x4dd5b8([0x6b,0x74,0x79])]:_0x4dd5b8([0x45,0x43]),[_0x4dd5b8([0x75,0x73,0x65])]:_0x4dd5b8([0x73,0x69,0x67]),[_0x4dd5b8([0x63,0x72,0x76])]:_0x4dd5b8([0x50,0x2d,0x32,0x35,0x36]),[_0x4dd5b8([0x78])]:_0x4dd5b8([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]),[_0x4dd5b8([0x79])]:_0x4dd5b8([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]),[_0x4dd5b8([0x61,0x6c,0x67])]:_0x4dd5b8([0x45,0x53,0x32,0x35,0x36])},_0x34eda8=_0x3828b1[_0x4dd5b8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4dd5b8([0x67,0x65,0x74])](_0x4dd5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2d21df(){let _0x1436e5,_0x196771=null,_0x219a69=null;try{if(_0x34eda8==_0x4dd5b8([0x47,0x50,0x4c]))return _0x4dd5b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1436e5=_0x4bc9b4(),!_0x1436e5)return _0x4dd5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1436e5[_0x4dd5b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x219a69=_0x30d0ad(_0x1436e5[_0x4dd5b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1436e5[_0x4dd5b8([0x6a,0x74,0x69])])),await _0x33c60f()?_0x24e8a4()?_0x4c0f20()?_0x4dd5b8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5d2ef2()?(_0x1436e5[_0x4dd5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4dd5b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x196771=_0x1061e7(_0x4dd5b8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x11e7be()):_0x4dd5b8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4dd5b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4dd5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4dd5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4c0f20(){const _0x34326f=[_0x4dd5b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4dd5b8([0x74,0x72,0x69,0x61,0x6c])][_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1436e5[_0x4dd5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x31b205/0x3e8:0xe10*_0x5868cf;return _0x1436e5[_0x4dd5b8([0x65,0x78,0x70])]<_0x34326f;}function _0x24e8a4(){const _0x349cd7=_0x1436e5[_0x4dd5b8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x349cd7&&(!!_0x349cd7[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4dd5b8([0x2a]))||(!!_0x349cd7[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4dd5b8([0x54,0x4f,0x43]))||(!!_0x349cd7[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4dd5b8([0x50,0x50]))||!(!_0x349cd7[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4dd5b8([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x7b1e77()))));}function _0x5d2ef2(){const _0x3179de=_0x1436e5[_0x4dd5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3179de||0x0==_0x3179de[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4ebc28}=new URL(window[_0x4dd5b8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3179de[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ebc28))return!0x0;const _0x2720f3=_0x4ebc28[_0x4dd5b8([0x73,0x70,0x6c,0x69,0x74])](_0x4dd5b8([0x2e]));return _0x3179de[_0x4dd5b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x331419=>_0x331419[_0x4dd5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4dd5b8([0x2a])))[_0x4dd5b8([0x6d,0x61,0x70])](_0x1edea5=>_0x1edea5[_0x4dd5b8([0x73,0x70,0x6c,0x69,0x74])](_0x4dd5b8([0x2e])))[_0x4dd5b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d3772=>_0x4d3772[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2720f3[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4dd5b8([0x6d,0x61,0x70])](_0x5b109e=>Array(_0x2720f3[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5b109e[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4dd5b8([0x66,0x69,0x6c,0x6c])](_0x5b109e[0x0]===_0x4dd5b8([0x2a])?_0x4dd5b8([0x2a]):'')[_0x4dd5b8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5b109e))[_0x4dd5b8([0x73,0x6f,0x6d,0x65])](_0x1f3ba8=>_0x2720f3[_0x4dd5b8([0x65,0x76,0x65,0x72,0x79])]((_0x21d63a,_0x334022)=>_0x1f3ba8[_0x334022]===_0x21d63a||_0x1f3ba8[_0x334022]===_0x4dd5b8([0x2a])));}function _0x11e7be(){return _0x196771&&_0x219a69?new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x37555f,_0xb227e)=>{_0x196771[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0x37555f,_0xb227e),_0x219a69[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0x4f9e5f=>{_0x4f9e5f!=_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64])&&_0x37555f(_0x4f9e5f);},_0xb227e);}):_0x196771||_0x219a69||_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x30d0ad(_0x28eb43,_0xdb9ae1){return new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8d024a=>{if(_0x1fe884())return _0x8d024a(_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64]));_0x18a5e2(),_0x3828b1[_0x4dd5b8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4dd5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x18e8dd=!0x1;const _0x51231e=_0x4a2afb();function _0x54cafd(_0x57ad71){return!!_0x57ad71&&(typeof _0x57ad71===_0x4dd5b8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x57ad71===_0x4dd5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x57ad71[_0x4dd5b8([0x74,0x68,0x65,0x6e])]===_0x4dd5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x57ad71[_0x4dd5b8([0x63,0x61,0x74,0x63,0x68])]===_0x4dd5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x45e800(_0x44c97f){_0x25fc74(_0x44c97f)[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0x4c7e0d=>{if(!_0x4c7e0d||_0x4c7e0d[_0x4dd5b8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4dd5b8([0x6f,0x6b]))return _0x4dd5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x417c36(_0x249ecb(_0x51231e+_0xdb9ae1))!=_0x4c7e0d[_0x4dd5b8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4dd5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64]);})[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0xc2ca15=>(_0x4b16c5(),_0xc2ca15),()=>{const _0x4d73c1=_0x5b54a4();return null==_0x4d73c1?(_0x4b16c5(),_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64])):_0x4dd5b8(_0x31b205-_0x4d73c1>(0x4f9781fd^_0x361a99)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0x8d024a)[_0x4dd5b8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x8d024a(_0x4dd5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x221e1b=0x6badeb7d^_0x361a99;function _0x4b16c5(){const _0x3300bc=_0x4dd5b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x417c36(_0x249ecb(_0x28eb43)),_0x103bfc=_0x55ee6b(_0x417c36(window[_0x4dd5b8([0x4d,0x61,0x74,0x68])][_0x4dd5b8([0x63,0x65,0x69,0x6c])](_0x31b205/_0x221e1b)));window[_0x4dd5b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4dd5b8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3300bc,_0x103bfc);}function _0x5b54a4(){const _0x179bd7=_0x4dd5b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x417c36(_0x249ecb(_0x28eb43)),_0x3b4fd6=window[_0x4dd5b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4dd5b8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x179bd7);return _0x3b4fd6?window[_0x4dd5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x55ee6b(_0x3b4fd6),0x10)*_0x221e1b:null;}function _0x25fc74(_0x3ffa45){return new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4cb07f,_0x1bc5ae)=>{_0x3ffa45[_0x4dd5b8([0x74,0x68,0x65,0x6e])](_0x4cb07f,_0x1bc5ae),window[_0x4dd5b8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1bc5ae,0x6b9ad13d^_0x361a99);});}}_0x3828b1[_0x4dd5b8([0x6f,0x6e])](_0x4dd5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x429f0f,_0x4846ae)=>{if(_0x4846ae[0x0]!=_0x28eb43)return _0x8d024a(_0x4dd5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4846ae[0x1]={..._0x4846ae[0x1],[_0x4dd5b8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51231e};},{[_0x4dd5b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4dd5b8([0x68,0x69,0x67,0x68])}),_0x3828b1[_0x4dd5b8([0x6f,0x6e])](_0x4dd5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5d57aa=>{_0x54cafd(_0x5d57aa[_0x4dd5b8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x18e8dd=!0x0,_0x45e800(_0x5d57aa[_0x4dd5b8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4dd5b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4dd5b8([0x6c,0x6f,0x77])}),_0x1659b2[_0x4dd5b8([0x74,0x68,0x65,0x6e])](()=>{_0x18e8dd||_0x8d024a(_0x4dd5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1fe884(){return _0x3828b1[_0x4dd5b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4dd5b8([0x76,0x69,0x65,0x77])][_0x4dd5b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4dd5b8([0x61,0x75,0x74,0x6f]);}function _0x18a5e2(){_0x3828b1[_0x4dd5b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4dd5b8([0x76,0x69,0x65,0x77])][_0x4dd5b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4dd5b8([0x61,0x75,0x74,0x6f]);}}function _0x1061e7(_0x5e6e86){const _0x44ad4b=[new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f70f9=>setTimeout(_0x3f70f9,0x6b923b31^_0x361a99)),_0x1659b2[_0x4dd5b8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x283a75=>{let _0x169d87=0x0;_0x3828b1[_0x4dd5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x4dd5b8([0x6f,0x6e])](_0x4dd5b8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2fd337,_0x1d9a6d)=>{_0x1d9a6d[0x0][_0x4dd5b8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x169d87++,_0x169d87==(0x6b9b0015^_0x361a99)&&(_0x283a75(),_0x2fd337[_0x4dd5b8([0x6f,0x66,0x66])]());});}))];return window[_0x4dd5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4dd5b8([0x72,0x61,0x63,0x65])](_0x44ad4b)[_0x4dd5b8([0x74,0x68,0x65,0x6e])](()=>_0x5e6e86);}async function _0xa54d3e(){await _0x1659b2,_0x3828b1[_0x4dd5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x4dd5b8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x437045,_0x3828b1[_0x4dd5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x4dd5b8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x437045,_0x3828b1[_0x4dd5b8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4dd5b8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x7b1e77(){return window[_0x4dd5b8([0x67,0x6c,0x6f,0x62])]&&window[_0x4dd5b8([0x67,0x6c,0x6f,0x62])][_0x4dd5b8([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x1b9a0d(_0x3aeb4a){const _0x77cdb2=_0x1930a2();_0x3828b1[_0x77cdb2]=_0x4dd5b8([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])+_0x3aeb4a,_0x3aeb4a!=_0x4dd5b8([0x56,0x61,0x6c,0x69,0x64])&&_0xa54d3e();}function _0x1930a2(){const _0x477ddc=window[_0x4dd5b8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4dd5b8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4dd5b8([0x6e,0x6f,0x77])]())[_0x4dd5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4dd5b8([0x2e]),'');let _0x55a06c=_0x4dd5b8([0x6d]);for(let _0x4c2e33=0x0;_0x4c2e33<_0x477ddc[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4c2e33+=0x2){let _0x3b9983=window[_0x4dd5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x477ddc[_0x4dd5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4c2e33,_0x4c2e33+0x2));_0x3b9983>=_0x4b6bc3[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3b9983-=_0x4b6bc3[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x55a06c+=_0x4b6bc3[_0x3b9983];}return _0x55a06c;}function _0x4bc9b4(){const _0x2e2694=_0x34eda8[_0x4dd5b8([0x73,0x70,0x6c,0x69,0x74])](_0x4dd5b8([0x2e]));if(0x3!=_0x2e2694[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2acdc2(_0x2e2694[0x1]);function _0x2acdc2(_0x258db7){const _0x246d8d=_0x196646(_0x258db7);return _0x246d8d&&_0x23d6e1()?_0x246d8d:null;function _0x23d6e1(){const _0x328613=_0x246d8d[_0x4dd5b8([0x6a,0x74,0x69])],_0x494e71=window[_0x4dd5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x328613[_0x4dd5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x328613[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x37f0f4={..._0x246d8d,[_0x4dd5b8([0x6a,0x74,0x69])]:_0x328613[_0x4dd5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x328613[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x37f0f4[_0x4dd5b8([0x76,0x63])],_0x249ecb(_0x37f0f4)==_0x494e71;}}}async function _0x33c60f(){let _0x4f3018=!0x0;try{const _0xad6451=_0x34eda8[_0x4dd5b8([0x73,0x70,0x6c,0x69,0x74])](_0x4dd5b8([0x2e])),[_0x124be,_0x4e026f,_0x2e7a59]=_0xad6451;return _0x47d259(_0x124be),await _0x553423(_0x124be,_0x4e026f,_0x2e7a59),_0x4f3018;}catch{return!0x1;}function _0x47d259(_0x316c91){const _0x42bdd9=_0x196646(_0x316c91);_0x42bdd9&&_0x42bdd9[_0x4dd5b8([0x61,0x6c,0x67])]==_0x4dd5b8([0x45,0x53,0x32,0x35,0x36])||(_0x4f3018=!0x1);}async function _0x553423(_0xf0d0ff,_0x3708ba,_0x5db951){const _0x337e03=window[_0x4dd5b8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4dd5b8([0x66,0x72,0x6f,0x6d])](_0x1cb993(_0x5db951),_0x1724c3=>_0x1724c3[_0x4dd5b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x323b55=new window[(_0x4dd5b8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4dd5b8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf0d0ff+_0x4dd5b8([0x2e])+_0x3708ba),_0x410cd1=window[_0x4dd5b8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4dd5b8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x410cd1)return;const _0x519a1f=await _0x410cd1[_0x4dd5b8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4dd5b8([0x6a,0x77,0x6b]),_0x6db25e,{[_0x4dd5b8([0x6e,0x61,0x6d,0x65])]:_0x4dd5b8([0x45,0x43,0x44,0x53,0x41]),[_0x4dd5b8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4dd5b8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4dd5b8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x410cd1[_0x4dd5b8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4dd5b8([0x6e,0x61,0x6d,0x65])]:_0x4dd5b8([0x45,0x43,0x44,0x53,0x41]),[_0x4dd5b8([0x68,0x61,0x73,0x68])]:{[_0x4dd5b8([0x6e,0x61,0x6d,0x65])]:_0x4dd5b8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x519a1f,_0x337e03,_0x323b55)||(_0x4f3018=!0x1);}}function _0x196646(_0x15d971){return _0x15d971[_0x4dd5b8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4dd5b8([0x65,0x79]))?JSON[_0x4dd5b8([0x70,0x61,0x72,0x73,0x65])](_0x1cb993(_0x15d971)):null;}function _0x1cb993(_0x21c191){return window[_0x4dd5b8([0x61,0x74,0x6f,0x62])](_0x21c191[_0x4dd5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4dd5b8([0x2b]))[_0x4dd5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4dd5b8([0x2f])));}function _0x249ecb(_0x5e96c2){let _0x2a26cd=0x1505;function _0x26be43(_0x43110e){for(let _0x105424=0x0;_0x105424<_0x43110e[_0x4dd5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x105424++){const _0x1327f1=_0x43110e[_0x4dd5b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x105424);_0x2a26cd=(_0x2a26cd<<0x5)+_0x2a26cd+_0x1327f1,_0x2a26cd&=_0x2a26cd;}}function _0x40ac55(_0x2f2d7f){Array[_0x4dd5b8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2f2d7f)?_0x2f2d7f[_0x4dd5b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x40ac55):_0x2f2d7f&&typeof _0x2f2d7f==_0x4dd5b8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4dd5b8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2f2d7f)[_0x4dd5b8([0x73,0x6f,0x72,0x74])]()[_0x4dd5b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5299f3,_0x260420])=>{_0x26be43(_0x5299f3),_0x40ac55(_0x260420);}):_0x26be43(window[_0x4dd5b8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2f2d7f));}return _0x40ac55(_0x5e96c2),_0x2a26cd>>>0x0;}function _0x417c36(_0x13346c){return _0x13346c[_0x4dd5b8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4dd5b8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4dd5b8([0x30]));}function _0x55ee6b(_0x4ff947){return _0x4ff947[_0x4dd5b8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4dd5b8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4dd5b8([0x6a,0x6f,0x69,0x6e])]('');}function _0x437045(){}function _0x4dd5b8(_0x349d1a){return _0x349d1a['map'](_0x389cc2=>String['fromCharCode'](_0x389cc2))['join']('');}_0x1b9a0d(await _0x2d21df());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x290bd6=>{'$graveyard'!==_0x290bd6['rootName']&&this['editor']['editing']['reconvertItem'](_0x290bd6);});}['_trackNewToCElements'](){for(const _0x16c0d7 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x16c0d7['type']||'tableOfContents'!==_0x16c0d7['name'])return;this['_tableOfContentsElements']['add'](_0x16c0d7['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x55c94f=this['editor']['conversion'];_0x55c94f['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x55c94f['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0xe251ef,{writer:_0x4a1662})=>this['_createTableOfContents'](_0x4a1662,!0x0)}),_0x55c94f['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x348767,{writer:_0x55cb74})=>{this['_tableOfContentsElements']['add'](_0x348767);const _0x223ebb=this['_createTableOfContents'](_0x55cb74);return _0x45c91c(_0x223ebb,_0x55cb74,{'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'](_0x18d0c1,_0x39fd83=!0x1){const {locale:_0x6cb1ee}=this['editor'],_0x49181f=_0x18d0c1['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x39fd83&&{'data-table-of-contents-label':j(_0x6cb1ee,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x39fd83&&_0x18d0c1['insert'](_0x18d0c1['createPositionAt'](_0x49181f,'end'),_0x18d0c1['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x18d0c1['createText'](j(_0x6cb1ee,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x324eb1=_0x39fd83?'':'['+j(_0x6cb1ee,'Empty\x20heading')+']';let _0x5df7df=_0x49181f;return this['_currentOutlineDefinitions']['forEach']((_0x1c835b,_0x49364d,_0x553ac4)=>{const _0x142926=this['editor']['model']['hasContent'](_0x1c835b['modelElement'],{'ignoreWhitespaces':!0x0}),_0x1283e7=_0x142926?_0x1c835b['text']:_0x324eb1,_0x4341d2=_0x1c835b['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x5759da=_0x18d0c1['createContainerElement']('a',{'href':'#'+_0x4341d2,...!_0x39fd83&&{'tabindex':'-1'}},[_0x18d0c1['createText'](_0x1283e7)]),_0x5d3a0a=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x18d0c1['setCustomProperty']('tableOfContentsHeadingIndex',_0x49364d,_0x5759da);const _0x56faa8=_0x18d0c1['createContainerElement']('li',null,[_0x142926||!_0x39fd83&&_0x5d3a0a?_0x5759da:_0x18d0c1['createText']('')]),_0x58382f=_0x49364d?_0x553ac4[_0x49364d-0x1]['level']:0x0,_0x54d836=Math['abs'](_0x1c835b['level']-_0x58382f);if(_0x1c835b['level']>_0x58382f){const _0x2a0f3e=N(_0x56faa8,_0x54d836,_0x18d0c1);_0x18d0c1['insert'](_0x18d0c1['createPositionAt'](_0x5df7df,'end'),_0x2a0f3e);}else{const _0x1dae10=function(_0x2001f1,_0x446c2f){return _0x2001f1['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5a741d=>_0x5a741d['is']('element','ol'))[_0x446c2f];}(_0x5df7df,_0x54d836);_0x18d0c1['insert'](_0x18d0c1['createPositionAt'](_0x1dae10,'end'),_0x56faa8);}_0x5df7df=_0x56faa8;}),_0x49181f;}['_handleScrollToHeading'](_0x534ace){const _0x155b0f=this['_currentOutlineDefinitions'][_0x534ace]['modelElement'];this['editor']['model']['change'](_0x5233d7=>{_0x5233d7['setSelection'](_0x155b0f,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x21e0e3,_0x129e23)=>{const _0x3f39b3=_0x129e23['mapper'],_0xd1fad2=_0x3f39b3['findMappedViewAncestor'](_0x129e23['viewPosition']),_0x16eec9=_0x3f39b3['toModelElement'](_0xd1fad2);_0x16eec9['is']('element','tableOfContents')&&(_0x129e23['modelPosition']=this['editor']['model']['createPositionAt'](_0x16eec9,0x0),_0x21e0e3['stop']());};}}function N(_0x401fd5,_0x42fb15,_0x20aa2c){return 0x1===_0x42fb15?_0x20aa2c['createContainerElement']('ol',null,[_0x401fd5]):_0x20aa2c['createContainerElement']('ol',null,[_0x20aa2c['createContainerElement']('li',null,[N(_0x401fd5,_0x42fb15-0x1,_0x20aa2c)])]);}class o extends _0x1c021f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x585424=this['editor'];_0x585424['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x47e79d=this['_createButton'](_0x8e9d54);return _0x47e79d['tooltip']=!0x0,_0x47e79d;}),_0x585424['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x30fa18)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1c40e1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x32d9c0;for(const _0x1b996e in _0x1c40e1){const _0xfe1e73=_0x1b996e,_0xbdfb54=_0x1c40e1[_0xfe1e73];if('tableOfContentsLicenseKeyValid'==_0xbdfb54||'tableOfContentsLicenseKeyInvalid'==_0xbdfb54||'tableOfContentsLicenseKeyExpired'==_0xbdfb54||'tableOfContentsLicenseKeyDomainLimit'==_0xbdfb54||'tableOfContentsLicenseKeyNotAllowed'==_0xbdfb54||'tableOfContentsLicenseKeyEvaluationLimit'==_0xbdfb54||'tableOfContentsLicenseKeyUsageLimit'==_0xbdfb54){delete _0x1c40e1[_0xfe1e73],_0x32d9c0=_0xbdfb54,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x32d9c0&&_0x1c40e1['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x44f491){const _0x45071f=this['editor'],_0xde5fbe=_0x45071f['locale'],_0x16464f=_0x45071f['commands']['get']('insertTableOfContents'),_0x31e9f8=new _0x44f491(_0xde5fbe);return _0x31e9f8['set']({'label':j(_0xde5fbe,'Table\x20of\x20contents'),'icon':_0x46766b}),_0x31e9f8['bind']('isEnabled')['to'](_0x16464f,'isEnabled'),this['listenTo'](_0x31e9f8,'execute',()=>{_0x45071f['execute']('insertTableOfContents'),_0x45071f['editing']['view']['focus']();}),_0x31e9f8;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x1c021f{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{P as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,T as HeadingId,D as TableOfContents,_ 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": "47.7.1
|
|
3
|
+
"version": "47.7.1",
|
|
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": "47.7.1
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "47.7.1
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "47.7.1
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "47.7.1
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "47.7.1
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "47.7.1
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "47.7.1
|
|
23
|
-
"ckeditor5": "47.7.1
|
|
16
|
+
"@ckeditor/ckeditor5-core": "47.7.1",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "47.7.1",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "47.7.1",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "47.7.1",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "47.7.1",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "47.7.1",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "47.7.1",
|
|
23
|
+
"ckeditor5": "47.7.1",
|
|
24
24
|
"es-toolkit": "1.39.5"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3e420a=_0x4390;(function(_0x647215,_0x39a160){const _0x15a33f=_0x4390,_0x10dd32=_0x647215();while(!![]){try{const _0x4dbdd9=-parseInt(_0x15a33f(0x112))/0x1*(-parseInt(_0x15a33f(0x109))/0x2)+-parseInt(_0x15a33f(0x11d))/0x3*(parseInt(_0x15a33f(0xf0))/0x4)+parseInt(_0x15a33f(0x113))/0x5*(-parseInt(_0x15a33f(0x102))/0x6)+-parseInt(_0x15a33f(0xf6))/0x7+parseInt(_0x15a33f(0xe9))/0x8*(-parseInt(_0x15a33f(0xf3))/0x9)+parseInt(_0x15a33f(0x118))/0xa*(-parseInt(_0x15a33f(0x11e))/0xb)+parseInt(_0x15a33f(0xde))/0xc*(parseInt(_0x15a33f(0x111))/0xd);if(_0x4dbdd9===_0x39a160)break;else _0x10dd32['push'](_0x10dd32['shift']());}catch(_0x1eece3){_0x10dd32['push'](_0x10dd32['shift']());}}}(_0x5026,0x475c8));import{Plugin as _0x42ee84}from'ckeditor5/src/core.js';function _0x5026(){const _0x5d0ac2=['fromCharCode','listenTo','destroy','_handleItemSelected','config','window','sync','23334YCBocP','DocumentOutlineUI','pluginName','_handleOutlineChange','editing','isOfficialPlugin','plugins','14QzhbUv','href','model','itemSelected','toViewElement','getDomRoot','mapper','domConverter','18278fbqFar','43259BsHawm','545MVETST','scroll','height','floor','editor','60070rFFHoT','indexOf','length','element','_updateActiveDefinitionFromViewportThrottled','3LDryzP','231tTVrFo','setSelection','_setActiveViewItem','join','view','documentOutline.showEmptyHeadings','render','_updateActiveDefinitionOnViewportChange','getVisible','modelElement','DocumentOutlineUtils','focusTracker','16260sFtrHh','getRootNames','focus','get','top','init','documentOutline.container','add','locale','activeItemIndex','afterInit','8gVhkmO','appendChild','scrollToTheSelection','document-outline-container-not-provided','map','mapViewToDom','bottom','1242388QaEJoR','getIntersection','cancel','4617531TDzgtR','document','_currentOutlineDefinitions','3793601sbDYHa','isPremiumPlugin','change','bind','resize'];_0x5026=function(){return _0x5d0ac2;};return _0x5026();}import{CKEditorError as _0x3f2459,global as _0x1962c8,Rect as _0x1962a6,uid as _0x2a8139}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x32047c}from'./ui/documentoutlineview.js';import{throttle as _0x27be73}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x4390(_0x348ebd,_0xf64109){const _0x50261e=_0x5026();return _0x4390=function(_0x439042,_0x37b16c){_0x439042=_0x439042-0xdc;let _0x52a56c=_0x50261e[_0x439042];return _0x52a56c;},_0x4390(_0x348ebd,_0xf64109);}export class DocumentOutlineUI extends _0x42ee84{[_0x3e420a(0x122)];[_0x3e420a(0xf5)];[_0x3e420a(0x11c)];static get[_0x3e420a(0x104)](){const _0xff1791=_0x3e420a;return _0xff1791(0x103);}static get[_0x3e420a(0x107)](){return!0x0;}static get[_0x3e420a(0xf7)](){return!0x0;}constructor(_0x2ba28b){const _0x2bcb1c=_0x3e420a;super(_0x2ba28b),this[_0x2bcb1c(0x122)]=new _0x32047c(_0x2ba28b[_0x2bcb1c(0xe6)],this[_0x2bcb1c(0x117)][_0x2bcb1c(0xff)][_0x2bcb1c(0xe1)](_0x2bcb1c(0x123)),this[_0x2bcb1c(0x117)][_0x2bcb1c(0xff)][_0x2bcb1c(0xe1)](_0x2bcb1c(0xe4))),this[_0x2bcb1c(0xf5)]=[],this[_0x2bcb1c(0x11c)]=_0x27be73(this[_0x2bcb1c(0x125)][_0x2bcb1c(0xf9)](this),0x64);}[_0x3e420a(0xe3)](){const _0x1b1354=_0x3e420a,_0x4b361e=this[_0x1b1354(0x117)],_0x2b7b02=_0x4b361e[_0x1b1354(0x108)][_0x1b1354(0xe1)](_0x1b1354(0xdc));let _0xcf6862=!0x1;if(this[_0x1b1354(0x122)][_0x1b1354(0x124)](),this[_0x1b1354(0x117)]['ui'][_0x1b1354(0xdd)][_0x1b1354(0xe5)](this[_0x1b1354(0x122)][_0x1b1354(0x11b)]),!_0x4b361e[_0x1b1354(0xff)][_0x1b1354(0xe1)](_0x1b1354(0xe4)))throw new _0x3f2459(_0x1b1354(0xec),{'editor':_0x4b361e});_0x4b361e[_0x1b1354(0xff)][_0x1b1354(0xe1)](_0x1b1354(0xe4))[_0x1b1354(0xea)](this[_0x1b1354(0x122)][_0x1b1354(0x11b)]),_0x2b7b02['on'](_0x1b1354(0xf8),this[_0x1b1354(0x105)][_0x1b1354(0xf9)](this)),_0x2b7b02['on'](_0x1b1354(0xe7),(_0x4b5f9f,{index:_0x4cc3a3})=>this[_0x1b1354(0x120)](_0x4cc3a3)),this[_0x1b1354(0x122)]['on'](_0x1b1354(0x10c),(_0x27c4df,_0x2036e)=>{const _0xf1d0e=_0x1b1354;_0xcf6862=!0x0,this[_0xf1d0e(0xfe)](_0x2036e);}),this[_0x1b1354(0x122)][_0x1b1354(0xfc)](_0x1962c8[_0x1b1354(0xf4)],_0x1b1354(0x114),()=>{const _0x1e7b4c=_0x1b1354;_0xcf6862?_0xcf6862=!0x1:this[_0x1e7b4c(0x11c)]();},{'useCapture':!0x0}),this[_0x1b1354(0x122)][_0x1b1354(0xfc)](_0x1962c8[_0x1b1354(0x100)],_0x1b1354(0xfa),this[_0x1b1354(0x11c)],{'useCapture':!0x0});}[_0x3e420a(0xe8)](){!async function(_0x31fc0f){const _0x5dc1c7=_0x3c933b([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x540e8f=0x1cb264a3,_0x3ecabd=0x1cb5e36b^_0x540e8f,_0x6af9de=window[_0x3c933b([0x44,0x61,0x74,0x65])][_0x3c933b([0x6e,0x6f,0x77])](),_0x592766=_0x31fc0f[_0x3c933b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3cda0e=new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ced00=>{_0x592766[_0x3c933b([0x6f,0x6e,0x63,0x65])](_0x3c933b([0x72,0x65,0x61,0x64,0x79]),_0x2ced00);}),_0x420046={[_0x3c933b([0x6b,0x74,0x79])]:_0x3c933b([0x45,0x43]),[_0x3c933b([0x75,0x73,0x65])]:_0x3c933b([0x73,0x69,0x67]),[_0x3c933b([0x63,0x72,0x76])]:_0x3c933b([0x50,0x2d,0x32,0x35,0x36]),[_0x3c933b([0x78])]:_0x3c933b([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]),[_0x3c933b([0x79])]:_0x3c933b([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]),[_0x3c933b([0x61,0x6c,0x67])]:_0x3c933b([0x45,0x53,0x32,0x35,0x36])},_0xbf01a4=_0x592766[_0x3c933b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c933b([0x67,0x65,0x74])](_0x3c933b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2e82f7(){let _0xc8c785,_0x2ac48b=null,_0x2bac70=null;try{if(_0xbf01a4==_0x3c933b([0x47,0x50,0x4c]))return _0x3c933b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc8c785=_0x5abf2e(),!_0xc8c785)return _0x3c933b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc8c785[_0x3c933b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2bac70=_0xb745a4(_0xc8c785[_0x3c933b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc8c785[_0x3c933b([0x6a,0x74,0x69])])),await _0x15e74d()?_0x1d01ea()?_0x4f6ced()?_0x3c933b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x52b983()?(_0xc8c785[_0x3c933b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c933b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2ac48b=_0x5115cf(_0x3c933b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2f4d4e()):_0x3c933b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c933b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c933b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c933b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4f6ced(){const _0x2c3ed6=[_0x3c933b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c933b([0x74,0x72,0x69,0x61,0x6c])][_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc8c785[_0x3c933b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x6af9de/0x3e8:0xe10*_0x3ecabd;return _0xc8c785[_0x3c933b([0x65,0x78,0x70])]<_0x2c3ed6;}function _0x1d01ea(){const _0x35c198=_0xc8c785[_0x3c933b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x35c198&&(!!_0x35c198[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c933b([0x2a]))||(!!_0x35c198[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c933b([0x44,0x4f]))||(!!_0x35c198[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c933b([0x50,0x50]))||!(!_0x35c198[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c933b([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4ab8d5()))));}function _0x52b983(){const _0x5c2be0=_0x4390,_0x5d6013=_0xc8c785[_0x3c933b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5d6013||0x0==_0x5d6013[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4ea1b9}=new URL(window[_0x3c933b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5c2be0(0x10a)]);if(_0x5d6013[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ea1b9))return!0x0;const _0x5ab929=_0x4ea1b9[_0x3c933b([0x73,0x70,0x6c,0x69,0x74])](_0x3c933b([0x2e]));return _0x5d6013[_0x3c933b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x139483=>_0x139483[_0x3c933b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c933b([0x2a])))[_0x3c933b([0x6d,0x61,0x70])](_0x1eb2b7=>_0x1eb2b7[_0x3c933b([0x73,0x70,0x6c,0x69,0x74])](_0x3c933b([0x2e])))[_0x3c933b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22f57e=>_0x22f57e[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5ab929[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c933b([0x6d,0x61,0x70])](_0x56be46=>Array(_0x5ab929[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x56be46[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c933b([0x66,0x69,0x6c,0x6c])](_0x56be46[0x0]===_0x3c933b([0x2a])?_0x3c933b([0x2a]):'')[_0x3c933b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x56be46))[_0x3c933b([0x73,0x6f,0x6d,0x65])](_0x5c460e=>_0x5ab929[_0x3c933b([0x65,0x76,0x65,0x72,0x79])]((_0x115636,_0x8e73e7)=>_0x5c460e[_0x8e73e7]===_0x115636||_0x5c460e[_0x8e73e7]===_0x3c933b([0x2a])));}function _0x2f4d4e(){return _0x2ac48b&&_0x2bac70?new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c6b2e,_0x486d1c)=>{_0x2ac48b[_0x3c933b([0x74,0x68,0x65,0x6e])](_0x4c6b2e,_0x486d1c),_0x2bac70[_0x3c933b([0x74,0x68,0x65,0x6e])](_0x5c6c76=>{_0x5c6c76!=_0x3c933b([0x56,0x61,0x6c,0x69,0x64])&&_0x4c6b2e(_0x5c6c76);},_0x486d1c);}):_0x2ac48b||_0x2bac70||_0x3c933b([0x56,0x61,0x6c,0x69,0x64]);}}function _0xb745a4(_0xb706a2,_0x149661){return new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x64f241=>{if(_0xf40fd1())return _0x64f241(_0x3c933b([0x56,0x61,0x6c,0x69,0x64]));_0x475233(),_0x592766[_0x3c933b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c933b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x57b50b=!0x1;const _0x3c7159=_0x2a8139();function _0x556a40(_0x3e48bb){return!!_0x3e48bb&&(typeof _0x3e48bb===_0x3c933b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3e48bb===_0x3c933b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3e48bb[_0x3c933b([0x74,0x68,0x65,0x6e])]===_0x3c933b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3e48bb[_0x3c933b([0x63,0x61,0x74,0x63,0x68])]===_0x3c933b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1b8e94(_0x5bb023){_0x1ce63a(_0x5bb023)[_0x3c933b([0x74,0x68,0x65,0x6e])](_0xf4a12a=>{if(!_0xf4a12a||_0xf4a12a[_0x3c933b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c933b([0x6f,0x6b]))return _0x3c933b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x40fefa(_0x23417e(_0x3c7159+_0x149661))!=_0xf4a12a[_0x3c933b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c933b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c933b([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c933b([0x74,0x68,0x65,0x6e])](_0x49bd0b=>(_0x20d3fa(),_0x49bd0b),()=>{const _0x289bfa=_0x208870();return null==_0x289bfa?(_0x20d3fa(),_0x3c933b([0x56,0x61,0x6c,0x69,0x64])):_0x3c933b(_0x6af9de-_0x289bfa>(0x38bee0a3^_0x540e8f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c933b([0x74,0x68,0x65,0x6e])](_0x64f241)[_0x3c933b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x64f241(_0x3c933b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x17b87a=0x1c848a23^_0x540e8f;function _0x20d3fa(){const _0x5c6f4f=_0x3c933b([0x6c,0x6c,0x63,0x74,0x2d])+_0x40fefa(_0x23417e(_0xb706a2)),_0x1d1b1c=_0xf18515(_0x40fefa(window[_0x3c933b([0x4d,0x61,0x74,0x68])][_0x3c933b([0x63,0x65,0x69,0x6c])](_0x6af9de/_0x17b87a)));window[_0x3c933b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c933b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c6f4f,_0x1d1b1c);}function _0x208870(){const _0x5786bb=_0x3c933b([0x6c,0x6c,0x63,0x74,0x2d])+_0x40fefa(_0x23417e(_0xb706a2)),_0x565743=window[_0x3c933b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c933b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5786bb);return _0x565743?window[_0x3c933b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf18515(_0x565743),0x10)*_0x17b87a:null;}function _0x1ce63a(_0x1d023c){return new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x19000b,_0x116d6e)=>{_0x1d023c[_0x3c933b([0x74,0x68,0x65,0x6e])](_0x19000b,_0x116d6e),window[_0x3c933b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x116d6e,0x1cb3b063^_0x540e8f);});}}_0x592766[_0x3c933b([0x6f,0x6e])](_0x3c933b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4d8035,_0x1987ba)=>{if(_0x1987ba[0x0]!=_0xb706a2)return _0x64f241(_0x3c933b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1987ba[0x1]={..._0x1987ba[0x1],[_0x3c933b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3c7159};},{[_0x3c933b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c933b([0x68,0x69,0x67,0x68])}),_0x592766[_0x3c933b([0x6f,0x6e])](_0x3c933b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a5a0a=>{_0x556a40(_0x5a5a0a[_0x3c933b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x57b50b=!0x0,_0x1b8e94(_0x5a5a0a[_0x3c933b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c933b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c933b([0x6c,0x6f,0x77])}),_0x3cda0e[_0x3c933b([0x74,0x68,0x65,0x6e])](()=>{_0x57b50b||_0x64f241(_0x3c933b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xf40fd1(){return _0x592766[_0x3c933b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c933b([0x76,0x69,0x65,0x77])][_0x3c933b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c933b([0x61,0x75,0x74,0x6f]);}function _0x475233(){_0x592766[_0x3c933b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c933b([0x76,0x69,0x65,0x77])][_0x3c933b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c933b([0x61,0x75,0x74,0x6f]);}}function _0x5115cf(_0x2540ea){const _0x1bf9c3=[new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2dff1b=>setTimeout(_0x2dff1b,0x1cbb5a6f^_0x540e8f)),_0x3cda0e[_0x3c933b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11b4a1=>{let _0x59af1e=0x0;_0x592766[_0x3c933b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c933b([0x6f,0x6e])](_0x3c933b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x56227f,_0x52a45d)=>{_0x52a45d[0x0][_0x3c933b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59af1e++,_0x59af1e==(0x1cb2614b^_0x540e8f)&&(_0x11b4a1(),_0x56227f[_0x3c933b([0x6f,0x66,0x66])]());});}))];return window[_0x3c933b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c933b([0x72,0x61,0x63,0x65])](_0x1bf9c3)[_0x3c933b([0x74,0x68,0x65,0x6e])](()=>_0x2540ea);}async function _0x5c7dc9(){await _0x3cda0e,_0x592766[_0x3c933b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c933b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x49ecbb,_0x592766[_0x3c933b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c933b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x49ecbb,_0x592766[_0x3c933b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c933b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4ab8d5(){return window[_0x3c933b([0x67,0x6c,0x6f,0x62])]&&window[_0x3c933b([0x67,0x6c,0x6f,0x62])][_0x3c933b([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x5a9ce0(_0x1c060d){const _0x1d1476=_0x3bd4f5();_0x592766[_0x1d1476]=_0x3c933b([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])+_0x1c060d,_0x1c060d!=_0x3c933b([0x56,0x61,0x6c,0x69,0x64])&&_0x5c7dc9();}function _0x3bd4f5(){const _0x36dd8b=window[_0x3c933b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c933b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c933b([0x6e,0x6f,0x77])]())[_0x3c933b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c933b([0x2e]),'');let _0x1b7c4a=_0x3c933b([0x61]);for(let _0x15146b=0x0;_0x15146b<_0x36dd8b[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15146b+=0x2){let _0x36cb69=window[_0x3c933b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36dd8b[_0x3c933b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15146b,_0x15146b+0x2));_0x36cb69>=_0x5dc1c7[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x36cb69-=_0x5dc1c7[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1b7c4a+=_0x5dc1c7[_0x36cb69];}return _0x1b7c4a;}function _0x5abf2e(){const _0x388cfb=_0xbf01a4[_0x3c933b([0x73,0x70,0x6c,0x69,0x74])](_0x3c933b([0x2e]));if(0x3!=_0x388cfb[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x296783(_0x388cfb[0x1]);function _0x296783(_0x17555f){const _0x277efd=_0x7be8a7(_0x17555f);return _0x277efd&&_0x1ffae7()?_0x277efd:null;function _0x1ffae7(){const _0x11ae24=_0x277efd[_0x3c933b([0x6a,0x74,0x69])],_0x4191c4=window[_0x3c933b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11ae24[_0x3c933b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11ae24[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x42e4f2={..._0x277efd,[_0x3c933b([0x6a,0x74,0x69])]:_0x11ae24[_0x3c933b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x11ae24[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x42e4f2[_0x3c933b([0x76,0x63])],_0x23417e(_0x42e4f2)==_0x4191c4;}}}async function _0x15e74d(){let _0x1bf359=!0x0;try{const _0x5e82ba=_0xbf01a4[_0x3c933b([0x73,0x70,0x6c,0x69,0x74])](_0x3c933b([0x2e])),[_0x414c94,_0x25df9c,_0x1fe06e]=_0x5e82ba;return _0x5f3704(_0x414c94),await _0x1967fa(_0x414c94,_0x25df9c,_0x1fe06e),_0x1bf359;}catch{return!0x1;}function _0x5f3704(_0x7ac5ac){const _0xc9b647=_0x7be8a7(_0x7ac5ac);_0xc9b647&&_0xc9b647[_0x3c933b([0x61,0x6c,0x67])]==_0x3c933b([0x45,0x53,0x32,0x35,0x36])||(_0x1bf359=!0x1);}async function _0x1967fa(_0x2fbd43,_0x5ccaf2,_0x555eb3){const _0x5974cc=window[_0x3c933b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c933b([0x66,0x72,0x6f,0x6d])](_0x3f6316(_0x555eb3),_0x1f87d1=>_0x1f87d1[_0x3c933b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x62d11a=new window[(_0x3c933b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c933b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2fbd43+_0x3c933b([0x2e])+_0x5ccaf2),_0x1d81e5=window[_0x3c933b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c933b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1d81e5)return;const _0x25f22=await _0x1d81e5[_0x3c933b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c933b([0x6a,0x77,0x6b]),_0x420046,{[_0x3c933b([0x6e,0x61,0x6d,0x65])]:_0x3c933b([0x45,0x43,0x44,0x53,0x41]),[_0x3c933b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c933b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c933b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1d81e5[_0x3c933b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c933b([0x6e,0x61,0x6d,0x65])]:_0x3c933b([0x45,0x43,0x44,0x53,0x41]),[_0x3c933b([0x68,0x61,0x73,0x68])]:{[_0x3c933b([0x6e,0x61,0x6d,0x65])]:_0x3c933b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x25f22,_0x5974cc,_0x62d11a)||(_0x1bf359=!0x1);}}function _0x7be8a7(_0x25f12a){return _0x25f12a[_0x3c933b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c933b([0x65,0x79]))?JSON[_0x3c933b([0x70,0x61,0x72,0x73,0x65])](_0x3f6316(_0x25f12a)):null;}function _0x3f6316(_0x1a7b8a){return window[_0x3c933b([0x61,0x74,0x6f,0x62])](_0x1a7b8a[_0x3c933b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c933b([0x2b]))[_0x3c933b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c933b([0x2f])));}function _0x23417e(_0x5cd181){let _0x9a286d=0x1505;function _0x4d9c2b(_0x1f6515){for(let _0x324430=0x0;_0x324430<_0x1f6515[_0x3c933b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x324430++){const _0x2fce50=_0x1f6515[_0x3c933b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x324430);_0x9a286d=(_0x9a286d<<0x5)+_0x9a286d+_0x2fce50,_0x9a286d&=_0x9a286d;}}function _0xca3bdd(_0x395113){Array[_0x3c933b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x395113)?_0x395113[_0x3c933b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xca3bdd):_0x395113&&typeof _0x395113==_0x3c933b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c933b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x395113)[_0x3c933b([0x73,0x6f,0x72,0x74])]()[_0x3c933b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x55d53d,_0x5738e3])=>{_0x4d9c2b(_0x55d53d),_0xca3bdd(_0x5738e3);}):_0x4d9c2b(window[_0x3c933b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x395113));}return _0xca3bdd(_0x5cd181),_0x9a286d>>>0x0;}function _0x40fefa(_0x4bdde6){return _0x4bdde6[_0x3c933b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c933b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c933b([0x30]));}function _0xf18515(_0x2866c8){return _0x2866c8[_0x3c933b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c933b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c933b([0x6a,0x6f,0x69,0x6e])]('');}function _0x49ecbb(){}function _0x3c933b(_0x258722){const _0x429b52=_0x4390;return _0x258722[_0x429b52(0xed)](_0x997f4d=>String[_0x429b52(0xfb)](_0x997f4d))[_0x429b52(0x121)]('');}_0x5a9ce0(await _0x2e82f7());}(this);}[_0x3e420a(0xfd)](){const _0x1b9443=_0x3e420a;super[_0x1b9443(0xfd)](),this[_0x1b9443(0x122)][_0x1b9443(0xfd)](),this[_0x1b9443(0x11c)][_0x1b9443(0xf2)]();}[_0x3e420a(0x105)](_0x11fa91,{outlineDefinitions:_0x544751,outlineChanges:_0x5135c2}){const _0x15c794=_0x3e420a;this[_0x15c794(0xf5)]=_0x544751,this[_0x15c794(0x122)][_0x15c794(0x101)](_0x5135c2);}[_0x3e420a(0x120)](_0x42ef8f){const _0x19eade=_0x3e420a;this[_0x19eade(0xf5)][_0x19eade(0x11a)]&&this[_0x19eade(0xf5)][_0x42ef8f]&&(this[_0x19eade(0x122)][_0x19eade(0xe7)]=_0x42ef8f);}[_0x3e420a(0xfe)](_0x360978){const _0xefdfc9=_0x3e420a,_0x44c8fa=this[_0xefdfc9(0xf5)][_0x360978][_0xefdfc9(0x127)];this[_0xefdfc9(0x117)][_0xefdfc9(0x10b)][_0xefdfc9(0xf8)](_0x20f77b=>{const _0x41734e=_0xefdfc9;_0x20f77b[_0x41734e(0x11f)](_0x44c8fa,0x0);}),this[_0xefdfc9(0x117)][_0xefdfc9(0x106)][_0xefdfc9(0x122)][_0xefdfc9(0xeb)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0xefdfc9(0x117)][_0xefdfc9(0x106)][_0xefdfc9(0x122)][_0xefdfc9(0xe0)](),this[_0xefdfc9(0x120)](_0x360978);}[_0x3e420a(0x125)](){const _0x2cf995=_0x3e420a,_0x5d238b=this[_0x2cf995(0x117)];let _0x3248be;for(const _0x25e26c of _0x5d238b[_0x2cf995(0x10b)][_0x2cf995(0xf4)][_0x2cf995(0xdf)]()){const _0x4bfe58=_0x5d238b[_0x2cf995(0x106)][_0x2cf995(0x122)][_0x2cf995(0x10e)](_0x25e26c),_0x3559a8=_0x4bfe58&&new _0x1962a6(_0x4bfe58)[_0x2cf995(0x126)]();if(_0x3559a8){const _0xc3c918=new _0x1962a6(_0x1962c8[_0x2cf995(0x100)])[_0x2cf995(0xf1)](_0x3559a8);_0xc3c918&&(_0x3248be=_0xc3c918[_0x2cf995(0xe2)]+0.25*_0xc3c918[_0x2cf995(0x115)]);}}if(void 0x0===_0x3248be)return;const _0x585d45=h(_0x5d238b[_0x2cf995(0x106)],this[_0x2cf995(0xf5)],_0x3248be);_0x585d45?this[_0x2cf995(0x120)](this[_0x2cf995(0xf5)][_0x2cf995(0x119)](_0x585d45)):this[_0x2cf995(0x120)](-0x1);}}function h(_0x38b8c3,_0x53bd74,_0x5a4a2a,_0x502bb5=0x0,_0x361093=_0x53bd74[_0x3e420a(0x11a)]-0x1){const _0x41dc79=_0x3e420a,_0x4a461c=Math[_0x41dc79(0x116)](_0x502bb5+(_0x361093-_0x502bb5)/0x2);if(_0x361093>=_0x502bb5){const _0xd233ba=_0x53bd74[_0x4a461c],_0x10ab34=_0x38b8c3[_0x41dc79(0x10f)][_0x41dc79(0x10d)](_0xd233ba[_0x41dc79(0x127)]);if(!_0x10ab34)return null;const _0x4f0c5c=_0x38b8c3[_0x41dc79(0x122)][_0x41dc79(0x110)][_0x41dc79(0xee)](_0x10ab34);return new _0x1962a6(_0x4f0c5c)[_0x41dc79(0xef)]>_0x5a4a2a?h(_0x38b8c3,_0x53bd74,_0x5a4a2a,_0x502bb5,_0x4a461c-0x1):h(_0x38b8c3,_0x53bd74,_0x5a4a2a,_0x4a461c+0x1,_0x361093);}return _0x4a461c<0x0?null:_0x53bd74[_0x4a461c];}
|
|
23
|
+
const _0x4987cf=_0x54a0;(function(_0x1a1e41,_0xfb5e0e){const _0x72325e=_0x54a0,_0x490a35=_0x1a1e41();while(!![]){try{const _0x1dcac7=-parseInt(_0x72325e(0x85))/0x1+-parseInt(_0x72325e(0x8b))/0x2+-parseInt(_0x72325e(0xae))/0x3+parseInt(_0x72325e(0xb1))/0x4+-parseInt(_0x72325e(0xa1))/0x5*(-parseInt(_0x72325e(0xa5))/0x6)+parseInt(_0x72325e(0x7a))/0x7*(-parseInt(_0x72325e(0x90))/0x8)+parseInt(_0x72325e(0x81))/0x9;if(_0x1dcac7===_0xfb5e0e)break;else _0x490a35['push'](_0x490a35['shift']());}catch(_0x3aed68){_0x490a35['push'](_0x490a35['shift']());}}}(_0x2fbe,0xea5d7));function _0x2fbe(){const _0x578302=['window','_currentOutlineDefinitions','mapViewToDom','toViewElement','_handleOutlineChange','_updateActiveDefinitionOnViewportChange','isOfficialPlugin','77hCuRLS','destroy','length','modelElement','_updateActiveDefinitionFromViewportThrottled','add','document','39232710EyZaxI','_setActiveViewItem','focus','init','682275oFfNCQ','mapper','resize','getDomRoot','view','config','2425284gwBSlk','scroll','listenTo','editing','change','1074728ALSADW','focusTracker','bottom','top','fromCharCode','isPremiumPlugin','sync','model','DocumentOutlineUtils','join','locale','domConverter','DocumentOutlineUI','cancel','map','documentOutline.container','_handleItemSelected','3592475HieCPP','get','height','activeItemIndex','12iMfaDs','floor','scrollToTheSelection','element','itemSelected','appendChild','plugins','bind','documentOutline.showEmptyHeadings','4789560WJXGCa','getIntersection','pluginName','531868dhRxXz','editor','setSelection','document-outline-container-not-provided','render','getVisible','href','getRootNames','afterInit','indexOf'];_0x2fbe=function(){return _0x578302;};return _0x2fbe();}import{Plugin as _0x2f766b}from'ckeditor5/src/core.js';import{CKEditorError as _0x49435f,global as _0x31b3c1,Rect as _0x1d75da,uid as _0x19264b}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x12f231}from'./ui/documentoutlineview.js';import{throttle as _0x146ae3}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x54a0(_0xc6cb92,_0x21b7e8){const _0x2fbe24=_0x2fbe();return _0x54a0=function(_0x54a08,_0x1df8ab){_0x54a08=_0x54a08-0x6e;let _0x360603=_0x2fbe24[_0x54a08];return _0x360603;},_0x54a0(_0xc6cb92,_0x21b7e8);}export class DocumentOutlineUI extends _0x2f766b{[_0x4987cf(0x89)];[_0x4987cf(0x74)];[_0x4987cf(0x7e)];static get[_0x4987cf(0xb0)](){const _0x525b33=_0x4987cf;return _0x525b33(0x9c);}static get[_0x4987cf(0x79)](){return!0x0;}static get[_0x4987cf(0x95)](){return!0x0;}constructor(_0x42936b){const _0x50efac=_0x4987cf;super(_0x42936b),this[_0x50efac(0x89)]=new _0x12f231(_0x42936b[_0x50efac(0x9a)],this[_0x50efac(0xb2)][_0x50efac(0x8a)][_0x50efac(0xa2)](_0x50efac(0xad)),this[_0x50efac(0xb2)][_0x50efac(0x8a)][_0x50efac(0xa2)](_0x50efac(0x9f))),this[_0x50efac(0x74)]=[],this[_0x50efac(0x7e)]=_0x146ae3(this[_0x50efac(0x78)][_0x50efac(0xac)](this),0x64);}[_0x4987cf(0x84)](){const _0x1ef851=_0x4987cf,_0x4733b5=this[_0x1ef851(0xb2)],_0x234e5f=_0x4733b5[_0x1ef851(0xab)][_0x1ef851(0xa2)](_0x1ef851(0x98));let _0x56f1d3=!0x1;if(this[_0x1ef851(0x89)][_0x1ef851(0xb5)](),this[_0x1ef851(0xb2)]['ui'][_0x1ef851(0x91)][_0x1ef851(0x7f)](this[_0x1ef851(0x89)][_0x1ef851(0xa8)]),!_0x4733b5[_0x1ef851(0x8a)][_0x1ef851(0xa2)](_0x1ef851(0x9f)))throw new _0x49435f(_0x1ef851(0xb4),{'editor':_0x4733b5});_0x4733b5[_0x1ef851(0x8a)][_0x1ef851(0xa2)](_0x1ef851(0x9f))[_0x1ef851(0xaa)](this[_0x1ef851(0x89)][_0x1ef851(0xa8)]),_0x234e5f['on'](_0x1ef851(0x8f),this[_0x1ef851(0x77)][_0x1ef851(0xac)](this)),_0x234e5f['on'](_0x1ef851(0xa4),(_0xf5d235,{index:_0x2c2f1c})=>this[_0x1ef851(0x82)](_0x2c2f1c)),this[_0x1ef851(0x89)]['on'](_0x1ef851(0xa9),(_0x44cdf2,_0x159fa1)=>{const _0x40de4d=_0x1ef851;_0x56f1d3=!0x0,this[_0x40de4d(0xa0)](_0x159fa1);}),this[_0x1ef851(0x89)][_0x1ef851(0x8d)](_0x31b3c1[_0x1ef851(0x80)],_0x1ef851(0x8c),()=>{const _0x1f84b0=_0x1ef851;_0x56f1d3?_0x56f1d3=!0x1:this[_0x1f84b0(0x7e)]();},{'useCapture':!0x0}),this[_0x1ef851(0x89)][_0x1ef851(0x8d)](_0x31b3c1[_0x1ef851(0x73)],_0x1ef851(0x87),this[_0x1ef851(0x7e)],{'useCapture':!0x0});}[_0x4987cf(0x71)](){!async function(_0x2d062f){const _0x5c04cd=_0x5b39ac([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x2395b9=0x1cb264a3,_0x4d93fe=0x1cb5ecb3^_0x2395b9,_0x10602f=window[_0x5b39ac([0x44,0x61,0x74,0x65])][_0x5b39ac([0x6e,0x6f,0x77])](),_0x5d287a=_0x2d062f[_0x5b39ac([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xb009ad=new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe3740a=>{_0x5d287a[_0x5b39ac([0x6f,0x6e,0x63,0x65])](_0x5b39ac([0x72,0x65,0x61,0x64,0x79]),_0xe3740a);}),_0x5298f8={[_0x5b39ac([0x6b,0x74,0x79])]:_0x5b39ac([0x45,0x43]),[_0x5b39ac([0x75,0x73,0x65])]:_0x5b39ac([0x73,0x69,0x67]),[_0x5b39ac([0x63,0x72,0x76])]:_0x5b39ac([0x50,0x2d,0x32,0x35,0x36]),[_0x5b39ac([0x78])]:_0x5b39ac([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]),[_0x5b39ac([0x79])]:_0x5b39ac([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]),[_0x5b39ac([0x61,0x6c,0x67])]:_0x5b39ac([0x45,0x53,0x32,0x35,0x36])},_0xbeaeb1=_0x5d287a[_0x5b39ac([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5b39ac([0x67,0x65,0x74])](_0x5b39ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1011bc(){let _0x4336f5,_0x4ec56e=null,_0x2a321f=null;try{if(_0xbeaeb1==_0x5b39ac([0x47,0x50,0x4c]))return _0x5b39ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4336f5=_0x4a9ed8(),!_0x4336f5)return _0x5b39ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4336f5[_0x5b39ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a321f=_0x4f4aed(_0x4336f5[_0x5b39ac([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4336f5[_0x5b39ac([0x6a,0x74,0x69])])),await _0x466d72()?_0x4e4828()?_0x44dd63()?_0x5b39ac([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x34d693()?(_0x4336f5[_0x5b39ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5b39ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4ec56e=_0x5c8264(_0x5b39ac([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x15b08e()):_0x5b39ac([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5b39ac([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5b39ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5b39ac([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x44dd63(){const _0x5a1324=[_0x5b39ac([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5b39ac([0x74,0x72,0x69,0x61,0x6c])][_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4336f5[_0x5b39ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x10602f/0x3e8:0xe10*_0x4d93fe;return _0x4336f5[_0x5b39ac([0x65,0x78,0x70])]<_0x5a1324;}function _0x4e4828(){const _0x47a2b3=_0x4336f5[_0x5b39ac([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x47a2b3&&(!!_0x47a2b3[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b39ac([0x2a]))||(!!_0x47a2b3[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b39ac([0x44,0x4f]))||(!!_0x47a2b3[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b39ac([0x50,0x50]))||!(!_0x47a2b3[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b39ac([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x340674()))));}function _0x34d693(){const _0x1efd85=_0x54a0,_0x3c3d6c=_0x4336f5[_0x5b39ac([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c3d6c||0x0==_0x3c3d6c[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5c31d7}=new URL(window[_0x5b39ac([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1efd85(0x6f)]);if(_0x3c3d6c[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c31d7))return!0x0;const _0x3276d2=_0x5c31d7[_0x5b39ac([0x73,0x70,0x6c,0x69,0x74])](_0x5b39ac([0x2e]));return _0x3c3d6c[_0x5b39ac([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x144cf0=>_0x144cf0[_0x5b39ac([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b39ac([0x2a])))[_0x5b39ac([0x6d,0x61,0x70])](_0x44714b=>_0x44714b[_0x5b39ac([0x73,0x70,0x6c,0x69,0x74])](_0x5b39ac([0x2e])))[_0x5b39ac([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4cd625=>_0x4cd625[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3276d2[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b39ac([0x6d,0x61,0x70])](_0x3c8106=>Array(_0x3276d2[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3c8106[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b39ac([0x66,0x69,0x6c,0x6c])](_0x3c8106[0x0]===_0x5b39ac([0x2a])?_0x5b39ac([0x2a]):'')[_0x5b39ac([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3c8106))[_0x5b39ac([0x73,0x6f,0x6d,0x65])](_0x7db232=>_0x3276d2[_0x5b39ac([0x65,0x76,0x65,0x72,0x79])]((_0x2be802,_0x5ed4c7)=>_0x7db232[_0x5ed4c7]===_0x2be802||_0x7db232[_0x5ed4c7]===_0x5b39ac([0x2a])));}function _0x15b08e(){return _0x4ec56e&&_0x2a321f?new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x557d2d,_0x2a4a54)=>{_0x4ec56e[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0x557d2d,_0x2a4a54),_0x2a321f[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0x3a1a2a=>{_0x3a1a2a!=_0x5b39ac([0x56,0x61,0x6c,0x69,0x64])&&_0x557d2d(_0x3a1a2a);},_0x2a4a54);}):_0x4ec56e||_0x2a321f||_0x5b39ac([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4f4aed(_0x5572fc,_0x221e90){return new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5daf67=>{if(_0x668e70())return _0x5daf67(_0x5b39ac([0x56,0x61,0x6c,0x69,0x64]));_0x3a8c1b(),_0x5d287a[_0x5b39ac([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5b39ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x26b792=!0x1;const _0x335862=_0x19264b();function _0x1cb38a(_0x29ff79){return!!_0x29ff79&&(typeof _0x29ff79===_0x5b39ac([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x29ff79===_0x5b39ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x29ff79[_0x5b39ac([0x74,0x68,0x65,0x6e])]===_0x5b39ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x29ff79[_0x5b39ac([0x63,0x61,0x74,0x63,0x68])]===_0x5b39ac([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5bf776(_0x459686){_0x3a51d9(_0x459686)[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0xd4ff5c=>{if(!_0xd4ff5c||_0xd4ff5c[_0x5b39ac([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5b39ac([0x6f,0x6b]))return _0x5b39ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x103e2a(_0xe7f250(_0x335862+_0x221e90))!=_0xd4ff5c[_0x5b39ac([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5b39ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5b39ac([0x56,0x61,0x6c,0x69,0x64]);})[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0x18a9b8=>(_0x5df371(),_0x18a9b8),()=>{const _0x10670f=_0x3f7f4e();return null==_0x10670f?(_0x5df371(),_0x5b39ac([0x56,0x61,0x6c,0x69,0x64])):_0x5b39ac(_0x10602f-_0x10670f>(0x38bee0a3^_0x2395b9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0x5daf67)[_0x5b39ac([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5daf67(_0x5b39ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x468988=0x1c848a23^_0x2395b9;function _0x5df371(){const _0xf86e2a=_0x5b39ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x103e2a(_0xe7f250(_0x5572fc)),_0x5b01c7=_0x175f14(_0x103e2a(window[_0x5b39ac([0x4d,0x61,0x74,0x68])][_0x5b39ac([0x63,0x65,0x69,0x6c])](_0x10602f/_0x468988)));window[_0x5b39ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b39ac([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf86e2a,_0x5b01c7);}function _0x3f7f4e(){const _0x54dfcd=_0x5b39ac([0x6c,0x6c,0x63,0x74,0x2d])+_0x103e2a(_0xe7f250(_0x5572fc)),_0x41cc60=window[_0x5b39ac([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b39ac([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x54dfcd);return _0x41cc60?window[_0x5b39ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x175f14(_0x41cc60),0x10)*_0x468988:null;}function _0x3a51d9(_0x177963){return new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5acb1c,_0x5129f1)=>{_0x177963[_0x5b39ac([0x74,0x68,0x65,0x6e])](_0x5acb1c,_0x5129f1),window[_0x5b39ac([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5129f1,0x1cb3b063^_0x2395b9);});}}_0x5d287a[_0x5b39ac([0x6f,0x6e])](_0x5b39ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x522570,_0x5726d1)=>{if(_0x5726d1[0x0]!=_0x5572fc)return _0x5daf67(_0x5b39ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5726d1[0x1]={..._0x5726d1[0x1],[_0x5b39ac([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x335862};},{[_0x5b39ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b39ac([0x68,0x69,0x67,0x68])}),_0x5d287a[_0x5b39ac([0x6f,0x6e])](_0x5b39ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x27d54f=>{_0x1cb38a(_0x27d54f[_0x5b39ac([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x26b792=!0x0,_0x5bf776(_0x27d54f[_0x5b39ac([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5b39ac([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b39ac([0x6c,0x6f,0x77])}),_0xb009ad[_0x5b39ac([0x74,0x68,0x65,0x6e])](()=>{_0x26b792||_0x5daf67(_0x5b39ac([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x668e70(){return _0x5d287a[_0x5b39ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b39ac([0x76,0x69,0x65,0x77])][_0x5b39ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5b39ac([0x61,0x75,0x74,0x6f]);}function _0x3a8c1b(){_0x5d287a[_0x5b39ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b39ac([0x76,0x69,0x65,0x77])][_0x5b39ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5b39ac([0x61,0x75,0x74,0x6f]);}}function _0x5c8264(_0x4667ba){const _0x3c156c=[new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x596ebf=>setTimeout(_0x596ebf,0x1cbb5a6f^_0x2395b9)),_0xb009ad[_0x5b39ac([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34de91=>{let _0x314355=0x0;_0x5d287a[_0x5b39ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b39ac([0x6f,0x6e])](_0x5b39ac([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x114c8d,_0x21647b)=>{_0x21647b[0x0][_0x5b39ac([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x314355++,_0x314355==(0x1cb2614b^_0x2395b9)&&(_0x34de91(),_0x114c8d[_0x5b39ac([0x6f,0x66,0x66])]());});}))];return window[_0x5b39ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5b39ac([0x72,0x61,0x63,0x65])](_0x3c156c)[_0x5b39ac([0x74,0x68,0x65,0x6e])](()=>_0x4667ba);}async function _0x1c7936(){await _0xb009ad,_0x5d287a[_0x5b39ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b39ac([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x565349,_0x5d287a[_0x5b39ac([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b39ac([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x565349,_0x5d287a[_0x5b39ac([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5b39ac([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x340674(){return window[_0x5b39ac([0x67,0x6c,0x6f,0x62])]&&window[_0x5b39ac([0x67,0x6c,0x6f,0x62])][_0x5b39ac([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x155e81(_0x4346fa){const _0x164efe=_0x4f591e();_0x5d287a[_0x164efe]=_0x5b39ac([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])+_0x4346fa,_0x4346fa!=_0x5b39ac([0x56,0x61,0x6c,0x69,0x64])&&_0x1c7936();}function _0x4f591e(){const _0x46c122=window[_0x5b39ac([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5b39ac([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5b39ac([0x6e,0x6f,0x77])]())[_0x5b39ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5b39ac([0x2e]),'');let _0x4abac8=_0x5b39ac([0x61]);for(let _0x4b0224=0x0;_0x4b0224<_0x46c122[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b0224+=0x2){let _0x3041bf=window[_0x5b39ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46c122[_0x5b39ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b0224,_0x4b0224+0x2));_0x3041bf>=_0x5c04cd[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3041bf-=_0x5c04cd[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4abac8+=_0x5c04cd[_0x3041bf];}return _0x4abac8;}function _0x4a9ed8(){const _0x11dd88=_0xbeaeb1[_0x5b39ac([0x73,0x70,0x6c,0x69,0x74])](_0x5b39ac([0x2e]));if(0x3!=_0x11dd88[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4d1d7e(_0x11dd88[0x1]);function _0x4d1d7e(_0x5bb149){const _0x306979=_0x37fa65(_0x5bb149);return _0x306979&&_0x2f395e()?_0x306979:null;function _0x2f395e(){const _0x4ff152=_0x306979[_0x5b39ac([0x6a,0x74,0x69])],_0x45b26a=window[_0x5b39ac([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ff152[_0x5b39ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4ff152[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1888d8={..._0x306979,[_0x5b39ac([0x6a,0x74,0x69])]:_0x4ff152[_0x5b39ac([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4ff152[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1888d8[_0x5b39ac([0x76,0x63])],_0xe7f250(_0x1888d8)==_0x45b26a;}}}async function _0x466d72(){let _0x52f826=!0x0;try{const _0x2702fe=_0xbeaeb1[_0x5b39ac([0x73,0x70,0x6c,0x69,0x74])](_0x5b39ac([0x2e])),[_0x4a7f4a,_0x4fac28,_0x4c9b2d]=_0x2702fe;return _0x13cfb8(_0x4a7f4a),await _0x44b9a7(_0x4a7f4a,_0x4fac28,_0x4c9b2d),_0x52f826;}catch{return!0x1;}function _0x13cfb8(_0x15f9fc){const _0x17f1e9=_0x37fa65(_0x15f9fc);_0x17f1e9&&_0x17f1e9[_0x5b39ac([0x61,0x6c,0x67])]==_0x5b39ac([0x45,0x53,0x32,0x35,0x36])||(_0x52f826=!0x1);}async function _0x44b9a7(_0x34c481,_0x4fdfb7,_0xacb956){const _0x3206b7=window[_0x5b39ac([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5b39ac([0x66,0x72,0x6f,0x6d])](_0x8a1069(_0xacb956),_0x22d497=>_0x22d497[_0x5b39ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x336c2d=new window[(_0x5b39ac([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5b39ac([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x34c481+_0x5b39ac([0x2e])+_0x4fdfb7),_0x33f186=window[_0x5b39ac([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5b39ac([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x33f186)return;const _0x152f60=await _0x33f186[_0x5b39ac([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5b39ac([0x6a,0x77,0x6b]),_0x5298f8,{[_0x5b39ac([0x6e,0x61,0x6d,0x65])]:_0x5b39ac([0x45,0x43,0x44,0x53,0x41]),[_0x5b39ac([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5b39ac([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5b39ac([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x33f186[_0x5b39ac([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5b39ac([0x6e,0x61,0x6d,0x65])]:_0x5b39ac([0x45,0x43,0x44,0x53,0x41]),[_0x5b39ac([0x68,0x61,0x73,0x68])]:{[_0x5b39ac([0x6e,0x61,0x6d,0x65])]:_0x5b39ac([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x152f60,_0x3206b7,_0x336c2d)||(_0x52f826=!0x1);}}function _0x37fa65(_0x24ba10){return _0x24ba10[_0x5b39ac([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5b39ac([0x65,0x79]))?JSON[_0x5b39ac([0x70,0x61,0x72,0x73,0x65])](_0x8a1069(_0x24ba10)):null;}function _0x8a1069(_0x5e3be2){return window[_0x5b39ac([0x61,0x74,0x6f,0x62])](_0x5e3be2[_0x5b39ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5b39ac([0x2b]))[_0x5b39ac([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5b39ac([0x2f])));}function _0xe7f250(_0x4295c6){let _0x29b70d=0x1505;function _0x1fa311(_0x2a7e10){for(let _0x1d1f26=0x0;_0x1d1f26<_0x2a7e10[_0x5b39ac([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d1f26++){const _0x5a8324=_0x2a7e10[_0x5b39ac([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1d1f26);_0x29b70d=(_0x29b70d<<0x5)+_0x29b70d+_0x5a8324,_0x29b70d&=_0x29b70d;}}function _0x5b820a(_0x7d45cb){Array[_0x5b39ac([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x7d45cb)?_0x7d45cb[_0x5b39ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b820a):_0x7d45cb&&typeof _0x7d45cb==_0x5b39ac([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5b39ac([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x7d45cb)[_0x5b39ac([0x73,0x6f,0x72,0x74])]()[_0x5b39ac([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2aa5a5,_0x40b1f6])=>{_0x1fa311(_0x2aa5a5),_0x5b820a(_0x40b1f6);}):_0x1fa311(window[_0x5b39ac([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x7d45cb));}return _0x5b820a(_0x4295c6),_0x29b70d>>>0x0;}function _0x103e2a(_0x3378c9){return _0x3378c9[_0x5b39ac([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5b39ac([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5b39ac([0x30]));}function _0x175f14(_0x21d5e5){return _0x21d5e5[_0x5b39ac([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5b39ac([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5b39ac([0x6a,0x6f,0x69,0x6e])]('');}function _0x565349(){}function _0x5b39ac(_0x553f34){const _0x508776=_0x54a0;return _0x553f34[_0x508776(0x9e)](_0x27dd9e=>String[_0x508776(0x94)](_0x27dd9e))[_0x508776(0x99)]('');}_0x155e81(await _0x1011bc());}(this);}[_0x4987cf(0x7b)](){const _0x2e01db=_0x4987cf;super[_0x2e01db(0x7b)](),this[_0x2e01db(0x89)][_0x2e01db(0x7b)](),this[_0x2e01db(0x7e)][_0x2e01db(0x9d)]();}[_0x4987cf(0x77)](_0xca6fd0,{outlineDefinitions:_0x567b54,outlineChanges:_0x2430e9}){const _0x9e65d7=_0x4987cf;this[_0x9e65d7(0x74)]=_0x567b54,this[_0x9e65d7(0x89)][_0x9e65d7(0x96)](_0x2430e9);}[_0x4987cf(0x82)](_0x4f8bad){const _0x4b0906=_0x4987cf;this[_0x4b0906(0x74)][_0x4b0906(0x7c)]&&this[_0x4b0906(0x74)][_0x4f8bad]&&(this[_0x4b0906(0x89)][_0x4b0906(0xa4)]=_0x4f8bad);}[_0x4987cf(0xa0)](_0x5b3c4d){const _0x9a76fa=_0x4987cf,_0x5d64d3=this[_0x9a76fa(0x74)][_0x5b3c4d][_0x9a76fa(0x7d)];this[_0x9a76fa(0xb2)][_0x9a76fa(0x97)][_0x9a76fa(0x8f)](_0x2f1b64=>{const _0x22cfb3=_0x9a76fa;_0x2f1b64[_0x22cfb3(0xb3)](_0x5d64d3,0x0);}),this[_0x9a76fa(0xb2)][_0x9a76fa(0x8e)][_0x9a76fa(0x89)][_0x9a76fa(0xa7)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x9a76fa(0xb2)][_0x9a76fa(0x8e)][_0x9a76fa(0x89)][_0x9a76fa(0x83)](),this[_0x9a76fa(0x82)](_0x5b3c4d);}[_0x4987cf(0x78)](){const _0x1a2e22=_0x4987cf,_0x4105d3=this[_0x1a2e22(0xb2)];let _0x2e94be;for(const _0xe682c of _0x4105d3[_0x1a2e22(0x97)][_0x1a2e22(0x80)][_0x1a2e22(0x70)]()){const _0x110982=_0x4105d3[_0x1a2e22(0x8e)][_0x1a2e22(0x89)][_0x1a2e22(0x88)](_0xe682c),_0x3fb289=_0x110982&&new _0x1d75da(_0x110982)[_0x1a2e22(0x6e)]();if(_0x3fb289){const _0x35024f=new _0x1d75da(_0x31b3c1[_0x1a2e22(0x73)])[_0x1a2e22(0xaf)](_0x3fb289);_0x35024f&&(_0x2e94be=_0x35024f[_0x1a2e22(0x93)]+0.25*_0x35024f[_0x1a2e22(0xa3)]);}}if(void 0x0===_0x2e94be)return;const _0x3169b0=h(_0x4105d3[_0x1a2e22(0x8e)],this[_0x1a2e22(0x74)],_0x2e94be);_0x3169b0?this[_0x1a2e22(0x82)](this[_0x1a2e22(0x74)][_0x1a2e22(0x72)](_0x3169b0)):this[_0x1a2e22(0x82)](-0x1);}}function h(_0x377d68,_0x4c49b3,_0x2f9341,_0x475c96=0x0,_0x186fb0=_0x4c49b3[_0x4987cf(0x7c)]-0x1){const _0xe96eb0=_0x4987cf,_0x38488c=Math[_0xe96eb0(0xa6)](_0x475c96+(_0x186fb0-_0x475c96)/0x2);if(_0x186fb0>=_0x475c96){const _0x2a83ac=_0x4c49b3[_0x38488c],_0x140f6c=_0x377d68[_0xe96eb0(0x86)][_0xe96eb0(0x76)](_0x2a83ac[_0xe96eb0(0x7d)]);if(!_0x140f6c)return null;const _0x56663a=_0x377d68[_0xe96eb0(0x89)][_0xe96eb0(0x9b)][_0xe96eb0(0x75)](_0x140f6c);return new _0x1d75da(_0x56663a)[_0xe96eb0(0x92)]>_0x2f9341?h(_0x377d68,_0x4c49b3,_0x2f9341,_0x475c96,_0x38488c-0x1):h(_0x377d68,_0x4c49b3,_0x2f9341,_0x38488c+0x1,_0x186fb0);}return _0x38488c<0x0?null:_0x4c49b3[_0x38488c];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4ef7c7=_0x51c5;function _0x81f9(){const _0x10eb4f=['viewToModelPosition','join','_updateTableOfContentsElements','for','_redirectMapper','preventDefault','register','scrollToTheSelection','7856584iwUpuN','insertTableOfContents','href','config','requires','Table\x20of\x20contents','modelElement','add','document','fromCharCode','getCustomProperty','viewPosition','createPositionAt','level','editing','position','hasContent','element','listenTo','isInteger','tableOfContentsHeadingIndex','high','target','registerRawContentMatcher','$graveyard','4160788sBnHOa','isPremiumPlugin','filter','_defineSchema','conversion','upcast','\x20table-of-contents_empty','getChanges','headingId.modelAttributeName','DocumentOutlineUtils','elementToStructure','text','reconvertItem','click','4674501Chudjc','createContainerElement','domEvent','nodeAfter','getAttribute','dataDowncast','data','get','table-of-contents__placeholder','plugins','stop','setSelection','documentOutline.showEmptyHeadings','pluginName','locale','change','612795UPRBiM','div','commands','outlineDefinitions','differ','forEach','No\x20headings\x20were\x20found\x20in\x20the\x20document.','init','abs','isOfficialPlugin','Empty\x20heading','view','map','setCustomProperty','mapper','headingId','type','name','getAncestors','afterInit','tableOfContents','TableOfContentsEditing','table-of-contents','toModelElement','5DGeTQg','$capture','end','_headingIdModelAttributeName','editingDowncast','model','elementToElement','modelPosition','_handleScrollToHeading','_currentOutlineDefinitions','$blockObject','_trackNewToCElements','schema','838183SKqTGC','_defineConverters','findMappedViewAncestor','_createTableOfContents','insert','4802058rOtVfg','_tableOfContentsElements','editor','2QvbROs','length','rootName','8775662jrkCvo','createText'];_0x81f9=function(){return _0x10eb4f;};return _0x81f9();}(function(_0x1a109a,_0xe2ea3c){const _0xf569cf=_0x51c5,_0x4c78bc=_0x1a109a();while(!![]){try{const _0x2f5c53=parseInt(_0xf569cf(0x1a6))/0x1+-parseInt(_0xf569cf(0x1ae))/0x2*(parseInt(_0xf569cf(0x181))/0x3)+parseInt(_0xf569cf(0x163))/0x4*(parseInt(_0xf569cf(0x199))/0x5)+parseInt(_0xf569cf(0x1ab))/0x6+-parseInt(_0xf569cf(0x1b1))/0x7+-parseInt(_0xf569cf(0x1bb))/0x8+parseInt(_0xf569cf(0x171))/0x9;if(_0x2f5c53===_0xe2ea3c)break;else _0x4c78bc['push'](_0x4c78bc['shift']());}catch(_0x44d33a){_0x4c78bc['push'](_0x4c78bc['shift']());}}}(_0x81f9,0xb915c));import{Plugin as _0x30f3e7}from'ckeditor5/src/core.js';function _0x51c5(_0x29556c,_0x20bbe2){const _0x81f908=_0x81f9();return _0x51c5=function(_0x51c5ac,_0x4160ce){_0x51c5ac=_0x51c5ac-0x157;let _0x4fceed=_0x81f908[_0x51c5ac];return _0x4fceed;},_0x51c5(_0x29556c,_0x20bbe2);}import{toWidget as _0xd50c8,Widget as _0x5203b0}from'ckeditor5/src/widget.js';import{uid as _0x405516}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x4368d0}from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0x4740be}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x3e8766}from'./headingid.js';import{getTranslation as _0x277402}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x30f3e7{static get[_0x4ef7c7(0x17e)](){const _0xf72839=_0x4ef7c7;return _0xf72839(0x196);}static get[_0x4ef7c7(0x18a)](){return!0x0;}static get[_0x4ef7c7(0x164)](){return!0x0;}static get[_0x4ef7c7(0x1bf)](){return[_0x5203b0,_0x4740be,_0x3e8766];}[_0x4ef7c7(0x1a2)];[_0x4ef7c7(0x1ac)];[_0x4ef7c7(0x19c)];constructor(_0x3273c3){const _0x1f301f=_0x4ef7c7;super(_0x3273c3),this[_0x1f301f(0x1a2)]=[],this[_0x1f301f(0x1ac)]=new Set(),this[_0x1f301f(0x19c)]=_0x1f301f(0x190);}[_0x4ef7c7(0x188)](){const _0x3fa573=_0x4ef7c7,_0x1c5d95=this[_0x3fa573(0x1ad)],_0x182e1b=_0x1c5d95[_0x3fa573(0x158)][_0x3fa573(0x18c)][_0x3fa573(0x1c3)];_0x1c5d95[_0x3fa573(0x1be)][_0x3fa573(0x178)](_0x3fa573(0x16b))&&(this[_0x3fa573(0x19c)]=_0x1c5d95[_0x3fa573(0x1be)][_0x3fa573(0x178)](_0x3fa573(0x16b))),this[_0x3fa573(0x15c)](_0x182e1b,_0x3fa573(0x170),(_0x567c67,_0x407028)=>{const _0x16abfb=_0x3fa573;if(!_0x407028[_0x16abfb(0x160)])return;const _0x95f39d=_0x407028[_0x16abfb(0x160)][_0x16abfb(0x1c5)](_0x16abfb(0x15e));Number[_0x16abfb(0x15d)](_0x95f39d)&&(_0x407028[_0x16abfb(0x173)][_0x16abfb(0x1b8)](),_0x567c67[_0x16abfb(0x17b)](),this[_0x16abfb(0x1a1)](_0x95f39d));},{'priority':_0x3fa573(0x15f),'context':_0x3fa573(0x19a)}),this[_0x3fa573(0x166)](),this[_0x3fa573(0x1a7)](),_0x1c5d95[_0x3fa573(0x183)][_0x3fa573(0x1c2)](_0x3fa573(0x1bc),new _0x4368d0(_0x1c5d95)),(_0x1c5d95[_0x3fa573(0x17a)][_0x3fa573(0x178)](_0x3fa573(0x16c))['on'](_0x3fa573(0x180),(_0x2b8faa,_0x42bbe3)=>{const _0x3e3fbe=_0x3fa573;this[_0x3e3fbe(0x1a2)]=_0x42bbe3[_0x3e3fbe(0x184)],this[_0x3e3fbe(0x1b5)]();}),this[_0x3fa573(0x15c)](_0x1c5d95[_0x3fa573(0x19e)][_0x3fa573(0x1c3)],_0x3fa573(0x180),()=>{const _0x8709ea=_0x3fa573;this[_0x8709ea(0x1a4)]();}));}[_0x4ef7c7(0x194)](){!async function(_0x4d28de){const _0x4e5658=_0x5b2ae2([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x13a493=0x6b9b05fd,_0x57537e=0x6b9c8235^_0x13a493,_0x120a8=window[_0x5b2ae2([0x44,0x61,0x74,0x65])][_0x5b2ae2([0x6e,0x6f,0x77])](),_0x47e62f=_0x4d28de[_0x5b2ae2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf0dfce=new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc4ae14=>{_0x47e62f[_0x5b2ae2([0x6f,0x6e,0x63,0x65])](_0x5b2ae2([0x72,0x65,0x61,0x64,0x79]),_0xc4ae14);}),_0x40a558={[_0x5b2ae2([0x6b,0x74,0x79])]:_0x5b2ae2([0x45,0x43]),[_0x5b2ae2([0x75,0x73,0x65])]:_0x5b2ae2([0x73,0x69,0x67]),[_0x5b2ae2([0x63,0x72,0x76])]:_0x5b2ae2([0x50,0x2d,0x32,0x35,0x36]),[_0x5b2ae2([0x78])]:_0x5b2ae2([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]),[_0x5b2ae2([0x79])]:_0x5b2ae2([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]),[_0x5b2ae2([0x61,0x6c,0x67])]:_0x5b2ae2([0x45,0x53,0x32,0x35,0x36])},_0x2275f3=_0x47e62f[_0x5b2ae2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5b2ae2([0x67,0x65,0x74])](_0x5b2ae2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x56c111(){let _0x4945b5,_0x439f96=null,_0x57ab1c=null;try{if(_0x2275f3==_0x5b2ae2([0x47,0x50,0x4c]))return _0x5b2ae2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4945b5=_0x130783(),!_0x4945b5)return _0x5b2ae2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4945b5[_0x5b2ae2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57ab1c=_0x1cb0a9(_0x4945b5[_0x5b2ae2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4945b5[_0x5b2ae2([0x6a,0x74,0x69])])),await _0x56436b()?_0x150ea2()?_0x48642d()?_0x5b2ae2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xb63874()?(_0x4945b5[_0x5b2ae2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5b2ae2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x439f96=_0x18b1c8(_0x5b2ae2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x26a6fc()):_0x5b2ae2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5b2ae2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5b2ae2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5b2ae2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x48642d(){const _0x15d8ec=[_0x5b2ae2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5b2ae2([0x74,0x72,0x69,0x61,0x6c])][_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4945b5[_0x5b2ae2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x120a8/0x3e8:0xe10*_0x57537e;return _0x4945b5[_0x5b2ae2([0x65,0x78,0x70])]<_0x15d8ec;}function _0x150ea2(){const _0x354cca=_0x4945b5[_0x5b2ae2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x354cca&&(!!_0x354cca[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b2ae2([0x2a]))||(!!_0x354cca[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b2ae2([0x54,0x4f,0x43]))||(!!_0x354cca[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b2ae2([0x50,0x50]))||!(!_0x354cca[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b2ae2([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x28ac04()))));}function _0xb63874(){const _0x3f7373=_0x51c5,_0x133f69=_0x4945b5[_0x5b2ae2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x133f69||0x0==_0x133f69[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1b4b98}=new URL(window[_0x5b2ae2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3f7373(0x1bd)]);if(_0x133f69[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b4b98))return!0x0;const _0x310aae=_0x1b4b98[_0x5b2ae2([0x73,0x70,0x6c,0x69,0x74])](_0x5b2ae2([0x2e]));return _0x133f69[_0x5b2ae2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x28fe17=>_0x28fe17[_0x5b2ae2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b2ae2([0x2a])))[_0x5b2ae2([0x6d,0x61,0x70])](_0x1a8c42=>_0x1a8c42[_0x5b2ae2([0x73,0x70,0x6c,0x69,0x74])](_0x5b2ae2([0x2e])))[_0x5b2ae2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4913ef=>_0x4913ef[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x310aae[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b2ae2([0x6d,0x61,0x70])](_0x19796c=>Array(_0x310aae[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x19796c[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b2ae2([0x66,0x69,0x6c,0x6c])](_0x19796c[0x0]===_0x5b2ae2([0x2a])?_0x5b2ae2([0x2a]):'')[_0x5b2ae2([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x19796c))[_0x5b2ae2([0x73,0x6f,0x6d,0x65])](_0x524eff=>_0x310aae[_0x5b2ae2([0x65,0x76,0x65,0x72,0x79])]((_0x2c40a1,_0x1b7be3)=>_0x524eff[_0x1b7be3]===_0x2c40a1||_0x524eff[_0x1b7be3]===_0x5b2ae2([0x2a])));}function _0x26a6fc(){return _0x439f96&&_0x57ab1c?new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5d2bc0,_0x509029)=>{_0x439f96[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x5d2bc0,_0x509029),_0x57ab1c[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x5b985a=>{_0x5b985a!=_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64])&&_0x5d2bc0(_0x5b985a);},_0x509029);}):_0x439f96||_0x57ab1c||_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1cb0a9(_0x5bf03b,_0x543eba){return new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24c93e=>{if(_0x3a0f32())return _0x24c93e(_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64]));_0x126086(),_0x47e62f[_0x5b2ae2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5b2ae2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x14c315=!0x1;const _0x12c600=_0x405516();function _0x1f9ac9(_0x4d75ce){return!!_0x4d75ce&&(typeof _0x4d75ce===_0x5b2ae2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4d75ce===_0x5b2ae2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4d75ce[_0x5b2ae2([0x74,0x68,0x65,0x6e])]===_0x5b2ae2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4d75ce[_0x5b2ae2([0x63,0x61,0x74,0x63,0x68])]===_0x5b2ae2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2b2778(_0x46ec18){_0x133454(_0x46ec18)[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x275dd9=>{if(!_0x275dd9||_0x275dd9[_0x5b2ae2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5b2ae2([0x6f,0x6b]))return _0x5b2ae2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x369aef(_0x5833e5(_0x12c600+_0x543eba))!=_0x275dd9[_0x5b2ae2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5b2ae2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64]);})[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x5f51e2=>(_0x1d382c(),_0x5f51e2),()=>{const _0x5e423b=_0x1b0d29();return null==_0x5e423b?(_0x1d382c(),_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64])):_0x5b2ae2(_0x120a8-_0x5e423b>(0x4f9781fd^_0x13a493)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x24c93e)[_0x5b2ae2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24c93e(_0x5b2ae2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1cb131=0x6badeb7d^_0x13a493;function _0x1d382c(){const _0x5c6535=_0x5b2ae2([0x6c,0x6c,0x63,0x74,0x2d])+_0x369aef(_0x5833e5(_0x5bf03b)),_0x2d183c=_0x25ec66(_0x369aef(window[_0x5b2ae2([0x4d,0x61,0x74,0x68])][_0x5b2ae2([0x63,0x65,0x69,0x6c])](_0x120a8/_0x1cb131)));window[_0x5b2ae2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b2ae2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c6535,_0x2d183c);}function _0x1b0d29(){const _0x4e1a78=_0x5b2ae2([0x6c,0x6c,0x63,0x74,0x2d])+_0x369aef(_0x5833e5(_0x5bf03b)),_0x6add8a=window[_0x5b2ae2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b2ae2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4e1a78);return _0x6add8a?window[_0x5b2ae2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25ec66(_0x6add8a),0x10)*_0x1cb131:null;}function _0x133454(_0x414cce){return new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46f54e,_0x462e72)=>{_0x414cce[_0x5b2ae2([0x74,0x68,0x65,0x6e])](_0x46f54e,_0x462e72),window[_0x5b2ae2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x462e72,0x6b9ad13d^_0x13a493);});}}_0x47e62f[_0x5b2ae2([0x6f,0x6e])](_0x5b2ae2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x6d006f,_0x3a1edd)=>{if(_0x3a1edd[0x0]!=_0x5bf03b)return _0x24c93e(_0x5b2ae2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3a1edd[0x1]={..._0x3a1edd[0x1],[_0x5b2ae2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x12c600};},{[_0x5b2ae2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b2ae2([0x68,0x69,0x67,0x68])}),_0x47e62f[_0x5b2ae2([0x6f,0x6e])](_0x5b2ae2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x57ffb5=>{_0x1f9ac9(_0x57ffb5[_0x5b2ae2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x14c315=!0x0,_0x2b2778(_0x57ffb5[_0x5b2ae2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5b2ae2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b2ae2([0x6c,0x6f,0x77])}),_0xf0dfce[_0x5b2ae2([0x74,0x68,0x65,0x6e])](()=>{_0x14c315||_0x24c93e(_0x5b2ae2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3a0f32(){return _0x47e62f[_0x5b2ae2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b2ae2([0x76,0x69,0x65,0x77])][_0x5b2ae2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5b2ae2([0x61,0x75,0x74,0x6f]);}function _0x126086(){_0x47e62f[_0x5b2ae2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b2ae2([0x76,0x69,0x65,0x77])][_0x5b2ae2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5b2ae2([0x61,0x75,0x74,0x6f]);}}function _0x18b1c8(_0x5a02d8){const _0x58d900=[new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ee96c=>setTimeout(_0x1ee96c,0x6b923b31^_0x13a493)),_0xf0dfce[_0x5b2ae2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b1c90=>{let _0x1f0ee4=0x0;_0x47e62f[_0x5b2ae2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b2ae2([0x6f,0x6e])](_0x5b2ae2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x477b4b,_0x117c60)=>{_0x117c60[0x0][_0x5b2ae2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1f0ee4++,_0x1f0ee4==(0x6b9b0015^_0x13a493)&&(_0x2b1c90(),_0x477b4b[_0x5b2ae2([0x6f,0x66,0x66])]());});}))];return window[_0x5b2ae2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5b2ae2([0x72,0x61,0x63,0x65])](_0x58d900)[_0x5b2ae2([0x74,0x68,0x65,0x6e])](()=>_0x5a02d8);}async function _0x245d0f(){await _0xf0dfce,_0x47e62f[_0x5b2ae2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b2ae2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3edc54,_0x47e62f[_0x5b2ae2([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b2ae2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3edc54,_0x47e62f[_0x5b2ae2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5b2ae2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28ac04(){return window[_0x5b2ae2([0x67,0x6c,0x6f,0x62])]&&window[_0x5b2ae2([0x67,0x6c,0x6f,0x62])][_0x5b2ae2([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x2bc5ce(_0x175bdd){const _0x44c60e=_0x310b1f();_0x47e62f[_0x44c60e]=_0x5b2ae2([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])+_0x175bdd,_0x175bdd!=_0x5b2ae2([0x56,0x61,0x6c,0x69,0x64])&&_0x245d0f();}function _0x310b1f(){const _0x1d2e97=window[_0x5b2ae2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5b2ae2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5b2ae2([0x6e,0x6f,0x77])]())[_0x5b2ae2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5b2ae2([0x2e]),'');let _0x3482f7=_0x5b2ae2([0x6d]);for(let _0x4df4d5=0x0;_0x4df4d5<_0x1d2e97[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4df4d5+=0x2){let _0x115d82=window[_0x5b2ae2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d2e97[_0x5b2ae2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4df4d5,_0x4df4d5+0x2));_0x115d82>=_0x4e5658[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x115d82-=_0x4e5658[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3482f7+=_0x4e5658[_0x115d82];}return _0x3482f7;}function _0x130783(){const _0x44255f=_0x2275f3[_0x5b2ae2([0x73,0x70,0x6c,0x69,0x74])](_0x5b2ae2([0x2e]));if(0x3!=_0x44255f[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2e5b1e(_0x44255f[0x1]);function _0x2e5b1e(_0x2d1e87){const _0x29cc77=_0x5a7999(_0x2d1e87);return _0x29cc77&&_0x523c65()?_0x29cc77:null;function _0x523c65(){const _0x782980=_0x29cc77[_0x5b2ae2([0x6a,0x74,0x69])],_0x20ea37=window[_0x5b2ae2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x782980[_0x5b2ae2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x782980[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5e27cf={..._0x29cc77,[_0x5b2ae2([0x6a,0x74,0x69])]:_0x782980[_0x5b2ae2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x782980[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5e27cf[_0x5b2ae2([0x76,0x63])],_0x5833e5(_0x5e27cf)==_0x20ea37;}}}async function _0x56436b(){let _0x502bea=!0x0;try{const _0x25d705=_0x2275f3[_0x5b2ae2([0x73,0x70,0x6c,0x69,0x74])](_0x5b2ae2([0x2e])),[_0x5e9d1b,_0x29e300,_0x13696b]=_0x25d705;return _0x55d4c1(_0x5e9d1b),await _0x2fc632(_0x5e9d1b,_0x29e300,_0x13696b),_0x502bea;}catch{return!0x1;}function _0x55d4c1(_0x1c9b7c){const _0x284507=_0x5a7999(_0x1c9b7c);_0x284507&&_0x284507[_0x5b2ae2([0x61,0x6c,0x67])]==_0x5b2ae2([0x45,0x53,0x32,0x35,0x36])||(_0x502bea=!0x1);}async function _0x2fc632(_0x2ade3d,_0x48811e,_0x151b13){const _0xf078f4=window[_0x5b2ae2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5b2ae2([0x66,0x72,0x6f,0x6d])](_0x334bec(_0x151b13),_0x391dc1=>_0x391dc1[_0x5b2ae2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x54dc19=new window[(_0x5b2ae2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5b2ae2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2ade3d+_0x5b2ae2([0x2e])+_0x48811e),_0x4a07a6=window[_0x5b2ae2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5b2ae2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4a07a6)return;const _0x28dc4c=await _0x4a07a6[_0x5b2ae2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5b2ae2([0x6a,0x77,0x6b]),_0x40a558,{[_0x5b2ae2([0x6e,0x61,0x6d,0x65])]:_0x5b2ae2([0x45,0x43,0x44,0x53,0x41]),[_0x5b2ae2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5b2ae2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5b2ae2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4a07a6[_0x5b2ae2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5b2ae2([0x6e,0x61,0x6d,0x65])]:_0x5b2ae2([0x45,0x43,0x44,0x53,0x41]),[_0x5b2ae2([0x68,0x61,0x73,0x68])]:{[_0x5b2ae2([0x6e,0x61,0x6d,0x65])]:_0x5b2ae2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x28dc4c,_0xf078f4,_0x54dc19)||(_0x502bea=!0x1);}}function _0x5a7999(_0x5232d2){return _0x5232d2[_0x5b2ae2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5b2ae2([0x65,0x79]))?JSON[_0x5b2ae2([0x70,0x61,0x72,0x73,0x65])](_0x334bec(_0x5232d2)):null;}function _0x334bec(_0x3bea75){return window[_0x5b2ae2([0x61,0x74,0x6f,0x62])](_0x3bea75[_0x5b2ae2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5b2ae2([0x2b]))[_0x5b2ae2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5b2ae2([0x2f])));}function _0x5833e5(_0x2bb9f7){let _0x22e6e0=0x1505;function _0x4fa13c(_0x5e1fe2){for(let _0x4bac57=0x0;_0x4bac57<_0x5e1fe2[_0x5b2ae2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4bac57++){const _0x129826=_0x5e1fe2[_0x5b2ae2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4bac57);_0x22e6e0=(_0x22e6e0<<0x5)+_0x22e6e0+_0x129826,_0x22e6e0&=_0x22e6e0;}}function _0x177ab4(_0x5a4319){Array[_0x5b2ae2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a4319)?_0x5a4319[_0x5b2ae2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x177ab4):_0x5a4319&&typeof _0x5a4319==_0x5b2ae2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5b2ae2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a4319)[_0x5b2ae2([0x73,0x6f,0x72,0x74])]()[_0x5b2ae2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x39cf52,_0x3158f4])=>{_0x4fa13c(_0x39cf52),_0x177ab4(_0x3158f4);}):_0x4fa13c(window[_0x5b2ae2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a4319));}return _0x177ab4(_0x2bb9f7),_0x22e6e0>>>0x0;}function _0x369aef(_0x924237){return _0x924237[_0x5b2ae2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5b2ae2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5b2ae2([0x30]));}function _0x25ec66(_0x22b772){return _0x22b772[_0x5b2ae2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5b2ae2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5b2ae2([0x6a,0x6f,0x69,0x6e])]('');}function _0x3edc54(){}function _0x5b2ae2(_0x557a5f){const _0x199a40=_0x51c5;return _0x557a5f[_0x199a40(0x18d)](_0x337484=>String[_0x199a40(0x1c4)](_0x337484))[_0x199a40(0x1b4)]('');}_0x2bc5ce(await _0x56c111());}(this);}[_0x4ef7c7(0x1b5)](){const _0x3837ff=_0x4ef7c7;this[_0x3837ff(0x1ac)][_0x3837ff(0x186)](_0x27b3c0=>{const _0x174ccd=_0x3837ff;_0x174ccd(0x162)!==_0x27b3c0[_0x174ccd(0x1b0)]&&this[_0x174ccd(0x1ad)][_0x174ccd(0x158)][_0x174ccd(0x16f)](_0x27b3c0);});}[_0x4ef7c7(0x1a4)](){const _0x110028=_0x4ef7c7;for(const _0x42eb5e of this[_0x110028(0x1ad)][_0x110028(0x19e)][_0x110028(0x1c3)][_0x110028(0x185)][_0x110028(0x16a)]({'includeChangesInGraveyard':!0x0})){if(_0x110028(0x1aa)!==_0x42eb5e[_0x110028(0x191)]||_0x110028(0x195)!==_0x42eb5e[_0x110028(0x192)])return;this[_0x110028(0x1ac)][_0x110028(0x1c2)](_0x42eb5e[_0x110028(0x159)][_0x110028(0x174)]);}}[_0x4ef7c7(0x166)](){const _0x23032e=_0x4ef7c7;this[_0x23032e(0x1ad)][_0x23032e(0x19e)][_0x23032e(0x1a5)][_0x23032e(0x1b9)](_0x23032e(0x195),{'inheritAllFrom':_0x23032e(0x1a3)});}[_0x4ef7c7(0x1a7)](){const _0x543d8f=_0x4ef7c7,_0xc903c1=this[_0x543d8f(0x1ad)][_0x543d8f(0x167)];_0xc903c1[_0x543d8f(0x1b6)](_0x543d8f(0x168))[_0x543d8f(0x19f)]({'model':_0x543d8f(0x195),'view':{'name':_0x543d8f(0x182),'classes':_0x543d8f(0x197)}}),_0xc903c1[_0x543d8f(0x1b6)](_0x543d8f(0x176))[_0x543d8f(0x16d)]({'model':_0x543d8f(0x195),'view':(_0x413f2c,{writer:_0x30e66a})=>this[_0x543d8f(0x1a9)](_0x30e66a,!0x0)}),_0xc903c1[_0x543d8f(0x1b6)](_0x543d8f(0x19d))[_0x543d8f(0x16d)]({'model':_0x543d8f(0x195),'view':(_0x5edb10,{writer:_0xacd78e})=>{const _0xdd38c8=_0x543d8f;this[_0xdd38c8(0x1ac)][_0xdd38c8(0x1c2)](_0x5edb10);const _0x1a0af5=this[_0xdd38c8(0x1a9)](_0xacd78e);return _0xd50c8(_0x1a0af5,_0xacd78e,{'label':_0x277402(this[_0xdd38c8(0x1ad)][_0xdd38c8(0x17f)],_0xdd38c8(0x1c0))});}}),this[_0x543d8f(0x1ad)][_0x543d8f(0x177)][_0x543d8f(0x161)]({'name':_0x543d8f(0x182),'classes':_0x543d8f(0x197)}),this[_0x543d8f(0x1ad)][_0x543d8f(0x158)][_0x543d8f(0x18f)]['on'](_0x543d8f(0x1b3),this[_0x543d8f(0x1b7)](),{'priority':_0x543d8f(0x15f)});}[_0x4ef7c7(0x1a9)](_0x324f4a,_0x527549=!0x1){const _0x422c96=_0x4ef7c7,{locale:_0x386c72}=this[_0x422c96(0x1ad)],_0x5928a1=_0x324f4a[_0x422c96(0x172)](_0x422c96(0x182),{'class':_0x422c96(0x197)+(0x0===this[_0x422c96(0x1a2)][_0x422c96(0x1af)]?_0x422c96(0x169):''),...!_0x527549&&{'data-table-of-contents-label':_0x277402(_0x386c72,_0x422c96(0x1c0))}});0x0===this[_0x422c96(0x1a2)][_0x422c96(0x1af)]&&!0x1===_0x527549&&_0x324f4a[_0x422c96(0x1aa)](_0x324f4a[_0x422c96(0x1c7)](_0x5928a1,_0x422c96(0x19b)),_0x324f4a[_0x422c96(0x172)]('p',{'class':_0x422c96(0x179)},[_0x324f4a[_0x422c96(0x1b2)](_0x277402(_0x386c72,_0x422c96(0x187)))]));const _0x5029d1=_0x527549?'':'['+_0x277402(_0x386c72,_0x422c96(0x18b))+']';let _0x4232c1=_0x5928a1;return this[_0x422c96(0x1a2)][_0x422c96(0x186)]((_0x20bc6a,_0x106f77,_0x16183c)=>{const _0x19ebca=_0x422c96,_0x1fbdca=this[_0x19ebca(0x1ad)][_0x19ebca(0x19e)][_0x19ebca(0x15a)](_0x20bc6a[_0x19ebca(0x1c1)],{'ignoreWhitespaces':!0x0}),_0x4f3113=_0x1fbdca?_0x20bc6a[_0x19ebca(0x16e)]:_0x5029d1,_0x15a1ee=_0x20bc6a[_0x19ebca(0x1c1)][_0x19ebca(0x175)](this[_0x19ebca(0x19c)]),_0x302635=_0x324f4a[_0x19ebca(0x172)]('a',{'href':'#'+_0x15a1ee,...!_0x527549&&{'tabindex':'-1'}},[_0x324f4a[_0x19ebca(0x1b2)](_0x4f3113)]),_0x551f69=this[_0x19ebca(0x1ad)][_0x19ebca(0x1be)][_0x19ebca(0x178)](_0x19ebca(0x17d));_0x324f4a[_0x19ebca(0x18e)](_0x19ebca(0x15e),_0x106f77,_0x302635);const _0x52e422=_0x324f4a[_0x19ebca(0x172)]('li',null,[_0x1fbdca||!_0x527549&&_0x551f69?_0x302635:_0x324f4a[_0x19ebca(0x1b2)]('')]),_0x2edfe0=_0x106f77?_0x16183c[_0x106f77-0x1][_0x19ebca(0x157)]:0x0,_0x4ab482=Math[_0x19ebca(0x189)](_0x20bc6a[_0x19ebca(0x157)]-_0x2edfe0);if(_0x20bc6a[_0x19ebca(0x157)]>_0x2edfe0){const _0x3a946f=N(_0x52e422,_0x4ab482,_0x324f4a);_0x324f4a[_0x19ebca(0x1aa)](_0x324f4a[_0x19ebca(0x1c7)](_0x4232c1,_0x19ebca(0x19b)),_0x3a946f);}else{const _0x5a33d8=function(_0x10c8b2,_0x29b698){const _0x81382e=_0x19ebca;return _0x10c8b2[_0x81382e(0x193)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x81382e(0x165)](_0x569a83=>_0x569a83['is'](_0x81382e(0x15b),'ol'))[_0x29b698];}(_0x4232c1,_0x4ab482);_0x324f4a[_0x19ebca(0x1aa)](_0x324f4a[_0x19ebca(0x1c7)](_0x5a33d8,_0x19ebca(0x19b)),_0x52e422);}_0x4232c1=_0x52e422;}),_0x5928a1;}[_0x4ef7c7(0x1a1)](_0x4f03e3){const _0x3fdd13=_0x4ef7c7,_0xa6051b=this[_0x3fdd13(0x1a2)][_0x4f03e3][_0x3fdd13(0x1c1)];this[_0x3fdd13(0x1ad)][_0x3fdd13(0x19e)][_0x3fdd13(0x180)](_0x347f8f=>{const _0x22c0d5=_0x3fdd13;_0x347f8f[_0x22c0d5(0x17c)](_0xa6051b,0x0);}),this[_0x3fdd13(0x1ad)][_0x3fdd13(0x158)][_0x3fdd13(0x18c)][_0x3fdd13(0x1ba)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x4ef7c7(0x1b7)](){return(_0x3c9ff4,_0x4a552a)=>{const _0x163cb8=_0x51c5,_0x29adab=_0x4a552a[_0x163cb8(0x18f)],_0x4ff998=_0x29adab[_0x163cb8(0x1a8)](_0x4a552a[_0x163cb8(0x1c6)]),_0x5c253f=_0x29adab[_0x163cb8(0x198)](_0x4ff998);_0x5c253f['is'](_0x163cb8(0x15b),_0x163cb8(0x195))&&(_0x4a552a[_0x163cb8(0x1a0)]=this[_0x163cb8(0x1ad)][_0x163cb8(0x19e)][_0x163cb8(0x1c7)](_0x5c253f,0x0),_0x3c9ff4[_0x163cb8(0x17b)]());};}}function N(_0x523f11,_0xec5d5a,_0xf2061c){const _0x1a95f1=_0x4ef7c7;return 0x1===_0xec5d5a?_0xf2061c[_0x1a95f1(0x172)]('ol',null,[_0x523f11]):_0xf2061c[_0x1a95f1(0x172)]('ol',null,[_0xf2061c[_0x1a95f1(0x172)]('li',null,[N(_0x523f11,_0xec5d5a-0x1,_0xf2061c)])]);}
|
|
23
|
+
const _0x4687cd=_0x4c12;function _0x4c12(_0x4a9193,_0x15d79d){const _0x49a3ea=_0x49a3();return _0x4c12=function(_0x4c12d1,_0x594d5a){_0x4c12d1=_0x4c12d1-0x19d;let _0x46274f=_0x49a3ea[_0x4c12d1];return _0x46274f;},_0x4c12(_0x4a9193,_0x15d79d);}(function(_0x49d2f9,_0x5dcbd2){const _0x14c936=_0x4c12,_0x2d2972=_0x49d2f9();while(!![]){try{const _0x3fc493=parseInt(_0x14c936(0x1e5))/0x1*(-parseInt(_0x14c936(0x1af))/0x2)+-parseInt(_0x14c936(0x20f))/0x3*(parseInt(_0x14c936(0x1fe))/0x4)+-parseInt(_0x14c936(0x1ed))/0x5+-parseInt(_0x14c936(0x1e4))/0x6*(parseInt(_0x14c936(0x1a8))/0x7)+-parseInt(_0x14c936(0x209))/0x8*(-parseInt(_0x14c936(0x1e9))/0x9)+-parseInt(_0x14c936(0x1d0))/0xa+parseInt(_0x14c936(0x1ff))/0xb;if(_0x3fc493===_0x5dcbd2)break;else _0x2d2972['push'](_0x2d2972['shift']());}catch(_0x1b0740){_0x2d2972['push'](_0x2d2972['shift']());}}}(_0x49a3,0xc1b03));import{Plugin as _0x2eda43}from'ckeditor5/src/core.js';import{toWidget as _0xe0d7d5,Widget as _0x34368a}from'ckeditor5/src/widget.js';function _0x49a3(){const _0x31cbd9=['schema','$capture','afterInit','name','isPremiumPlugin','_handleScrollToHeading','listenTo','editing','end','registerRawContentMatcher','get','tableOfContentsHeadingIndex','createContainerElement','pluginName','_createTableOfContents','register','abs','forEach','viewToModelPosition','config','isInteger','outlineDefinitions','getChanges','mapper','getAttribute','modelElement','div','href','commands','insert','_tableOfContentsElements','hasContent','9937140ZItmIl','nodeAfter','length','modelPosition','scrollToTheSelection','DocumentOutlineUtils','element','\x20table-of-contents_empty','text','getCustomProperty','documentOutline.showEmptyHeadings','plugins','insertTableOfContents','headingId.modelAttributeName','filter','fromCharCode','_updateTableOfContentsElements','_headingIdModelAttributeName','_trackNewToCElements','setCustomProperty','510ICJbrb','1432iVEFBt','change','_defineConverters','viewPosition','11857554QzCZyA','domEvent','for','preventDefault','4974695beGwQQ','toModelElement','rootName','dataDowncast','target','findMappedViewAncestor','join','editor','map','conversion','init','view','table-of-contents__placeholder','$blockObject','model','document','headingId','4936JxQnOZ','51232995ULAoTM','data','No\x20headings\x20were\x20found\x20in\x20the\x20document.','click','setSelection','table-of-contents','createText','$graveyard','high','Empty\x20heading','8lHdGcN','tableOfContents','position','TableOfContentsEditing','_defineSchema','stop','2703HYxxCY','locale','isOfficialPlugin','level','add','differ','upcast','createPositionAt','_currentOutlineDefinitions','getAncestors','editingDowncast','_redirectMapper','123515rbivgl','type','requires','Table\x20of\x20contents','elementToElement','elementToStructure','reconvertItem','812PRjkuy'];_0x49a3=function(){return _0x31cbd9;};return _0x49a3();}import{uid as _0x298ebf}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x23dc45}from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0x3e76e5}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x2e69a1}from'./headingid.js';import{getTranslation as _0x675313}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x2eda43{static get[_0x4687cd(0x1bd)](){const _0x14a5e0=_0x4687cd;return _0x14a5e0(0x20c);}static get[_0x4687cd(0x19e)](){return!0x0;}static get[_0x4687cd(0x1b4)](){return!0x0;}static get[_0x4687cd(0x1aa)](){return[_0x34368a,_0x3e76e5,_0x2e69a1];}[_0x4687cd(0x1a4)];[_0x4687cd(0x1ce)];[_0x4687cd(0x1e1)];constructor(_0x3f740c){const _0x1e8425=_0x4687cd;super(_0x3f740c),this[_0x1e8425(0x1a4)]=[],this[_0x1e8425(0x1ce)]=new Set(),this[_0x1e8425(0x1e1)]=_0x1e8425(0x1fd);}[_0x4687cd(0x1f7)](){const _0xaebd86=_0x4687cd,_0x4f1dfa=this[_0xaebd86(0x1f4)],_0x77e692=_0x4f1dfa[_0xaebd86(0x1b7)][_0xaebd86(0x1f8)][_0xaebd86(0x1fc)];_0x4f1dfa[_0xaebd86(0x1c3)][_0xaebd86(0x1ba)](_0xaebd86(0x1dd))&&(this[_0xaebd86(0x1e1)]=_0x4f1dfa[_0xaebd86(0x1c3)][_0xaebd86(0x1ba)](_0xaebd86(0x1dd))),this[_0xaebd86(0x1b6)](_0x77e692,_0xaebd86(0x202),(_0x5ea98e,_0x22d259)=>{const _0x1047ce=_0xaebd86;if(!_0x22d259[_0x1047ce(0x1f1)])return;const _0x2b820c=_0x22d259[_0x1047ce(0x1f1)][_0x1047ce(0x1d9)](_0x1047ce(0x1bb));Number[_0x1047ce(0x1c4)](_0x2b820c)&&(_0x22d259[_0x1047ce(0x1ea)][_0x1047ce(0x1ec)](),_0x5ea98e[_0x1047ce(0x20e)](),this[_0x1047ce(0x1b5)](_0x2b820c));},{'priority':_0xaebd86(0x207),'context':_0xaebd86(0x1b1)}),this[_0xaebd86(0x20d)](),this[_0xaebd86(0x1e7)](),_0x4f1dfa[_0xaebd86(0x1cc)][_0xaebd86(0x1a0)](_0xaebd86(0x1dc),new _0x23dc45(_0x4f1dfa)),(_0x4f1dfa[_0xaebd86(0x1db)][_0xaebd86(0x1ba)](_0xaebd86(0x1d5))['on'](_0xaebd86(0x1e6),(_0x5dfcc1,_0x1ed8c8)=>{const _0x5ed5bb=_0xaebd86;this[_0x5ed5bb(0x1a4)]=_0x1ed8c8[_0x5ed5bb(0x1c5)],this[_0x5ed5bb(0x1e0)]();}),this[_0xaebd86(0x1b6)](_0x4f1dfa[_0xaebd86(0x1fb)][_0xaebd86(0x1fc)],_0xaebd86(0x1e6),()=>{const _0x5cb3f1=_0xaebd86;this[_0x5cb3f1(0x1e2)]();}));}[_0x4687cd(0x1b2)](){!async function(_0x5cd535){const _0x38be65=_0x4d4bcf([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x4804ee=0x6b9b05fd,_0x3fcacc=0x6b9c8ded^_0x4804ee,_0x5d8906=window[_0x4d4bcf([0x44,0x61,0x74,0x65])][_0x4d4bcf([0x6e,0x6f,0x77])](),_0x4571e3=_0x5cd535[_0x4d4bcf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e5c58=new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b4f5c=>{_0x4571e3[_0x4d4bcf([0x6f,0x6e,0x63,0x65])](_0x4d4bcf([0x72,0x65,0x61,0x64,0x79]),_0x2b4f5c);}),_0x55cb25={[_0x4d4bcf([0x6b,0x74,0x79])]:_0x4d4bcf([0x45,0x43]),[_0x4d4bcf([0x75,0x73,0x65])]:_0x4d4bcf([0x73,0x69,0x67]),[_0x4d4bcf([0x63,0x72,0x76])]:_0x4d4bcf([0x50,0x2d,0x32,0x35,0x36]),[_0x4d4bcf([0x78])]:_0x4d4bcf([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]),[_0x4d4bcf([0x79])]:_0x4d4bcf([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]),[_0x4d4bcf([0x61,0x6c,0x67])]:_0x4d4bcf([0x45,0x53,0x32,0x35,0x36])},_0x31d217=_0x4571e3[_0x4d4bcf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4d4bcf([0x67,0x65,0x74])](_0x4d4bcf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x52448c(){let _0x4335e8,_0x2bc1c2=null,_0xae0cf1=null;try{if(_0x31d217==_0x4d4bcf([0x47,0x50,0x4c]))return _0x4d4bcf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4335e8=_0x366c08(),!_0x4335e8)return _0x4d4bcf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4335e8[_0x4d4bcf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xae0cf1=_0x5c9738(_0x4335e8[_0x4d4bcf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4335e8[_0x4d4bcf([0x6a,0x74,0x69])])),await _0xa5a028()?_0x4f7358()?_0x19b15c()?_0x4d4bcf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x58456c()?(_0x4335e8[_0x4d4bcf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4d4bcf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2bc1c2=_0x46c361(_0x4d4bcf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x12d910()):_0x4d4bcf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4d4bcf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4d4bcf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4d4bcf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x19b15c(){const _0x1fb4ed=[_0x4d4bcf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4d4bcf([0x74,0x72,0x69,0x61,0x6c])][_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4335e8[_0x4d4bcf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d8906/0x3e8:0xe10*_0x3fcacc;return _0x4335e8[_0x4d4bcf([0x65,0x78,0x70])]<_0x1fb4ed;}function _0x4f7358(){const _0x365822=_0x4335e8[_0x4d4bcf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x365822&&(!!_0x365822[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d4bcf([0x2a]))||(!!_0x365822[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d4bcf([0x54,0x4f,0x43]))||(!!_0x365822[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d4bcf([0x50,0x50]))||!(!_0x365822[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d4bcf([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x28725a()))));}function _0x58456c(){const _0x1ea0a5=_0x4c12,_0x55e037=_0x4335e8[_0x4d4bcf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x55e037||0x0==_0x55e037[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5d072e}=new URL(window[_0x4d4bcf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1ea0a5(0x1cb)]);if(_0x55e037[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d072e))return!0x0;const _0x199c61=_0x5d072e[_0x4d4bcf([0x73,0x70,0x6c,0x69,0x74])](_0x4d4bcf([0x2e]));return _0x55e037[_0x4d4bcf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x293577=>_0x293577[_0x4d4bcf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d4bcf([0x2a])))[_0x4d4bcf([0x6d,0x61,0x70])](_0x209a3e=>_0x209a3e[_0x4d4bcf([0x73,0x70,0x6c,0x69,0x74])](_0x4d4bcf([0x2e])))[_0x4d4bcf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x16c37c=>_0x16c37c[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x199c61[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4d4bcf([0x6d,0x61,0x70])](_0x999e1e=>Array(_0x199c61[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x999e1e[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4d4bcf([0x66,0x69,0x6c,0x6c])](_0x999e1e[0x0]===_0x4d4bcf([0x2a])?_0x4d4bcf([0x2a]):'')[_0x4d4bcf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x999e1e))[_0x4d4bcf([0x73,0x6f,0x6d,0x65])](_0x5a8305=>_0x199c61[_0x4d4bcf([0x65,0x76,0x65,0x72,0x79])]((_0x461b48,_0x4cde6e)=>_0x5a8305[_0x4cde6e]===_0x461b48||_0x5a8305[_0x4cde6e]===_0x4d4bcf([0x2a])));}function _0x12d910(){return _0x2bc1c2&&_0xae0cf1?new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x467c98,_0x2baf5a)=>{_0x2bc1c2[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0x467c98,_0x2baf5a),_0xae0cf1[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0x535bb4=>{_0x535bb4!=_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64])&&_0x467c98(_0x535bb4);},_0x2baf5a);}):_0x2bc1c2||_0xae0cf1||_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5c9738(_0x1e366f,_0x81b0be){return new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x411fb5=>{if(_0x41961d())return _0x411fb5(_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64]));_0x485ac2(),_0x4571e3[_0x4d4bcf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4d4bcf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x206fb2=!0x1;const _0x5d9775=_0x298ebf();function _0x831d57(_0x569f21){return!!_0x569f21&&(typeof _0x569f21===_0x4d4bcf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x569f21===_0x4d4bcf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x569f21[_0x4d4bcf([0x74,0x68,0x65,0x6e])]===_0x4d4bcf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x569f21[_0x4d4bcf([0x63,0x61,0x74,0x63,0x68])]===_0x4d4bcf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x421f3a(_0x561c9f){_0x251def(_0x561c9f)[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0x231d80=>{if(!_0x231d80||_0x231d80[_0x4d4bcf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4d4bcf([0x6f,0x6b]))return _0x4d4bcf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xb8b6da(_0x382e87(_0x5d9775+_0x81b0be))!=_0x231d80[_0x4d4bcf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4d4bcf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64]);})[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0x33331a=>(_0x46ad73(),_0x33331a),()=>{const _0x4cfce2=_0x3f736d();return null==_0x4cfce2?(_0x46ad73(),_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64])):_0x4d4bcf(_0x5d8906-_0x4cfce2>(0x4f9781fd^_0x4804ee)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0x411fb5)[_0x4d4bcf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x411fb5(_0x4d4bcf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2a69e8=0x6badeb7d^_0x4804ee;function _0x46ad73(){const _0x8226e0=_0x4d4bcf([0x6c,0x6c,0x63,0x74,0x2d])+_0xb8b6da(_0x382e87(_0x1e366f)),_0x1ad3be=_0x45f1ea(_0xb8b6da(window[_0x4d4bcf([0x4d,0x61,0x74,0x68])][_0x4d4bcf([0x63,0x65,0x69,0x6c])](_0x5d8906/_0x2a69e8)));window[_0x4d4bcf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4d4bcf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8226e0,_0x1ad3be);}function _0x3f736d(){const _0x283c9c=_0x4d4bcf([0x6c,0x6c,0x63,0x74,0x2d])+_0xb8b6da(_0x382e87(_0x1e366f)),_0x495b94=window[_0x4d4bcf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4d4bcf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x283c9c);return _0x495b94?window[_0x4d4bcf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45f1ea(_0x495b94),0x10)*_0x2a69e8:null;}function _0x251def(_0x8f64e8){return new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xc5c45f,_0x541888)=>{_0x8f64e8[_0x4d4bcf([0x74,0x68,0x65,0x6e])](_0xc5c45f,_0x541888),window[_0x4d4bcf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x541888,0x6b9ad13d^_0x4804ee);});}}_0x4571e3[_0x4d4bcf([0x6f,0x6e])](_0x4d4bcf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2ce297,_0x4fbf67)=>{if(_0x4fbf67[0x0]!=_0x1e366f)return _0x411fb5(_0x4d4bcf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4fbf67[0x1]={..._0x4fbf67[0x1],[_0x4d4bcf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d9775};},{[_0x4d4bcf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4d4bcf([0x68,0x69,0x67,0x68])}),_0x4571e3[_0x4d4bcf([0x6f,0x6e])](_0x4d4bcf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4c7557=>{_0x831d57(_0x4c7557[_0x4d4bcf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x206fb2=!0x0,_0x421f3a(_0x4c7557[_0x4d4bcf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4d4bcf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4d4bcf([0x6c,0x6f,0x77])}),_0x3e5c58[_0x4d4bcf([0x74,0x68,0x65,0x6e])](()=>{_0x206fb2||_0x411fb5(_0x4d4bcf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x41961d(){return _0x4571e3[_0x4d4bcf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4d4bcf([0x76,0x69,0x65,0x77])][_0x4d4bcf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4d4bcf([0x61,0x75,0x74,0x6f]);}function _0x485ac2(){_0x4571e3[_0x4d4bcf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4d4bcf([0x76,0x69,0x65,0x77])][_0x4d4bcf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4d4bcf([0x61,0x75,0x74,0x6f]);}}function _0x46c361(_0xf0e713){const _0x208c81=[new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x415cc8=>setTimeout(_0x415cc8,0x6b923b31^_0x4804ee)),_0x3e5c58[_0x4d4bcf([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b521e=>{let _0x1cf8af=0x0;_0x4571e3[_0x4d4bcf([0x6d,0x6f,0x64,0x65,0x6c])][_0x4d4bcf([0x6f,0x6e])](_0x4d4bcf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1e2634,_0x3e2372)=>{_0x3e2372[0x0][_0x4d4bcf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1cf8af++,_0x1cf8af==(0x6b9b0015^_0x4804ee)&&(_0x1b521e(),_0x1e2634[_0x4d4bcf([0x6f,0x66,0x66])]());});}))];return window[_0x4d4bcf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4d4bcf([0x72,0x61,0x63,0x65])](_0x208c81)[_0x4d4bcf([0x74,0x68,0x65,0x6e])](()=>_0xf0e713);}async function _0x4c149d(){await _0x3e5c58,_0x4571e3[_0x4d4bcf([0x6d,0x6f,0x64,0x65,0x6c])][_0x4d4bcf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4eb47e,_0x4571e3[_0x4d4bcf([0x6d,0x6f,0x64,0x65,0x6c])][_0x4d4bcf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4eb47e,_0x4571e3[_0x4d4bcf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4d4bcf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28725a(){return window[_0x4d4bcf([0x67,0x6c,0x6f,0x62])]&&window[_0x4d4bcf([0x67,0x6c,0x6f,0x62])][_0x4d4bcf([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x4fe70a(_0x26b3bf){const _0x4fc795=_0x121b3a();_0x4571e3[_0x4fc795]=_0x4d4bcf([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])+_0x26b3bf,_0x26b3bf!=_0x4d4bcf([0x56,0x61,0x6c,0x69,0x64])&&_0x4c149d();}function _0x121b3a(){const _0x721632=window[_0x4d4bcf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4d4bcf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4d4bcf([0x6e,0x6f,0x77])]())[_0x4d4bcf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4d4bcf([0x2e]),'');let _0x1c8dbf=_0x4d4bcf([0x6d]);for(let _0x5ad6a2=0x0;_0x5ad6a2<_0x721632[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ad6a2+=0x2){let _0xf8d4b1=window[_0x4d4bcf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x721632[_0x4d4bcf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5ad6a2,_0x5ad6a2+0x2));_0xf8d4b1>=_0x38be65[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xf8d4b1-=_0x38be65[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c8dbf+=_0x38be65[_0xf8d4b1];}return _0x1c8dbf;}function _0x366c08(){const _0x3aec24=_0x31d217[_0x4d4bcf([0x73,0x70,0x6c,0x69,0x74])](_0x4d4bcf([0x2e]));if(0x3!=_0x3aec24[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x53523d(_0x3aec24[0x1]);function _0x53523d(_0x122e4d){const _0x358047=_0x5a8c23(_0x122e4d);return _0x358047&&_0x523da1()?_0x358047:null;function _0x523da1(){const _0x58f2bb=_0x358047[_0x4d4bcf([0x6a,0x74,0x69])],_0x254636=window[_0x4d4bcf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58f2bb[_0x4d4bcf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58f2bb[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xda6788={..._0x358047,[_0x4d4bcf([0x6a,0x74,0x69])]:_0x58f2bb[_0x4d4bcf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x58f2bb[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xda6788[_0x4d4bcf([0x76,0x63])],_0x382e87(_0xda6788)==_0x254636;}}}async function _0xa5a028(){let _0x59225b=!0x0;try{const _0xd5d543=_0x31d217[_0x4d4bcf([0x73,0x70,0x6c,0x69,0x74])](_0x4d4bcf([0x2e])),[_0x1dec3c,_0xd8af94,_0x541825]=_0xd5d543;return _0x2bfec5(_0x1dec3c),await _0x3f3700(_0x1dec3c,_0xd8af94,_0x541825),_0x59225b;}catch{return!0x1;}function _0x2bfec5(_0xc7ee99){const _0x2ee048=_0x5a8c23(_0xc7ee99);_0x2ee048&&_0x2ee048[_0x4d4bcf([0x61,0x6c,0x67])]==_0x4d4bcf([0x45,0x53,0x32,0x35,0x36])||(_0x59225b=!0x1);}async function _0x3f3700(_0x1fb3f2,_0x589332,_0x25e126){const _0x312d4c=window[_0x4d4bcf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4d4bcf([0x66,0x72,0x6f,0x6d])](_0x317222(_0x25e126),_0x38feea=>_0x38feea[_0x4d4bcf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3b199c=new window[(_0x4d4bcf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4d4bcf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1fb3f2+_0x4d4bcf([0x2e])+_0x589332),_0x429949=window[_0x4d4bcf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4d4bcf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x429949)return;const _0x21da0e=await _0x429949[_0x4d4bcf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4d4bcf([0x6a,0x77,0x6b]),_0x55cb25,{[_0x4d4bcf([0x6e,0x61,0x6d,0x65])]:_0x4d4bcf([0x45,0x43,0x44,0x53,0x41]),[_0x4d4bcf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4d4bcf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4d4bcf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x429949[_0x4d4bcf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4d4bcf([0x6e,0x61,0x6d,0x65])]:_0x4d4bcf([0x45,0x43,0x44,0x53,0x41]),[_0x4d4bcf([0x68,0x61,0x73,0x68])]:{[_0x4d4bcf([0x6e,0x61,0x6d,0x65])]:_0x4d4bcf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x21da0e,_0x312d4c,_0x3b199c)||(_0x59225b=!0x1);}}function _0x5a8c23(_0x2a4a4a){return _0x2a4a4a[_0x4d4bcf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4d4bcf([0x65,0x79]))?JSON[_0x4d4bcf([0x70,0x61,0x72,0x73,0x65])](_0x317222(_0x2a4a4a)):null;}function _0x317222(_0x500fa0){return window[_0x4d4bcf([0x61,0x74,0x6f,0x62])](_0x500fa0[_0x4d4bcf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4d4bcf([0x2b]))[_0x4d4bcf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4d4bcf([0x2f])));}function _0x382e87(_0x446fdb){let _0x47d232=0x1505;function _0x55ec7d(_0x3f8ccf){for(let _0xd60970=0x0;_0xd60970<_0x3f8ccf[_0x4d4bcf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd60970++){const _0x5444a2=_0x3f8ccf[_0x4d4bcf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd60970);_0x47d232=(_0x47d232<<0x5)+_0x47d232+_0x5444a2,_0x47d232&=_0x47d232;}}function _0x539a29(_0x31ccf){Array[_0x4d4bcf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x31ccf)?_0x31ccf[_0x4d4bcf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x539a29):_0x31ccf&&typeof _0x31ccf==_0x4d4bcf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4d4bcf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x31ccf)[_0x4d4bcf([0x73,0x6f,0x72,0x74])]()[_0x4d4bcf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4db540,_0x1e3487])=>{_0x55ec7d(_0x4db540),_0x539a29(_0x1e3487);}):_0x55ec7d(window[_0x4d4bcf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x31ccf));}return _0x539a29(_0x446fdb),_0x47d232>>>0x0;}function _0xb8b6da(_0x5869b7){return _0x5869b7[_0x4d4bcf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4d4bcf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4d4bcf([0x30]));}function _0x45f1ea(_0x1c24f7){return _0x1c24f7[_0x4d4bcf([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4d4bcf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4d4bcf([0x6a,0x6f,0x69,0x6e])]('');}function _0x4eb47e(){}function _0x4d4bcf(_0xd05969){const _0x4db7fb=_0x4c12;return _0xd05969[_0x4db7fb(0x1f5)](_0x516efc=>String[_0x4db7fb(0x1df)](_0x516efc))[_0x4db7fb(0x1f3)]('');}_0x4fe70a(await _0x52448c());}(this);}[_0x4687cd(0x1e0)](){const _0x207087=_0x4687cd;this[_0x207087(0x1ce)][_0x207087(0x1c1)](_0x3c3963=>{const _0x1da0a8=_0x207087;_0x1da0a8(0x206)!==_0x3c3963[_0x1da0a8(0x1ef)]&&this[_0x1da0a8(0x1f4)][_0x1da0a8(0x1b7)][_0x1da0a8(0x1ae)](_0x3c3963);});}[_0x4687cd(0x1e2)](){const _0xd3b6a0=_0x4687cd;for(const _0x148627 of this[_0xd3b6a0(0x1f4)][_0xd3b6a0(0x1fb)][_0xd3b6a0(0x1fc)][_0xd3b6a0(0x1a1)][_0xd3b6a0(0x1c6)]({'includeChangesInGraveyard':!0x0})){if(_0xd3b6a0(0x1cd)!==_0x148627[_0xd3b6a0(0x1a9)]||_0xd3b6a0(0x20a)!==_0x148627[_0xd3b6a0(0x1b3)])return;this[_0xd3b6a0(0x1ce)][_0xd3b6a0(0x1a0)](_0x148627[_0xd3b6a0(0x20b)][_0xd3b6a0(0x1d1)]);}}[_0x4687cd(0x20d)](){const _0x34eb91=_0x4687cd;this[_0x34eb91(0x1f4)][_0x34eb91(0x1fb)][_0x34eb91(0x1b0)][_0x34eb91(0x1bf)](_0x34eb91(0x20a),{'inheritAllFrom':_0x34eb91(0x1fa)});}[_0x4687cd(0x1e7)](){const _0x4c670f=_0x4687cd,_0x3efc45=this[_0x4c670f(0x1f4)][_0x4c670f(0x1f6)];_0x3efc45[_0x4c670f(0x1eb)](_0x4c670f(0x1a2))[_0x4c670f(0x1ac)]({'model':_0x4c670f(0x20a),'view':{'name':_0x4c670f(0x1ca),'classes':_0x4c670f(0x204)}}),_0x3efc45[_0x4c670f(0x1eb)](_0x4c670f(0x1f0))[_0x4c670f(0x1ad)]({'model':_0x4c670f(0x20a),'view':(_0x2561ec,{writer:_0x407ecb})=>this[_0x4c670f(0x1be)](_0x407ecb,!0x0)}),_0x3efc45[_0x4c670f(0x1eb)](_0x4c670f(0x1a6))[_0x4c670f(0x1ad)]({'model':_0x4c670f(0x20a),'view':(_0x41c177,{writer:_0x3cb8ba})=>{const _0x15a860=_0x4c670f;this[_0x15a860(0x1ce)][_0x15a860(0x1a0)](_0x41c177);const _0x100412=this[_0x15a860(0x1be)](_0x3cb8ba);return _0xe0d7d5(_0x100412,_0x3cb8ba,{'label':_0x675313(this[_0x15a860(0x1f4)][_0x15a860(0x19d)],_0x15a860(0x1ab))});}}),this[_0x4c670f(0x1f4)][_0x4c670f(0x200)][_0x4c670f(0x1b9)]({'name':_0x4c670f(0x1ca),'classes':_0x4c670f(0x204)}),this[_0x4c670f(0x1f4)][_0x4c670f(0x1b7)][_0x4c670f(0x1c7)]['on'](_0x4c670f(0x1c2),this[_0x4c670f(0x1a7)](),{'priority':_0x4c670f(0x207)});}[_0x4687cd(0x1be)](_0x4ccbff,_0x2459e1=!0x1){const _0x55f1f0=_0x4687cd,{locale:_0x56621f}=this[_0x55f1f0(0x1f4)],_0x11a605=_0x4ccbff[_0x55f1f0(0x1bc)](_0x55f1f0(0x1ca),{'class':_0x55f1f0(0x204)+(0x0===this[_0x55f1f0(0x1a4)][_0x55f1f0(0x1d2)]?_0x55f1f0(0x1d7):''),...!_0x2459e1&&{'data-table-of-contents-label':_0x675313(_0x56621f,_0x55f1f0(0x1ab))}});0x0===this[_0x55f1f0(0x1a4)][_0x55f1f0(0x1d2)]&&!0x1===_0x2459e1&&_0x4ccbff[_0x55f1f0(0x1cd)](_0x4ccbff[_0x55f1f0(0x1a3)](_0x11a605,_0x55f1f0(0x1b8)),_0x4ccbff[_0x55f1f0(0x1bc)]('p',{'class':_0x55f1f0(0x1f9)},[_0x4ccbff[_0x55f1f0(0x205)](_0x675313(_0x56621f,_0x55f1f0(0x201)))]));const _0x16d4e2=_0x2459e1?'':'['+_0x675313(_0x56621f,_0x55f1f0(0x208))+']';let _0x2c25bb=_0x11a605;return this[_0x55f1f0(0x1a4)][_0x55f1f0(0x1c1)]((_0x1acd5e,_0x520ecf,_0x4e2400)=>{const _0x55543e=_0x55f1f0,_0x11f70f=this[_0x55543e(0x1f4)][_0x55543e(0x1fb)][_0x55543e(0x1cf)](_0x1acd5e[_0x55543e(0x1c9)],{'ignoreWhitespaces':!0x0}),_0x58fd1e=_0x11f70f?_0x1acd5e[_0x55543e(0x1d8)]:_0x16d4e2,_0x162f98=_0x1acd5e[_0x55543e(0x1c9)][_0x55543e(0x1c8)](this[_0x55543e(0x1e1)]),_0x3eff17=_0x4ccbff[_0x55543e(0x1bc)]('a',{'href':'#'+_0x162f98,...!_0x2459e1&&{'tabindex':'-1'}},[_0x4ccbff[_0x55543e(0x205)](_0x58fd1e)]),_0x4268e0=this[_0x55543e(0x1f4)][_0x55543e(0x1c3)][_0x55543e(0x1ba)](_0x55543e(0x1da));_0x4ccbff[_0x55543e(0x1e3)](_0x55543e(0x1bb),_0x520ecf,_0x3eff17);const _0x14aba1=_0x4ccbff[_0x55543e(0x1bc)]('li',null,[_0x11f70f||!_0x2459e1&&_0x4268e0?_0x3eff17:_0x4ccbff[_0x55543e(0x205)]('')]),_0x2fca8e=_0x520ecf?_0x4e2400[_0x520ecf-0x1][_0x55543e(0x19f)]:0x0,_0x1575aa=Math[_0x55543e(0x1c0)](_0x1acd5e[_0x55543e(0x19f)]-_0x2fca8e);if(_0x1acd5e[_0x55543e(0x19f)]>_0x2fca8e){const _0x11cce8=N(_0x14aba1,_0x1575aa,_0x4ccbff);_0x4ccbff[_0x55543e(0x1cd)](_0x4ccbff[_0x55543e(0x1a3)](_0x2c25bb,_0x55543e(0x1b8)),_0x11cce8);}else{const _0x58444b=function(_0x5bbd83,_0x189206){const _0x1ed6d1=_0x55543e;return _0x5bbd83[_0x1ed6d1(0x1a5)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1ed6d1(0x1de)](_0x4a82b7=>_0x4a82b7['is'](_0x1ed6d1(0x1d6),'ol'))[_0x189206];}(_0x2c25bb,_0x1575aa);_0x4ccbff[_0x55543e(0x1cd)](_0x4ccbff[_0x55543e(0x1a3)](_0x58444b,_0x55543e(0x1b8)),_0x14aba1);}_0x2c25bb=_0x14aba1;}),_0x11a605;}[_0x4687cd(0x1b5)](_0x3eff2b){const _0x50b737=_0x4687cd,_0x2b15e4=this[_0x50b737(0x1a4)][_0x3eff2b][_0x50b737(0x1c9)];this[_0x50b737(0x1f4)][_0x50b737(0x1fb)][_0x50b737(0x1e6)](_0x31ba31=>{const _0x55ecb9=_0x50b737;_0x31ba31[_0x55ecb9(0x203)](_0x2b15e4,0x0);}),this[_0x50b737(0x1f4)][_0x50b737(0x1b7)][_0x50b737(0x1f8)][_0x50b737(0x1d4)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x4687cd(0x1a7)](){return(_0x203d77,_0x4fd7a8)=>{const _0x25ef6a=_0x4c12,_0x18464a=_0x4fd7a8[_0x25ef6a(0x1c7)],_0x5d8b7e=_0x18464a[_0x25ef6a(0x1f2)](_0x4fd7a8[_0x25ef6a(0x1e8)]),_0x27bf32=_0x18464a[_0x25ef6a(0x1ee)](_0x5d8b7e);_0x27bf32['is'](_0x25ef6a(0x1d6),_0x25ef6a(0x20a))&&(_0x4fd7a8[_0x25ef6a(0x1d3)]=this[_0x25ef6a(0x1f4)][_0x25ef6a(0x1fb)][_0x25ef6a(0x1a3)](_0x27bf32,0x0),_0x203d77[_0x25ef6a(0x20e)]());};}}function N(_0x597a45,_0x1f655a,_0x4368f8){const _0x1e99c0=_0x4687cd;return 0x1===_0x1f655a?_0x4368f8[_0x1e99c0(0x1bc)]('ol',null,[_0x597a45]):_0x4368f8[_0x1e99c0(0x1bc)]('ol',null,[_0x4368f8[_0x1e99c0(0x1bc)]('li',null,[N(_0x597a45,_0x1f655a-0x1,_0x4368f8)])]);}
|