@ckeditor/ckeditor5-document-outline 47.7.0-alpha.4 → 47.7.0
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:()=>j,DocumentOutlineUtils:()=>p,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>X,TableOfContentsEditing:()=>ot,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(172)]())i instanceof r.ModelText&&(n+=i[e(160)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=158]})(t,e)}function a(){const t=["model","htmlH4","htmlH3","4455630kwfpTK","htmlH6","reduce","plugins","paragraph","data","htmlH1","139119cyXbZk","config","get","471935fjWpIW","heading.options","27OzGdCe","has","867956XHDpzT","htmlH5","push","getChildren","79142blHapO","1759812MVlbVw","783320MloALo","7HPoKoJ","GeneralHtmlSupport","htmlH2"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(268803===parseInt(e(162))/1+parseInt(e(173))/2*(parseInt(e(167))/3)+-parseInt(e(169))/4+parseInt(e(165))/5+parseInt(e(174))/6+parseInt(e(176))/7*(parseInt(e(175))/8)+-parseInt(e(182))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);function l(t,e){const n=f();return(l=function(t,e){return n[t-=479]})(t,e)}const d=l;function f(){const t=["getFirstPosition","fire","_headingNames","get","item","isOfficialPlugin","name","112314HbQmIt","7298928UAIIqo","view","8EMTvoz","editor","selection","9bQJhix","12dSDjaO","level","DocumentOutlineUtils","_getActiveHeading","getChild","getChildren","change","getRoot","_getHeadingNames","isPremiumPlugin","domConverter","28614223tfusBJ","modelElement","137369WoWRmI","backward","element","document","activeItemIndex","push","_getOutlineDefinitions","includes","length","text","config","editing","documentOutline.headings","116aCccOb","createElement","10037690gLeADe","data","indexOf","2223965KIsJrX","domToView","2857320ybLmzB","findIndex","model","_deriveHeadingElementsFromConversion","toModel","init","pluginName","afterInit","getRootNames"];return(f=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(558625===parseInt(e(515))/1*(-parseInt(e(498))/2)+parseInt(e(495))/3*(parseInt(e(528))/4)+parseInt(e(533))/5*(-parseInt(e(502))/6)+-parseInt(e(496))/7+parseInt(e(479))/8+parseInt(e(501))/9*(-parseInt(e(530))/10)+parseInt(e(513))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class p extends t.Plugin{static get[d(485)](){return d(504)}static get[d(493)](){return!0}static get[d(511)](){return!0}[d(490)]=[];[d(484)](){const t=d,e=this[t(499)];this[t(490)]=this[t(510)]();let n=[];e[t(481)][t(518)].on(t(508),o(()=>{const e=t,i=n;n=this[e(521)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(503)]===n[e(503)]&&t[e(524)]===n[e(524)]&&t[e(514)]===n[e(514)]),r=(0,u.diffToChanges)(o,n),s=this[e(505)](),c=n[e(480)](t=>t[e(514)]===s);r[e(523)]&&this[e(489)](e(508),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(489)](e(519),{index:c})},250,{leading:!0,trailing:!0}))}[d(486)](){const t=d;this[t(490)][t(523)]||this[t(482)]()}[d(521)](){const t=d,e=this[t(499)],n=[],i=this[t(490)];for(const n of e[t(481)][t(518)][t(487)]())o(e[t(481)][t(518)][t(509)](n));function o(e){const r=t;for(const t of e[r(507)]())t.is(r(517))&&(i[r(522)](t[r(494)])&&n[r(520)]({level:i[r(532)](t[r(494)])+1,text:s(t),modelElement:t}),o(t))}return n}[d(505)](){const t=d,e=this[t(499)][t(481)][t(518)][t(500)][t(488)](),n=new r.ModelTreeWalker({direction:t(516),startPosition:e});for(const e of n)if(e[t(492)].is(t(517))&&this[t(490)][t(522)](e[t(492)][t(494)]))return e[t(492)]}[d(510)](){const t=d;return this[t(499)][t(525)][t(491)](t(527))||function(t){const e=c,n=t[e(163)][e(164)](e(166));return n?n[e(184)]((t,n)=>(e(159)!==n[e(179)]&&t[e(171)](n[e(179)]),t),[]):t[e(158)][e(168)](e(177))?[e(161),e(178),e(181),e(180),e(170),e(183)]:[]}(this[t(499)])}[d(482)](){const t=d,e=this[t(499)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(526)][t(497)][t(512)][t(534)](document[t(529)](o)),r=e[t(531)][t(483)](n)[t(506)](0);r?.is(t(517))&&i[t(520)](r[t(494)])}this[t(490)]=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(){const t=["1755450BOroLJ","setTemplate","div","text","27996QZgHMY","6cLVsWd","isActive","2430230qUdkSY","bind","21JpeAWd","123Yugsiz","level","12776czkIXE","ck-document-outline__item_active","set","bindTemplate","162NpOGps","click","8570870WJXlFq","isEmpty","Empty heading","ck-document-outline__item","5884ZiKViS","ck-reset","629430ywWbtV","ck-document-outline__item_empty","ck-document-outline__item_level-"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=164]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(246956===-parseInt(e(186))/1*(-parseInt(e(171))/2)+-parseInt(e(181))/3*(parseInt(e(180))/4)+-parseInt(e(176))/5+-parseInt(e(173))/6*(parseInt(e(185))/7)+parseInt(e(188))/8*(parseInt(e(165))/9)+-parseInt(e(183))/10+parseInt(e(167))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends h.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(164)],o=e?"["+m(t,n(169))+"]":"";this[n(190)](n(179),""),this[n(190)](n(187),1),this[n(190)](n(182),!1),this[n(184)](n(168)).to(this,n(179),t=>!t),this[n(177)]({tag:n(178),attributes:{class:["ck",n(172),n(170),i.to(n(187),t=>n(175)+t),i.if(n(182),n(189)),i.if(n(168),n(174))],title:i.to(n(179))},children:[{text:i.to(n(179),t=>t||o)}],on:{click:i.to(n(166))}})}}const k=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=224]})(t,e)}function b(){const t=["2819802HWGWpN","map","click","ck-reset","items","getIndex","3389675VapaZE","locale","insert","itemSelected","856582btNNqt","get","addMany","level","delegate","ck-document-outline","sync","_handleItemClick","destroy","delete","2411576CJUitr","documentOutlineContainer","createCollection","18bmgjZe","index","1988973yEpLrA","activeItemIndex","text","howMany","change:activeItemIndex","1785921mGZvcs","_scrollToItem","remove","2480148qKUgQS","isActive","forEach","1uDaAEV","bind","_setActiveItem","type","div","values","source","Editor headings will appear here as you type.","contentLanguageDirection","setTemplate","showEmptyHeadingText","_deleteItem","fire","set","element","_insertItem"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(342234===-parseInt(e(268))/1*(-parseInt(e(242))/2)+-parseInt(e(262))/3+parseInt(e(265))/4+parseInt(e(238))/5+-parseInt(e(232))/6+parseInt(e(257))/7+parseInt(e(252))/8*(-parseInt(e(255))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends h.View{[k(236)];[k(253)];[k(226)];constructor(t,e=!1,n){const i=k;super(t),this[i(226)]=e,this[i(229)](i(258),-1),this[i(253)]=n,this[i(236)]=this[i(254)](),this[i(236)][i(246)](i(234)).to(this),this.on(i(234),this[i(249)][i(269)](this)),this.on(i(261),(t,e,n,o)=>{this[i(270)](o,n)}),this[i(225)]({tag:i(272),attributes:{class:["ck",i(235),i(247)],dir:t[i(224)],"data-document-outline-empty-placeholder":m(t,i(275)),tabindex:-1},children:this[i(236)]})}[k(248)](t){const e=k;t[e(267)](t=>{const n=e;n(240)==t[n(271)]?this[n(231)](t[n(256)],...t[n(273)]):n(251)==t[n(271)]&&this[n(227)](t[n(256)],t[n(260)])})}[k(270)](t,e){const n=k;if(-1!==t){const e=this[n(236)][n(243)](t);e&&(e[n(266)]=!1)}-1!==e&&(this[n(236)][n(243)](e)[n(266)]=!0,this[n(263)](e))}[k(231)](t,...e){const n=k,i=e[n(233)]((e,i)=>{const o=n,r=new v(this[o(239)],this[o(226)]);return r[o(259)]=e[o(259)],r[o(245)]=e[o(245)],t+i===this[o(258)]&&(r[o(266)]=!0),r});this[n(236)][n(244)](i,t)}[k(227)](t,e){const n=k;do{this[n(236)][n(264)](t)}while(--e)}[k(249)](t){const e=k,n=this[e(236)][e(237)](t[e(274)]);this[e(228)](e(241),n)}[k(263)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(236)][e(243)](t)[e(230)],20,this[e(253)])}[k(250)](){const t=k;super[t(250)](),this[t(230)][t(264)]()}}var _=n(789),x=n.n(_),O=n(437),C=n.n(O),T=n(298),E=n.n(T),A=n(207),P=n.n(A),S=n(825),L=n.n(S),D=n(360),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=L();x()(D.A,N);D.A&&D.A.locals&&D.A.locals;const K=H;!function(t){const e=H,n=t();for(;;)try{if(240602===-parseInt(e(231))/1+-parseInt(e(203))/2*(parseInt(e(228))/3)+parseInt(e(224))/4+parseInt(e(181))/5+-parseInt(e(236))/6+-parseInt(e(220))/7*(-parseInt(e(229))/8)+parseInt(e(187))/9*(parseInt(e(195))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class j extends t.Plugin{[K(233)];[K(200)];[K(184)];static get[K(206)](){return K(193)}static get[K(201)](){return!0}static get[K(241)](){return!0}constructor(t){const e=K;super(t),this[e(233)]=new y(t[e(240)],this[e(208)][e(222)][e(217)](e(219)),this[e(208)][e(222)][e(217)](e(232))),this[e(200)]=[],this[e(184)]=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(227)][e(212)](this),100)}[K(205)](){const t=K,e=this[t(208)],n=e[t(204)][t(217)](t(177));let i=!1;if(this[t(233)][t(172)](),this[t(208)].ui[t(186)][t(215)](this[t(233)][t(196)]),!e[t(222)][t(217)](t(232)))throw new u.CKEditorError(t(213),{editor:e});e[t(222)][t(217)](t(232))[t(192)](this[t(233)][t(196)]),n.on(t(235),this[t(221)][t(212)](this)),n.on(t(211),(e,{index:n})=>this[t(188)](n)),this[t(233)].on(t(197),(e,n)=>{i=!0,this[t(170)](n)}),this[t(233)][t(216)](u.global[t(185)],t(238),()=>{i?i=!1:this[t(184)]()},{useCapture:!0}),this[t(233)][t(216)](u.global[t(180)],t(171),this[t(184)],{useCapture:!0})}[K(198)](){!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(175)](t=>String[e(225)](t))[e(179)]("")}!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:1776211200;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(190)]);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)}[K(199)](){const t=K;super[t(199)](),this[t(233)][t(199)](),this[t(184)][t(178)]()}[K(221)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(200)]=e,this[i(233)][i(242)](n)}[K(188)](t){const e=K;this[e(200)][e(218)]&&this[e(200)][t]&&(this[e(233)][e(211)]=t)}[K(170)](t){const e=K,n=this[e(200)][t][e(207)];this[e(208)][e(237)][e(235)](t=>{t[e(209)](n,0)}),this[e(208)][e(182)][e(233)][e(223)]({alignToTop:!0,forceScroll:!0}),this[e(208)][e(182)][e(233)][e(189)](),this[e(188)](t)}[K(227)](){const t=K,e=this[t(208)];let n;for(const i of e[t(237)][t(185)][t(226)]()){const o=e[t(182)][t(233)][t(202)](i),r=o&&new u.Rect(o)[t(214)]();if(r){const e=new u.Rect(u.global[t(180)])[t(174)](r);e&&(n=e[t(230)]+.25*e[t(239)])}}if(void 0===n)return;const i=M(e[t(182)],this[t(200)],n);i?this[t(188)](this[t(200)][t(173)](i)):this[t(188)](-1)}}function M(t,e,n,i=0,o=e[K(218)]-1){const r=K,s=Math[r(210)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(176)][r(234)](c[r(207)]);if(!a)return null;const l=t[r(233)][r(194)][r(191)](a);return new u.Rect(l)[r(183)]>n?M(t,e,n,i,s-1):M(t,e,n,s+1,o)}return s<0?null:e[s]}function H(t,e){const n=V();return(H=function(t,e){return n[t-=170]})(t,e)}function V(){const t=["get","length","documentOutline.showEmptyHeadings","42gWlLFg","_handleOutlineChange","config","scrollToTheSelection","1379588EvZvrA","fromCharCode","getRootNames","_updateActiveDefinitionOnViewportChange","34689wCDpoo","175072zKuEYs","top","444135Apmimw","documentOutline.container","view","toViewElement","change","2146470CNywlX","model","scroll","height","locale","isPremiumPlugin","sync","_handleItemSelected","resize","render","indexOf","getIntersection","map","mapper","DocumentOutlineUtils","cancel","join","window","698650DFpRff","editing","bottom","_updateActiveDefinitionFromViewportThrottled","document","focusTracker","594vvQcZL","_setActiveViewItem","focus","href","mapViewToDom","appendChild","DocumentOutlineUI","domConverter","118940PqkDSk","element","itemSelected","afterInit","destroy","_currentOutlineDefinitions","isOfficialPlugin","getDomRoot","62gOIdiO","plugins","init","pluginName","modelElement","editor","setSelection","floor","activeItemIndex","bind","document-outline-container-not-provided","getVisible","add","listenTo"];return(V=function(){return t})()}const R=W;function z(){const t=["_licenseKeyCheckInterval","expired","documentOutlineLicenseKeyExpired","9616056FDaXoP","3567996DiAmqC","4537941PJzFAk","1108500nDQSps","invalid","documentOutlineLicenseKeyEvaluationLimit","1598976ENdHuF","get","2220526ffxIzM","_showLicenseError","licenseKey","editor","init","isOfficialPlugin","config","documentOutlineLicenseKeyNotAllowed","domainLimit","documentOutlineLicenseKeyDomainLimit","destroy","documentOutlineLicenseKeyValid","requires","40vaRzCS","273309kEwLiq","25TipwmY","pluginName","usageLimit","documentOutlineLicenseKeyUsageLimit","evaluationLimit","isPremiumPlugin","documentOutlineLicenseKeyInvalid","featureNotAllowed","DocumentOutline"];return(z=function(){return t})()}function W(t,e){const n=z();return(W=function(t,e){return n[t-=318]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(990445===parseInt(e(335))/1+-parseInt(e(349))/2+parseInt(e(350))/3+-parseInt(e(351))/4*(-parseInt(e(336))/5)+-parseInt(e(348))/6+parseInt(e(321))/7+parseInt(e(334))/8*(parseInt(e(319))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class U extends t.Plugin{[R(323)];[R(345)];static get[R(333)](){return[p,j]}static get[R(337)](){return R(344)}static get[R(326)](){return!0}static get[R(341)](){return!0}[R(325)](){const t=R;this[t(323)]=this[t(324)][t(327)][t(320)](t(323));const e=this[t(324)];this[t(345)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(332)==r||n(342)==r||n(347)==r||n(330)==r||n(328)==r||n(318)==r||n(339)==r){delete e[o],i=r,clearInterval(this[n(345)]),this[n(345)]=void 0;break}}n(342)==i&&e[n(322)](n(352)),n(347)==i&&e[n(322)](n(346)),n(330)==i&&e[n(322)](n(329)),n(328)==i&&e[n(322)](n(343),n(344)),n(318)==i&&e[n(322)](n(340)),n(339)==i&&e[n(322)](n(338))},1e3)}[R(331)](){const t=R;super[t(331)](),this[t(345)]&&clearInterval(this[t(345)])}}var F=n(901);const q=J;function Z(){const t=["selection","40LTduYf","refresh","execute","tableOfContents","getFirstPosition","2808278MStUep","model","10STHKZB","insertObject","2608380FWmXNO","4wcpKhY","change","1153340tXNkvz","787913bpDGZs","editor","296MEIzWF","createElement","isEnabled","document","1661067AiPsDx","findAllowedParent","7158dWDwqG","381372xjNFcj","schema"];return(Z=function(){return t})()}function J(t,e){const n=Z();return(J=function(t,e){return n[t-=413]})(t,e)}!function(t){const e=J,n=t();for(;;)try{if(309014===-parseInt(e(437))/1+-parseInt(e(430))/2*(-parseInt(e(436))/3)+-parseInt(e(425))/4*(parseInt(e(427))/5)+-parseInt(e(424))/6+parseInt(e(428))/7*(parseInt(e(415))/8)+-parseInt(e(434))/9*(-parseInt(e(422))/10)+parseInt(e(420))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class X extends t.Command{[q(417)](){const t=q;this[t(429)][t(421)][t(426)](e=>{const n=t;this[n(429)][n(421)][n(423)](e[n(431)](n(418)))})}[q(416)](){const t=q,e=this[t(429)][t(421)],n=e[t(433)][t(414)][t(419)]();this[t(432)]=null!==(n&&e[t(413)][t(435)](n,t(418)))}}var B=n(534),Y={attributes:{"data-cke":!0}};Y.setAttributes=P(),Y.insert=E().bind(null,"head"),Y.domAPI=C(),Y.insertStyleElement=L();x()(B.A,Y);B.A&&B.A.locals&&B.A.locals;const G=$;function Q(){const t=["type","view","modelRange","getAttribute","mapper","name","consume","776wnlByX","headingId","paragraph","43442jpjwxz","model","getChanges","8kAxhoK","3PkqRqq","_registerHeadingIdAttributePostfixer","extend","match","differ","registerPostFixer","insert","string","560120ZOAmIb","2778919KbZluP","_customUpcastHeadingsConversion","forEach","length","HeadingId","change","hasAttribute","writer","downcast","heading.options","document","delete","258764HaSOyk","consumable","249005RZoiwV","viewItem","attributes","get","item","position","setAttribute","attribute:headingId:","schema","headingId.modelAttributeName","removeAttribute","has","isRegistered","heading1","_customDataDowncastHeadingsConversion","getContainedElement","isOfficialPlugin","set","upcast","6nHsqza","afterInit","120502sXSVsd","editor","add","remove","pluginName","element:","nodeAfter","for","low","5090139WRxnph","isPremiumPlugin","clear","toViewElement","conversion","config"];return(Q=function(){return t})()}function $(t,e){const n=Q();return($=function(t,e){return n[t-=324]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(324270===parseInt(e(324))/1*(parseInt(e(369))/2)+parseInt(e(325))/3*(parseInt(e(346))/4)+-parseInt(e(348))/5*(-parseInt(e(367))/6)+parseInt(e(394))/7*(parseInt(e(391))/8)+-parseInt(e(378))/9+-parseInt(e(333))/10+-parseInt(e(334))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class tt extends t.Plugin{static get[G(373)](){return G(338)}static get[G(364)](){return!0}static get[G(379)](){return!0}[G(368)](){const t=G,e=this[t(370)];e[t(383)][t(351)](t(357))||(function(e){const n=t,i=new Map;return e?(e[n(336)](t=>{const e=n;e(393)!==t[e(395)]&&i[e(365)](t[e(385)],t[e(395)])}),i[n(351)]("h1")||i[n(365)]("h1",n(361)),i):i}(this[t(370)][t(383)][t(351)](t(343)))[t(336)]((n,i)=>{const o=t;this[o(335)](i),this[o(362)](n),e[o(395)][o(356)][o(360)](n)&&e[o(395)][o(356)][o(327)](n,{allowAttributes:o(392)})}),this[t(326)]())}[G(335)](t){const e=G;this[e(370)][e(382)][e(376)](e(366))[e(371)](n=>n.on(e(374)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(349)][o(387)]("id"),a=n[o(386)][o(363)]();if(a)return c&&c[o(337)]||a[o(340)](o(392))?void(r[o(390)](n[o(349)],{attributes:["id"]})&&s[o(354)](o(392),c,a)):(r[o(390)](n[o(349)],{attributes:["id"]}),void s[o(354)](o(392),(0,u.uid)(),a))},{priority:u.priorities[e(351)](e(377))+.5}))}[G(362)](t){const e=G;this[e(370)][e(382)][e(376)](e(342))[e(371)](n=>n.on(e(355)+t,(t,n,i)=>{const o=e;if(!i[o(347)][o(390)](n[o(352)],t[o(389)]))return;const r=n[o(352)][o(387)](o(392)),s=i[o(388)][o(381)](n[o(352)]);i[o(341)][o(354)]("id",r,s)}))}[G(326)](){const t=G,e=this[t(370)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(371)](r),e[o(354)](o(392),r,n),r}function r(e,n){const i=t;e[i(358)](i(392),n)}e[t(395)][t(344)][t(330)](s=>{const c=t,a=e[c(395)][c(344)][c(329)][c(396)]();let u=!1;for(const t of a)if(c(331)==t[c(384)]&&t[c(389)])if(et(t[c(389)])){const e=t[c(350)][c(351)](c(392));c(332)==typeof e?n[c(359)](e)?(o(s,t[c(353)][c(375)]),u=!0):i[c(371)](e):(o(s,t[c(353)][c(375)]),u=!0)}else c(332)==typeof t[c(350)][c(351)](c(392))&&(r(s,t[c(353)][c(375)]),u=!0);else if(c(372)==t[c(384)]){const e=t[c(350)][c(351)](c(392));c(332)==typeof e&&n[c(345)](e)}return u}),e[t(395)][t(344)].on(t(339),()=>{const e=t;i[e(336)](t=>n[e(371)](t)),i[e(380)]()})}}function et(t){return!!t[G(328)](/heading\d/)}const nt=rt;function it(){const t=["dataDowncast","modelPosition","22341grZtDk","getChanges","registerRawContentMatcher","toModelElement","_currentOutlineDefinitions","fromCharCode","viewToModelPosition","locale","stop","data","Empty heading","viewPosition","upcast","for","document","hasContent","get"," table-of-contents_empty","documentOutline.showEmptyHeadings","DocumentOutlineUtils","config","4zwnRji","requires","_updateTableOfContentsElements","createPositionAt","insertTableOfContents","$capture","setSelection","getAttribute","findMappedViewAncestor","div","view","preventDefault","commands","schema","editingDowncast","editor","$graveyard","target","_trackNewToCElements","element","Table of contents","createText","add","position","high","_defineConverters","outlineDefinitions","map","filter","getCustomProperty","8052MJidwC","headingId","3683320XYlXuS","table-of-contents","9HpYnYu","name","conversion","3488964DAQjol","2864950xbYSvo","rootName","$blockObject","setCustomProperty","init","_tableOfContentsElements","forEach","scrollToTheSelection","tableOfContentsHeadingIndex","reconvertItem","afterInit","type","level","differ","2493935xfGuDB","headingId.modelAttributeName","_redirectMapper","mapper","7qrfOQe","click","isOfficialPlugin","href","_createTableOfContents","_defineSchema","329208igbZMJ","No headings were found in the document.","tableOfContents","_handleScrollToHeading","plugins","listenTo","abs","register","end","_headingIdModelAttributeName","isPremiumPlugin","insert","nodeAfter","text","isInteger","domEvent","length","226586rfjUOy","elementToStructure","join","elementToElement","createContainerElement","change","4EEniax","modelElement","TableOfContentsEditing","editing","table-of-contents__placeholder","model","getAncestors","pluginName"];return(it=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(355162===-parseInt(e(221))/1*(parseInt(e(215))/2)+parseInt(e(198))/3*(parseInt(e(252))/4)+-parseInt(e(188))/5+parseInt(e(173))/6+-parseInt(e(192))/7*(parseInt(e(168))/8)+parseInt(e(170))/9*(-parseInt(e(174))/10)+parseInt(e(231))/11*(parseInt(e(166))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[nt(228)](){return nt(223)}static get[nt(194)](){return!0}static get[nt(208)](){return!0}static get[nt(253)](){return[F.Widget,p,tt]}[nt(235)];[nt(179)];[nt(207)];constructor(t){const e=nt;super(t),this[e(235)]=[],this[e(179)]=new Set,this[e(207)]=e(167)}[nt(178)](){const t=nt,e=this[t(267)],n=e[t(224)][t(262)][t(245)];e[t(251)][t(247)](t(189))&&(this[t(207)]=e[t(251)][t(247)](t(189))),this[t(203)](n,t(193),(e,n)=>{const i=t;if(!n[i(269)])return;const o=n[i(269)][i(165)](i(182));Number[i(212)](o)&&(n[i(213)][i(263)](),e[i(239)](),this[i(201)](o))},{priority:t(160),context:t(257)}),this[t(197)](),this[t(161)](),e[t(264)][t(158)](t(256),new X(e)),e[t(202)][t(247)](t(250)).on(t(220),(e,n)=>{const i=t;this[i(235)]=n[i(162)],this[i(254)]()}),this[t(203)](e[t(226)][t(245)],t(220),()=>{this[t(154)]()})}[nt(184)](){!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=rt;return t[e(163)](t=>String[e(236)](t))[e(217)]("")}!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:1776211200;return t[h([101,120,112])]<e}()?h([69,120,112,105,114,101,100]):function(){const e=rt,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(195)]);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(254)](){const t=nt;this[t(179)][t(180)](e=>{const n=t;n(268)!==e[n(175)]&&this[n(267)][n(224)][n(183)](e)})}[nt(154)](){const t=nt;for(const e of this[t(267)][t(226)][t(245)][t(187)][t(232)]({includeChangesInGraveyard:!0})){if(t(209)!==e[t(185)]||t(200)!==e[t(171)])return;this[t(179)][t(158)](e[t(159)][t(210)])}}[nt(197)](){const t=nt;this[t(267)][t(226)][t(265)][t(205)](t(200),{inheritAllFrom:t(176)})}[nt(161)](){const t=nt,e=this[t(267)][t(172)];e[t(244)](t(243))[t(218)]({model:t(200),view:{name:t(261),classes:t(169)}}),e[t(244)](t(229))[t(216)]({model:t(200),view:(e,{writer:n})=>this[t(196)](n,!0)}),e[t(244)](t(266))[t(216)]({model:t(200),view:(e,{writer:n})=>{const i=t;this[i(179)][i(158)](e);const o=this[i(196)](n);return(0,F.toWidget)(o,n,{label:m(this[i(267)][i(238)],i(156))})}}),this[t(267)][t(240)][t(233)]({name:t(261),classes:t(169)}),this[t(267)][t(224)][t(191)].on(t(237),this[t(190)](),{priority:t(160)})}[nt(196)](t,e=!1){const n=nt,{locale:i}=this[n(267)],o=t[n(219)](n(261),{class:n(169)+(0===this[n(235)][n(214)]?n(248):""),...!e&&{"data-table-of-contents-label":m(i,n(156))}});0===this[n(235)][n(214)]&&!1===e&&t[n(209)](t[n(255)](o,n(206)),t[n(219)]("p",{class:n(225)},[t[n(157)](m(i,n(199)))]));const r=e?"":"["+m(i,n(241))+"]";let s=o;return this[n(235)][n(180)]((i,o,c)=>{const a=n,u=this[a(267)][a(226)][a(246)](i[a(222)],{ignoreWhitespaces:!0}),l=u?i[a(211)]:r,d=i[a(222)][a(259)](this[a(207)]),f=t[a(219)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(157)](l)]),p=this[a(267)][a(251)][a(247)](a(249));t[a(177)](a(182),o,f);const h=t[a(219)]("li",null,[u||!e&&p?f:t[a(157)]("")]),m=o?c[o-1][a(186)]:0,g=Math[a(204)](i[a(186)]-m);if(i[a(186)]>m){const e=st(h,g,t);t[a(209)](t[a(255)](s,a(206)),e)}else{const e=function(t,e){const n=a;return t[n(227)]({includeSelf:!0,parentFirst:!0})[n(164)](t=>t.is(n(155),"ol"))[e]}(s,g);t[a(209)](t[a(255)](e,a(206)),h)}s=h}),o}[nt(201)](t){const e=nt,n=this[e(235)][t][e(222)];this[e(267)][e(226)][e(220)](t=>{t[e(258)](n,0)}),this[e(267)][e(224)][e(262)][e(181)]({alignToTop:!0,forceScroll:!0})}[nt(190)](){return(t,e)=>{const n=rt,i=e[n(191)],o=i[n(260)](e[n(242)]),r=i[n(234)](o);r.is(n(155),n(200))&&(e[n(230)]=this[n(267)][n(226)][n(255)](r,0),t[n(239)]())}}}function rt(t,e){const n=it();return(rt=function(t,e){return n[t-=154]})(t,e)}function st(t,e,n){const i=nt;return 1===e?n[i(219)]("ol",null,[t]):n[i(219)]("ol",null,[n[i(219)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=202]})(t,e)}function lt(){const t=["config","tooltip","tableOfContentsLicenseKeyEvaluationLimit","commands","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyUsageLimit","view","expired","9043664liTkXK","insertTableOfContents","set","951862vYaFVA","domainLimit","init","2559EUGkjb","_createButton","tableOfContentsLicenseKeyValid","isEnabled","5572eMaKuj","get","menuBar:tableOfContents","TableOfContentsUI","Table of contents","tableOfContents","add","locale","execute","644665WVzoMb","licenseKey","32898zULUqK","pluginName","10505961hxAhXE","tableOfContentsLicenseKeyNotAllowed","focus","_showLicenseError","tableOfContentsLicenseKeyInvalid","TableOfContents","componentFactory","isPremiumPlugin","bind","usageLimit","730AJhoJr","featureNotAllowed","editing","evaluationLimit","listenTo","invalid","_licenseKeyCheckInterval","isOfficialPlugin","editor","583556gpkNVY","destroy"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(726963===parseInt(e(215))/1+parseInt(e(254))/2+parseInt(e(218))/3*(-parseInt(e(222))/4)+-parseInt(e(245))/5*(-parseInt(e(233))/6)+-parseInt(e(231))/7+parseInt(e(212))/8+-parseInt(e(235))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(232)];[at(251)];static get[at(234)](){return at(225)}static get[at(252)](){return!0}static get[at(242)](){return!0}[at(217)](){const t=at,e=this[t(253)];e.ui[t(241)][t(228)](t(227),()=>{const e=t,n=this[e(219)](h.ButtonView);return n[e(204)]=!0,n}),e.ui[t(241)][t(228)](t(224),()=>this[t(219)](h.MenuBarMenuListItemButtonView)),this[t(232)]=this[t(253)][t(203)][t(223)](t(232));const n=this[t(253)];this[t(251)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(220)==r||e(239)==r||e(208)==r||e(207)==r||e(236)==r||e(205)==r||e(209)==r){delete n[o],i=r,clearInterval(this[e(251)]),this[e(251)]=void 0;break}}e(239)==i&&n[e(238)](e(250)),e(208)==i&&n[e(238)](e(211)),e(207)==i&&n[e(238)](e(216)),e(236)==i&&n[e(238)](e(246),e(240)),e(205)==i&&n[e(238)](e(248)),e(209)==i&&n[e(238)](e(244))},1e3)}[at(219)](t){const e=at,n=this[e(253)],i=n[e(229)],o=n[e(206)][e(223)](e(213)),r=new t(i);return r[e(214)]({label:m(i,e(226)),icon:ct.IconTableOfContents}),r[e(243)](e(221)).to(o,e(221)),this[e(249)](r,e(230),()=>{const t=e;n[t(230)](t(213)),n[t(247)][t(210)][t(237)]()}),r}[at(202)](){const t=at;super[t(202)](),this[t(251)]&&clearInterval(this[t(251)])}}var ft=ht;function pt(){var t=["isOfficialPlugin","isPremiumPlugin","4190IoeLtw","TableOfContents","227988hgSEdq","4334bglJRS","379994QsfifL","requires","24KTCNfn","211065fJSpjG","3LgyoKH","3031hispZP","29188yRwWFw","8941824CRhkTW","90cZZLCT","3684QHwdZk","pluginName"];return(pt=function(){return t})()}function ht(t,e){var n=pt();return(ht=function(t,e){return n[t-=462]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(142208===parseInt(e(463))/1+-parseInt(e(477))/2*(-parseInt(e(464))/3)+-parseInt(e(466))/4*(-parseInt(e(468))/5)+parseInt(e(469))/6*(parseInt(e(465))/7)+parseInt(e(462))/8*(-parseInt(e(475))/9)+parseInt(e(473))/10*(parseInt(e(476))/11)+-parseInt(e(467))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);class mt extends t.Plugin{static get[ft(478)](){return[ot,dt]}static get[ft(470)](){return ft(474)}static get[ft(471)](){return!0}static get[ft(472)](){return!0}}function gt(){var t=["1464127xxoJts","61100ndeuzo","6VNFRlz","9AILVMV","221868jbxWiz","488275LppByO","2285200AwiQgg","182162RKbjyA","1070824MTHhEe","9SdqVVU"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=201]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(105864===parseInt(e(202))/1+-parseInt(e(206))/2+parseInt(e(208))/3*(parseInt(e(209))/4)+-parseInt(e(210))/5+-parseInt(e(207))/6*(parseInt(e(205))/7)+parseInt(e(203))/8*(-parseInt(e(204))/9)+parseInt(e(201))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(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),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,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:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>X,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},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{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(172)]())i instanceof r.ModelText&&(n+=i[e(160)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=158]})(t,e)}function a(){const t=["model","htmlH4","htmlH3","4455630kwfpTK","htmlH6","reduce","plugins","paragraph","data","htmlH1","139119cyXbZk","config","get","471935fjWpIW","heading.options","27OzGdCe","has","867956XHDpzT","htmlH5","push","getChildren","79142blHapO","1759812MVlbVw","783320MloALo","7HPoKoJ","GeneralHtmlSupport","htmlH2"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(268803===parseInt(e(162))/1+parseInt(e(173))/2*(parseInt(e(167))/3)+-parseInt(e(169))/4+parseInt(e(165))/5+parseInt(e(174))/6+parseInt(e(176))/7*(parseInt(e(175))/8)+-parseInt(e(182))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);function l(t,e){const n=f();return(l=function(t,e){return n[t-=479]})(t,e)}const d=l;function f(){const t=["getFirstPosition","fire","_headingNames","get","item","isOfficialPlugin","name","112314HbQmIt","7298928UAIIqo","view","8EMTvoz","editor","selection","9bQJhix","12dSDjaO","level","DocumentOutlineUtils","_getActiveHeading","getChild","getChildren","change","getRoot","_getHeadingNames","isPremiumPlugin","domConverter","28614223tfusBJ","modelElement","137369WoWRmI","backward","element","document","activeItemIndex","push","_getOutlineDefinitions","includes","length","text","config","editing","documentOutline.headings","116aCccOb","createElement","10037690gLeADe","data","indexOf","2223965KIsJrX","domToView","2857320ybLmzB","findIndex","model","_deriveHeadingElementsFromConversion","toModel","init","pluginName","afterInit","getRootNames"];return(f=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(558625===parseInt(e(515))/1*(-parseInt(e(498))/2)+parseInt(e(495))/3*(parseInt(e(528))/4)+parseInt(e(533))/5*(-parseInt(e(502))/6)+-parseInt(e(496))/7+parseInt(e(479))/8+parseInt(e(501))/9*(-parseInt(e(530))/10)+parseInt(e(513))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[d(485)](){return d(504)}static get[d(493)](){return!0}static get[d(511)](){return!0}[d(490)]=[];[d(484)](){const t=d,e=this[t(499)];this[t(490)]=this[t(510)]();let n=[];e[t(481)][t(518)].on(t(508),o(()=>{const e=t,i=n;n=this[e(521)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(503)]===n[e(503)]&&t[e(524)]===n[e(524)]&&t[e(514)]===n[e(514)]),r=(0,u.diffToChanges)(o,n),s=this[e(505)](),c=n[e(480)](t=>t[e(514)]===s);r[e(523)]&&this[e(489)](e(508),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(489)](e(519),{index:c})},250,{leading:!0,trailing:!0}))}[d(486)](){const t=d;this[t(490)][t(523)]||this[t(482)]()}[d(521)](){const t=d,e=this[t(499)],n=[],i=this[t(490)];for(const n of e[t(481)][t(518)][t(487)]())o(e[t(481)][t(518)][t(509)](n));function o(e){const r=t;for(const t of e[r(507)]())t.is(r(517))&&(i[r(522)](t[r(494)])&&n[r(520)]({level:i[r(532)](t[r(494)])+1,text:s(t),modelElement:t}),o(t))}return n}[d(505)](){const t=d,e=this[t(499)][t(481)][t(518)][t(500)][t(488)](),n=new r.ModelTreeWalker({direction:t(516),startPosition:e});for(const e of n)if(e[t(492)].is(t(517))&&this[t(490)][t(522)](e[t(492)][t(494)]))return e[t(492)]}[d(510)](){const t=d;return this[t(499)][t(525)][t(491)](t(527))||function(t){const e=c,n=t[e(163)][e(164)](e(166));return n?n[e(184)]((t,n)=>(e(159)!==n[e(179)]&&t[e(171)](n[e(179)]),t),[]):t[e(158)][e(168)](e(177))?[e(161),e(178),e(181),e(180),e(170),e(183)]:[]}(this[t(499)])}[d(482)](){const t=d,e=this[t(499)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(526)][t(497)][t(512)][t(534)](document[t(529)](o)),r=e[t(531)][t(483)](n)[t(506)](0);r?.is(t(517))&&i[t(520)](r[t(494)])}this[t(490)]=i}}var p=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(){const t=["1755450BOroLJ","setTemplate","div","text","27996QZgHMY","6cLVsWd","isActive","2430230qUdkSY","bind","21JpeAWd","123Yugsiz","level","12776czkIXE","ck-document-outline__item_active","set","bindTemplate","162NpOGps","click","8570870WJXlFq","isEmpty","Empty heading","ck-document-outline__item","5884ZiKViS","ck-reset","629430ywWbtV","ck-document-outline__item_empty","ck-document-outline__item_level-"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=164]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(246956===-parseInt(e(186))/1*(-parseInt(e(171))/2)+-parseInt(e(181))/3*(parseInt(e(180))/4)+-parseInt(e(176))/5+-parseInt(e(173))/6*(parseInt(e(185))/7)+parseInt(e(188))/8*(parseInt(e(165))/9)+-parseInt(e(183))/10+parseInt(e(167))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends p.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(164)],o=e?"["+m(t,n(169))+"]":"";this[n(190)](n(179),""),this[n(190)](n(187),1),this[n(190)](n(182),!1),this[n(184)](n(168)).to(this,n(179),t=>!t),this[n(177)]({tag:n(178),attributes:{class:["ck",n(172),n(170),i.to(n(187),t=>n(175)+t),i.if(n(182),n(189)),i.if(n(168),n(174))],title:i.to(n(179))},children:[{text:i.to(n(179),t=>t||o)}],on:{click:i.to(n(166))}})}}const I=k;function k(t,e){const n=b();return(k=function(t,e){return n[t-=224]})(t,e)}function b(){const t=["2819802HWGWpN","map","click","ck-reset","items","getIndex","3389675VapaZE","locale","insert","itemSelected","856582btNNqt","get","addMany","level","delegate","ck-document-outline","sync","_handleItemClick","destroy","delete","2411576CJUitr","documentOutlineContainer","createCollection","18bmgjZe","index","1988973yEpLrA","activeItemIndex","text","howMany","change:activeItemIndex","1785921mGZvcs","_scrollToItem","remove","2480148qKUgQS","isActive","forEach","1uDaAEV","bind","_setActiveItem","type","div","values","source","Editor headings will appear here as you type.","contentLanguageDirection","setTemplate","showEmptyHeadingText","_deleteItem","fire","set","element","_insertItem"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(342234===-parseInt(e(268))/1*(-parseInt(e(242))/2)+-parseInt(e(262))/3+parseInt(e(265))/4+parseInt(e(238))/5+-parseInt(e(232))/6+parseInt(e(257))/7+parseInt(e(252))/8*(-parseInt(e(255))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends p.View{[I(236)];[I(253)];[I(226)];constructor(t,e=!1,n){const i=I;super(t),this[i(226)]=e,this[i(229)](i(258),-1),this[i(253)]=n,this[i(236)]=this[i(254)](),this[i(236)][i(246)](i(234)).to(this),this.on(i(234),this[i(249)][i(269)](this)),this.on(i(261),(t,e,n,o)=>{this[i(270)](o,n)}),this[i(225)]({tag:i(272),attributes:{class:["ck",i(235),i(247)],dir:t[i(224)],"data-document-outline-empty-placeholder":m(t,i(275)),tabindex:-1},children:this[i(236)]})}[I(248)](t){const e=I;t[e(267)](t=>{const n=e;n(240)==t[n(271)]?this[n(231)](t[n(256)],...t[n(273)]):n(251)==t[n(271)]&&this[n(227)](t[n(256)],t[n(260)])})}[I(270)](t,e){const n=I;if(-1!==t){const e=this[n(236)][n(243)](t);e&&(e[n(266)]=!1)}-1!==e&&(this[n(236)][n(243)](e)[n(266)]=!0,this[n(263)](e))}[I(231)](t,...e){const n=I,i=e[n(233)]((e,i)=>{const o=n,r=new v(this[o(239)],this[o(226)]);return r[o(259)]=e[o(259)],r[o(245)]=e[o(245)],t+i===this[o(258)]&&(r[o(266)]=!0),r});this[n(236)][n(244)](i,t)}[I(227)](t,e){const n=I;do{this[n(236)][n(264)](t)}while(--e)}[I(249)](t){const e=I,n=this[e(236)][e(237)](t[e(274)]);this[e(228)](e(241),n)}[I(263)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(236)][e(243)](t)[e(230)],20,this[e(253)])}[I(250)](){const t=I;super[t(250)](),this[t(230)][t(264)]()}}var _=n(789),x=n.n(_),O=n(437),C=n.n(O),T=n(298),E=n.n(T),A=n(207),P=n.n(A),L=n(825),S=n.n(L),N=n(360),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=S();x()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=j;function j(t,e){const n=H();return(j=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(619502===parseInt(e(509))/1*(-parseInt(e(558))/2)+parseInt(e(504))/3*(parseInt(e(503))/4)+parseInt(e(526))/5+-parseInt(e(545))/6+parseInt(e(508))/7+-parseInt(e(549))/8*(parseInt(e(570))/9)+parseInt(e(536))/10*(parseInt(e(538))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class M extends t.Plugin{[K(519)];[K(553)];[K(506)];static get[K(551)](){return K(529)}static get[K(540)](){return!0}static get[K(548)](){return!0}constructor(t){const e=K;super(t),this[e(519)]=new y(t[e(534)],this[e(559)][e(567)][e(507)](e(569)),this[e(559)][e(567)][e(507)](e(525))),this[e(553)]=[],this[e(506)]=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(539)][e(511)](this),100)}[K(505)](){const t=K,e=this[t(559)],n=e[t(501)][t(507)](t(543));let i=!1;if(this[t(519)][t(550)](),this[t(559)].ui[t(563)][t(541)](this[t(519)][t(542)]),!e[t(567)][t(507)](t(525)))throw new u.CKEditorError(t(565),{editor:e});e[t(567)][t(507)](t(525))[t(517)](this[t(519)][t(542)]),n.on(t(546),this[t(561)][t(511)](this)),n.on(t(537),(e,{index:n})=>this[t(510)](n)),this[t(519)].on(t(512),(e,n)=>{i=!0,this[t(513)](n)}),this[t(519)][t(524)](u.global[t(560)],t(514),()=>{i?i=!1:this[t(506)]()},{useCapture:!0}),this[t(519)][t(524)](u.global[t(547)],t(502),this[t(506)],{useCapture:!0})}[K(516)](){!async function(t){const e=p([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[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=j;return t[e(528)](t=>String[e(566)](t))[e(572)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([97]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,h=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const h=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?d(l(h+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+d(l(t)),i=f(d(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+d(l(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:h}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](a(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const u=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([68,79]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776297600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(556)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[K(518)](){const t=K;super[t(518)](),this[t(519)][t(518)](),this[t(506)][t(564)]()}[K(561)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(553)]=e,this[i(519)][i(530)](n)}[K(510)](t){const e=K;this[e(553)][e(520)]&&this[e(553)][t]&&(this[e(519)][e(537)]=t)}[K(513)](t){const e=K,n=this[e(553)][t][e(555)];this[e(559)][e(544)][e(546)](t=>{t[e(535)](n,0)}),this[e(559)][e(531)][e(519)][e(499)]({alignToTop:!0,forceScroll:!0}),this[e(559)][e(531)][e(519)][e(500)](),this[e(510)](t)}[K(539)](){const t=K,e=this[t(559)];let n;for(const i of e[t(544)][t(560)][t(533)]()){const o=e[t(531)][t(519)][t(523)](i),r=o&&new u.Rect(o)[t(515)]();if(r){const e=new u.Rect(u.global[t(547)])[t(554)](r);e&&(n=e[t(571)]+.25*e[t(557)])}}if(void 0===n)return;const i=V(e[t(531)],this[t(553)],n);i?this[t(510)](this[t(553)][t(527)](i)):this[t(510)](-1)}}function H(){const t=["add","element","DocumentOutlineUtils","model","2512164ycyFXi","change","window","isPremiumPlugin","5640lkIuUR","render","pluginName","floor","_currentOutlineDefinitions","getIntersection","modelElement","href","height","16532jJAPay","editor","document","_handleOutlineChange","bottom","focusTracker","cancel","document-outline-container-not-provided","fromCharCode","config","domConverter","documentOutline.showEmptyHeadings","2529mSDHBt","top","join","scrollToTheSelection","focus","plugins","resize","4lNLOIG","847227OjhDPy","init","_updateActiveDefinitionFromViewportThrottled","get","683683RNXawW","134fuIUJn","_setActiveViewItem","bind","itemSelected","_handleItemSelected","scroll","getVisible","afterInit","appendChild","destroy","view","length","mapViewToDom","toViewElement","getDomRoot","listenTo","documentOutline.container","1473935FVwoCn","indexOf","map","DocumentOutlineUI","sync","editing","mapper","getRootNames","locale","setSelection","140jMKiQn","activeItemIndex","1311420oVaCDz","_updateActiveDefinitionOnViewportChange","isOfficialPlugin"];return(H=function(){return t})()}function V(t,e,n,i=0,o=e[K(520)]-1){const r=K,s=Math[r(552)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(532)][r(522)](c[r(555)]);if(!a)return null;const l=t[r(519)][r(568)][r(521)](a);return new u.Rect(l)[r(562)]>n?V(t,e,n,i,s-1):V(t,e,n,s+1,o)}return s<0?null:e[s]}const R=z;function W(){const t=["_licenseKeyCheckInterval","expired","documentOutlineLicenseKeyExpired","9616056FDaXoP","3567996DiAmqC","4537941PJzFAk","1108500nDQSps","invalid","documentOutlineLicenseKeyEvaluationLimit","1598976ENdHuF","get","2220526ffxIzM","_showLicenseError","licenseKey","editor","init","isOfficialPlugin","config","documentOutlineLicenseKeyNotAllowed","domainLimit","documentOutlineLicenseKeyDomainLimit","destroy","documentOutlineLicenseKeyValid","requires","40vaRzCS","273309kEwLiq","25TipwmY","pluginName","usageLimit","documentOutlineLicenseKeyUsageLimit","evaluationLimit","isPremiumPlugin","documentOutlineLicenseKeyInvalid","featureNotAllowed","DocumentOutline"];return(W=function(){return t})()}function z(t,e){const n=W();return(z=function(t,e){return n[t-=318]})(t,e)}!function(t){const e=z,n=t();for(;;)try{if(990445===parseInt(e(335))/1+-parseInt(e(349))/2+parseInt(e(350))/3+-parseInt(e(351))/4*(-parseInt(e(336))/5)+-parseInt(e(348))/6+parseInt(e(321))/7+parseInt(e(334))/8*(parseInt(e(319))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class U extends t.Plugin{[R(323)];[R(345)];static get[R(333)](){return[h,M]}static get[R(337)](){return R(344)}static get[R(326)](){return!0}static get[R(341)](){return!0}[R(325)](){const t=R;this[t(323)]=this[t(324)][t(327)][t(320)](t(323));const e=this[t(324)];this[t(345)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(332)==r||n(342)==r||n(347)==r||n(330)==r||n(328)==r||n(318)==r||n(339)==r){delete e[o],i=r,clearInterval(this[n(345)]),this[n(345)]=void 0;break}}n(342)==i&&e[n(322)](n(352)),n(347)==i&&e[n(322)](n(346)),n(330)==i&&e[n(322)](n(329)),n(328)==i&&e[n(322)](n(343),n(344)),n(318)==i&&e[n(322)](n(340)),n(339)==i&&e[n(322)](n(338))},1e3)}[R(331)](){const t=R;super[t(331)](),this[t(345)]&&clearInterval(this[t(345)])}}var F=n(901);const q=B;function J(){const t=["selection","40LTduYf","refresh","execute","tableOfContents","getFirstPosition","2808278MStUep","model","10STHKZB","insertObject","2608380FWmXNO","4wcpKhY","change","1153340tXNkvz","787913bpDGZs","editor","296MEIzWF","createElement","isEnabled","document","1661067AiPsDx","findAllowedParent","7158dWDwqG","381372xjNFcj","schema"];return(J=function(){return t})()}function B(t,e){const n=J();return(B=function(t,e){return n[t-=413]})(t,e)}!function(t){const e=B,n=t();for(;;)try{if(309014===-parseInt(e(437))/1+-parseInt(e(430))/2*(-parseInt(e(436))/3)+-parseInt(e(425))/4*(parseInt(e(427))/5)+-parseInt(e(424))/6+parseInt(e(428))/7*(parseInt(e(415))/8)+-parseInt(e(434))/9*(-parseInt(e(422))/10)+parseInt(e(420))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class X extends t.Command{[q(417)](){const t=q;this[t(429)][t(421)][t(426)](e=>{const n=t;this[n(429)][n(421)][n(423)](e[n(431)](n(418)))})}[q(416)](){const t=q,e=this[t(429)][t(421)],n=e[t(433)][t(414)][t(419)]();this[t(432)]=null!==(n&&e[t(413)][t(435)](n,t(418)))}}var Z=n(534),G={attributes:{"data-cke":!0}};G.setAttributes=P(),G.insert=E().bind(null,"head"),G.domAPI=C(),G.insertStyleElement=S();x()(Z.A,G);Z.A&&Z.A.locals&&Z.A.locals;const Q=$;function Y(){const t=["type","view","modelRange","getAttribute","mapper","name","consume","776wnlByX","headingId","paragraph","43442jpjwxz","model","getChanges","8kAxhoK","3PkqRqq","_registerHeadingIdAttributePostfixer","extend","match","differ","registerPostFixer","insert","string","560120ZOAmIb","2778919KbZluP","_customUpcastHeadingsConversion","forEach","length","HeadingId","change","hasAttribute","writer","downcast","heading.options","document","delete","258764HaSOyk","consumable","249005RZoiwV","viewItem","attributes","get","item","position","setAttribute","attribute:headingId:","schema","headingId.modelAttributeName","removeAttribute","has","isRegistered","heading1","_customDataDowncastHeadingsConversion","getContainedElement","isOfficialPlugin","set","upcast","6nHsqza","afterInit","120502sXSVsd","editor","add","remove","pluginName","element:","nodeAfter","for","low","5090139WRxnph","isPremiumPlugin","clear","toViewElement","conversion","config"];return(Y=function(){return t})()}function $(t,e){const n=Y();return($=function(t,e){return n[t-=324]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(324270===parseInt(e(324))/1*(parseInt(e(369))/2)+parseInt(e(325))/3*(parseInt(e(346))/4)+-parseInt(e(348))/5*(-parseInt(e(367))/6)+parseInt(e(394))/7*(parseInt(e(391))/8)+-parseInt(e(378))/9+-parseInt(e(333))/10+-parseInt(e(334))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[Q(373)](){return Q(338)}static get[Q(364)](){return!0}static get[Q(379)](){return!0}[Q(368)](){const t=Q,e=this[t(370)];e[t(383)][t(351)](t(357))||(function(e){const n=t,i=new Map;return e?(e[n(336)](t=>{const e=n;e(393)!==t[e(395)]&&i[e(365)](t[e(385)],t[e(395)])}),i[n(351)]("h1")||i[n(365)]("h1",n(361)),i):i}(this[t(370)][t(383)][t(351)](t(343)))[t(336)]((n,i)=>{const o=t;this[o(335)](i),this[o(362)](n),e[o(395)][o(356)][o(360)](n)&&e[o(395)][o(356)][o(327)](n,{allowAttributes:o(392)})}),this[t(326)]())}[Q(335)](t){const e=Q;this[e(370)][e(382)][e(376)](e(366))[e(371)](n=>n.on(e(374)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(349)][o(387)]("id"),a=n[o(386)][o(363)]();if(a)return c&&c[o(337)]||a[o(340)](o(392))?void(r[o(390)](n[o(349)],{attributes:["id"]})&&s[o(354)](o(392),c,a)):(r[o(390)](n[o(349)],{attributes:["id"]}),void s[o(354)](o(392),(0,u.uid)(),a))},{priority:u.priorities[e(351)](e(377))+.5}))}[Q(362)](t){const e=Q;this[e(370)][e(382)][e(376)](e(342))[e(371)](n=>n.on(e(355)+t,(t,n,i)=>{const o=e;if(!i[o(347)][o(390)](n[o(352)],t[o(389)]))return;const r=n[o(352)][o(387)](o(392)),s=i[o(388)][o(381)](n[o(352)]);i[o(341)][o(354)]("id",r,s)}))}[Q(326)](){const t=Q,e=this[t(370)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(371)](r),e[o(354)](o(392),r,n),r}function r(e,n){const i=t;e[i(358)](i(392),n)}e[t(395)][t(344)][t(330)](s=>{const c=t,a=e[c(395)][c(344)][c(329)][c(396)]();let u=!1;for(const t of a)if(c(331)==t[c(384)]&&t[c(389)])if(et(t[c(389)])){const e=t[c(350)][c(351)](c(392));c(332)==typeof e?n[c(359)](e)?(o(s,t[c(353)][c(375)]),u=!0):i[c(371)](e):(o(s,t[c(353)][c(375)]),u=!0)}else c(332)==typeof t[c(350)][c(351)](c(392))&&(r(s,t[c(353)][c(375)]),u=!0);else if(c(372)==t[c(384)]){const e=t[c(350)][c(351)](c(392));c(332)==typeof e&&n[c(345)](e)}return u}),e[t(395)][t(344)].on(t(339),()=>{const e=t;i[e(336)](t=>n[e(371)](t)),i[e(380)]()})}}function et(t){return!!t[Q(328)](/heading\d/)}function nt(){const t=["tableOfContents","element","domEvent","_currentOutlineDefinitions","headingId.modelAttributeName","nodeAfter","upcast","filter","setSelection","7665574hvFori","abs","stop","editingDowncast","join","outlineDefinitions","change","preventDefault","editor","modelElement","document","schema","scrollToTheSelection","37405QxnyxE","locale","getAncestors","reconvertItem","DocumentOutlineUtils","6nXGIWx","Table of contents","high","type","_defineSchema","for","elementToStructure","config","elementToElement","_defineConverters","TableOfContentsEditing","No headings were found in the document.","toModelElement","requires","_handleScrollToHeading","init","insertTableOfContents","_redirectMapper","insert","div","registerRawContentMatcher","text","get","getCustomProperty","tableOfContentsHeadingIndex","viewPosition","5707791NmLBpl","view","length","level","end","afterInit","8455310tuWxDy","isInteger","getAttribute","isOfficialPlugin","target","fromCharCode","differ","editing","428242NgSnIT","createContainerElement","getChanges","$capture","dataDowncast","hasContent","name","table-of-contents__placeholder","6GIIyEz","map","headingId","500zpARjB","findMappedViewAncestor","commands","setCustomProperty","click","model","_headingIdModelAttributeName","$blockObject","_createTableOfContents","Empty heading","forEach","table-of-contents","mapper","655264jvMEJs","documentOutline.showEmptyHeadings","_tableOfContentsElements","listenTo","isPremiumPlugin","rootName","_trackNewToCElements","data","createText","plugins","conversion","$graveyard","1136054foUtXx","register","createPositionAt","pluginName","add","position"," table-of-contents_empty","viewToModelPosition","_updateTableOfContentsElements","modelPosition","href"];return(nt=function(){return t})()}const it=ot;function ot(t,e){const n=nt();return(ot=function(t,e){return n[t-=407]})(t,e)}!function(t){const e=ot,n=t();for(;;)try{if(595335===-parseInt(e(502))/1+-parseInt(e(424))/2*(parseInt(e(510))/3)+parseInt(e(513))/4*(parseInt(e(457))/5)+parseInt(e(462))/6*(parseInt(e(444))/7)+-parseInt(e(412))/8+-parseInt(e(488))/9+parseInt(e(494))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class rt extends t.Plugin{static get[it(427)](){return it(472)}static get[it(497)](){return!0}static get[it(416)](){return!0}static get[it(475)](){return[F.Widget,h,tt]}[it(438)];[it(414)];[it(519)];constructor(t){const e=it;super(t),this[e(438)]=[],this[e(414)]=new Set,this[e(519)]=e(512)}[it(477)](){const t=it,e=this[t(452)],n=e[t(501)][t(489)][t(454)];e[t(469)][t(484)](t(439))&&(this[t(519)]=e[t(469)][t(484)](t(439))),this[t(415)](n,t(517),(e,n)=>{const i=t;if(!n[i(498)])return;const o=n[i(498)][i(485)](i(486));Number[i(495)](o)&&(n[i(437)][i(451)](),e[i(446)](),this[i(476)](o))},{priority:t(464),context:t(505)}),this[t(466)](),this[t(471)](),e[t(515)][t(428)](t(478),new X(e)),e[t(421)][t(484)](t(461)).on(t(450),(e,n)=>{const i=t;this[i(438)]=n[i(449)],this[i(432)]()}),this[t(415)](e[t(518)][t(454)],t(450),()=>{this[t(418)]()})}[it(493)](){!async function(t){const e=p([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[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=ot;return t[e(511)](t=>String[e(499)](t))[e(448)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([109]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,h=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=c(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const h=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?d(l(h+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+d(l(t)),i=f(d(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+d(l(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](f(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:h}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=c(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](a(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const u=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},u,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1776297600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(434)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=function(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,1512==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[it(432)](){const t=it;this[t(414)][t(409)](e=>{const n=t;n(423)!==e[n(417)]&&this[n(452)][n(501)][n(460)](e)})}[it(418)](){const t=it;for(const e of this[t(452)][t(518)][t(454)][t(500)][t(504)]({includeChangesInGraveyard:!0})){if(t(480)!==e[t(465)]||t(435)!==e[t(508)])return;this[t(414)][t(428)](e[t(429)][t(440)])}}[it(466)](){const t=it;this[t(452)][t(518)][t(455)][t(425)](t(435),{inheritAllFrom:t(520)})}[it(471)](){const t=it,e=this[t(452)][t(422)];e[t(467)](t(441))[t(470)]({model:t(435),view:{name:t(481),classes:t(410)}}),e[t(467)](t(506))[t(468)]({model:t(435),view:(e,{writer:n})=>this[t(407)](n,!0)}),e[t(467)](t(447))[t(468)]({model:t(435),view:(e,{writer:n})=>{const i=t;this[i(414)][i(428)](e);const o=this[i(407)](n);return(0,F.toWidget)(o,n,{label:m(this[i(452)][i(458)],i(463))})}}),this[t(452)][t(419)][t(482)]({name:t(481),classes:t(410)}),this[t(452)][t(501)][t(411)].on(t(431),this[t(479)](),{priority:t(464)})}[it(407)](t,e=!1){const n=it,{locale:i}=this[n(452)],o=t[n(503)](n(481),{class:n(410)+(0===this[n(438)][n(490)]?n(430):""),...!e&&{"data-table-of-contents-label":m(i,n(463))}});0===this[n(438)][n(490)]&&!1===e&&t[n(480)](t[n(426)](o,n(492)),t[n(503)]("p",{class:n(509)},[t[n(420)](m(i,n(473)))]));const r=e?"":"["+m(i,n(408))+"]";let s=o;return this[n(438)][n(409)]((i,o,c)=>{const a=n,u=this[a(452)][a(518)][a(507)](i[a(453)],{ignoreWhitespaces:!0}),l=u?i[a(483)]:r,d=i[a(453)][a(496)](this[a(519)]),f=t[a(503)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(420)](l)]),h=this[a(452)][a(469)][a(484)](a(413));t[a(516)](a(486),o,f);const p=t[a(503)]("li",null,[u||!e&&h?f:t[a(420)]("")]),m=o?c[o-1][a(491)]:0,g=Math[a(445)](i[a(491)]-m);if(i[a(491)]>m){const e=st(p,g,t);t[a(480)](t[a(426)](s,a(492)),e)}else{const e=function(t,e){const n=a;return t[n(459)]({includeSelf:!0,parentFirst:!0})[n(442)](t=>t.is(n(436),"ol"))[e]}(s,g);t[a(480)](t[a(426)](e,a(492)),p)}s=p}),o}[it(476)](t){const e=it,n=this[e(438)][t][e(453)];this[e(452)][e(518)][e(450)](t=>{t[e(443)](n,0)}),this[e(452)][e(501)][e(489)][e(456)]({alignToTop:!0,forceScroll:!0})}[it(479)](){return(t,e)=>{const n=ot,i=e[n(411)],o=i[n(514)](e[n(487)]),r=i[n(474)](o);r.is(n(436),n(435))&&(e[n(433)]=this[n(452)][n(518)][n(426)](r,0),t[n(446)]())}}}function st(t,e,n){const i=it;return 1===e?n[i(503)]("ol",null,[t]):n[i(503)]("ol",null,[n[i(503)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=202]})(t,e)}function lt(){const t=["config","tooltip","tableOfContentsLicenseKeyEvaluationLimit","commands","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyUsageLimit","view","expired","9043664liTkXK","insertTableOfContents","set","951862vYaFVA","domainLimit","init","2559EUGkjb","_createButton","tableOfContentsLicenseKeyValid","isEnabled","5572eMaKuj","get","menuBar:tableOfContents","TableOfContentsUI","Table of contents","tableOfContents","add","locale","execute","644665WVzoMb","licenseKey","32898zULUqK","pluginName","10505961hxAhXE","tableOfContentsLicenseKeyNotAllowed","focus","_showLicenseError","tableOfContentsLicenseKeyInvalid","TableOfContents","componentFactory","isPremiumPlugin","bind","usageLimit","730AJhoJr","featureNotAllowed","editing","evaluationLimit","listenTo","invalid","_licenseKeyCheckInterval","isOfficialPlugin","editor","583556gpkNVY","destroy"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(726963===parseInt(e(215))/1+parseInt(e(254))/2+parseInt(e(218))/3*(-parseInt(e(222))/4)+-parseInt(e(245))/5*(-parseInt(e(233))/6)+-parseInt(e(231))/7+parseInt(e(212))/8+-parseInt(e(235))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(232)];[at(251)];static get[at(234)](){return at(225)}static get[at(252)](){return!0}static get[at(242)](){return!0}[at(217)](){const t=at,e=this[t(253)];e.ui[t(241)][t(228)](t(227),()=>{const e=t,n=this[e(219)](p.ButtonView);return n[e(204)]=!0,n}),e.ui[t(241)][t(228)](t(224),()=>this[t(219)](p.MenuBarMenuListItemButtonView)),this[t(232)]=this[t(253)][t(203)][t(223)](t(232));const n=this[t(253)];this[t(251)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(220)==r||e(239)==r||e(208)==r||e(207)==r||e(236)==r||e(205)==r||e(209)==r){delete n[o],i=r,clearInterval(this[e(251)]),this[e(251)]=void 0;break}}e(239)==i&&n[e(238)](e(250)),e(208)==i&&n[e(238)](e(211)),e(207)==i&&n[e(238)](e(216)),e(236)==i&&n[e(238)](e(246),e(240)),e(205)==i&&n[e(238)](e(248)),e(209)==i&&n[e(238)](e(244))},1e3)}[at(219)](t){const e=at,n=this[e(253)],i=n[e(229)],o=n[e(206)][e(223)](e(213)),r=new t(i);return r[e(214)]({label:m(i,e(226)),icon:ct.IconTableOfContents}),r[e(243)](e(221)).to(o,e(221)),this[e(249)](r,e(230),()=>{const t=e;n[t(230)](t(213)),n[t(247)][t(210)][t(237)]()}),r}[at(202)](){const t=at;super[t(202)](),this[t(251)]&&clearInterval(this[t(251)])}}var ft=pt;function ht(){var t=["isOfficialPlugin","isPremiumPlugin","4190IoeLtw","TableOfContents","227988hgSEdq","4334bglJRS","379994QsfifL","requires","24KTCNfn","211065fJSpjG","3LgyoKH","3031hispZP","29188yRwWFw","8941824CRhkTW","90cZZLCT","3684QHwdZk","pluginName"];return(ht=function(){return t})()}function pt(t,e){var n=ht();return(pt=function(t,e){return n[t-=462]})(t,e)}!function(t){for(var e=pt,n=t();;)try{if(142208===parseInt(e(463))/1+-parseInt(e(477))/2*(-parseInt(e(464))/3)+-parseInt(e(466))/4*(-parseInt(e(468))/5)+parseInt(e(469))/6*(parseInt(e(465))/7)+parseInt(e(462))/8*(-parseInt(e(475))/9)+parseInt(e(473))/10*(parseInt(e(476))/11)+-parseInt(e(467))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(478)](){return[rt,dt]}static get[ft(470)](){return ft(474)}static get[ft(471)](){return!0}static get[ft(472)](){return!0}}function gt(){var t=["1464127xxoJts","61100ndeuzo","6VNFRlz","9AILVMV","221868jbxWiz","488275LppByO","2285200AwiQgg","182162RKbjyA","1070824MTHhEe","9SdqVVU"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=201]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(105864===parseInt(e(202))/1+-parseInt(e(206))/2+parseInt(e(208))/3*(parseInt(e(209))/4)+-parseInt(e(210))/5+-parseInt(e(207))/6*(parseInt(e(205))/7)+parseInt(e(203))/8*(-parseInt(e(204))/9)+parseInt(e(201))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x541641,Command as _0x4acd60}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x16705e,throttle as _0x14cb3e}from'es-toolkit/compat';import{ModelText as _0x49e4c6,ModelTreeWalker as _0x297e82}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4195e2,diffToChanges as _0x3a40fc,scrollAncestorsToShowTarget as _0x586ac2,CKEditorError as _0x5d936a,global as _0x5d7452,Rect as _0x13be82,uid as _0x4a552e,priorities as _0x3213cf}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x2a0cf6,ButtonView as _0x3afadf,MenuBarMenuListItemButtonView as _0x393045}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x2a00ef,toWidget as _0xa7495d}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x15df4c}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x5c12db){let _0x210135='';for(const _0x1191d9 of _0x5c12db['getChildren']())_0x1191d9 instanceof _0x49e4c6&&(_0x210135+=_0x1191d9['data']);return _0x210135;}class i extends _0x541641{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4c3dff=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x2c62f1=[];_0x4c3dff['model']['document']['on']('change',_0x16705e(()=>{const _0x3af6fb=_0x2c62f1;_0x2c62f1=this['_getOutlineDefinitions']();const _0x503c9d=_0x4195e2(_0x3af6fb,_0x2c62f1,(_0x28f99b,_0x4998d5)=>_0x28f99b['level']===_0x4998d5['level']&&_0x28f99b['text']===_0x4998d5['text']&&_0x28f99b['modelElement']===_0x4998d5['modelElement']),_0x1c8bdf=_0x3a40fc(_0x503c9d,_0x2c62f1),_0x14832d=this['_getActiveHeading'](),_0x150ade=_0x2c62f1['findIndex'](_0x42e0fd=>_0x42e0fd['modelElement']===_0x14832d);_0x1c8bdf['length']&&this['fire']('change',{'outlineDefinitions':_0x2c62f1,'activeItemIndex':_0x150ade,'outlineChanges':_0x1c8bdf}),this['fire']('activeItemIndex',{'index':_0x150ade});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x52112d=this['editor'],_0xaadf77=[],_0x337e2b=this['_headingNames'];for(const _0x3c03a8 of _0x52112d['model']['document']['getRootNames']())_0x1e11ad(_0x52112d['model']['document']['getRoot'](_0x3c03a8));function _0x1e11ad(_0x340bf7){for(const _0x35fdbc of _0x340bf7['getChildren']())_0x35fdbc['is']('element')&&(_0x337e2b['includes'](_0x35fdbc['name'])&&_0xaadf77['push']({'level':_0x337e2b['indexOf'](_0x35fdbc['name'])+0x1,'text':g(_0x35fdbc),'modelElement':_0x35fdbc}),_0x1e11ad(_0x35fdbc));}return _0xaadf77;}['_getActiveHeading'](){const _0x336e93=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x32716e=new _0x297e82({'direction':'backward','startPosition':_0x336e93});for(const _0x4c2b28 of _0x32716e)if(_0x4c2b28['item']['is']('element')&&this['_headingNames']['includes'](_0x4c2b28['item']['name']))return _0x4c2b28['item'];}['_getHeadingNames'](){const _0x30d63a=this['editor']['config']['get']('documentOutline.headings');return _0x30d63a||function(_0x243c0e){const _0x201975=_0x243c0e['config']['get']('heading.options');return _0x201975?_0x201975['reduce']((_0x267c5b,_0x852f39)=>('paragraph'!==_0x852f39['model']&&_0x267c5b['push'](_0x852f39['model']),_0x267c5b),[]):_0x243c0e['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x281ad2=this['editor'],_0x4d81a4=['h1','h2','h3','h4','h5','h6'],_0x538b0e=[];for(const _0x5036fd of _0x4d81a4){const _0x24392c=_0x281ad2['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5036fd)),_0x592599=_0x281ad2['data']['toModel'](_0x24392c)['getChild'](0x0);_0x592599?.['is']('element')&&_0x538b0e['push'](_0x592599['name']);}this['_headingNames']=_0x538b0e;}}function j(_0x4daaf7,_0x3e04e2){const t=_0x4daaf7['t'];switch(_0x3e04e2){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 _0x3e04e2;}}class A extends _0x2a0cf6{constructor(_0x35ca05,_0x4a5321=!0x1){super(_0x35ca05);const _0x42bdf0=this['bindTemplate'],_0x5046e2=_0x4a5321?'['+j(_0x35ca05,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x3487da=>!_0x3487da),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x42bdf0['to']('level',_0x1724a5=>'ck-document-outline__item_level-'+_0x1724a5),_0x42bdf0['if']('isActive','ck-document-outline__item_active'),_0x42bdf0['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x42bdf0['to']('text')},'children':[{'text':_0x42bdf0['to']('text',_0x3be02a=>_0x3be02a||_0x5046e2)}],'on':{'click':_0x42bdf0['to']('click')}});}}class f extends _0x2a0cf6{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x7dc5b8,_0x48841c=!0x1,_0x36c67d){super(_0x7dc5b8),this['showEmptyHeadingText']=_0x48841c,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x36c67d,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x3b230d,_0x5302c4,_0x14af6b,_0x5a2bf2)=>{this['_setActiveItem'](_0x5a2bf2,_0x14af6b);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x7dc5b8['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x7dc5b8,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x18ad5e){_0x18ad5e['forEach'](_0x204da2=>{'insert'==_0x204da2['type']?this['_insertItem'](_0x204da2['index'],..._0x204da2['values']):'delete'==_0x204da2['type']&&this['_deleteItem'](_0x204da2['index'],_0x204da2['howMany']);});}['_setActiveItem'](_0xabd937,_0x5ad0b9){if(-0x1!==_0xabd937){const _0xf4a71c=this['items']['get'](_0xabd937);_0xf4a71c&&(_0xf4a71c['isActive']=!0x1);}-0x1!==_0x5ad0b9&&(this['items']['get'](_0x5ad0b9)['isActive']=!0x0,this['_scrollToItem'](_0x5ad0b9));}['_insertItem'](_0x374ebc,..._0x24364e){const _0x1f6ceb=_0x24364e['map']((_0x1fc5ad,_0x3ae0d8)=>{const _0x1c2ac6=new A(this['locale'],this['showEmptyHeadingText']);return _0x1c2ac6['text']=_0x1fc5ad['text'],_0x1c2ac6['level']=_0x1fc5ad['level'],_0x374ebc+_0x3ae0d8===this['activeItemIndex']&&(_0x1c2ac6['isActive']=!0x0),_0x1c2ac6;});this['items']['addMany'](_0x1f6ceb,_0x374ebc);}['_deleteItem'](_0x49eb94,_0x7219f0){do{this['items']['remove'](_0x49eb94);}while(--_0x7219f0);}['_handleItemClick'](_0x24059f){const _0x206708=this['items']['getIndex'](_0x24059f['source']);this['fire']('itemSelected',_0x206708);}['_scrollToItem'](_0x3576bc){_0x586ac2(this['items']['get'](_0x3576bc)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x541641{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x164620){super(_0x164620),this['view']=new f(_0x164620['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x14cb3e(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x24a7cf=this['editor'],_0x2be405=_0x24a7cf['plugins']['get']('DocumentOutlineUtils');let _0xdc6c3a=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x24a7cf['config']['get']('documentOutline.container'))throw new _0x5d936a('document-outline-container-not-provided',{'editor':_0x24a7cf});_0x24a7cf['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x2be405['on']('change',this['_handleOutlineChange']['bind'](this)),_0x2be405['on']('activeItemIndex',(_0x49e801,{index:_0x27d0dc})=>this['_setActiveViewItem'](_0x27d0dc)),this['view']['on']('itemSelected',(_0x44e934,_0xd1c4c2)=>{_0xdc6c3a=!0x0,this['_handleItemSelected'](_0xd1c4c2);}),this['view']['listenTo'](_0x5d7452['document'],'scroll',()=>{_0xdc6c3a?_0xdc6c3a=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5d7452['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5509c2){const _0x380c9d=_0x53847d([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]),_0x5633bc=0x1cb264a3,_0x27bd37=0x1cb5e3f3^_0x5633bc,_0x54d0e4=window[_0x53847d([0x44,0x61,0x74,0x65])][_0x53847d([0x6e,0x6f,0x77])](),_0x2f492b=_0x5509c2[_0x53847d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5198b7=new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x749991=>{_0x2f492b[_0x53847d([0x6f,0x6e,0x63,0x65])](_0x53847d([0x72,0x65,0x61,0x64,0x79]),_0x749991);}),_0x13d975={[_0x53847d([0x6b,0x74,0x79])]:_0x53847d([0x45,0x43]),[_0x53847d([0x75,0x73,0x65])]:_0x53847d([0x73,0x69,0x67]),[_0x53847d([0x63,0x72,0x76])]:_0x53847d([0x50,0x2d,0x32,0x35,0x36]),[_0x53847d([0x78])]:_0x53847d([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]),[_0x53847d([0x79])]:_0x53847d([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]),[_0x53847d([0x61,0x6c,0x67])]:_0x53847d([0x45,0x53,0x32,0x35,0x36])},_0x3b0dc5=_0x2f492b[_0x53847d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x53847d([0x67,0x65,0x74])](_0x53847d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1507d8(){let _0x167cb1,_0x354b58=null,_0xc5015b=null;try{if(_0x3b0dc5==_0x53847d([0x47,0x50,0x4c]))return _0x53847d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x167cb1=_0x1bbc76(),!_0x167cb1)return _0x53847d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x167cb1[_0x53847d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xc5015b=_0x489872(_0x167cb1[_0x53847d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x167cb1[_0x53847d([0x6a,0x74,0x69])])),await _0x223517()?_0xd8fb44()?_0x2d16fe()?_0x53847d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x480408()?(_0x167cb1[_0x53847d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x53847d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x354b58=_0xc0e9cb(_0x53847d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x283377()):_0x53847d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x53847d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x53847d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x53847d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2d16fe(){const _0x3510bf=[_0x53847d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x53847d([0x74,0x72,0x69,0x61,0x6c])][_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x167cb1[_0x53847d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x54d0e4/0x3e8:0xe10*_0x27bd37;return _0x167cb1[_0x53847d([0x65,0x78,0x70])]<_0x3510bf;}function _0xd8fb44(){const _0x5a1b10=_0x167cb1[_0x53847d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5a1b10&&(!!_0x5a1b10[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53847d([0x2a]))||(!!_0x5a1b10[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53847d([0x44,0x4f]))||(!!_0x5a1b10[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53847d([0x50,0x50]))||!(!_0x5a1b10[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53847d([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4fe15e()))));}function _0x480408(){const _0x508b92=_0x167cb1[_0x53847d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x508b92||0x0==_0x508b92[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x240ccb}=new URL(window[_0x53847d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x508b92[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x240ccb))return!0x0;const _0x3c893c=_0x240ccb[_0x53847d([0x73,0x70,0x6c,0x69,0x74])](_0x53847d([0x2e]));return _0x508b92[_0x53847d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2cfb0f=>_0x2cfb0f[_0x53847d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x53847d([0x2a])))[_0x53847d([0x6d,0x61,0x70])](_0x2c01c4=>_0x2c01c4[_0x53847d([0x73,0x70,0x6c,0x69,0x74])](_0x53847d([0x2e])))[_0x53847d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x219a60=>_0x219a60[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3c893c[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x53847d([0x6d,0x61,0x70])](_0x3ebe81=>Array(_0x3c893c[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3ebe81[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x53847d([0x66,0x69,0x6c,0x6c])](_0x3ebe81[0x0]===_0x53847d([0x2a])?_0x53847d([0x2a]):'')[_0x53847d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3ebe81))[_0x53847d([0x73,0x6f,0x6d,0x65])](_0x52e239=>_0x3c893c[_0x53847d([0x65,0x76,0x65,0x72,0x79])]((_0x5b259d,_0x3df82e)=>_0x52e239[_0x3df82e]===_0x5b259d||_0x52e239[_0x3df82e]===_0x53847d([0x2a])));}function _0x283377(){return _0x354b58&&_0xc5015b?new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x252b3d,_0x594b4d)=>{_0x354b58[_0x53847d([0x74,0x68,0x65,0x6e])](_0x252b3d,_0x594b4d),_0xc5015b[_0x53847d([0x74,0x68,0x65,0x6e])](_0x5c0111=>{_0x5c0111!=_0x53847d([0x56,0x61,0x6c,0x69,0x64])&&_0x252b3d(_0x5c0111);},_0x594b4d);}):_0x354b58||_0xc5015b||_0x53847d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x489872(_0x28e721,_0x45d451){return new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41edfa=>{if(_0x1df01d())return _0x41edfa(_0x53847d([0x56,0x61,0x6c,0x69,0x64]));_0x70c2aa(),_0x2f492b[_0x53847d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x53847d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x174a7d=!0x1;const _0x3fc479=_0x4a552e();function _0x368e67(_0x58b913){return!!_0x58b913&&(typeof _0x58b913===_0x53847d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x58b913===_0x53847d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x58b913[_0x53847d([0x74,0x68,0x65,0x6e])]===_0x53847d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x58b913[_0x53847d([0x63,0x61,0x74,0x63,0x68])]===_0x53847d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x306c1e(_0x3f7470){_0x4e9c16(_0x3f7470)[_0x53847d([0x74,0x68,0x65,0x6e])](_0x4fbbe2=>{if(!_0x4fbbe2||_0x4fbbe2[_0x53847d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x53847d([0x6f,0x6b]))return _0x53847d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b7e0e(_0xb8d035(_0x3fc479+_0x45d451))!=_0x4fbbe2[_0x53847d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x53847d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x53847d([0x56,0x61,0x6c,0x69,0x64]);})[_0x53847d([0x74,0x68,0x65,0x6e])](_0x11dc52=>(_0x506189(),_0x11dc52),()=>{const _0xee65b0=_0x18f72c();return null==_0xee65b0?(_0x506189(),_0x53847d([0x56,0x61,0x6c,0x69,0x64])):_0x53847d(_0x54d0e4-_0xee65b0>(0x38bee0a3^_0x5633bc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x53847d([0x74,0x68,0x65,0x6e])](_0x41edfa)[_0x53847d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x41edfa(_0x53847d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x44dd85=0x1c848a23^_0x5633bc;function _0x506189(){const _0x15fff1=_0x53847d([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b7e0e(_0xb8d035(_0x28e721)),_0x2733b0=_0x1dada8(_0x1b7e0e(window[_0x53847d([0x4d,0x61,0x74,0x68])][_0x53847d([0x63,0x65,0x69,0x6c])](_0x54d0e4/_0x44dd85)));window[_0x53847d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53847d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15fff1,_0x2733b0);}function _0x18f72c(){const _0x5c2244=_0x53847d([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b7e0e(_0xb8d035(_0x28e721)),_0x56230f=window[_0x53847d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x53847d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c2244);return _0x56230f?window[_0x53847d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1dada8(_0x56230f),0x10)*_0x44dd85:null;}function _0x4e9c16(_0x1f683e){return new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x183bff,_0x4c9a05)=>{_0x1f683e[_0x53847d([0x74,0x68,0x65,0x6e])](_0x183bff,_0x4c9a05),window[_0x53847d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4c9a05,0x1cb3b063^_0x5633bc);});}}_0x2f492b[_0x53847d([0x6f,0x6e])](_0x53847d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x28e3b1,_0x2c67e0)=>{if(_0x2c67e0[0x0]!=_0x28e721)return _0x41edfa(_0x53847d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2c67e0[0x1]={..._0x2c67e0[0x1],[_0x53847d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3fc479};},{[_0x53847d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53847d([0x68,0x69,0x67,0x68])}),_0x2f492b[_0x53847d([0x6f,0x6e])](_0x53847d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x376153=>{_0x368e67(_0x376153[_0x53847d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x174a7d=!0x0,_0x306c1e(_0x376153[_0x53847d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x53847d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x53847d([0x6c,0x6f,0x77])}),_0x5198b7[_0x53847d([0x74,0x68,0x65,0x6e])](()=>{_0x174a7d||_0x41edfa(_0x53847d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1df01d(){return _0x2f492b[_0x53847d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53847d([0x76,0x69,0x65,0x77])][_0x53847d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x53847d([0x61,0x75,0x74,0x6f]);}function _0x70c2aa(){_0x2f492b[_0x53847d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x53847d([0x76,0x69,0x65,0x77])][_0x53847d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x53847d([0x61,0x75,0x74,0x6f]);}}function _0xc0e9cb(_0x1c776b){const _0x575123=[new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1240f9=>setTimeout(_0x1240f9,0x1cbb5a6f^_0x5633bc)),_0x5198b7[_0x53847d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x374718=>{let _0x4964c3=0x0;_0x2f492b[_0x53847d([0x6d,0x6f,0x64,0x65,0x6c])][_0x53847d([0x6f,0x6e])](_0x53847d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a2497,_0x1b49fc)=>{_0x1b49fc[0x0][_0x53847d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4964c3++,_0x4964c3==(0x1cb2614b^_0x5633bc)&&(_0x374718(),_0x4a2497[_0x53847d([0x6f,0x66,0x66])]());});}))];return window[_0x53847d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x53847d([0x72,0x61,0x63,0x65])](_0x575123)[_0x53847d([0x74,0x68,0x65,0x6e])](()=>_0x1c776b);}async function _0x470e9e(){await _0x5198b7,_0x2f492b[_0x53847d([0x6d,0x6f,0x64,0x65,0x6c])][_0x53847d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x229e15,_0x2f492b[_0x53847d([0x6d,0x6f,0x64,0x65,0x6c])][_0x53847d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x229e15,_0x2f492b[_0x53847d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x53847d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4fe15e(){return window[_0x53847d([0x67,0x6c,0x6f,0x62])]&&window[_0x53847d([0x67,0x6c,0x6f,0x62])][_0x53847d([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3d5a40(_0x3e7bd4){const _0x9f2395=_0x3541f3();_0x2f492b[_0x9f2395]=_0x53847d([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])+_0x3e7bd4,_0x3e7bd4!=_0x53847d([0x56,0x61,0x6c,0x69,0x64])&&_0x470e9e();}function _0x3541f3(){const _0x34108f=window[_0x53847d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x53847d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x53847d([0x6e,0x6f,0x77])]())[_0x53847d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x53847d([0x2e]),'');let _0xbd017=_0x53847d([0x61]);for(let _0x50330a=0x0;_0x50330a<_0x34108f[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x50330a+=0x2){let _0x5c6115=window[_0x53847d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34108f[_0x53847d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x50330a,_0x50330a+0x2));_0x5c6115>=_0x380c9d[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5c6115-=_0x380c9d[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xbd017+=_0x380c9d[_0x5c6115];}return _0xbd017;}function _0x1bbc76(){const _0x1d32b7=_0x3b0dc5[_0x53847d([0x73,0x70,0x6c,0x69,0x74])](_0x53847d([0x2e]));if(0x3!=_0x1d32b7[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2fdbf5(_0x1d32b7[0x1]);function _0x2fdbf5(_0x14e7df){const _0x3e419e=_0x81e38a(_0x14e7df);return _0x3e419e&&_0x25649b()?_0x3e419e:null;function _0x25649b(){const _0x66b771=_0x3e419e[_0x53847d([0x6a,0x74,0x69])],_0x5474c3=window[_0x53847d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x66b771[_0x53847d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x66b771[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3b9d2f={..._0x3e419e,[_0x53847d([0x6a,0x74,0x69])]:_0x66b771[_0x53847d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x66b771[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3b9d2f[_0x53847d([0x76,0x63])],_0xb8d035(_0x3b9d2f)==_0x5474c3;}}}async function _0x223517(){let _0x17f081=!0x0;try{const _0x368749=_0x3b0dc5[_0x53847d([0x73,0x70,0x6c,0x69,0x74])](_0x53847d([0x2e])),[_0x1d85ca,_0x128cbf,_0x2e3ed9]=_0x368749;return _0x5f3e28(_0x1d85ca),await _0x2b6d38(_0x1d85ca,_0x128cbf,_0x2e3ed9),_0x17f081;}catch{return!0x1;}function _0x5f3e28(_0x1c1f52){const _0x241a02=_0x81e38a(_0x1c1f52);_0x241a02&&_0x241a02[_0x53847d([0x61,0x6c,0x67])]==_0x53847d([0x45,0x53,0x32,0x35,0x36])||(_0x17f081=!0x1);}async function _0x2b6d38(_0x1fed3a,_0x3fffb7,_0x33bcf8){const _0x49af65=window[_0x53847d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x53847d([0x66,0x72,0x6f,0x6d])](_0xe2420c(_0x33bcf8),_0x14a4f7=>_0x14a4f7[_0x53847d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x27c704=new window[(_0x53847d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x53847d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1fed3a+_0x53847d([0x2e])+_0x3fffb7),_0x182067=window[_0x53847d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x53847d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x182067)return;const _0x2fa364=await _0x182067[_0x53847d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x53847d([0x6a,0x77,0x6b]),_0x13d975,{[_0x53847d([0x6e,0x61,0x6d,0x65])]:_0x53847d([0x45,0x43,0x44,0x53,0x41]),[_0x53847d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x53847d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x53847d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x182067[_0x53847d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x53847d([0x6e,0x61,0x6d,0x65])]:_0x53847d([0x45,0x43,0x44,0x53,0x41]),[_0x53847d([0x68,0x61,0x73,0x68])]:{[_0x53847d([0x6e,0x61,0x6d,0x65])]:_0x53847d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2fa364,_0x49af65,_0x27c704)||(_0x17f081=!0x1);}}function _0x81e38a(_0x96835b){return _0x96835b[_0x53847d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x53847d([0x65,0x79]))?JSON[_0x53847d([0x70,0x61,0x72,0x73,0x65])](_0xe2420c(_0x96835b)):null;}function _0xe2420c(_0x2a2f33){return window[_0x53847d([0x61,0x74,0x6f,0x62])](_0x2a2f33[_0x53847d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x53847d([0x2b]))[_0x53847d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x53847d([0x2f])));}function _0xb8d035(_0x4bf2fc){let _0x46b297=0x1505;function _0x151f65(_0x172e56){for(let _0x4c8f67=0x0;_0x4c8f67<_0x172e56[_0x53847d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4c8f67++){const _0x2f8f39=_0x172e56[_0x53847d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4c8f67);_0x46b297=(_0x46b297<<0x5)+_0x46b297+_0x2f8f39,_0x46b297&=_0x46b297;}}function _0xb578d8(_0x498d46){Array[_0x53847d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x498d46)?_0x498d46[_0x53847d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xb578d8):_0x498d46&&typeof _0x498d46==_0x53847d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x53847d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x498d46)[_0x53847d([0x73,0x6f,0x72,0x74])]()[_0x53847d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x37e013,_0x51ae77])=>{_0x151f65(_0x37e013),_0xb578d8(_0x51ae77);}):_0x151f65(window[_0x53847d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x498d46));}return _0xb578d8(_0x4bf2fc),_0x46b297>>>0x0;}function _0x1b7e0e(_0x5de630){return _0x5de630[_0x53847d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x53847d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x53847d([0x30]));}function _0x1dada8(_0x15a611){return _0x15a611[_0x53847d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x53847d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x53847d([0x6a,0x6f,0x69,0x6e])]('');}function _0x229e15(){}function _0x53847d(_0x5dfcbf){return _0x5dfcbf['map'](_0x263989=>String['fromCharCode'](_0x263989))['join']('');}_0x3d5a40(await _0x1507d8());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3fd8be,{outlineDefinitions:_0x3dd59e,outlineChanges:_0x1bf4ec}){this['_currentOutlineDefinitions']=_0x3dd59e,this['view']['sync'](_0x1bf4ec);}['_setActiveViewItem'](_0x552988){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x552988]&&(this['view']['activeItemIndex']=_0x552988);}['_handleItemSelected'](_0x40044e){const _0x5b2ac8=this['_currentOutlineDefinitions'][_0x40044e]['modelElement'];this['editor']['model']['change'](_0x3fec58=>{_0x3fec58['setSelection'](_0x5b2ac8,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x40044e);}['_updateActiveDefinitionOnViewportChange'](){const _0x2a038d=this['editor'];let _0x2e46c2;for(const _0x548fa1 of _0x2a038d['model']['document']['getRootNames']()){const _0xe2fb90=_0x2a038d['editing']['view']['getDomRoot'](_0x548fa1),_0x39649f=_0xe2fb90&&new _0x13be82(_0xe2fb90)['getVisible']();if(_0x39649f){const _0x15ecdb=new _0x13be82(_0x5d7452['window'])['getIntersection'](_0x39649f);_0x15ecdb&&(_0x2e46c2=_0x15ecdb['top']+0.25*_0x15ecdb['height']);}}if(void 0x0===_0x2e46c2)return;const _0x4d98f6=h(_0x2a038d['editing'],this['_currentOutlineDefinitions'],_0x2e46c2);_0x4d98f6?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x4d98f6)):this['_setActiveViewItem'](-0x1);}}function h(_0x23f387,_0x1afc78,_0x5afbb1,_0x270400=0x0,_0x433fdb=_0x1afc78['length']-0x1){const _0x1fb95c=Math['floor'](_0x270400+(_0x433fdb-_0x270400)/0x2);if(_0x433fdb>=_0x270400){const _0xbc47ed=_0x1afc78[_0x1fb95c],_0x1f2c16=_0x23f387['mapper']['toViewElement'](_0xbc47ed['modelElement']);if(!_0x1f2c16)return null;const _0x598f9d=_0x23f387['view']['domConverter']['mapViewToDom'](_0x1f2c16);return new _0x13be82(_0x598f9d)['bottom']>_0x5afbb1?h(_0x23f387,_0x1afc78,_0x5afbb1,_0x270400,_0x1fb95c-0x1):h(_0x23f387,_0x1afc78,_0x5afbb1,_0x1fb95c+0x1,_0x433fdb);}return _0x1fb95c<0x0?null:_0x1afc78[_0x1fb95c];}class P extends _0x541641{['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 _0x35d806=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x566a51;for(const _0x14f9ae in _0x35d806){const _0x3fd106=_0x14f9ae,_0x2e6c8d=_0x35d806[_0x3fd106];if('documentOutlineLicenseKeyValid'==_0x2e6c8d||'documentOutlineLicenseKeyInvalid'==_0x2e6c8d||'documentOutlineLicenseKeyExpired'==_0x2e6c8d||'documentOutlineLicenseKeyDomainLimit'==_0x2e6c8d||'documentOutlineLicenseKeyNotAllowed'==_0x2e6c8d||'documentOutlineLicenseKeyEvaluationLimit'==_0x2e6c8d||'documentOutlineLicenseKeyUsageLimit'==_0x2e6c8d){delete _0x35d806[_0x3fd106],_0x566a51=_0x2e6c8d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x566a51&&_0x35d806['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x566a51&&_0x35d806['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x566a51&&_0x35d806['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x566a51&&_0x35d806['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x566a51&&_0x35d806['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x566a51&&_0x35d806['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x4acd60{['execute'](){this['editor']['model']['change'](_0x2bfaa9=>{this['editor']['model']['insertObject'](_0x2bfaa9['createElement']('tableOfContents'));});}['refresh'](){const _0x295648=this['editor']['model'],_0x586356=_0x295648['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x586356&&_0x295648['schema']['findAllowedParent'](_0x586356,'tableOfContents'));}}class T extends _0x541641{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x16f687=this['editor'];if(_0x16f687['config']['get']('headingId.modelAttributeName'))return;(function(_0x5f58f2){const _0x415795=new Map();if(_0x5f58f2)return _0x5f58f2['forEach'](_0xc30d33=>{'paragraph'!==_0xc30d33['model']&&_0x415795['set'](_0xc30d33['view'],_0xc30d33['model']);}),_0x415795['get']('h1')||_0x415795['set']('h1','heading1'),_0x415795;return _0x415795;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x472b84,_0x32b8eb)=>{this['_customUpcastHeadingsConversion'](_0x32b8eb),this['_customDataDowncastHeadingsConversion'](_0x472b84),_0x16f687['model']['schema']['isRegistered'](_0x472b84)&&_0x16f687['model']['schema']['extend'](_0x472b84,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x2701b0){this['editor']['conversion']['for']('upcast')['add'](_0x1564df=>_0x1564df['on']('element:'+_0x2701b0,(_0x1a5305,_0x326fd5,_0x461738)=>{const {consumable:_0x5c0e0f,writer:_0x437d5d}=_0x461738,_0x50f61=_0x326fd5['viewItem']['getAttribute']('id'),_0x267446=_0x326fd5['modelRange']['getContainedElement']();if(_0x267446)return _0x50f61&&_0x50f61['length']||_0x267446['hasAttribute']('headingId')?void(_0x5c0e0f['consume'](_0x326fd5['viewItem'],{'attributes':['id']})&&_0x437d5d['setAttribute']('headingId',_0x50f61,_0x267446)):(_0x5c0e0f['consume'](_0x326fd5['viewItem'],{'attributes':['id']}),void _0x437d5d['setAttribute']('headingId',_0x4a552e(),_0x267446));},{'priority':_0x3213cf['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x19407e){this['editor']['conversion']['for']('downcast')['add'](_0x4fa5c8=>_0x4fa5c8['on']('attribute:headingId:'+_0x19407e,(_0x230e17,_0xce3fff,_0xf529f2)=>{if(!_0xf529f2['consumable']['consume'](_0xce3fff['item'],_0x230e17['name']))return;const _0x78f68f=_0xce3fff['item']['getAttribute']('headingId'),_0x7be63e=_0xf529f2['mapper']['toViewElement'](_0xce3fff['item']);_0xf529f2['writer']['setAttribute']('id',_0x78f68f,_0x7be63e);}));}['_registerHeadingIdAttributePostfixer'](){const _0x8a0bc9=this['editor'],_0x228ae9=new Set(),_0x49f4d3=new Set();function _0x266ee9(_0x561e7f,_0x231cf8){const _0x43fb0e=_0x4a552e();return _0x49f4d3['add'](_0x43fb0e),_0x561e7f['setAttribute']('headingId',_0x43fb0e,_0x231cf8),_0x43fb0e;}function _0xe86832(_0xdca82f,_0x3a3717){_0xdca82f['removeAttribute']('headingId',_0x3a3717);}_0x8a0bc9['model']['document']['registerPostFixer'](_0x2a30fd=>{const _0x36546e=_0x8a0bc9['model']['document']['differ']['getChanges']();let _0x40ca28=!0x1;for(const _0x406e79 of _0x36546e)if('insert'==_0x406e79['type']&&_0x406e79['name']){if(b(_0x406e79['name'])){const _0x323e76=_0x406e79['attributes']['get']('headingId');'string'==typeof _0x323e76?_0x228ae9['has'](_0x323e76)?(_0x266ee9(_0x2a30fd,_0x406e79['position']['nodeAfter']),_0x40ca28=!0x0):_0x49f4d3['add'](_0x323e76):(_0x266ee9(_0x2a30fd,_0x406e79['position']['nodeAfter']),_0x40ca28=!0x0);}else'string'==typeof _0x406e79['attributes']['get']('headingId')&&(_0xe86832(_0x2a30fd,_0x406e79['position']['nodeAfter']),_0x40ca28=!0x0);}else{if('remove'==_0x406e79['type']){const _0x449abb=_0x406e79['attributes']['get']('headingId');'string'==typeof _0x449abb&&_0x228ae9['delete'](_0x449abb);}}return _0x40ca28;}),_0x8a0bc9['model']['document']['on']('change',()=>{_0x49f4d3['forEach'](_0x8891f8=>_0x228ae9['add'](_0x8891f8)),_0x49f4d3['clear']();});}}function b(_0x100ec6){return!!_0x100ec6['match'](/heading\d/);}class s extends _0x541641{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x2a00ef,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x339916){super(_0x339916),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x32ba7e=this['editor'],_0x46677e=_0x32ba7e['editing']['view']['document'];_0x32ba7e['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x32ba7e['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x46677e,'click',(_0x48db9b,_0xbfaa2b)=>{if(!_0xbfaa2b['target'])return;const _0x173f4a=_0xbfaa2b['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x173f4a)&&(_0xbfaa2b['domEvent']['preventDefault'](),_0x48db9b['stop'](),this['_handleScrollToHeading'](_0x173f4a));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x32ba7e['commands']['add']('insertTableOfContents',new _(_0x32ba7e)),(_0x32ba7e['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x5902b8,_0x59063c)=>{this['_currentOutlineDefinitions']=_0x59063c['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x32ba7e['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x3eea2a){const _0x47c444=_0x5d8af6([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]),_0x26d829=0x6b9b05fd,_0x19ea60=0x6b9c82ad^_0x26d829,_0x29359d=window[_0x5d8af6([0x44,0x61,0x74,0x65])][_0x5d8af6([0x6e,0x6f,0x77])](),_0x332419=_0x3eea2a[_0x5d8af6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x119b37=new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f1ad9=>{_0x332419[_0x5d8af6([0x6f,0x6e,0x63,0x65])](_0x5d8af6([0x72,0x65,0x61,0x64,0x79]),_0x5f1ad9);}),_0xa95294={[_0x5d8af6([0x6b,0x74,0x79])]:_0x5d8af6([0x45,0x43]),[_0x5d8af6([0x75,0x73,0x65])]:_0x5d8af6([0x73,0x69,0x67]),[_0x5d8af6([0x63,0x72,0x76])]:_0x5d8af6([0x50,0x2d,0x32,0x35,0x36]),[_0x5d8af6([0x78])]:_0x5d8af6([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]),[_0x5d8af6([0x79])]:_0x5d8af6([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]),[_0x5d8af6([0x61,0x6c,0x67])]:_0x5d8af6([0x45,0x53,0x32,0x35,0x36])},_0x518385=_0x332419[_0x5d8af6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5d8af6([0x67,0x65,0x74])](_0x5d8af6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2c28e5(){let _0x41b300,_0x11516b=null,_0xa2c8ac=null;try{if(_0x518385==_0x5d8af6([0x47,0x50,0x4c]))return _0x5d8af6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x41b300=_0x478d46(),!_0x41b300)return _0x5d8af6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x41b300[_0x5d8af6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa2c8ac=_0x17ccf7(_0x41b300[_0x5d8af6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x41b300[_0x5d8af6([0x6a,0x74,0x69])])),await _0x26fa9a()?_0x2a5cbf()?_0x5327d5()?_0x5d8af6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x44934b()?(_0x41b300[_0x5d8af6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5d8af6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x11516b=_0x559ade(_0x5d8af6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4975e3()):_0x5d8af6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5d8af6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5d8af6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5d8af6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5327d5(){const _0x33c9ab=[_0x5d8af6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5d8af6([0x74,0x72,0x69,0x61,0x6c])][_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41b300[_0x5d8af6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x29359d/0x3e8:0xe10*_0x19ea60;return _0x41b300[_0x5d8af6([0x65,0x78,0x70])]<_0x33c9ab;}function _0x2a5cbf(){const _0x291715=_0x41b300[_0x5d8af6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x291715&&(!!_0x291715[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8af6([0x2a]))||(!!_0x291715[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8af6([0x54,0x4f,0x43]))||(!!_0x291715[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8af6([0x50,0x50]))||!(!_0x291715[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8af6([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3e639b()))));}function _0x44934b(){const _0x54101b=_0x41b300[_0x5d8af6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x54101b||0x0==_0x54101b[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1f19bd}=new URL(window[_0x5d8af6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x54101b[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f19bd))return!0x0;const _0x53c3c6=_0x1f19bd[_0x5d8af6([0x73,0x70,0x6c,0x69,0x74])](_0x5d8af6([0x2e]));return _0x54101b[_0x5d8af6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xdaffa6=>_0xdaffa6[_0x5d8af6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8af6([0x2a])))[_0x5d8af6([0x6d,0x61,0x70])](_0x209696=>_0x209696[_0x5d8af6([0x73,0x70,0x6c,0x69,0x74])](_0x5d8af6([0x2e])))[_0x5d8af6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2685bb=>_0x2685bb[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x53c3c6[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d8af6([0x6d,0x61,0x70])](_0x322b11=>Array(_0x53c3c6[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x322b11[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d8af6([0x66,0x69,0x6c,0x6c])](_0x322b11[0x0]===_0x5d8af6([0x2a])?_0x5d8af6([0x2a]):'')[_0x5d8af6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x322b11))[_0x5d8af6([0x73,0x6f,0x6d,0x65])](_0x58e020=>_0x53c3c6[_0x5d8af6([0x65,0x76,0x65,0x72,0x79])]((_0xfd2435,_0xf8c41f)=>_0x58e020[_0xf8c41f]===_0xfd2435||_0x58e020[_0xf8c41f]===_0x5d8af6([0x2a])));}function _0x4975e3(){return _0x11516b&&_0xa2c8ac?new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x32bfd7,_0x178936)=>{_0x11516b[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x32bfd7,_0x178936),_0xa2c8ac[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x5a1b8e=>{_0x5a1b8e!=_0x5d8af6([0x56,0x61,0x6c,0x69,0x64])&&_0x32bfd7(_0x5a1b8e);},_0x178936);}):_0x11516b||_0xa2c8ac||_0x5d8af6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x17ccf7(_0x288e54,_0x444dcf){return new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33a3dd=>{if(_0x3e4f61())return _0x33a3dd(_0x5d8af6([0x56,0x61,0x6c,0x69,0x64]));_0x1e28fc(),_0x332419[_0x5d8af6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5d8af6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3f12f3=!0x1;const _0x5f0921=_0x4a552e();function _0x5c550b(_0x298e4a){return!!_0x298e4a&&(typeof _0x298e4a===_0x5d8af6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x298e4a===_0x5d8af6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x298e4a[_0x5d8af6([0x74,0x68,0x65,0x6e])]===_0x5d8af6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x298e4a[_0x5d8af6([0x63,0x61,0x74,0x63,0x68])]===_0x5d8af6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x407d1c(_0x43be34){_0x1236c2(_0x43be34)[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x1fb76b=>{if(!_0x1fb76b||_0x1fb76b[_0x5d8af6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5d8af6([0x6f,0x6b]))return _0x5d8af6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x46129e(_0x13202d(_0x5f0921+_0x444dcf))!=_0x1fb76b[_0x5d8af6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5d8af6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5d8af6([0x56,0x61,0x6c,0x69,0x64]);})[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x1bdf59=>(_0x2ae711(),_0x1bdf59),()=>{const _0x617205=_0x23ac12();return null==_0x617205?(_0x2ae711(),_0x5d8af6([0x56,0x61,0x6c,0x69,0x64])):_0x5d8af6(_0x29359d-_0x617205>(0x4f9781fd^_0x26d829)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x33a3dd)[_0x5d8af6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x33a3dd(_0x5d8af6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3e6832=0x6badeb7d^_0x26d829;function _0x2ae711(){const _0x3f8ba3=_0x5d8af6([0x6c,0x6c,0x63,0x74,0x2d])+_0x46129e(_0x13202d(_0x288e54)),_0x41c601=_0x5a7b8e(_0x46129e(window[_0x5d8af6([0x4d,0x61,0x74,0x68])][_0x5d8af6([0x63,0x65,0x69,0x6c])](_0x29359d/_0x3e6832)));window[_0x5d8af6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d8af6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f8ba3,_0x41c601);}function _0x23ac12(){const _0x4f5530=_0x5d8af6([0x6c,0x6c,0x63,0x74,0x2d])+_0x46129e(_0x13202d(_0x288e54)),_0x339c44=window[_0x5d8af6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d8af6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f5530);return _0x339c44?window[_0x5d8af6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a7b8e(_0x339c44),0x10)*_0x3e6832:null;}function _0x1236c2(_0x4064f4){return new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x724a12,_0x44f97f)=>{_0x4064f4[_0x5d8af6([0x74,0x68,0x65,0x6e])](_0x724a12,_0x44f97f),window[_0x5d8af6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x44f97f,0x6b9ad13d^_0x26d829);});}}_0x332419[_0x5d8af6([0x6f,0x6e])](_0x5d8af6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5cf686,_0x5818d7)=>{if(_0x5818d7[0x0]!=_0x288e54)return _0x33a3dd(_0x5d8af6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5818d7[0x1]={..._0x5818d7[0x1],[_0x5d8af6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5f0921};},{[_0x5d8af6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d8af6([0x68,0x69,0x67,0x68])}),_0x332419[_0x5d8af6([0x6f,0x6e])](_0x5d8af6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1e354c=>{_0x5c550b(_0x1e354c[_0x5d8af6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3f12f3=!0x0,_0x407d1c(_0x1e354c[_0x5d8af6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5d8af6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d8af6([0x6c,0x6f,0x77])}),_0x119b37[_0x5d8af6([0x74,0x68,0x65,0x6e])](()=>{_0x3f12f3||_0x33a3dd(_0x5d8af6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e4f61(){return _0x332419[_0x5d8af6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d8af6([0x76,0x69,0x65,0x77])][_0x5d8af6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5d8af6([0x61,0x75,0x74,0x6f]);}function _0x1e28fc(){_0x332419[_0x5d8af6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d8af6([0x76,0x69,0x65,0x77])][_0x5d8af6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5d8af6([0x61,0x75,0x74,0x6f]);}}function _0x559ade(_0x36cb8d){const _0x27bdab=[new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fe0e8=>setTimeout(_0x2fe0e8,0x6b923b31^_0x26d829)),_0x119b37[_0x5d8af6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38a15b=>{let _0x497dca=0x0;_0x332419[_0x5d8af6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8af6([0x6f,0x6e])](_0x5d8af6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1cb191,_0x2e6397)=>{_0x2e6397[0x0][_0x5d8af6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x497dca++,_0x497dca==(0x6b9b0015^_0x26d829)&&(_0x38a15b(),_0x1cb191[_0x5d8af6([0x6f,0x66,0x66])]());});}))];return window[_0x5d8af6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5d8af6([0x72,0x61,0x63,0x65])](_0x27bdab)[_0x5d8af6([0x74,0x68,0x65,0x6e])](()=>_0x36cb8d);}async function _0x43ea00(){await _0x119b37,_0x332419[_0x5d8af6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8af6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6f4c9f,_0x332419[_0x5d8af6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8af6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6f4c9f,_0x332419[_0x5d8af6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5d8af6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e639b(){return window[_0x5d8af6([0x67,0x6c,0x6f,0x62])]&&window[_0x5d8af6([0x67,0x6c,0x6f,0x62])][_0x5d8af6([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x284d64(_0x4061f8){const _0x449143=_0xf96f59();_0x332419[_0x449143]=_0x5d8af6([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])+_0x4061f8,_0x4061f8!=_0x5d8af6([0x56,0x61,0x6c,0x69,0x64])&&_0x43ea00();}function _0xf96f59(){const _0x10da39=window[_0x5d8af6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5d8af6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5d8af6([0x6e,0x6f,0x77])]())[_0x5d8af6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5d8af6([0x2e]),'');let _0x35d014=_0x5d8af6([0x6d]);for(let _0x58db40=0x0;_0x58db40<_0x10da39[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x58db40+=0x2){let _0x515332=window[_0x5d8af6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10da39[_0x5d8af6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58db40,_0x58db40+0x2));_0x515332>=_0x47c444[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x515332-=_0x47c444[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x35d014+=_0x47c444[_0x515332];}return _0x35d014;}function _0x478d46(){const _0x19dc00=_0x518385[_0x5d8af6([0x73,0x70,0x6c,0x69,0x74])](_0x5d8af6([0x2e]));if(0x3!=_0x19dc00[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a361f(_0x19dc00[0x1]);function _0x3a361f(_0x420648){const _0x1d1d57=_0x3144ea(_0x420648);return _0x1d1d57&&_0x30efbd()?_0x1d1d57:null;function _0x30efbd(){const _0x534089=_0x1d1d57[_0x5d8af6([0x6a,0x74,0x69])],_0x115ea8=window[_0x5d8af6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x534089[_0x5d8af6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x534089[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x232630={..._0x1d1d57,[_0x5d8af6([0x6a,0x74,0x69])]:_0x534089[_0x5d8af6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x534089[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x232630[_0x5d8af6([0x76,0x63])],_0x13202d(_0x232630)==_0x115ea8;}}}async function _0x26fa9a(){let _0x2aec7d=!0x0;try{const _0xb0a6e0=_0x518385[_0x5d8af6([0x73,0x70,0x6c,0x69,0x74])](_0x5d8af6([0x2e])),[_0x31e2a2,_0x3c13e2,_0x532956]=_0xb0a6e0;return _0x17fbf7(_0x31e2a2),await _0x41060d(_0x31e2a2,_0x3c13e2,_0x532956),_0x2aec7d;}catch{return!0x1;}function _0x17fbf7(_0x985a0f){const _0x4fa176=_0x3144ea(_0x985a0f);_0x4fa176&&_0x4fa176[_0x5d8af6([0x61,0x6c,0x67])]==_0x5d8af6([0x45,0x53,0x32,0x35,0x36])||(_0x2aec7d=!0x1);}async function _0x41060d(_0xa25a5,_0x306165,_0x1c04a6){const _0x2fa7b0=window[_0x5d8af6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5d8af6([0x66,0x72,0x6f,0x6d])](_0x5a49a4(_0x1c04a6),_0x2872ea=>_0x2872ea[_0x5d8af6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3020e6=new window[(_0x5d8af6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5d8af6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xa25a5+_0x5d8af6([0x2e])+_0x306165),_0x4ed61e=window[_0x5d8af6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5d8af6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4ed61e)return;const _0x348a00=await _0x4ed61e[_0x5d8af6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5d8af6([0x6a,0x77,0x6b]),_0xa95294,{[_0x5d8af6([0x6e,0x61,0x6d,0x65])]:_0x5d8af6([0x45,0x43,0x44,0x53,0x41]),[_0x5d8af6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5d8af6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5d8af6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4ed61e[_0x5d8af6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5d8af6([0x6e,0x61,0x6d,0x65])]:_0x5d8af6([0x45,0x43,0x44,0x53,0x41]),[_0x5d8af6([0x68,0x61,0x73,0x68])]:{[_0x5d8af6([0x6e,0x61,0x6d,0x65])]:_0x5d8af6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x348a00,_0x2fa7b0,_0x3020e6)||(_0x2aec7d=!0x1);}}function _0x3144ea(_0x194487){return _0x194487[_0x5d8af6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5d8af6([0x65,0x79]))?JSON[_0x5d8af6([0x70,0x61,0x72,0x73,0x65])](_0x5a49a4(_0x194487)):null;}function _0x5a49a4(_0x2ced3e){return window[_0x5d8af6([0x61,0x74,0x6f,0x62])](_0x2ced3e[_0x5d8af6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5d8af6([0x2b]))[_0x5d8af6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5d8af6([0x2f])));}function _0x13202d(_0x3d267a){let _0x2c6272=0x1505;function _0x5c5d48(_0x5b207e){for(let _0x227764=0x0;_0x227764<_0x5b207e[_0x5d8af6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x227764++){const _0x122ec9=_0x5b207e[_0x5d8af6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x227764);_0x2c6272=(_0x2c6272<<0x5)+_0x2c6272+_0x122ec9,_0x2c6272&=_0x2c6272;}}function _0x3df2a9(_0x205748){Array[_0x5d8af6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x205748)?_0x205748[_0x5d8af6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3df2a9):_0x205748&&typeof _0x205748==_0x5d8af6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5d8af6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x205748)[_0x5d8af6([0x73,0x6f,0x72,0x74])]()[_0x5d8af6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x282215,_0x45a3fe])=>{_0x5c5d48(_0x282215),_0x3df2a9(_0x45a3fe);}):_0x5c5d48(window[_0x5d8af6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x205748));}return _0x3df2a9(_0x3d267a),_0x2c6272>>>0x0;}function _0x46129e(_0x539c14){return _0x539c14[_0x5d8af6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5d8af6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5d8af6([0x30]));}function _0x5a7b8e(_0x3791a0){return _0x3791a0[_0x5d8af6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5d8af6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5d8af6([0x6a,0x6f,0x69,0x6e])]('');}function _0x6f4c9f(){}function _0x5d8af6(_0x3ede54){return _0x3ede54['map'](_0x463d30=>String['fromCharCode'](_0x463d30))['join']('');}_0x284d64(await _0x2c28e5());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x56988f=>{'$graveyard'!==_0x56988f['rootName']&&this['editor']['editing']['reconvertItem'](_0x56988f);});}['_trackNewToCElements'](){for(const _0x24b07f of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x24b07f['type']||'tableOfContents'!==_0x24b07f['name'])return;this['_tableOfContentsElements']['add'](_0x24b07f['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x507ef4=this['editor']['conversion'];_0x507ef4['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x507ef4['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4ae4d5,{writer:_0x5173b9})=>this['_createTableOfContents'](_0x5173b9,!0x0)}),_0x507ef4['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5d8a98,{writer:_0x2117b4})=>{this['_tableOfContentsElements']['add'](_0x5d8a98);const _0x102903=this['_createTableOfContents'](_0x2117b4);return _0xa7495d(_0x102903,_0x2117b4,{'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'](_0x172eb1,_0x37afa8=!0x1){const {locale:_0x2664c7}=this['editor'],_0x24525a=_0x172eb1['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x37afa8&&{'data-table-of-contents-label':j(_0x2664c7,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x37afa8&&_0x172eb1['insert'](_0x172eb1['createPositionAt'](_0x24525a,'end'),_0x172eb1['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x172eb1['createText'](j(_0x2664c7,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x1e1857=_0x37afa8?'':'['+j(_0x2664c7,'Empty\x20heading')+']';let _0x57f6d5=_0x24525a;return this['_currentOutlineDefinitions']['forEach']((_0x130ce1,_0x297e57,_0x4f0b0a)=>{const _0x224838=this['editor']['model']['hasContent'](_0x130ce1['modelElement'],{'ignoreWhitespaces':!0x0}),_0x3a0e45=_0x224838?_0x130ce1['text']:_0x1e1857,_0x2790ab=_0x130ce1['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x12469d=_0x172eb1['createContainerElement']('a',{'href':'#'+_0x2790ab,...!_0x37afa8&&{'tabindex':'-1'}},[_0x172eb1['createText'](_0x3a0e45)]),_0x222da5=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x172eb1['setCustomProperty']('tableOfContentsHeadingIndex',_0x297e57,_0x12469d);const _0x1e9632=_0x172eb1['createContainerElement']('li',null,[_0x224838||!_0x37afa8&&_0x222da5?_0x12469d:_0x172eb1['createText']('')]),_0x1d443=_0x297e57?_0x4f0b0a[_0x297e57-0x1]['level']:0x0,_0x149644=Math['abs'](_0x130ce1['level']-_0x1d443);if(_0x130ce1['level']>_0x1d443){const _0x1200c2=N(_0x1e9632,_0x149644,_0x172eb1);_0x172eb1['insert'](_0x172eb1['createPositionAt'](_0x57f6d5,'end'),_0x1200c2);}else{const _0x428727=function(_0xe310a4,_0x45fa0a){return _0xe310a4['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x4f9542=>_0x4f9542['is']('element','ol'))[_0x45fa0a];}(_0x57f6d5,_0x149644);_0x172eb1['insert'](_0x172eb1['createPositionAt'](_0x428727,'end'),_0x1e9632);}_0x57f6d5=_0x1e9632;}),_0x24525a;}['_handleScrollToHeading'](_0x3963cb){const _0x3bd651=this['_currentOutlineDefinitions'][_0x3963cb]['modelElement'];this['editor']['model']['change'](_0xe13e45=>{_0xe13e45['setSelection'](_0x3bd651,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x1503e0,_0x175af3)=>{const _0x7e9ad8=_0x175af3['mapper'],_0x11605f=_0x7e9ad8['findMappedViewAncestor'](_0x175af3['viewPosition']),_0x4180f7=_0x7e9ad8['toModelElement'](_0x11605f);_0x4180f7['is']('element','tableOfContents')&&(_0x175af3['modelPosition']=this['editor']['model']['createPositionAt'](_0x4180f7,0x0),_0x1503e0['stop']());};}}function N(_0x18940d,_0x2cfd20,_0x3ed4b2){return 0x1===_0x2cfd20?_0x3ed4b2['createContainerElement']('ol',null,[_0x18940d]):_0x3ed4b2['createContainerElement']('ol',null,[_0x3ed4b2['createContainerElement']('li',null,[N(_0x18940d,_0x2cfd20-0x1,_0x3ed4b2)])]);}class o extends _0x541641{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x781ca6=this['editor'];_0x781ca6['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x3ee1b7=this['_createButton'](_0x3afadf);return _0x3ee1b7['tooltip']=!0x0,_0x3ee1b7;}),_0x781ca6['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x393045)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2e4f72=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x301f24;for(const _0x1d97b7 in _0x2e4f72){const _0x543779=_0x1d97b7,_0x3dc058=_0x2e4f72[_0x543779];if('tableOfContentsLicenseKeyValid'==_0x3dc058||'tableOfContentsLicenseKeyInvalid'==_0x3dc058||'tableOfContentsLicenseKeyExpired'==_0x3dc058||'tableOfContentsLicenseKeyDomainLimit'==_0x3dc058||'tableOfContentsLicenseKeyNotAllowed'==_0x3dc058||'tableOfContentsLicenseKeyEvaluationLimit'==_0x3dc058||'tableOfContentsLicenseKeyUsageLimit'==_0x3dc058){delete _0x2e4f72[_0x543779],_0x301f24=_0x3dc058,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x301f24&&_0x2e4f72['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x301f24&&_0x2e4f72['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x301f24&&_0x2e4f72['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x301f24&&_0x2e4f72['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x301f24&&_0x2e4f72['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x301f24&&_0x2e4f72['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x515c60){const _0x111e81=this['editor'],_0x1b7283=_0x111e81['locale'],_0x391160=_0x111e81['commands']['get']('insertTableOfContents'),_0x6892c9=new _0x515c60(_0x1b7283);return _0x6892c9['set']({'label':j(_0x1b7283,'Table\x20of\x20contents'),'icon':_0x15df4c}),_0x6892c9['bind']('isEnabled')['to'](_0x391160,'isEnabled'),this['listenTo'](_0x6892c9,'execute',()=>{_0x111e81['execute']('insertTableOfContents'),_0x111e81['editing']['view']['focus']();}),_0x6892c9;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x541641{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 _0xaec09,Command as _0x3f05de}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x4b3386,throttle as _0x12a4fe}from'es-toolkit/compat';import{ModelText as _0x4223e7,ModelTreeWalker as _0x37bf7d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4b9c8e,diffToChanges as _0xda020d,scrollAncestorsToShowTarget as _0x785abe,CKEditorError as _0x29cc21,global as _0x376be2,Rect as _0x4881ba,uid as _0xd013c4,priorities as _0x1ec851}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x501545,ButtonView as _0x31a0b2,MenuBarMenuListItemButtonView as _0x1b4f81}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x3983a5,toWidget as _0x2f8010}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x4ec661}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x2cf5fe){let _0x2f3687='';for(const _0x524437 of _0x2cf5fe['getChildren']())_0x524437 instanceof _0x4223e7&&(_0x2f3687+=_0x524437['data']);return _0x2f3687;}class i extends _0xaec09{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x2f63b2=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x3b612b=[];_0x2f63b2['model']['document']['on']('change',_0x4b3386(()=>{const _0x11b79c=_0x3b612b;_0x3b612b=this['_getOutlineDefinitions']();const _0x29bafa=_0x4b9c8e(_0x11b79c,_0x3b612b,(_0x133bd2,_0x5b2c0c)=>_0x133bd2['level']===_0x5b2c0c['level']&&_0x133bd2['text']===_0x5b2c0c['text']&&_0x133bd2['modelElement']===_0x5b2c0c['modelElement']),_0x26db17=_0xda020d(_0x29bafa,_0x3b612b),_0xf4d9af=this['_getActiveHeading'](),_0x354dc0=_0x3b612b['findIndex'](_0x18d59c=>_0x18d59c['modelElement']===_0xf4d9af);_0x26db17['length']&&this['fire']('change',{'outlineDefinitions':_0x3b612b,'activeItemIndex':_0x354dc0,'outlineChanges':_0x26db17}),this['fire']('activeItemIndex',{'index':_0x354dc0});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x209c61=this['editor'],_0x14758d=[],_0x51b4bc=this['_headingNames'];for(const _0x5f40ce of _0x209c61['model']['document']['getRootNames']())_0x5bd2cd(_0x209c61['model']['document']['getRoot'](_0x5f40ce));function _0x5bd2cd(_0x4299ff){for(const _0x478b50 of _0x4299ff['getChildren']())_0x478b50['is']('element')&&(_0x51b4bc['includes'](_0x478b50['name'])&&_0x14758d['push']({'level':_0x51b4bc['indexOf'](_0x478b50['name'])+0x1,'text':g(_0x478b50),'modelElement':_0x478b50}),_0x5bd2cd(_0x478b50));}return _0x14758d;}['_getActiveHeading'](){const _0x56fa29=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2790a5=new _0x37bf7d({'direction':'backward','startPosition':_0x56fa29});for(const _0x1ac9c1 of _0x2790a5)if(_0x1ac9c1['item']['is']('element')&&this['_headingNames']['includes'](_0x1ac9c1['item']['name']))return _0x1ac9c1['item'];}['_getHeadingNames'](){const _0x1cfefa=this['editor']['config']['get']('documentOutline.headings');return _0x1cfefa||function(_0x2360f5){const _0x1af78b=_0x2360f5['config']['get']('heading.options');return _0x1af78b?_0x1af78b['reduce']((_0x14b81d,_0xcc363a)=>('paragraph'!==_0xcc363a['model']&&_0x14b81d['push'](_0xcc363a['model']),_0x14b81d),[]):_0x2360f5['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x34fc52=this['editor'],_0x3fac61=['h1','h2','h3','h4','h5','h6'],_0x3e49aa=[];for(const _0x1b1d9e of _0x3fac61){const _0x12ee73=_0x34fc52['editing']['view']['domConverter']['domToView'](document['createElement'](_0x1b1d9e)),_0x5ec308=_0x34fc52['data']['toModel'](_0x12ee73)['getChild'](0x0);_0x5ec308?.['is']('element')&&_0x3e49aa['push'](_0x5ec308['name']);}this['_headingNames']=_0x3e49aa;}}function j(_0xbdf6ff,_0x3b0ad7){const t=_0xbdf6ff['t'];switch(_0x3b0ad7){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 _0x3b0ad7;}}class A extends _0x501545{constructor(_0x270c94,_0x324783=!0x1){super(_0x270c94);const _0x14fb05=this['bindTemplate'],_0x597754=_0x324783?'['+j(_0x270c94,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x44f0b7=>!_0x44f0b7),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x14fb05['to']('level',_0x4d3363=>'ck-document-outline__item_level-'+_0x4d3363),_0x14fb05['if']('isActive','ck-document-outline__item_active'),_0x14fb05['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x14fb05['to']('text')},'children':[{'text':_0x14fb05['to']('text',_0x5346a5=>_0x5346a5||_0x597754)}],'on':{'click':_0x14fb05['to']('click')}});}}class f extends _0x501545{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0xfcf6bf,_0x49f92c=!0x1,_0x1dfbbb){super(_0xfcf6bf),this['showEmptyHeadingText']=_0x49f92c,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1dfbbb,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x551639,_0x4042df,_0x120850,_0x4e8d09)=>{this['_setActiveItem'](_0x4e8d09,_0x120850);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0xfcf6bf['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0xfcf6bf,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x395263){_0x395263['forEach'](_0xf3f6a8=>{'insert'==_0xf3f6a8['type']?this['_insertItem'](_0xf3f6a8['index'],..._0xf3f6a8['values']):'delete'==_0xf3f6a8['type']&&this['_deleteItem'](_0xf3f6a8['index'],_0xf3f6a8['howMany']);});}['_setActiveItem'](_0xd715c9,_0x155643){if(-0x1!==_0xd715c9){const _0x53dbef=this['items']['get'](_0xd715c9);_0x53dbef&&(_0x53dbef['isActive']=!0x1);}-0x1!==_0x155643&&(this['items']['get'](_0x155643)['isActive']=!0x0,this['_scrollToItem'](_0x155643));}['_insertItem'](_0x3bc9ac,..._0x5e17cf){const _0x5378e6=_0x5e17cf['map']((_0x46a685,_0x24dfd9)=>{const _0x2a10d6=new A(this['locale'],this['showEmptyHeadingText']);return _0x2a10d6['text']=_0x46a685['text'],_0x2a10d6['level']=_0x46a685['level'],_0x3bc9ac+_0x24dfd9===this['activeItemIndex']&&(_0x2a10d6['isActive']=!0x0),_0x2a10d6;});this['items']['addMany'](_0x5378e6,_0x3bc9ac);}['_deleteItem'](_0x1769b4,_0x3e2799){do{this['items']['remove'](_0x1769b4);}while(--_0x3e2799);}['_handleItemClick'](_0x303d65){const _0x2dd596=this['items']['getIndex'](_0x303d65['source']);this['fire']('itemSelected',_0x2dd596);}['_scrollToItem'](_0x13b5e3){_0x785abe(this['items']['get'](_0x13b5e3)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0xaec09{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2883aa){super(_0x2883aa),this['view']=new f(_0x2883aa['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x12a4fe(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4c2dbd=this['editor'],_0x415727=_0x4c2dbd['plugins']['get']('DocumentOutlineUtils');let _0x5733d6=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4c2dbd['config']['get']('documentOutline.container'))throw new _0x29cc21('document-outline-container-not-provided',{'editor':_0x4c2dbd});_0x4c2dbd['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x415727['on']('change',this['_handleOutlineChange']['bind'](this)),_0x415727['on']('activeItemIndex',(_0x1d0655,{index:_0x473496})=>this['_setActiveViewItem'](_0x473496)),this['view']['on']('itemSelected',(_0xbcfbef,_0x560773)=>{_0x5733d6=!0x0,this['_handleItemSelected'](_0x560773);}),this['view']['listenTo'](_0x376be2['document'],'scroll',()=>{_0x5733d6?_0x5733d6=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x376be2['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4da93b){const _0x44e4e3=_0x29b270([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]),_0x2424db=0x1cb264a3,_0x4cbf6d=0x1cb5e3cb^_0x2424db,_0x261702=window[_0x29b270([0x44,0x61,0x74,0x65])][_0x29b270([0x6e,0x6f,0x77])](),_0x3be9d1=_0x4da93b[_0x29b270([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x147174=new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x266a0c=>{_0x3be9d1[_0x29b270([0x6f,0x6e,0x63,0x65])](_0x29b270([0x72,0x65,0x61,0x64,0x79]),_0x266a0c);}),_0x51fc13={[_0x29b270([0x6b,0x74,0x79])]:_0x29b270([0x45,0x43]),[_0x29b270([0x75,0x73,0x65])]:_0x29b270([0x73,0x69,0x67]),[_0x29b270([0x63,0x72,0x76])]:_0x29b270([0x50,0x2d,0x32,0x35,0x36]),[_0x29b270([0x78])]:_0x29b270([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]),[_0x29b270([0x79])]:_0x29b270([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]),[_0x29b270([0x61,0x6c,0x67])]:_0x29b270([0x45,0x53,0x32,0x35,0x36])},_0x33a86d=_0x3be9d1[_0x29b270([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x29b270([0x67,0x65,0x74])](_0x29b270([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4f777d(){let _0x2d5a8a,_0x1af5f8=null,_0x733857=null;try{if(_0x33a86d==_0x29b270([0x47,0x50,0x4c]))return _0x29b270([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2d5a8a=_0x45a30d(),!_0x2d5a8a)return _0x29b270([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2d5a8a[_0x29b270([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x733857=_0xa5a3bc(_0x2d5a8a[_0x29b270([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2d5a8a[_0x29b270([0x6a,0x74,0x69])])),await _0x517030()?_0x3f8af2()?_0x257c9e()?_0x29b270([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x418f2b()?(_0x2d5a8a[_0x29b270([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29b270([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1af5f8=_0x336e99(_0x29b270([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4eaf2a()):_0x29b270([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x29b270([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x29b270([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x29b270([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x257c9e(){const _0x17a973=[_0x29b270([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x29b270([0x74,0x72,0x69,0x61,0x6c])][_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d5a8a[_0x29b270([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x261702/0x3e8:0xe10*_0x4cbf6d;return _0x2d5a8a[_0x29b270([0x65,0x78,0x70])]<_0x17a973;}function _0x3f8af2(){const _0x9413dd=_0x2d5a8a[_0x29b270([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9413dd&&(!!_0x9413dd[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29b270([0x2a]))||(!!_0x9413dd[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29b270([0x44,0x4f]))||(!!_0x9413dd[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29b270([0x50,0x50]))||!(!_0x9413dd[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29b270([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3b99bc()))));}function _0x418f2b(){const _0x2a34d6=_0x2d5a8a[_0x29b270([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2a34d6||0x0==_0x2a34d6[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x31adc1}=new URL(window[_0x29b270([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2a34d6[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31adc1))return!0x0;const _0xc28cd2=_0x31adc1[_0x29b270([0x73,0x70,0x6c,0x69,0x74])](_0x29b270([0x2e]));return _0x2a34d6[_0x29b270([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1043d6=>_0x1043d6[_0x29b270([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29b270([0x2a])))[_0x29b270([0x6d,0x61,0x70])](_0x1c151f=>_0x1c151f[_0x29b270([0x73,0x70,0x6c,0x69,0x74])](_0x29b270([0x2e])))[_0x29b270([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30dceb=>_0x30dceb[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc28cd2[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29b270([0x6d,0x61,0x70])](_0x5840ab=>Array(_0xc28cd2[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5840ab[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x29b270([0x66,0x69,0x6c,0x6c])](_0x5840ab[0x0]===_0x29b270([0x2a])?_0x29b270([0x2a]):'')[_0x29b270([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5840ab))[_0x29b270([0x73,0x6f,0x6d,0x65])](_0x5f4ce2=>_0xc28cd2[_0x29b270([0x65,0x76,0x65,0x72,0x79])]((_0x2eab4c,_0x4f8ed6)=>_0x5f4ce2[_0x4f8ed6]===_0x2eab4c||_0x5f4ce2[_0x4f8ed6]===_0x29b270([0x2a])));}function _0x4eaf2a(){return _0x1af5f8&&_0x733857?new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3d1e06,_0x4b8858)=>{_0x1af5f8[_0x29b270([0x74,0x68,0x65,0x6e])](_0x3d1e06,_0x4b8858),_0x733857[_0x29b270([0x74,0x68,0x65,0x6e])](_0x381241=>{_0x381241!=_0x29b270([0x56,0x61,0x6c,0x69,0x64])&&_0x3d1e06(_0x381241);},_0x4b8858);}):_0x1af5f8||_0x733857||_0x29b270([0x56,0x61,0x6c,0x69,0x64]);}}function _0xa5a3bc(_0x229f5e,_0x467b09){return new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55d1f1=>{if(_0x1131ae())return _0x55d1f1(_0x29b270([0x56,0x61,0x6c,0x69,0x64]));_0x5db3cf(),_0x3be9d1[_0x29b270([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x29b270([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1e3fc8=!0x1;const _0x4f25c1=_0xd013c4();function _0x3bd1bf(_0x1cdd81){return!!_0x1cdd81&&(typeof _0x1cdd81===_0x29b270([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1cdd81===_0x29b270([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1cdd81[_0x29b270([0x74,0x68,0x65,0x6e])]===_0x29b270([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1cdd81[_0x29b270([0x63,0x61,0x74,0x63,0x68])]===_0x29b270([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x6119a4(_0x19a164){_0x1f1f6b(_0x19a164)[_0x29b270([0x74,0x68,0x65,0x6e])](_0x3958eb=>{if(!_0x3958eb||_0x3958eb[_0x29b270([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x29b270([0x6f,0x6b]))return _0x29b270([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1c098e(_0x4e8843(_0x4f25c1+_0x467b09))!=_0x3958eb[_0x29b270([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x29b270([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x29b270([0x56,0x61,0x6c,0x69,0x64]);})[_0x29b270([0x74,0x68,0x65,0x6e])](_0x424932=>(_0x528462(),_0x424932),()=>{const _0x21d0ea=_0x279034();return null==_0x21d0ea?(_0x528462(),_0x29b270([0x56,0x61,0x6c,0x69,0x64])):_0x29b270(_0x261702-_0x21d0ea>(0x38bee0a3^_0x2424db)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x29b270([0x74,0x68,0x65,0x6e])](_0x55d1f1)[_0x29b270([0x63,0x61,0x74,0x63,0x68])](()=>{_0x55d1f1(_0x29b270([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x250bb2=0x1c848a23^_0x2424db;function _0x528462(){const _0x5a73f7=_0x29b270([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c098e(_0x4e8843(_0x229f5e)),_0x4db408=_0x439743(_0x1c098e(window[_0x29b270([0x4d,0x61,0x74,0x68])][_0x29b270([0x63,0x65,0x69,0x6c])](_0x261702/_0x250bb2)));window[_0x29b270([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29b270([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5a73f7,_0x4db408);}function _0x279034(){const _0x470574=_0x29b270([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c098e(_0x4e8843(_0x229f5e)),_0x5afe50=window[_0x29b270([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29b270([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x470574);return _0x5afe50?window[_0x29b270([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x439743(_0x5afe50),0x10)*_0x250bb2:null;}function _0x1f1f6b(_0x132b43){return new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x50ce1b,_0x3769f4)=>{_0x132b43[_0x29b270([0x74,0x68,0x65,0x6e])](_0x50ce1b,_0x3769f4),window[_0x29b270([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3769f4,0x1cb3b063^_0x2424db);});}}_0x3be9d1[_0x29b270([0x6f,0x6e])](_0x29b270([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x341071,_0x2979a6)=>{if(_0x2979a6[0x0]!=_0x229f5e)return _0x55d1f1(_0x29b270([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2979a6[0x1]={..._0x2979a6[0x1],[_0x29b270([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f25c1};},{[_0x29b270([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29b270([0x68,0x69,0x67,0x68])}),_0x3be9d1[_0x29b270([0x6f,0x6e])](_0x29b270([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x130b11=>{_0x3bd1bf(_0x130b11[_0x29b270([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1e3fc8=!0x0,_0x6119a4(_0x130b11[_0x29b270([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x29b270([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29b270([0x6c,0x6f,0x77])}),_0x147174[_0x29b270([0x74,0x68,0x65,0x6e])](()=>{_0x1e3fc8||_0x55d1f1(_0x29b270([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1131ae(){return _0x3be9d1[_0x29b270([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29b270([0x76,0x69,0x65,0x77])][_0x29b270([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x29b270([0x61,0x75,0x74,0x6f]);}function _0x5db3cf(){_0x3be9d1[_0x29b270([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29b270([0x76,0x69,0x65,0x77])][_0x29b270([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29b270([0x61,0x75,0x74,0x6f]);}}function _0x336e99(_0x3899f2){const _0x4dd270=[new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6eb559=>setTimeout(_0x6eb559,0x1cbb5a6f^_0x2424db)),_0x147174[_0x29b270([0x74,0x68,0x65,0x6e])](()=>new window[(_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25145e=>{let _0x17d5b3=0x0;_0x3be9d1[_0x29b270([0x6d,0x6f,0x64,0x65,0x6c])][_0x29b270([0x6f,0x6e])](_0x29b270([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1d5903,_0x535f36)=>{_0x535f36[0x0][_0x29b270([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17d5b3++,_0x17d5b3==(0x1cb2614b^_0x2424db)&&(_0x25145e(),_0x1d5903[_0x29b270([0x6f,0x66,0x66])]());});}))];return window[_0x29b270([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29b270([0x72,0x61,0x63,0x65])](_0x4dd270)[_0x29b270([0x74,0x68,0x65,0x6e])](()=>_0x3899f2);}async function _0x5578d5(){await _0x147174,_0x3be9d1[_0x29b270([0x6d,0x6f,0x64,0x65,0x6c])][_0x29b270([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x264e5c,_0x3be9d1[_0x29b270([0x6d,0x6f,0x64,0x65,0x6c])][_0x29b270([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x264e5c,_0x3be9d1[_0x29b270([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x29b270([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b99bc(){return window[_0x29b270([0x67,0x6c,0x6f,0x62])]&&window[_0x29b270([0x67,0x6c,0x6f,0x62])][_0x29b270([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x2ebfa8(_0x2d1d27){const _0x15442c=_0x2978c8();_0x3be9d1[_0x15442c]=_0x29b270([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])+_0x2d1d27,_0x2d1d27!=_0x29b270([0x56,0x61,0x6c,0x69,0x64])&&_0x5578d5();}function _0x2978c8(){const _0x1b380e=window[_0x29b270([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x29b270([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x29b270([0x6e,0x6f,0x77])]())[_0x29b270([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x29b270([0x2e]),'');let _0xe7963b=_0x29b270([0x61]);for(let _0x4aa57f=0x0;_0x4aa57f<_0x1b380e[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4aa57f+=0x2){let _0x2294b7=window[_0x29b270([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b380e[_0x29b270([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4aa57f,_0x4aa57f+0x2));_0x2294b7>=_0x44e4e3[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2294b7-=_0x44e4e3[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xe7963b+=_0x44e4e3[_0x2294b7];}return _0xe7963b;}function _0x45a30d(){const _0x4ed3da=_0x33a86d[_0x29b270([0x73,0x70,0x6c,0x69,0x74])](_0x29b270([0x2e]));if(0x3!=_0x4ed3da[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2b3db8(_0x4ed3da[0x1]);function _0x2b3db8(_0x3e2901){const _0x31c0e3=_0x49cdab(_0x3e2901);return _0x31c0e3&&_0x22a90b()?_0x31c0e3:null;function _0x22a90b(){const _0x4513bb=_0x31c0e3[_0x29b270([0x6a,0x74,0x69])],_0x5d933b=window[_0x29b270([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4513bb[_0x29b270([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4513bb[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3aa645={..._0x31c0e3,[_0x29b270([0x6a,0x74,0x69])]:_0x4513bb[_0x29b270([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4513bb[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3aa645[_0x29b270([0x76,0x63])],_0x4e8843(_0x3aa645)==_0x5d933b;}}}async function _0x517030(){let _0x39bf1f=!0x0;try{const _0x26889b=_0x33a86d[_0x29b270([0x73,0x70,0x6c,0x69,0x74])](_0x29b270([0x2e])),[_0x144e30,_0x1bee53,_0x529710]=_0x26889b;return _0xbe8e55(_0x144e30),await _0x216c6b(_0x144e30,_0x1bee53,_0x529710),_0x39bf1f;}catch{return!0x1;}function _0xbe8e55(_0x5b861e){const _0x272da7=_0x49cdab(_0x5b861e);_0x272da7&&_0x272da7[_0x29b270([0x61,0x6c,0x67])]==_0x29b270([0x45,0x53,0x32,0x35,0x36])||(_0x39bf1f=!0x1);}async function _0x216c6b(_0x54be2b,_0x395913,_0x3c098b){const _0x54a0df=window[_0x29b270([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x29b270([0x66,0x72,0x6f,0x6d])](_0x2a1773(_0x3c098b),_0x185c01=>_0x185c01[_0x29b270([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd1233e=new window[(_0x29b270([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x29b270([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x54be2b+_0x29b270([0x2e])+_0x395913),_0x2dd38d=window[_0x29b270([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x29b270([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2dd38d)return;const _0x473ca8=await _0x2dd38d[_0x29b270([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x29b270([0x6a,0x77,0x6b]),_0x51fc13,{[_0x29b270([0x6e,0x61,0x6d,0x65])]:_0x29b270([0x45,0x43,0x44,0x53,0x41]),[_0x29b270([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x29b270([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x29b270([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2dd38d[_0x29b270([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x29b270([0x6e,0x61,0x6d,0x65])]:_0x29b270([0x45,0x43,0x44,0x53,0x41]),[_0x29b270([0x68,0x61,0x73,0x68])]:{[_0x29b270([0x6e,0x61,0x6d,0x65])]:_0x29b270([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x473ca8,_0x54a0df,_0xd1233e)||(_0x39bf1f=!0x1);}}function _0x49cdab(_0x5954ad){return _0x5954ad[_0x29b270([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x29b270([0x65,0x79]))?JSON[_0x29b270([0x70,0x61,0x72,0x73,0x65])](_0x2a1773(_0x5954ad)):null;}function _0x2a1773(_0x2c3772){return window[_0x29b270([0x61,0x74,0x6f,0x62])](_0x2c3772[_0x29b270([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x29b270([0x2b]))[_0x29b270([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x29b270([0x2f])));}function _0x4e8843(_0x2a7015){let _0x1501d0=0x1505;function _0x386219(_0x5da94a){for(let _0x84121f=0x0;_0x84121f<_0x5da94a[_0x29b270([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x84121f++){const _0x2d8cde=_0x5da94a[_0x29b270([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x84121f);_0x1501d0=(_0x1501d0<<0x5)+_0x1501d0+_0x2d8cde,_0x1501d0&=_0x1501d0;}}function _0x24a22e(_0x829cf5){Array[_0x29b270([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x829cf5)?_0x829cf5[_0x29b270([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x24a22e):_0x829cf5&&typeof _0x829cf5==_0x29b270([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x29b270([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x829cf5)[_0x29b270([0x73,0x6f,0x72,0x74])]()[_0x29b270([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xb35e2f,_0x5a81e9])=>{_0x386219(_0xb35e2f),_0x24a22e(_0x5a81e9);}):_0x386219(window[_0x29b270([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x829cf5));}return _0x24a22e(_0x2a7015),_0x1501d0>>>0x0;}function _0x1c098e(_0x260cf8){return _0x260cf8[_0x29b270([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x29b270([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x29b270([0x30]));}function _0x439743(_0x2867ee){return _0x2867ee[_0x29b270([0x73,0x70,0x6c,0x69,0x74])]('')[_0x29b270([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x29b270([0x6a,0x6f,0x69,0x6e])]('');}function _0x264e5c(){}function _0x29b270(_0x5e72d3){return _0x5e72d3['map'](_0x474171=>String['fromCharCode'](_0x474171))['join']('');}_0x2ebfa8(await _0x4f777d());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x1653ed,{outlineDefinitions:_0x50f9a7,outlineChanges:_0x1d1075}){this['_currentOutlineDefinitions']=_0x50f9a7,this['view']['sync'](_0x1d1075);}['_setActiveViewItem'](_0x38bffe){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x38bffe]&&(this['view']['activeItemIndex']=_0x38bffe);}['_handleItemSelected'](_0x527479){const _0x1b931e=this['_currentOutlineDefinitions'][_0x527479]['modelElement'];this['editor']['model']['change'](_0x97f224=>{_0x97f224['setSelection'](_0x1b931e,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x527479);}['_updateActiveDefinitionOnViewportChange'](){const _0x42ad4e=this['editor'];let _0x124118;for(const _0x294fa8 of _0x42ad4e['model']['document']['getRootNames']()){const _0x37daae=_0x42ad4e['editing']['view']['getDomRoot'](_0x294fa8),_0x50b41c=_0x37daae&&new _0x4881ba(_0x37daae)['getVisible']();if(_0x50b41c){const _0x6a314f=new _0x4881ba(_0x376be2['window'])['getIntersection'](_0x50b41c);_0x6a314f&&(_0x124118=_0x6a314f['top']+0.25*_0x6a314f['height']);}}if(void 0x0===_0x124118)return;const _0x42d748=h(_0x42ad4e['editing'],this['_currentOutlineDefinitions'],_0x124118);_0x42d748?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x42d748)):this['_setActiveViewItem'](-0x1);}}function h(_0x9d96c7,_0x35f068,_0x21039e,_0x2b106f=0x0,_0x71260e=_0x35f068['length']-0x1){const _0x46174b=Math['floor'](_0x2b106f+(_0x71260e-_0x2b106f)/0x2);if(_0x71260e>=_0x2b106f){const _0x2f4bb8=_0x35f068[_0x46174b],_0x3ac1e4=_0x9d96c7['mapper']['toViewElement'](_0x2f4bb8['modelElement']);if(!_0x3ac1e4)return null;const _0x5b67fd=_0x9d96c7['view']['domConverter']['mapViewToDom'](_0x3ac1e4);return new _0x4881ba(_0x5b67fd)['bottom']>_0x21039e?h(_0x9d96c7,_0x35f068,_0x21039e,_0x2b106f,_0x46174b-0x1):h(_0x9d96c7,_0x35f068,_0x21039e,_0x46174b+0x1,_0x71260e);}return _0x46174b<0x0?null:_0x35f068[_0x46174b];}class P extends _0xaec09{['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 _0x263d58=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xcb9649;for(const _0x31a77d in _0x263d58){const _0x5bf305=_0x31a77d,_0x2f97d8=_0x263d58[_0x5bf305];if('documentOutlineLicenseKeyValid'==_0x2f97d8||'documentOutlineLicenseKeyInvalid'==_0x2f97d8||'documentOutlineLicenseKeyExpired'==_0x2f97d8||'documentOutlineLicenseKeyDomainLimit'==_0x2f97d8||'documentOutlineLicenseKeyNotAllowed'==_0x2f97d8||'documentOutlineLicenseKeyEvaluationLimit'==_0x2f97d8||'documentOutlineLicenseKeyUsageLimit'==_0x2f97d8){delete _0x263d58[_0x5bf305],_0xcb9649=_0x2f97d8,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xcb9649&&_0x263d58['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xcb9649&&_0x263d58['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xcb9649&&_0x263d58['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xcb9649&&_0x263d58['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xcb9649&&_0x263d58['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xcb9649&&_0x263d58['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x3f05de{['execute'](){this['editor']['model']['change'](_0x2c3f8c=>{this['editor']['model']['insertObject'](_0x2c3f8c['createElement']('tableOfContents'));});}['refresh'](){const _0x37fcd0=this['editor']['model'],_0x491042=_0x37fcd0['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x491042&&_0x37fcd0['schema']['findAllowedParent'](_0x491042,'tableOfContents'));}}class T extends _0xaec09{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x5aa418=this['editor'];if(_0x5aa418['config']['get']('headingId.modelAttributeName'))return;(function(_0x876196){const _0x482ca0=new Map();if(_0x876196)return _0x876196['forEach'](_0x24afa8=>{'paragraph'!==_0x24afa8['model']&&_0x482ca0['set'](_0x24afa8['view'],_0x24afa8['model']);}),_0x482ca0['get']('h1')||_0x482ca0['set']('h1','heading1'),_0x482ca0;return _0x482ca0;}(this['editor']['config']['get']('heading.options'))['forEach']((_0xbbc820,_0x288946)=>{this['_customUpcastHeadingsConversion'](_0x288946),this['_customDataDowncastHeadingsConversion'](_0xbbc820),_0x5aa418['model']['schema']['isRegistered'](_0xbbc820)&&_0x5aa418['model']['schema']['extend'](_0xbbc820,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x8d14c9){this['editor']['conversion']['for']('upcast')['add'](_0x57c4eb=>_0x57c4eb['on']('element:'+_0x8d14c9,(_0x40f68d,_0x5b4a1f,_0x29db7c)=>{const {consumable:_0x22423b,writer:_0x2daeb0}=_0x29db7c,_0x56c99b=_0x5b4a1f['viewItem']['getAttribute']('id'),_0x3197e4=_0x5b4a1f['modelRange']['getContainedElement']();if(_0x3197e4)return _0x56c99b&&_0x56c99b['length']||_0x3197e4['hasAttribute']('headingId')?void(_0x22423b['consume'](_0x5b4a1f['viewItem'],{'attributes':['id']})&&_0x2daeb0['setAttribute']('headingId',_0x56c99b,_0x3197e4)):(_0x22423b['consume'](_0x5b4a1f['viewItem'],{'attributes':['id']}),void _0x2daeb0['setAttribute']('headingId',_0xd013c4(),_0x3197e4));},{'priority':_0x1ec851['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x153e50){this['editor']['conversion']['for']('downcast')['add'](_0x32b2cb=>_0x32b2cb['on']('attribute:headingId:'+_0x153e50,(_0x5bb299,_0x45c3c7,_0x57a22f)=>{if(!_0x57a22f['consumable']['consume'](_0x45c3c7['item'],_0x5bb299['name']))return;const _0x31b610=_0x45c3c7['item']['getAttribute']('headingId'),_0x322ca7=_0x57a22f['mapper']['toViewElement'](_0x45c3c7['item']);_0x57a22f['writer']['setAttribute']('id',_0x31b610,_0x322ca7);}));}['_registerHeadingIdAttributePostfixer'](){const _0x47bf03=this['editor'],_0x4e850a=new Set(),_0x3ef81f=new Set();function _0x229c11(_0xe5dccd,_0x591d8d){const _0x3e148f=_0xd013c4();return _0x3ef81f['add'](_0x3e148f),_0xe5dccd['setAttribute']('headingId',_0x3e148f,_0x591d8d),_0x3e148f;}function _0x17991a(_0x56ca81,_0x1d7403){_0x56ca81['removeAttribute']('headingId',_0x1d7403);}_0x47bf03['model']['document']['registerPostFixer'](_0x5bec96=>{const _0x14c6ac=_0x47bf03['model']['document']['differ']['getChanges']();let _0x2ae115=!0x1;for(const _0x498574 of _0x14c6ac)if('insert'==_0x498574['type']&&_0x498574['name']){if(b(_0x498574['name'])){const _0x2c559c=_0x498574['attributes']['get']('headingId');'string'==typeof _0x2c559c?_0x4e850a['has'](_0x2c559c)?(_0x229c11(_0x5bec96,_0x498574['position']['nodeAfter']),_0x2ae115=!0x0):_0x3ef81f['add'](_0x2c559c):(_0x229c11(_0x5bec96,_0x498574['position']['nodeAfter']),_0x2ae115=!0x0);}else'string'==typeof _0x498574['attributes']['get']('headingId')&&(_0x17991a(_0x5bec96,_0x498574['position']['nodeAfter']),_0x2ae115=!0x0);}else{if('remove'==_0x498574['type']){const _0x436ded=_0x498574['attributes']['get']('headingId');'string'==typeof _0x436ded&&_0x4e850a['delete'](_0x436ded);}}return _0x2ae115;}),_0x47bf03['model']['document']['on']('change',()=>{_0x3ef81f['forEach'](_0x2e48b4=>_0x4e850a['add'](_0x2e48b4)),_0x3ef81f['clear']();});}}function b(_0x3a6151){return!!_0x3a6151['match'](/heading\d/);}class s extends _0xaec09{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x3983a5,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x93bfc9){super(_0x93bfc9),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x4e9ae3=this['editor'],_0x137dd3=_0x4e9ae3['editing']['view']['document'];_0x4e9ae3['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x4e9ae3['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x137dd3,'click',(_0x2e6efa,_0x3f9b01)=>{if(!_0x3f9b01['target'])return;const _0x4296f2=_0x3f9b01['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4296f2)&&(_0x3f9b01['domEvent']['preventDefault'](),_0x2e6efa['stop'](),this['_handleScrollToHeading'](_0x4296f2));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x4e9ae3['commands']['add']('insertTableOfContents',new _(_0x4e9ae3)),(_0x4e9ae3['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x3ff921,_0x2f3825)=>{this['_currentOutlineDefinitions']=_0x2f3825['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x4e9ae3['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x1d08d7){const _0x38d32f=_0x49eda3([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]),_0x24882b=0x6b9b05fd,_0x447d5e=0x6b9c8295^_0x24882b,_0x1f4e58=window[_0x49eda3([0x44,0x61,0x74,0x65])][_0x49eda3([0x6e,0x6f,0x77])](),_0x698364=_0x1d08d7[_0x49eda3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37bf6d=new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55839f=>{_0x698364[_0x49eda3([0x6f,0x6e,0x63,0x65])](_0x49eda3([0x72,0x65,0x61,0x64,0x79]),_0x55839f);}),_0x251253={[_0x49eda3([0x6b,0x74,0x79])]:_0x49eda3([0x45,0x43]),[_0x49eda3([0x75,0x73,0x65])]:_0x49eda3([0x73,0x69,0x67]),[_0x49eda3([0x63,0x72,0x76])]:_0x49eda3([0x50,0x2d,0x32,0x35,0x36]),[_0x49eda3([0x78])]:_0x49eda3([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]),[_0x49eda3([0x79])]:_0x49eda3([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]),[_0x49eda3([0x61,0x6c,0x67])]:_0x49eda3([0x45,0x53,0x32,0x35,0x36])},_0x33c8c4=_0x698364[_0x49eda3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x49eda3([0x67,0x65,0x74])](_0x49eda3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13341b(){let _0x34a0b4,_0x535157=null,_0x500bf8=null;try{if(_0x33c8c4==_0x49eda3([0x47,0x50,0x4c]))return _0x49eda3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x34a0b4=_0x3a647a(),!_0x34a0b4)return _0x49eda3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x34a0b4[_0x49eda3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x500bf8=_0x26b151(_0x34a0b4[_0x49eda3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x34a0b4[_0x49eda3([0x6a,0x74,0x69])])),await _0xe273b4()?_0x132965()?_0x2a675d()?_0x49eda3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x42bfaa()?(_0x34a0b4[_0x49eda3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x49eda3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x535157=_0x311f9a(_0x49eda3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x408131()):_0x49eda3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x49eda3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x49eda3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x49eda3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2a675d(){const _0xbda6c5=[_0x49eda3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x49eda3([0x74,0x72,0x69,0x61,0x6c])][_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34a0b4[_0x49eda3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f4e58/0x3e8:0xe10*_0x447d5e;return _0x34a0b4[_0x49eda3([0x65,0x78,0x70])]<_0xbda6c5;}function _0x132965(){const _0x20a791=_0x34a0b4[_0x49eda3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x20a791&&(!!_0x20a791[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49eda3([0x2a]))||(!!_0x20a791[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49eda3([0x54,0x4f,0x43]))||(!!_0x20a791[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49eda3([0x50,0x50]))||!(!_0x20a791[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49eda3([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x1418b0()))));}function _0x42bfaa(){const _0x5cfcb2=_0x34a0b4[_0x49eda3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5cfcb2||0x0==_0x5cfcb2[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xa6b0f3}=new URL(window[_0x49eda3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5cfcb2[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa6b0f3))return!0x0;const _0x535172=_0xa6b0f3[_0x49eda3([0x73,0x70,0x6c,0x69,0x74])](_0x49eda3([0x2e]));return _0x5cfcb2[_0x49eda3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3aa5c1=>_0x3aa5c1[_0x49eda3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49eda3([0x2a])))[_0x49eda3([0x6d,0x61,0x70])](_0x24f035=>_0x24f035[_0x49eda3([0x73,0x70,0x6c,0x69,0x74])](_0x49eda3([0x2e])))[_0x49eda3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x9d0808=>_0x9d0808[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x535172[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x49eda3([0x6d,0x61,0x70])](_0x54fe98=>Array(_0x535172[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x54fe98[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x49eda3([0x66,0x69,0x6c,0x6c])](_0x54fe98[0x0]===_0x49eda3([0x2a])?_0x49eda3([0x2a]):'')[_0x49eda3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x54fe98))[_0x49eda3([0x73,0x6f,0x6d,0x65])](_0x55236b=>_0x535172[_0x49eda3([0x65,0x76,0x65,0x72,0x79])]((_0x1fdaa4,_0xe6f684)=>_0x55236b[_0xe6f684]===_0x1fdaa4||_0x55236b[_0xe6f684]===_0x49eda3([0x2a])));}function _0x408131(){return _0x535157&&_0x500bf8?new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e8e7d,_0x120f8c)=>{_0x535157[_0x49eda3([0x74,0x68,0x65,0x6e])](_0x1e8e7d,_0x120f8c),_0x500bf8[_0x49eda3([0x74,0x68,0x65,0x6e])](_0x437233=>{_0x437233!=_0x49eda3([0x56,0x61,0x6c,0x69,0x64])&&_0x1e8e7d(_0x437233);},_0x120f8c);}):_0x535157||_0x500bf8||_0x49eda3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x26b151(_0x23ccc3,_0x19ca51){return new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa8f641=>{if(_0x30c891())return _0xa8f641(_0x49eda3([0x56,0x61,0x6c,0x69,0x64]));_0x4ca0b3(),_0x698364[_0x49eda3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x49eda3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3bd429=!0x1;const _0x177571=_0xd013c4();function _0x69d753(_0x3828b7){return!!_0x3828b7&&(typeof _0x3828b7===_0x49eda3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3828b7===_0x49eda3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3828b7[_0x49eda3([0x74,0x68,0x65,0x6e])]===_0x49eda3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3828b7[_0x49eda3([0x63,0x61,0x74,0x63,0x68])]===_0x49eda3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x24ce40(_0x299bd4){_0x10579e(_0x299bd4)[_0x49eda3([0x74,0x68,0x65,0x6e])](_0x43203d=>{if(!_0x43203d||_0x43203d[_0x49eda3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x49eda3([0x6f,0x6b]))return _0x49eda3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x19190f(_0x338c8f(_0x177571+_0x19ca51))!=_0x43203d[_0x49eda3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x49eda3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x49eda3([0x56,0x61,0x6c,0x69,0x64]);})[_0x49eda3([0x74,0x68,0x65,0x6e])](_0x33bd89=>(_0x218088(),_0x33bd89),()=>{const _0x50e360=_0x1e4d66();return null==_0x50e360?(_0x218088(),_0x49eda3([0x56,0x61,0x6c,0x69,0x64])):_0x49eda3(_0x1f4e58-_0x50e360>(0x4f9781fd^_0x24882b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x49eda3([0x74,0x68,0x65,0x6e])](_0xa8f641)[_0x49eda3([0x63,0x61,0x74,0x63,0x68])](()=>{_0xa8f641(_0x49eda3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x54b428=0x6badeb7d^_0x24882b;function _0x218088(){const _0x1f1ee8=_0x49eda3([0x6c,0x6c,0x63,0x74,0x2d])+_0x19190f(_0x338c8f(_0x23ccc3)),_0x205c9a=_0x172228(_0x19190f(window[_0x49eda3([0x4d,0x61,0x74,0x68])][_0x49eda3([0x63,0x65,0x69,0x6c])](_0x1f4e58/_0x54b428)));window[_0x49eda3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x49eda3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f1ee8,_0x205c9a);}function _0x1e4d66(){const _0x4937be=_0x49eda3([0x6c,0x6c,0x63,0x74,0x2d])+_0x19190f(_0x338c8f(_0x23ccc3)),_0x1d05e1=window[_0x49eda3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x49eda3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4937be);return _0x1d05e1?window[_0x49eda3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x172228(_0x1d05e1),0x10)*_0x54b428:null;}function _0x10579e(_0x5eaba9){return new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x291d07,_0x374655)=>{_0x5eaba9[_0x49eda3([0x74,0x68,0x65,0x6e])](_0x291d07,_0x374655),window[_0x49eda3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x374655,0x6b9ad13d^_0x24882b);});}}_0x698364[_0x49eda3([0x6f,0x6e])](_0x49eda3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x425d1e,_0x48cb34)=>{if(_0x48cb34[0x0]!=_0x23ccc3)return _0xa8f641(_0x49eda3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x48cb34[0x1]={..._0x48cb34[0x1],[_0x49eda3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x177571};},{[_0x49eda3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x49eda3([0x68,0x69,0x67,0x68])}),_0x698364[_0x49eda3([0x6f,0x6e])](_0x49eda3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x461f96=>{_0x69d753(_0x461f96[_0x49eda3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3bd429=!0x0,_0x24ce40(_0x461f96[_0x49eda3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x49eda3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x49eda3([0x6c,0x6f,0x77])}),_0x37bf6d[_0x49eda3([0x74,0x68,0x65,0x6e])](()=>{_0x3bd429||_0xa8f641(_0x49eda3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30c891(){return _0x698364[_0x49eda3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x49eda3([0x76,0x69,0x65,0x77])][_0x49eda3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x49eda3([0x61,0x75,0x74,0x6f]);}function _0x4ca0b3(){_0x698364[_0x49eda3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x49eda3([0x76,0x69,0x65,0x77])][_0x49eda3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x49eda3([0x61,0x75,0x74,0x6f]);}}function _0x311f9a(_0x3eb3ee){const _0x412adc=[new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2bbd19=>setTimeout(_0x2bbd19,0x6b923b31^_0x24882b)),_0x37bf6d[_0x49eda3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14f139=>{let _0x24bf5f=0x0;_0x698364[_0x49eda3([0x6d,0x6f,0x64,0x65,0x6c])][_0x49eda3([0x6f,0x6e])](_0x49eda3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x316a15,_0x5e25ad)=>{_0x5e25ad[0x0][_0x49eda3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x24bf5f++,_0x24bf5f==(0x6b9b0015^_0x24882b)&&(_0x14f139(),_0x316a15[_0x49eda3([0x6f,0x66,0x66])]());});}))];return window[_0x49eda3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x49eda3([0x72,0x61,0x63,0x65])](_0x412adc)[_0x49eda3([0x74,0x68,0x65,0x6e])](()=>_0x3eb3ee);}async function _0x5ce078(){await _0x37bf6d,_0x698364[_0x49eda3([0x6d,0x6f,0x64,0x65,0x6c])][_0x49eda3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xdcf1bd,_0x698364[_0x49eda3([0x6d,0x6f,0x64,0x65,0x6c])][_0x49eda3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xdcf1bd,_0x698364[_0x49eda3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x49eda3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1418b0(){return window[_0x49eda3([0x67,0x6c,0x6f,0x62])]&&window[_0x49eda3([0x67,0x6c,0x6f,0x62])][_0x49eda3([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x484bae(_0x3e9349){const _0x955d56=_0x21da22();_0x698364[_0x955d56]=_0x49eda3([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])+_0x3e9349,_0x3e9349!=_0x49eda3([0x56,0x61,0x6c,0x69,0x64])&&_0x5ce078();}function _0x21da22(){const _0x4dadec=window[_0x49eda3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x49eda3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x49eda3([0x6e,0x6f,0x77])]())[_0x49eda3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x49eda3([0x2e]),'');let _0x5002db=_0x49eda3([0x6d]);for(let _0x5155d5=0x0;_0x5155d5<_0x4dadec[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5155d5+=0x2){let _0x43dbec=window[_0x49eda3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4dadec[_0x49eda3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5155d5,_0x5155d5+0x2));_0x43dbec>=_0x38d32f[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x43dbec-=_0x38d32f[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5002db+=_0x38d32f[_0x43dbec];}return _0x5002db;}function _0x3a647a(){const _0x40b14f=_0x33c8c4[_0x49eda3([0x73,0x70,0x6c,0x69,0x74])](_0x49eda3([0x2e]));if(0x3!=_0x40b14f[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x27655f(_0x40b14f[0x1]);function _0x27655f(_0x458dc1){const _0x33c765=_0xfb91a8(_0x458dc1);return _0x33c765&&_0x3d544a()?_0x33c765:null;function _0x3d544a(){const _0x27007e=_0x33c765[_0x49eda3([0x6a,0x74,0x69])],_0x40ac74=window[_0x49eda3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27007e[_0x49eda3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27007e[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x457108={..._0x33c765,[_0x49eda3([0x6a,0x74,0x69])]:_0x27007e[_0x49eda3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27007e[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x457108[_0x49eda3([0x76,0x63])],_0x338c8f(_0x457108)==_0x40ac74;}}}async function _0xe273b4(){let _0x3f28f7=!0x0;try{const _0x547535=_0x33c8c4[_0x49eda3([0x73,0x70,0x6c,0x69,0x74])](_0x49eda3([0x2e])),[_0x34f046,_0x1868d5,_0x3f415e]=_0x547535;return _0x4ca883(_0x34f046),await _0x35e8e1(_0x34f046,_0x1868d5,_0x3f415e),_0x3f28f7;}catch{return!0x1;}function _0x4ca883(_0x5e5f4c){const _0x5d883c=_0xfb91a8(_0x5e5f4c);_0x5d883c&&_0x5d883c[_0x49eda3([0x61,0x6c,0x67])]==_0x49eda3([0x45,0x53,0x32,0x35,0x36])||(_0x3f28f7=!0x1);}async function _0x35e8e1(_0x5486f4,_0x2761f9,_0x19a00e){const _0x44c464=window[_0x49eda3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x49eda3([0x66,0x72,0x6f,0x6d])](_0x1721e1(_0x19a00e),_0x2a4d84=>_0x2a4d84[_0x49eda3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4e8acf=new window[(_0x49eda3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x49eda3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5486f4+_0x49eda3([0x2e])+_0x2761f9),_0x57b5be=window[_0x49eda3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x49eda3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x57b5be)return;const _0x20ce92=await _0x57b5be[_0x49eda3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x49eda3([0x6a,0x77,0x6b]),_0x251253,{[_0x49eda3([0x6e,0x61,0x6d,0x65])]:_0x49eda3([0x45,0x43,0x44,0x53,0x41]),[_0x49eda3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x49eda3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x49eda3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x57b5be[_0x49eda3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x49eda3([0x6e,0x61,0x6d,0x65])]:_0x49eda3([0x45,0x43,0x44,0x53,0x41]),[_0x49eda3([0x68,0x61,0x73,0x68])]:{[_0x49eda3([0x6e,0x61,0x6d,0x65])]:_0x49eda3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x20ce92,_0x44c464,_0x4e8acf)||(_0x3f28f7=!0x1);}}function _0xfb91a8(_0xb5805b){return _0xb5805b[_0x49eda3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x49eda3([0x65,0x79]))?JSON[_0x49eda3([0x70,0x61,0x72,0x73,0x65])](_0x1721e1(_0xb5805b)):null;}function _0x1721e1(_0x5c6202){return window[_0x49eda3([0x61,0x74,0x6f,0x62])](_0x5c6202[_0x49eda3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x49eda3([0x2b]))[_0x49eda3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x49eda3([0x2f])));}function _0x338c8f(_0x1e0daa){let _0x3c9c9a=0x1505;function _0x27ad52(_0x1fc791){for(let _0x551b9f=0x0;_0x551b9f<_0x1fc791[_0x49eda3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x551b9f++){const _0x59a169=_0x1fc791[_0x49eda3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x551b9f);_0x3c9c9a=(_0x3c9c9a<<0x5)+_0x3c9c9a+_0x59a169,_0x3c9c9a&=_0x3c9c9a;}}function _0x5f21e7(_0x49413e){Array[_0x49eda3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x49413e)?_0x49413e[_0x49eda3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5f21e7):_0x49413e&&typeof _0x49413e==_0x49eda3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x49eda3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x49413e)[_0x49eda3([0x73,0x6f,0x72,0x74])]()[_0x49eda3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5aa015,_0xc35358])=>{_0x27ad52(_0x5aa015),_0x5f21e7(_0xc35358);}):_0x27ad52(window[_0x49eda3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x49413e));}return _0x5f21e7(_0x1e0daa),_0x3c9c9a>>>0x0;}function _0x19190f(_0x5e7a6b){return _0x5e7a6b[_0x49eda3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x49eda3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x49eda3([0x30]));}function _0x172228(_0x1a11ff){return _0x1a11ff[_0x49eda3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x49eda3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x49eda3([0x6a,0x6f,0x69,0x6e])]('');}function _0xdcf1bd(){}function _0x49eda3(_0x36503a){return _0x36503a['map'](_0x2cfcf5=>String['fromCharCode'](_0x2cfcf5))['join']('');}_0x484bae(await _0x13341b());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x29d3f3=>{'$graveyard'!==_0x29d3f3['rootName']&&this['editor']['editing']['reconvertItem'](_0x29d3f3);});}['_trackNewToCElements'](){for(const _0x293db6 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x293db6['type']||'tableOfContents'!==_0x293db6['name'])return;this['_tableOfContentsElements']['add'](_0x293db6['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x541334=this['editor']['conversion'];_0x541334['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x541334['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0xc77622,{writer:_0x4ebdca})=>this['_createTableOfContents'](_0x4ebdca,!0x0)}),_0x541334['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4197c2,{writer:_0x59f570})=>{this['_tableOfContentsElements']['add'](_0x4197c2);const _0x4e44f8=this['_createTableOfContents'](_0x59f570);return _0x2f8010(_0x4e44f8,_0x59f570,{'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'](_0x24a9bd,_0x736a85=!0x1){const {locale:_0x4b2d67}=this['editor'],_0x3b1726=_0x24a9bd['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x736a85&&{'data-table-of-contents-label':j(_0x4b2d67,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x736a85&&_0x24a9bd['insert'](_0x24a9bd['createPositionAt'](_0x3b1726,'end'),_0x24a9bd['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x24a9bd['createText'](j(_0x4b2d67,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x491c07=_0x736a85?'':'['+j(_0x4b2d67,'Empty\x20heading')+']';let _0x399740=_0x3b1726;return this['_currentOutlineDefinitions']['forEach']((_0x2cc030,_0x3e04ef,_0x508793)=>{const _0x533f58=this['editor']['model']['hasContent'](_0x2cc030['modelElement'],{'ignoreWhitespaces':!0x0}),_0x491646=_0x533f58?_0x2cc030['text']:_0x491c07,_0x5a565f=_0x2cc030['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x17eaf2=_0x24a9bd['createContainerElement']('a',{'href':'#'+_0x5a565f,...!_0x736a85&&{'tabindex':'-1'}},[_0x24a9bd['createText'](_0x491646)]),_0x1a73aa=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x24a9bd['setCustomProperty']('tableOfContentsHeadingIndex',_0x3e04ef,_0x17eaf2);const _0x25e8dd=_0x24a9bd['createContainerElement']('li',null,[_0x533f58||!_0x736a85&&_0x1a73aa?_0x17eaf2:_0x24a9bd['createText']('')]),_0x3d104a=_0x3e04ef?_0x508793[_0x3e04ef-0x1]['level']:0x0,_0x552d2e=Math['abs'](_0x2cc030['level']-_0x3d104a);if(_0x2cc030['level']>_0x3d104a){const _0x255394=N(_0x25e8dd,_0x552d2e,_0x24a9bd);_0x24a9bd['insert'](_0x24a9bd['createPositionAt'](_0x399740,'end'),_0x255394);}else{const _0x1eca9f=function(_0x4f5f87,_0x26c013){return _0x4f5f87['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x18d854=>_0x18d854['is']('element','ol'))[_0x26c013];}(_0x399740,_0x552d2e);_0x24a9bd['insert'](_0x24a9bd['createPositionAt'](_0x1eca9f,'end'),_0x25e8dd);}_0x399740=_0x25e8dd;}),_0x3b1726;}['_handleScrollToHeading'](_0x1e7587){const _0x80f3d5=this['_currentOutlineDefinitions'][_0x1e7587]['modelElement'];this['editor']['model']['change'](_0x30d57f=>{_0x30d57f['setSelection'](_0x80f3d5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x4532dc,_0x38aa06)=>{const _0x5283e3=_0x38aa06['mapper'],_0x121646=_0x5283e3['findMappedViewAncestor'](_0x38aa06['viewPosition']),_0x2b793d=_0x5283e3['toModelElement'](_0x121646);_0x2b793d['is']('element','tableOfContents')&&(_0x38aa06['modelPosition']=this['editor']['model']['createPositionAt'](_0x2b793d,0x0),_0x4532dc['stop']());};}}function N(_0x535722,_0x5d5c45,_0x2f2af5){return 0x1===_0x5d5c45?_0x2f2af5['createContainerElement']('ol',null,[_0x535722]):_0x2f2af5['createContainerElement']('ol',null,[_0x2f2af5['createContainerElement']('li',null,[N(_0x535722,_0x5d5c45-0x1,_0x2f2af5)])]);}class o extends _0xaec09{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x457c13=this['editor'];_0x457c13['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x205894=this['_createButton'](_0x31a0b2);return _0x205894['tooltip']=!0x0,_0x205894;}),_0x457c13['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x1b4f81)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x33b6c6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x596a10;for(const _0x223e07 in _0x33b6c6){const _0x1010fe=_0x223e07,_0x32cc39=_0x33b6c6[_0x1010fe];if('tableOfContentsLicenseKeyValid'==_0x32cc39||'tableOfContentsLicenseKeyInvalid'==_0x32cc39||'tableOfContentsLicenseKeyExpired'==_0x32cc39||'tableOfContentsLicenseKeyDomainLimit'==_0x32cc39||'tableOfContentsLicenseKeyNotAllowed'==_0x32cc39||'tableOfContentsLicenseKeyEvaluationLimit'==_0x32cc39||'tableOfContentsLicenseKeyUsageLimit'==_0x32cc39){delete _0x33b6c6[_0x1010fe],_0x596a10=_0x32cc39,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x596a10&&_0x33b6c6['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x596a10&&_0x33b6c6['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x596a10&&_0x33b6c6['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x596a10&&_0x33b6c6['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x596a10&&_0x33b6c6['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x596a10&&_0x33b6c6['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x530103){const _0x2eca97=this['editor'],_0xf26ea1=_0x2eca97['locale'],_0x4d0a88=_0x2eca97['commands']['get']('insertTableOfContents'),_0x2afa09=new _0x530103(_0xf26ea1);return _0x2afa09['set']({'label':j(_0xf26ea1,'Table\x20of\x20contents'),'icon':_0x4ec661}),_0x2afa09['bind']('isEnabled')['to'](_0x4d0a88,'isEnabled'),this['listenTo'](_0x2afa09,'execute',()=>{_0x2eca97['execute']('insertTableOfContents'),_0x2eca97['editing']['view']['focus']();}),_0x2afa09;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0xaec09{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.0
|
|
3
|
+
"version": "47.7.0",
|
|
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.0
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "47.7.0
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "47.7.0
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "47.7.0
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "47.7.0
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "47.7.0
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "47.7.0
|
|
23
|
-
"ckeditor5": "47.7.0
|
|
16
|
+
"@ckeditor/ckeditor5-core": "47.7.0",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "47.7.0",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "47.7.0",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "47.7.0",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "47.7.0",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "47.7.0",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "47.7.0",
|
|
23
|
+
"ckeditor5": "47.7.0",
|
|
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 _0x3eeb08=_0x47ed;(function(_0x51d826,_0x24094e){const _0x34b13a=_0x47ed,_0x2b4df2=_0x51d826();while(!![]){try{const _0x49f095=-parseInt(_0x34b13a(0xe7))/0x1+-parseInt(_0x34b13a(0xcb))/0x2*(parseInt(_0x34b13a(0xe4))/0x3)+parseInt(_0x34b13a(0xe0))/0x4+parseInt(_0x34b13a(0xb5))/0x5+-parseInt(_0x34b13a(0xec))/0x6+-parseInt(_0x34b13a(0xdc))/0x7*(-parseInt(_0x34b13a(0xe5))/0x8)+parseInt(_0x34b13a(0xbb))/0x9*(parseInt(_0x34b13a(0xc3))/0xa);if(_0x49f095===_0x24094e)break;else _0x2b4df2['push'](_0x2b4df2['shift']());}catch(_0x3c71bb){_0x2b4df2['push'](_0x2b4df2['shift']());}}}(_0x462a,0x3abda));import{Plugin as _0x3b01ae}from'ckeditor5/src/core.js';import{CKEditorError as _0x2ffe61,global as _0x5e8b19,Rect as _0x3a814f,uid as _0x349d5f}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x361cae}from'./ui/documentoutlineview.js';import{throttle as _0x56585d}from'es-toolkit/compat';import'../../theme/documentoutline.css';export class DocumentOutlineUI extends _0x3b01ae{[_0x3eeb08(0xe9)];[_0x3eeb08(0xc8)];[_0x3eeb08(0xb8)];static get[_0x3eeb08(0xce)](){const _0x349659=_0x3eeb08;return _0x349659(0xc1);}static get[_0x3eeb08(0xc9)](){return!0x0;}static get[_0x3eeb08(0xf1)](){return!0x0;}constructor(_0x586dc2){const _0x5e22e7=_0x3eeb08;super(_0x586dc2),this[_0x5e22e7(0xe9)]=new _0x361cae(_0x586dc2[_0x5e22e7(0xf0)],this[_0x5e22e7(0xd0)][_0x5e22e7(0xde)][_0x5e22e7(0xd9)](_0x5e22e7(0xdb)),this[_0x5e22e7(0xd0)][_0x5e22e7(0xde)][_0x5e22e7(0xd9)](_0x5e22e7(0xe8))),this[_0x5e22e7(0xc8)]=[],this[_0x5e22e7(0xb8)]=_0x56585d(this[_0x5e22e7(0xe3)][_0x5e22e7(0xd4)](this),0x64);}[_0x3eeb08(0xcd)](){const _0xaff5e3=_0x3eeb08,_0x54b8bb=this[_0xaff5e3(0xd0)],_0x3f6320=_0x54b8bb[_0xaff5e3(0xcc)][_0xaff5e3(0xd9)](_0xaff5e3(0xb1));let _0x602102=!0x1;if(this[_0xaff5e3(0xe9)][_0xaff5e3(0xac)](),this[_0xaff5e3(0xd0)]['ui'][_0xaff5e3(0xba)][_0xaff5e3(0xd7)](this[_0xaff5e3(0xe9)][_0xaff5e3(0xc4)]),!_0x54b8bb[_0xaff5e3(0xde)][_0xaff5e3(0xd9)](_0xaff5e3(0xe8)))throw new _0x2ffe61(_0xaff5e3(0xd5),{'editor':_0x54b8bb});_0x54b8bb[_0xaff5e3(0xde)][_0xaff5e3(0xd9)](_0xaff5e3(0xe8))[_0xaff5e3(0xc0)](this[_0xaff5e3(0xe9)][_0xaff5e3(0xc4)]),_0x3f6320['on'](_0xaff5e3(0xeb),this[_0xaff5e3(0xdd)][_0xaff5e3(0xd4)](this)),_0x3f6320['on'](_0xaff5e3(0xd3),(_0x2cdd69,{index:_0x518d7c})=>this[_0xaff5e3(0xbc)](_0x518d7c)),this[_0xaff5e3(0xe9)]['on'](_0xaff5e3(0xc5),(_0x529aca,_0x302a3b)=>{const _0x59927b=_0xaff5e3;_0x602102=!0x0,this[_0x59927b(0xaa)](_0x302a3b);}),this[_0xaff5e3(0xe9)][_0xaff5e3(0xd8)](_0x5e8b19[_0xaff5e3(0xb9)],_0xaff5e3(0xee),()=>{const _0x533507=_0xaff5e3;_0x602102?_0x602102=!0x1:this[_0x533507(0xb8)]();},{'useCapture':!0x0}),this[_0xaff5e3(0xe9)][_0xaff5e3(0xd8)](_0x5e8b19[_0xaff5e3(0xb4)],_0xaff5e3(0xab),this[_0xaff5e3(0xb8)],{'useCapture':!0x0});}[_0x3eeb08(0xc6)](){!async function(_0x12a9f8){const _0x255037=_0x3c7cd2([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]),_0x40e385=0x1cb264a3,_0x32e9c7=0x1cb5e3f3^_0x40e385,_0x2dfb24=window[_0x3c7cd2([0x44,0x61,0x74,0x65])][_0x3c7cd2([0x6e,0x6f,0x77])](),_0x4a6ccf=_0x12a9f8[_0x3c7cd2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37bc50=new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e615d=>{_0x4a6ccf[_0x3c7cd2([0x6f,0x6e,0x63,0x65])](_0x3c7cd2([0x72,0x65,0x61,0x64,0x79]),_0x1e615d);}),_0x10e50e={[_0x3c7cd2([0x6b,0x74,0x79])]:_0x3c7cd2([0x45,0x43]),[_0x3c7cd2([0x75,0x73,0x65])]:_0x3c7cd2([0x73,0x69,0x67]),[_0x3c7cd2([0x63,0x72,0x76])]:_0x3c7cd2([0x50,0x2d,0x32,0x35,0x36]),[_0x3c7cd2([0x78])]:_0x3c7cd2([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]),[_0x3c7cd2([0x79])]:_0x3c7cd2([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]),[_0x3c7cd2([0x61,0x6c,0x67])]:_0x3c7cd2([0x45,0x53,0x32,0x35,0x36])},_0x5dfe35=_0x4a6ccf[_0x3c7cd2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c7cd2([0x67,0x65,0x74])](_0x3c7cd2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2970d3(){let _0x33ecc4,_0x4b010c=null,_0x32cf3e=null;try{if(_0x5dfe35==_0x3c7cd2([0x47,0x50,0x4c]))return _0x3c7cd2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33ecc4=_0x194102(),!_0x33ecc4)return _0x3c7cd2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33ecc4[_0x3c7cd2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x32cf3e=_0x16fb98(_0x33ecc4[_0x3c7cd2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33ecc4[_0x3c7cd2([0x6a,0x74,0x69])])),await _0x4c4701()?_0x58eb5d()?_0xf5aa99()?_0x3c7cd2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x432cb7()?(_0x33ecc4[_0x3c7cd2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c7cd2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4b010c=_0x45d9d2(_0x3c7cd2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3ab216()):_0x3c7cd2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c7cd2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c7cd2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c7cd2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf5aa99(){const _0x16038f=[_0x3c7cd2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c7cd2([0x74,0x72,0x69,0x61,0x6c])][_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33ecc4[_0x3c7cd2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2dfb24/0x3e8:0xe10*_0x32e9c7;return _0x33ecc4[_0x3c7cd2([0x65,0x78,0x70])]<_0x16038f;}function _0x58eb5d(){const _0x557d1d=_0x33ecc4[_0x3c7cd2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x557d1d&&(!!_0x557d1d[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7cd2([0x2a]))||(!!_0x557d1d[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7cd2([0x44,0x4f]))||(!!_0x557d1d[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7cd2([0x50,0x50]))||!(!_0x557d1d[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7cd2([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x46bb22()))));}function _0x432cb7(){const _0x123a5f=_0x47ed,_0x29f3f0=_0x33ecc4[_0x3c7cd2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x29f3f0||0x0==_0x29f3f0[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4b773f}=new URL(window[_0x3c7cd2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x123a5f(0xbe)]);if(_0x29f3f0[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b773f))return!0x0;const _0x50682a=_0x4b773f[_0x3c7cd2([0x73,0x70,0x6c,0x69,0x74])](_0x3c7cd2([0x2e]));return _0x29f3f0[_0x3c7cd2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ef225=>_0x2ef225[_0x3c7cd2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7cd2([0x2a])))[_0x3c7cd2([0x6d,0x61,0x70])](_0x52c419=>_0x52c419[_0x3c7cd2([0x73,0x70,0x6c,0x69,0x74])](_0x3c7cd2([0x2e])))[_0x3c7cd2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e6269=>_0x1e6269[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x50682a[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c7cd2([0x6d,0x61,0x70])](_0x195e0c=>Array(_0x50682a[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x195e0c[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c7cd2([0x66,0x69,0x6c,0x6c])](_0x195e0c[0x0]===_0x3c7cd2([0x2a])?_0x3c7cd2([0x2a]):'')[_0x3c7cd2([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x195e0c))[_0x3c7cd2([0x73,0x6f,0x6d,0x65])](_0x448922=>_0x50682a[_0x3c7cd2([0x65,0x76,0x65,0x72,0x79])]((_0x5bdfa2,_0x5197f2)=>_0x448922[_0x5197f2]===_0x5bdfa2||_0x448922[_0x5197f2]===_0x3c7cd2([0x2a])));}function _0x3ab216(){return _0x4b010c&&_0x32cf3e?new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c8267,_0xb518a7)=>{_0x4b010c[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x2c8267,_0xb518a7),_0x32cf3e[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x2a4a83=>{_0x2a4a83!=_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64])&&_0x2c8267(_0x2a4a83);},_0xb518a7);}):_0x4b010c||_0x32cf3e||_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16fb98(_0x2ffab9,_0x379457){return new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x348dda=>{if(_0x3ab19b())return _0x348dda(_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64]));_0x4b6436(),_0x4a6ccf[_0x3c7cd2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c7cd2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5cc389=!0x1;const _0x5f2f35=_0x349d5f();function _0x3a297e(_0x155160){return!!_0x155160&&(typeof _0x155160===_0x3c7cd2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x155160===_0x3c7cd2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x155160[_0x3c7cd2([0x74,0x68,0x65,0x6e])]===_0x3c7cd2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x155160[_0x3c7cd2([0x63,0x61,0x74,0x63,0x68])]===_0x3c7cd2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x447203(_0x244a32){_0x2f95a9(_0x244a32)[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x23df9b=>{if(!_0x23df9b||_0x23df9b[_0x3c7cd2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c7cd2([0x6f,0x6b]))return _0x3c7cd2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x54c964(_0x352ce6(_0x5f2f35+_0x379457))!=_0x23df9b[_0x3c7cd2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c7cd2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x56e2b8=>(_0x1fa4ab(),_0x56e2b8),()=>{const _0x801943=_0x11f256();return null==_0x801943?(_0x1fa4ab(),_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64])):_0x3c7cd2(_0x2dfb24-_0x801943>(0x38bee0a3^_0x40e385)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x348dda)[_0x3c7cd2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x348dda(_0x3c7cd2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xd8bffe=0x1c848a23^_0x40e385;function _0x1fa4ab(){const _0x476d6c=_0x3c7cd2([0x6c,0x6c,0x63,0x74,0x2d])+_0x54c964(_0x352ce6(_0x2ffab9)),_0x7a2337=_0x2109ef(_0x54c964(window[_0x3c7cd2([0x4d,0x61,0x74,0x68])][_0x3c7cd2([0x63,0x65,0x69,0x6c])](_0x2dfb24/_0xd8bffe)));window[_0x3c7cd2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c7cd2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x476d6c,_0x7a2337);}function _0x11f256(){const _0x22bf76=_0x3c7cd2([0x6c,0x6c,0x63,0x74,0x2d])+_0x54c964(_0x352ce6(_0x2ffab9)),_0x3ce672=window[_0x3c7cd2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c7cd2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22bf76);return _0x3ce672?window[_0x3c7cd2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2109ef(_0x3ce672),0x10)*_0xd8bffe:null;}function _0x2f95a9(_0x37495e){return new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x522e33,_0x41e0b3)=>{_0x37495e[_0x3c7cd2([0x74,0x68,0x65,0x6e])](_0x522e33,_0x41e0b3),window[_0x3c7cd2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41e0b3,0x1cb3b063^_0x40e385);});}}_0x4a6ccf[_0x3c7cd2([0x6f,0x6e])](_0x3c7cd2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x588c02,_0x8f3f6)=>{if(_0x8f3f6[0x0]!=_0x2ffab9)return _0x348dda(_0x3c7cd2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x8f3f6[0x1]={..._0x8f3f6[0x1],[_0x3c7cd2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5f2f35};},{[_0x3c7cd2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c7cd2([0x68,0x69,0x67,0x68])}),_0x4a6ccf[_0x3c7cd2([0x6f,0x6e])](_0x3c7cd2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x549879=>{_0x3a297e(_0x549879[_0x3c7cd2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5cc389=!0x0,_0x447203(_0x549879[_0x3c7cd2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c7cd2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c7cd2([0x6c,0x6f,0x77])}),_0x37bc50[_0x3c7cd2([0x74,0x68,0x65,0x6e])](()=>{_0x5cc389||_0x348dda(_0x3c7cd2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3ab19b(){return _0x4a6ccf[_0x3c7cd2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c7cd2([0x76,0x69,0x65,0x77])][_0x3c7cd2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c7cd2([0x61,0x75,0x74,0x6f]);}function _0x4b6436(){_0x4a6ccf[_0x3c7cd2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c7cd2([0x76,0x69,0x65,0x77])][_0x3c7cd2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c7cd2([0x61,0x75,0x74,0x6f]);}}function _0x45d9d2(_0x4b3b77){const _0x556e4e=[new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46a873=>setTimeout(_0x46a873,0x1cbb5a6f^_0x40e385)),_0x37bc50[_0x3c7cd2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2040b4=>{let _0xc5d704=0x0;_0x4a6ccf[_0x3c7cd2([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7cd2([0x6f,0x6e])](_0x3c7cd2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25dae9,_0x5ba437)=>{_0x5ba437[0x0][_0x3c7cd2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xc5d704++,_0xc5d704==(0x1cb2614b^_0x40e385)&&(_0x2040b4(),_0x25dae9[_0x3c7cd2([0x6f,0x66,0x66])]());});}))];return window[_0x3c7cd2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c7cd2([0x72,0x61,0x63,0x65])](_0x556e4e)[_0x3c7cd2([0x74,0x68,0x65,0x6e])](()=>_0x4b3b77);}async function _0x431836(){await _0x37bc50,_0x4a6ccf[_0x3c7cd2([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7cd2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x125201,_0x4a6ccf[_0x3c7cd2([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7cd2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x125201,_0x4a6ccf[_0x3c7cd2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c7cd2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x46bb22(){return window[_0x3c7cd2([0x67,0x6c,0x6f,0x62])]&&window[_0x3c7cd2([0x67,0x6c,0x6f,0x62])][_0x3c7cd2([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x373f75(_0x1e30c6){const _0x35b001=_0x446ca9();_0x4a6ccf[_0x35b001]=_0x3c7cd2([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])+_0x1e30c6,_0x1e30c6!=_0x3c7cd2([0x56,0x61,0x6c,0x69,0x64])&&_0x431836();}function _0x446ca9(){const _0x46d804=window[_0x3c7cd2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c7cd2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c7cd2([0x6e,0x6f,0x77])]())[_0x3c7cd2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c7cd2([0x2e]),'');let _0x14b48f=_0x3c7cd2([0x61]);for(let _0x28d569=0x0;_0x28d569<_0x46d804[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28d569+=0x2){let _0x3e9fc5=window[_0x3c7cd2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46d804[_0x3c7cd2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28d569,_0x28d569+0x2));_0x3e9fc5>=_0x255037[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3e9fc5-=_0x255037[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x14b48f+=_0x255037[_0x3e9fc5];}return _0x14b48f;}function _0x194102(){const _0x2cd0a3=_0x5dfe35[_0x3c7cd2([0x73,0x70,0x6c,0x69,0x74])](_0x3c7cd2([0x2e]));if(0x3!=_0x2cd0a3[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x17246b(_0x2cd0a3[0x1]);function _0x17246b(_0x520e5f){const _0xb3398a=_0x2c63b4(_0x520e5f);return _0xb3398a&&_0x4b5ddd()?_0xb3398a:null;function _0x4b5ddd(){const _0x4f0e6b=_0xb3398a[_0x3c7cd2([0x6a,0x74,0x69])],_0x3f4aa9=window[_0x3c7cd2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f0e6b[_0x3c7cd2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f0e6b[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x547256={..._0xb3398a,[_0x3c7cd2([0x6a,0x74,0x69])]:_0x4f0e6b[_0x3c7cd2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f0e6b[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x547256[_0x3c7cd2([0x76,0x63])],_0x352ce6(_0x547256)==_0x3f4aa9;}}}async function _0x4c4701(){let _0x2ab32e=!0x0;try{const _0x4f5bd0=_0x5dfe35[_0x3c7cd2([0x73,0x70,0x6c,0x69,0x74])](_0x3c7cd2([0x2e])),[_0x3a9d79,_0x6041e1,_0x31a31c]=_0x4f5bd0;return _0x109209(_0x3a9d79),await _0x523be5(_0x3a9d79,_0x6041e1,_0x31a31c),_0x2ab32e;}catch{return!0x1;}function _0x109209(_0x5ef569){const _0x2b6b5e=_0x2c63b4(_0x5ef569);_0x2b6b5e&&_0x2b6b5e[_0x3c7cd2([0x61,0x6c,0x67])]==_0x3c7cd2([0x45,0x53,0x32,0x35,0x36])||(_0x2ab32e=!0x1);}async function _0x523be5(_0x390f1e,_0x326132,_0x34d9d6){const _0x1252c4=window[_0x3c7cd2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c7cd2([0x66,0x72,0x6f,0x6d])](_0x359a12(_0x34d9d6),_0x26b2a0=>_0x26b2a0[_0x3c7cd2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39c635=new window[(_0x3c7cd2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c7cd2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x390f1e+_0x3c7cd2([0x2e])+_0x326132),_0x269273=window[_0x3c7cd2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c7cd2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x269273)return;const _0x4e3b73=await _0x269273[_0x3c7cd2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c7cd2([0x6a,0x77,0x6b]),_0x10e50e,{[_0x3c7cd2([0x6e,0x61,0x6d,0x65])]:_0x3c7cd2([0x45,0x43,0x44,0x53,0x41]),[_0x3c7cd2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c7cd2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c7cd2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x269273[_0x3c7cd2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c7cd2([0x6e,0x61,0x6d,0x65])]:_0x3c7cd2([0x45,0x43,0x44,0x53,0x41]),[_0x3c7cd2([0x68,0x61,0x73,0x68])]:{[_0x3c7cd2([0x6e,0x61,0x6d,0x65])]:_0x3c7cd2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4e3b73,_0x1252c4,_0x39c635)||(_0x2ab32e=!0x1);}}function _0x2c63b4(_0x4b1b67){return _0x4b1b67[_0x3c7cd2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c7cd2([0x65,0x79]))?JSON[_0x3c7cd2([0x70,0x61,0x72,0x73,0x65])](_0x359a12(_0x4b1b67)):null;}function _0x359a12(_0x258b57){return window[_0x3c7cd2([0x61,0x74,0x6f,0x62])](_0x258b57[_0x3c7cd2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c7cd2([0x2b]))[_0x3c7cd2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c7cd2([0x2f])));}function _0x352ce6(_0x1e678c){let _0x700758=0x1505;function _0x21c5c5(_0x321b4d){for(let _0x41e9db=0x0;_0x41e9db<_0x321b4d[_0x3c7cd2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41e9db++){const _0x44f573=_0x321b4d[_0x3c7cd2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x41e9db);_0x700758=(_0x700758<<0x5)+_0x700758+_0x44f573,_0x700758&=_0x700758;}}function _0x3453a3(_0x5a13aa){Array[_0x3c7cd2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5a13aa)?_0x5a13aa[_0x3c7cd2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3453a3):_0x5a13aa&&typeof _0x5a13aa==_0x3c7cd2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c7cd2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5a13aa)[_0x3c7cd2([0x73,0x6f,0x72,0x74])]()[_0x3c7cd2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe70f65,_0x5823df])=>{_0x21c5c5(_0xe70f65),_0x3453a3(_0x5823df);}):_0x21c5c5(window[_0x3c7cd2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5a13aa));}return _0x3453a3(_0x1e678c),_0x700758>>>0x0;}function _0x54c964(_0x148161){return _0x148161[_0x3c7cd2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c7cd2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c7cd2([0x30]));}function _0x2109ef(_0x451b2d){return _0x451b2d[_0x3c7cd2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c7cd2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c7cd2([0x6a,0x6f,0x69,0x6e])]('');}function _0x125201(){}function _0x3c7cd2(_0x3235d3){const _0x542fe3=_0x47ed;return _0x3235d3[_0x542fe3(0xaf)](_0x3c30c4=>String[_0x542fe3(0xe1)](_0x3c30c4))[_0x542fe3(0xb3)]('');}_0x373f75(await _0x2970d3());}(this);}[_0x3eeb08(0xc7)](){const _0x336b94=_0x3eeb08;super[_0x336b94(0xc7)](),this[_0x336b94(0xe9)][_0x336b94(0xc7)](),this[_0x336b94(0xb8)][_0x336b94(0xb2)]();}[_0x3eeb08(0xdd)](_0x7be879,{outlineDefinitions:_0x48c2ec,outlineChanges:_0x238fe4}){const _0x27d3a4=_0x3eeb08;this[_0x27d3a4(0xc8)]=_0x48c2ec,this[_0x27d3a4(0xe9)][_0x27d3a4(0xf2)](_0x238fe4);}[_0x3eeb08(0xbc)](_0x546d8b){const _0x518136=_0x3eeb08;this[_0x518136(0xc8)][_0x518136(0xda)]&&this[_0x518136(0xc8)][_0x546d8b]&&(this[_0x518136(0xe9)][_0x518136(0xd3)]=_0x546d8b);}[_0x3eeb08(0xaa)](_0x3b72d8){const _0x30a662=_0x3eeb08,_0x47abba=this[_0x30a662(0xc8)][_0x3b72d8][_0x30a662(0xcf)];this[_0x30a662(0xd0)][_0x30a662(0xed)][_0x30a662(0xeb)](_0x2e95db=>{const _0x3dfea4=_0x30a662;_0x2e95db[_0x3dfea4(0xd1)](_0x47abba,0x0);}),this[_0x30a662(0xd0)][_0x30a662(0xb6)][_0x30a662(0xe9)][_0x30a662(0xdf)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x30a662(0xd0)][_0x30a662(0xb6)][_0x30a662(0xe9)][_0x30a662(0xbd)](),this[_0x30a662(0xbc)](_0x3b72d8);}[_0x3eeb08(0xe3)](){const _0xb05679=_0x3eeb08,_0x1fbfce=this[_0xb05679(0xd0)];let _0x31e2b7;for(const _0x1b22c2 of _0x1fbfce[_0xb05679(0xed)][_0xb05679(0xb9)][_0xb05679(0xe2)]()){const _0x2cac20=_0x1fbfce[_0xb05679(0xb6)][_0xb05679(0xe9)][_0xb05679(0xca)](_0x1b22c2),_0xc4942b=_0x2cac20&&new _0x3a814f(_0x2cac20)[_0xb05679(0xd6)]();if(_0xc4942b){const _0x18a476=new _0x3a814f(_0x5e8b19[_0xb05679(0xb4)])[_0xb05679(0xae)](_0xc4942b);_0x18a476&&(_0x31e2b7=_0x18a476[_0xb05679(0xe6)]+0.25*_0x18a476[_0xb05679(0xef)]);}}if(void 0x0===_0x31e2b7)return;const _0x2c2e5b=h(_0x1fbfce[_0xb05679(0xb6)],this[_0xb05679(0xc8)],_0x31e2b7);_0x2c2e5b?this[_0xb05679(0xbc)](this[_0xb05679(0xc8)][_0xb05679(0xad)](_0x2c2e5b)):this[_0xb05679(0xbc)](-0x1);}}function h(_0x16dc36,_0x4c9a19,_0x1f9eec,_0x355728=0x0,_0x5364bd=_0x4c9a19[_0x3eeb08(0xda)]-0x1){const _0x116e00=_0x3eeb08,_0x137e46=Math[_0x116e00(0xd2)](_0x355728+(_0x5364bd-_0x355728)/0x2);if(_0x5364bd>=_0x355728){const _0x502410=_0x4c9a19[_0x137e46],_0x22f294=_0x16dc36[_0x116e00(0xb0)][_0x116e00(0xea)](_0x502410[_0x116e00(0xcf)]);if(!_0x22f294)return null;const _0x12cdac=_0x16dc36[_0x116e00(0xe9)][_0x116e00(0xc2)][_0x116e00(0xbf)](_0x22f294);return new _0x3a814f(_0x12cdac)[_0x116e00(0xb7)]>_0x1f9eec?h(_0x16dc36,_0x4c9a19,_0x1f9eec,_0x355728,_0x137e46-0x1):h(_0x16dc36,_0x4c9a19,_0x1f9eec,_0x137e46+0x1,_0x5364bd);}return _0x137e46<0x0?null:_0x4c9a19[_0x137e46];}function _0x47ed(_0x505c10,_0x456f8b){const _0x462ab6=_0x462a();return _0x47ed=function(_0x47ed5a,_0x4cde0a){_0x47ed5a=_0x47ed5a-0xaa;let _0x426c15=_0x462ab6[_0x47ed5a];return _0x426c15;},_0x47ed(_0x505c10,_0x456f8b);}function _0x462a(){const _0x5ea5b3=['get','length','documentOutline.showEmptyHeadings','42gWlLFg','_handleOutlineChange','config','scrollToTheSelection','1379588EvZvrA','fromCharCode','getRootNames','_updateActiveDefinitionOnViewportChange','34689wCDpoo','175072zKuEYs','top','444135Apmimw','documentOutline.container','view','toViewElement','change','2146470CNywlX','model','scroll','height','locale','isPremiumPlugin','sync','_handleItemSelected','resize','render','indexOf','getIntersection','map','mapper','DocumentOutlineUtils','cancel','join','window','698650DFpRff','editing','bottom','_updateActiveDefinitionFromViewportThrottled','document','focusTracker','594vvQcZL','_setActiveViewItem','focus','href','mapViewToDom','appendChild','DocumentOutlineUI','domConverter','118940PqkDSk','element','itemSelected','afterInit','destroy','_currentOutlineDefinitions','isOfficialPlugin','getDomRoot','62gOIdiO','plugins','init','pluginName','modelElement','editor','setSelection','floor','activeItemIndex','bind','document-outline-container-not-provided','getVisible','add','listenTo'];_0x462a=function(){return _0x5ea5b3;};return _0x462a();}
|
|
23
|
+
const _0x436ad3=_0x30b2;(function(_0x28ee27,_0x11af49){const _0x2c2f34=_0x30b2,_0x52ec9c=_0x28ee27();while(!![]){try{const _0x2791cc=parseInt(_0x2c2f34(0x1fd))/0x1*(-parseInt(_0x2c2f34(0x22e))/0x2)+parseInt(_0x2c2f34(0x1f8))/0x3*(parseInt(_0x2c2f34(0x1f7))/0x4)+parseInt(_0x2c2f34(0x20e))/0x5+-parseInt(_0x2c2f34(0x221))/0x6+parseInt(_0x2c2f34(0x1fc))/0x7+-parseInt(_0x2c2f34(0x225))/0x8*(parseInt(_0x2c2f34(0x23a))/0x9)+parseInt(_0x2c2f34(0x218))/0xa*(parseInt(_0x2c2f34(0x21a))/0xb);if(_0x2791cc===_0x11af49)break;else _0x52ec9c['push'](_0x52ec9c['shift']());}catch(_0x125b2b){_0x52ec9c['push'](_0x52ec9c['shift']());}}}(_0x1555,0x973ee));import{Plugin as _0x86d67c}from'ckeditor5/src/core.js';import{CKEditorError as _0x20488a,global as _0x338399,Rect as _0x3cae46,uid as _0x38428f}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x48bb2a}from'./ui/documentoutlineview.js';import{throttle as _0x5232c7}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x30b2(_0xfaa1c,_0x48e8b4){const _0x155505=_0x1555();return _0x30b2=function(_0x30b2bc,_0x82ca69){_0x30b2bc=_0x30b2bc-0x1f3;let _0x4218c9=_0x155505[_0x30b2bc];return _0x4218c9;},_0x30b2(_0xfaa1c,_0x48e8b4);}export class DocumentOutlineUI extends _0x86d67c{[_0x436ad3(0x207)];[_0x436ad3(0x229)];[_0x436ad3(0x1fa)];static get[_0x436ad3(0x227)](){const _0x25e8c0=_0x436ad3;return _0x25e8c0(0x211);}static get[_0x436ad3(0x21c)](){return!0x0;}static get[_0x436ad3(0x224)](){return!0x0;}constructor(_0x4e1969){const _0x5b56b2=_0x436ad3;super(_0x4e1969),this[_0x5b56b2(0x207)]=new _0x48bb2a(_0x4e1969[_0x5b56b2(0x216)],this[_0x5b56b2(0x22f)][_0x5b56b2(0x237)][_0x5b56b2(0x1fb)](_0x5b56b2(0x239)),this[_0x5b56b2(0x22f)][_0x5b56b2(0x237)][_0x5b56b2(0x1fb)](_0x5b56b2(0x20d))),this[_0x5b56b2(0x229)]=[],this[_0x5b56b2(0x1fa)]=_0x5232c7(this[_0x5b56b2(0x21b)][_0x5b56b2(0x1ff)](this),0x64);}[_0x436ad3(0x1f9)](){const _0x2ea159=_0x436ad3,_0x49153c=this[_0x2ea159(0x22f)],_0x44a5be=_0x49153c[_0x2ea159(0x1f5)][_0x2ea159(0x1fb)](_0x2ea159(0x21f));let _0xf45f1c=!0x1;if(this[_0x2ea159(0x207)][_0x2ea159(0x226)](),this[_0x2ea159(0x22f)]['ui'][_0x2ea159(0x233)][_0x2ea159(0x21d)](this[_0x2ea159(0x207)][_0x2ea159(0x21e)]),!_0x49153c[_0x2ea159(0x237)][_0x2ea159(0x1fb)](_0x2ea159(0x20d)))throw new _0x20488a(_0x2ea159(0x235),{'editor':_0x49153c});_0x49153c[_0x2ea159(0x237)][_0x2ea159(0x1fb)](_0x2ea159(0x20d))[_0x2ea159(0x205)](this[_0x2ea159(0x207)][_0x2ea159(0x21e)]),_0x44a5be['on'](_0x2ea159(0x222),this[_0x2ea159(0x231)][_0x2ea159(0x1ff)](this)),_0x44a5be['on'](_0x2ea159(0x219),(_0x5f2ef7,{index:_0x268ab2})=>this[_0x2ea159(0x1fe)](_0x268ab2)),this[_0x2ea159(0x207)]['on'](_0x2ea159(0x200),(_0x138766,_0xe4caeb)=>{const _0x1047cb=_0x2ea159;_0xf45f1c=!0x0,this[_0x1047cb(0x201)](_0xe4caeb);}),this[_0x2ea159(0x207)][_0x2ea159(0x20c)](_0x338399[_0x2ea159(0x230)],_0x2ea159(0x202),()=>{const _0x4659af=_0x2ea159;_0xf45f1c?_0xf45f1c=!0x1:this[_0x4659af(0x1fa)]();},{'useCapture':!0x0}),this[_0x2ea159(0x207)][_0x2ea159(0x20c)](_0x338399[_0x2ea159(0x223)],_0x2ea159(0x1f6),this[_0x2ea159(0x1fa)],{'useCapture':!0x0});}[_0x436ad3(0x204)](){!async function(_0x132dea){const _0x52e577=_0x5d1bbe([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]),_0x5b2f28=0x1cb264a3,_0x30cfac=0x1cb5e3cb^_0x5b2f28,_0x21ed96=window[_0x5d1bbe([0x44,0x61,0x74,0x65])][_0x5d1bbe([0x6e,0x6f,0x77])](),_0x36c0cf=_0x132dea[_0x5d1bbe([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x248f5d=new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x512faa=>{_0x36c0cf[_0x5d1bbe([0x6f,0x6e,0x63,0x65])](_0x5d1bbe([0x72,0x65,0x61,0x64,0x79]),_0x512faa);}),_0x490909={[_0x5d1bbe([0x6b,0x74,0x79])]:_0x5d1bbe([0x45,0x43]),[_0x5d1bbe([0x75,0x73,0x65])]:_0x5d1bbe([0x73,0x69,0x67]),[_0x5d1bbe([0x63,0x72,0x76])]:_0x5d1bbe([0x50,0x2d,0x32,0x35,0x36]),[_0x5d1bbe([0x78])]:_0x5d1bbe([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]),[_0x5d1bbe([0x79])]:_0x5d1bbe([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]),[_0x5d1bbe([0x61,0x6c,0x67])]:_0x5d1bbe([0x45,0x53,0x32,0x35,0x36])},_0x4d038f=_0x36c0cf[_0x5d1bbe([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5d1bbe([0x67,0x65,0x74])](_0x5d1bbe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1fcbc2(){let _0x2fc25a,_0x71c376=null,_0x44dc0b=null;try{if(_0x4d038f==_0x5d1bbe([0x47,0x50,0x4c]))return _0x5d1bbe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2fc25a=_0x1b5712(),!_0x2fc25a)return _0x5d1bbe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2fc25a[_0x5d1bbe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x44dc0b=_0x2d8d07(_0x2fc25a[_0x5d1bbe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2fc25a[_0x5d1bbe([0x6a,0x74,0x69])])),await _0x461fb8()?_0x2cf358()?_0x25dcdf()?_0x5d1bbe([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x189f4f()?(_0x2fc25a[_0x5d1bbe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5d1bbe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x71c376=_0x25ea11(_0x5d1bbe([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x569bd9()):_0x5d1bbe([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5d1bbe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5d1bbe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5d1bbe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x25dcdf(){const _0x301ad0=[_0x5d1bbe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5d1bbe([0x74,0x72,0x69,0x61,0x6c])][_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fc25a[_0x5d1bbe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x21ed96/0x3e8:0xe10*_0x30cfac;return _0x2fc25a[_0x5d1bbe([0x65,0x78,0x70])]<_0x301ad0;}function _0x2cf358(){const _0x3d8e97=_0x2fc25a[_0x5d1bbe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d8e97&&(!!_0x3d8e97[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d1bbe([0x2a]))||(!!_0x3d8e97[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d1bbe([0x44,0x4f]))||(!!_0x3d8e97[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d1bbe([0x50,0x50]))||!(!_0x3d8e97[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d1bbe([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4a1ef7()))));}function _0x189f4f(){const _0x15a998=_0x30b2,_0x1d9387=_0x2fc25a[_0x5d1bbe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1d9387||0x0==_0x1d9387[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x373f15}=new URL(window[_0x5d1bbe([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x15a998(0x22c)]);if(_0x1d9387[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x373f15))return!0x0;const _0x535e35=_0x373f15[_0x5d1bbe([0x73,0x70,0x6c,0x69,0x74])](_0x5d1bbe([0x2e]));return _0x1d9387[_0x5d1bbe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45661c=>_0x45661c[_0x5d1bbe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d1bbe([0x2a])))[_0x5d1bbe([0x6d,0x61,0x70])](_0x227526=>_0x227526[_0x5d1bbe([0x73,0x70,0x6c,0x69,0x74])](_0x5d1bbe([0x2e])))[_0x5d1bbe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3d0ad2=>_0x3d0ad2[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x535e35[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d1bbe([0x6d,0x61,0x70])](_0x5423d=>Array(_0x535e35[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5423d[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d1bbe([0x66,0x69,0x6c,0x6c])](_0x5423d[0x0]===_0x5d1bbe([0x2a])?_0x5d1bbe([0x2a]):'')[_0x5d1bbe([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5423d))[_0x5d1bbe([0x73,0x6f,0x6d,0x65])](_0x3bc7cf=>_0x535e35[_0x5d1bbe([0x65,0x76,0x65,0x72,0x79])]((_0x2f94d2,_0x42fce3)=>_0x3bc7cf[_0x42fce3]===_0x2f94d2||_0x3bc7cf[_0x42fce3]===_0x5d1bbe([0x2a])));}function _0x569bd9(){return _0x71c376&&_0x44dc0b?new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49a627,_0x149d6e)=>{_0x71c376[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x49a627,_0x149d6e),_0x44dc0b[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x41bf5e=>{_0x41bf5e!=_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64])&&_0x49a627(_0x41bf5e);},_0x149d6e);}):_0x71c376||_0x44dc0b||_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2d8d07(_0x1834c4,_0x3284f9){return new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x127884=>{if(_0x55818b())return _0x127884(_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64]));_0x2f2f9a(),_0x36c0cf[_0x5d1bbe([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5d1bbe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x536928=!0x1;const _0x3f8601=_0x38428f();function _0x546e63(_0x179b6f){return!!_0x179b6f&&(typeof _0x179b6f===_0x5d1bbe([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x179b6f===_0x5d1bbe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x179b6f[_0x5d1bbe([0x74,0x68,0x65,0x6e])]===_0x5d1bbe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x179b6f[_0x5d1bbe([0x63,0x61,0x74,0x63,0x68])]===_0x5d1bbe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c520c(_0x373d62){_0x128497(_0x373d62)[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x850a0a=>{if(!_0x850a0a||_0x850a0a[_0x5d1bbe([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5d1bbe([0x6f,0x6b]))return _0x5d1bbe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4701dd(_0x256255(_0x3f8601+_0x3284f9))!=_0x850a0a[_0x5d1bbe([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5d1bbe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64]);})[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x5dfc4f=>(_0x2fe698(),_0x5dfc4f),()=>{const _0x19a793=_0x2f4cba();return null==_0x19a793?(_0x2fe698(),_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64])):_0x5d1bbe(_0x21ed96-_0x19a793>(0x38bee0a3^_0x5b2f28)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x127884)[_0x5d1bbe([0x63,0x61,0x74,0x63,0x68])](()=>{_0x127884(_0x5d1bbe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x265b00=0x1c848a23^_0x5b2f28;function _0x2fe698(){const _0x4965f6=_0x5d1bbe([0x6c,0x6c,0x63,0x74,0x2d])+_0x4701dd(_0x256255(_0x1834c4)),_0x9c4834=_0x2218c2(_0x4701dd(window[_0x5d1bbe([0x4d,0x61,0x74,0x68])][_0x5d1bbe([0x63,0x65,0x69,0x6c])](_0x21ed96/_0x265b00)));window[_0x5d1bbe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d1bbe([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4965f6,_0x9c4834);}function _0x2f4cba(){const _0x1740e1=_0x5d1bbe([0x6c,0x6c,0x63,0x74,0x2d])+_0x4701dd(_0x256255(_0x1834c4)),_0x3b7c78=window[_0x5d1bbe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d1bbe([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1740e1);return _0x3b7c78?window[_0x5d1bbe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2218c2(_0x3b7c78),0x10)*_0x265b00:null;}function _0x128497(_0x56573c){return new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x216ef4,_0x359984)=>{_0x56573c[_0x5d1bbe([0x74,0x68,0x65,0x6e])](_0x216ef4,_0x359984),window[_0x5d1bbe([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x359984,0x1cb3b063^_0x5b2f28);});}}_0x36c0cf[_0x5d1bbe([0x6f,0x6e])](_0x5d1bbe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4979db,_0x39a250)=>{if(_0x39a250[0x0]!=_0x1834c4)return _0x127884(_0x5d1bbe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x39a250[0x1]={..._0x39a250[0x1],[_0x5d1bbe([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3f8601};},{[_0x5d1bbe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d1bbe([0x68,0x69,0x67,0x68])}),_0x36c0cf[_0x5d1bbe([0x6f,0x6e])](_0x5d1bbe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2e1dd4=>{_0x546e63(_0x2e1dd4[_0x5d1bbe([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x536928=!0x0,_0x4c520c(_0x2e1dd4[_0x5d1bbe([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5d1bbe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d1bbe([0x6c,0x6f,0x77])}),_0x248f5d[_0x5d1bbe([0x74,0x68,0x65,0x6e])](()=>{_0x536928||_0x127884(_0x5d1bbe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55818b(){return _0x36c0cf[_0x5d1bbe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d1bbe([0x76,0x69,0x65,0x77])][_0x5d1bbe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5d1bbe([0x61,0x75,0x74,0x6f]);}function _0x2f2f9a(){_0x36c0cf[_0x5d1bbe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d1bbe([0x76,0x69,0x65,0x77])][_0x5d1bbe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5d1bbe([0x61,0x75,0x74,0x6f]);}}function _0x25ea11(_0x135546){const _0x3b79cb=[new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f88c3=>setTimeout(_0x4f88c3,0x1cbb5a6f^_0x5b2f28)),_0x248f5d[_0x5d1bbe([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f185d=>{let _0x17c4c1=0x0;_0x36c0cf[_0x5d1bbe([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d1bbe([0x6f,0x6e])](_0x5d1bbe([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x30d042,_0x57a502)=>{_0x57a502[0x0][_0x5d1bbe([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17c4c1++,_0x17c4c1==(0x1cb2614b^_0x5b2f28)&&(_0x1f185d(),_0x30d042[_0x5d1bbe([0x6f,0x66,0x66])]());});}))];return window[_0x5d1bbe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5d1bbe([0x72,0x61,0x63,0x65])](_0x3b79cb)[_0x5d1bbe([0x74,0x68,0x65,0x6e])](()=>_0x135546);}async function _0x4b8861(){await _0x248f5d,_0x36c0cf[_0x5d1bbe([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d1bbe([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x547d98,_0x36c0cf[_0x5d1bbe([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d1bbe([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x547d98,_0x36c0cf[_0x5d1bbe([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5d1bbe([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4a1ef7(){return window[_0x5d1bbe([0x67,0x6c,0x6f,0x62])]&&window[_0x5d1bbe([0x67,0x6c,0x6f,0x62])][_0x5d1bbe([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x495192(_0x11de28){const _0xadeba4=_0x1df5dd();_0x36c0cf[_0xadeba4]=_0x5d1bbe([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])+_0x11de28,_0x11de28!=_0x5d1bbe([0x56,0x61,0x6c,0x69,0x64])&&_0x4b8861();}function _0x1df5dd(){const _0x512a1c=window[_0x5d1bbe([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5d1bbe([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5d1bbe([0x6e,0x6f,0x77])]())[_0x5d1bbe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5d1bbe([0x2e]),'');let _0x97f708=_0x5d1bbe([0x61]);for(let _0x400438=0x0;_0x400438<_0x512a1c[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x400438+=0x2){let _0x599464=window[_0x5d1bbe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x512a1c[_0x5d1bbe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x400438,_0x400438+0x2));_0x599464>=_0x52e577[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x599464-=_0x52e577[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x97f708+=_0x52e577[_0x599464];}return _0x97f708;}function _0x1b5712(){const _0x4af799=_0x4d038f[_0x5d1bbe([0x73,0x70,0x6c,0x69,0x74])](_0x5d1bbe([0x2e]));if(0x3!=_0x4af799[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5666bc(_0x4af799[0x1]);function _0x5666bc(_0xe1f1ac){const _0x4c46e5=_0x4a8394(_0xe1f1ac);return _0x4c46e5&&_0x188aef()?_0x4c46e5:null;function _0x188aef(){const _0x225f36=_0x4c46e5[_0x5d1bbe([0x6a,0x74,0x69])],_0x3f469e=window[_0x5d1bbe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x225f36[_0x5d1bbe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x225f36[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3154e6={..._0x4c46e5,[_0x5d1bbe([0x6a,0x74,0x69])]:_0x225f36[_0x5d1bbe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x225f36[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3154e6[_0x5d1bbe([0x76,0x63])],_0x256255(_0x3154e6)==_0x3f469e;}}}async function _0x461fb8(){let _0x12f9c6=!0x0;try{const _0x2d9787=_0x4d038f[_0x5d1bbe([0x73,0x70,0x6c,0x69,0x74])](_0x5d1bbe([0x2e])),[_0x2dcf88,_0x47004e,_0x58ac56]=_0x2d9787;return _0x10e428(_0x2dcf88),await _0x271956(_0x2dcf88,_0x47004e,_0x58ac56),_0x12f9c6;}catch{return!0x1;}function _0x10e428(_0xdd4554){const _0x2e2aa5=_0x4a8394(_0xdd4554);_0x2e2aa5&&_0x2e2aa5[_0x5d1bbe([0x61,0x6c,0x67])]==_0x5d1bbe([0x45,0x53,0x32,0x35,0x36])||(_0x12f9c6=!0x1);}async function _0x271956(_0x3fa68e,_0x3d90df,_0x406354){const _0x1508f2=window[_0x5d1bbe([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5d1bbe([0x66,0x72,0x6f,0x6d])](_0xc041c7(_0x406354),_0x56dabb=>_0x56dabb[_0x5d1bbe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12e70b=new window[(_0x5d1bbe([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5d1bbe([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3fa68e+_0x5d1bbe([0x2e])+_0x3d90df),_0xefd3a8=window[_0x5d1bbe([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5d1bbe([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xefd3a8)return;const _0x4df2fa=await _0xefd3a8[_0x5d1bbe([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5d1bbe([0x6a,0x77,0x6b]),_0x490909,{[_0x5d1bbe([0x6e,0x61,0x6d,0x65])]:_0x5d1bbe([0x45,0x43,0x44,0x53,0x41]),[_0x5d1bbe([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5d1bbe([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5d1bbe([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xefd3a8[_0x5d1bbe([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5d1bbe([0x6e,0x61,0x6d,0x65])]:_0x5d1bbe([0x45,0x43,0x44,0x53,0x41]),[_0x5d1bbe([0x68,0x61,0x73,0x68])]:{[_0x5d1bbe([0x6e,0x61,0x6d,0x65])]:_0x5d1bbe([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4df2fa,_0x1508f2,_0x12e70b)||(_0x12f9c6=!0x1);}}function _0x4a8394(_0x5581af){return _0x5581af[_0x5d1bbe([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5d1bbe([0x65,0x79]))?JSON[_0x5d1bbe([0x70,0x61,0x72,0x73,0x65])](_0xc041c7(_0x5581af)):null;}function _0xc041c7(_0xb2eaf7){return window[_0x5d1bbe([0x61,0x74,0x6f,0x62])](_0xb2eaf7[_0x5d1bbe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5d1bbe([0x2b]))[_0x5d1bbe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5d1bbe([0x2f])));}function _0x256255(_0xfa68be){let _0x2e5cc5=0x1505;function _0x1a3100(_0x1989cb){for(let _0x362443=0x0;_0x362443<_0x1989cb[_0x5d1bbe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x362443++){const _0x5e6491=_0x1989cb[_0x5d1bbe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x362443);_0x2e5cc5=(_0x2e5cc5<<0x5)+_0x2e5cc5+_0x5e6491,_0x2e5cc5&=_0x2e5cc5;}}function _0x4bb032(_0x40cd3a){Array[_0x5d1bbe([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x40cd3a)?_0x40cd3a[_0x5d1bbe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4bb032):_0x40cd3a&&typeof _0x40cd3a==_0x5d1bbe([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5d1bbe([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x40cd3a)[_0x5d1bbe([0x73,0x6f,0x72,0x74])]()[_0x5d1bbe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1ddaa6,_0x1989bc])=>{_0x1a3100(_0x1ddaa6),_0x4bb032(_0x1989bc);}):_0x1a3100(window[_0x5d1bbe([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x40cd3a));}return _0x4bb032(_0xfa68be),_0x2e5cc5>>>0x0;}function _0x4701dd(_0x82b5d8){return _0x82b5d8[_0x5d1bbe([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5d1bbe([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5d1bbe([0x30]));}function _0x2218c2(_0x125473){return _0x125473[_0x5d1bbe([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5d1bbe([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5d1bbe([0x6a,0x6f,0x69,0x6e])]('');}function _0x547d98(){}function _0x5d1bbe(_0x471bfe){const _0x770ac5=_0x30b2;return _0x471bfe[_0x770ac5(0x210)](_0x643e81=>String[_0x770ac5(0x236)](_0x643e81))[_0x770ac5(0x23c)]('');}_0x495192(await _0x1fcbc2());}(this);}[_0x436ad3(0x206)](){const _0x3b2439=_0x436ad3;super[_0x3b2439(0x206)](),this[_0x3b2439(0x207)][_0x3b2439(0x206)](),this[_0x3b2439(0x1fa)][_0x3b2439(0x234)]();}[_0x436ad3(0x231)](_0x18f738,{outlineDefinitions:_0x1edcb8,outlineChanges:_0x38b12e}){const _0x3c0a14=_0x436ad3;this[_0x3c0a14(0x229)]=_0x1edcb8,this[_0x3c0a14(0x207)][_0x3c0a14(0x212)](_0x38b12e);}[_0x436ad3(0x1fe)](_0x11ac97){const _0x17d135=_0x436ad3;this[_0x17d135(0x229)][_0x17d135(0x208)]&&this[_0x17d135(0x229)][_0x11ac97]&&(this[_0x17d135(0x207)][_0x17d135(0x219)]=_0x11ac97);}[_0x436ad3(0x201)](_0xa52daf){const _0x40d723=_0x436ad3,_0x384920=this[_0x40d723(0x229)][_0xa52daf][_0x40d723(0x22b)];this[_0x40d723(0x22f)][_0x40d723(0x220)][_0x40d723(0x222)](_0x31421d=>{const _0x1098fa=_0x40d723;_0x31421d[_0x1098fa(0x217)](_0x384920,0x0);}),this[_0x40d723(0x22f)][_0x40d723(0x213)][_0x40d723(0x207)][_0x40d723(0x1f3)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x40d723(0x22f)][_0x40d723(0x213)][_0x40d723(0x207)][_0x40d723(0x1f4)](),this[_0x40d723(0x1fe)](_0xa52daf);}[_0x436ad3(0x21b)](){const _0x45d1ee=_0x436ad3,_0x544ec0=this[_0x45d1ee(0x22f)];let _0x51ab10;for(const _0x4c265a of _0x544ec0[_0x45d1ee(0x220)][_0x45d1ee(0x230)][_0x45d1ee(0x215)]()){const _0x6f0572=_0x544ec0[_0x45d1ee(0x213)][_0x45d1ee(0x207)][_0x45d1ee(0x20b)](_0x4c265a),_0x1fff83=_0x6f0572&&new _0x3cae46(_0x6f0572)[_0x45d1ee(0x203)]();if(_0x1fff83){const _0x3ca219=new _0x3cae46(_0x338399[_0x45d1ee(0x223)])[_0x45d1ee(0x22a)](_0x1fff83);_0x3ca219&&(_0x51ab10=_0x3ca219[_0x45d1ee(0x23b)]+0.25*_0x3ca219[_0x45d1ee(0x22d)]);}}if(void 0x0===_0x51ab10)return;const _0x289be8=h(_0x544ec0[_0x45d1ee(0x213)],this[_0x45d1ee(0x229)],_0x51ab10);_0x289be8?this[_0x45d1ee(0x1fe)](this[_0x45d1ee(0x229)][_0x45d1ee(0x20f)](_0x289be8)):this[_0x45d1ee(0x1fe)](-0x1);}}function _0x1555(){const _0x26e04e=['add','element','DocumentOutlineUtils','model','2512164ycyFXi','change','window','isPremiumPlugin','5640lkIuUR','render','pluginName','floor','_currentOutlineDefinitions','getIntersection','modelElement','href','height','16532jJAPay','editor','document','_handleOutlineChange','bottom','focusTracker','cancel','document-outline-container-not-provided','fromCharCode','config','domConverter','documentOutline.showEmptyHeadings','2529mSDHBt','top','join','scrollToTheSelection','focus','plugins','resize','4lNLOIG','847227OjhDPy','init','_updateActiveDefinitionFromViewportThrottled','get','683683RNXawW','134fuIUJn','_setActiveViewItem','bind','itemSelected','_handleItemSelected','scroll','getVisible','afterInit','appendChild','destroy','view','length','mapViewToDom','toViewElement','getDomRoot','listenTo','documentOutline.container','1473935FVwoCn','indexOf','map','DocumentOutlineUI','sync','editing','mapper','getRootNames','locale','setSelection','140jMKiQn','activeItemIndex','1311420oVaCDz','_updateActiveDefinitionOnViewportChange','isOfficialPlugin'];_0x1555=function(){return _0x26e04e;};return _0x1555();}function h(_0x38b309,_0x416998,_0x4575c8,_0x525604=0x0,_0x2a2bc9=_0x416998[_0x436ad3(0x208)]-0x1){const _0x46e5ac=_0x436ad3,_0x898252=Math[_0x46e5ac(0x228)](_0x525604+(_0x2a2bc9-_0x525604)/0x2);if(_0x2a2bc9>=_0x525604){const _0x488553=_0x416998[_0x898252],_0x239174=_0x38b309[_0x46e5ac(0x214)][_0x46e5ac(0x20a)](_0x488553[_0x46e5ac(0x22b)]);if(!_0x239174)return null;const _0x258e82=_0x38b309[_0x46e5ac(0x207)][_0x46e5ac(0x238)][_0x46e5ac(0x209)](_0x239174);return new _0x3cae46(_0x258e82)[_0x46e5ac(0x232)]>_0x4575c8?h(_0x38b309,_0x416998,_0x4575c8,_0x525604,_0x898252-0x1):h(_0x38b309,_0x416998,_0x4575c8,_0x898252+0x1,_0x2a2bc9);}return _0x898252<0x0?null:_0x416998[_0x898252];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2fd2e6=_0xdf15;(function(_0x3770aa,_0x1e8e0e){const _0x5869e5=_0xdf15,_0x29a51e=_0x3770aa();while(!![]){try{const _0x4a6739=-parseInt(_0x5869e5(0xdd))/0x1*(parseInt(_0x5869e5(0xd7))/0x2)+parseInt(_0x5869e5(0xc6))/0x3*(parseInt(_0x5869e5(0xfc))/0x4)+-parseInt(_0x5869e5(0xbc))/0x5+parseInt(_0x5869e5(0xad))/0x6+-parseInt(_0x5869e5(0xc0))/0x7*(parseInt(_0x5869e5(0xa8))/0x8)+parseInt(_0x5869e5(0xaa))/0x9*(-parseInt(_0x5869e5(0xae))/0xa)+parseInt(_0x5869e5(0xe7))/0xb*(parseInt(_0x5869e5(0xa6))/0xc);if(_0x4a6739===_0x1e8e0e)break;else _0x29a51e['push'](_0x29a51e['shift']());}catch(_0x569992){_0x29a51e['push'](_0x29a51e['shift']());}}}(_0x2bc6,0x56b5a));import{Plugin as _0x22314b}from'ckeditor5/src/core.js';import{toWidget as _0x3dbe78,Widget as _0x48697a}from'ckeditor5/src/widget.js';import{uid as _0x256d42}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x419ce3}from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0x3d22ba}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x256ed0}from'./headingid.js';function _0x2bc6(){const _0x4bc3a7=['dataDowncast','modelPosition','22341grZtDk','getChanges','registerRawContentMatcher','toModelElement','_currentOutlineDefinitions','fromCharCode','viewToModelPosition','locale','stop','data','Empty\x20heading','viewPosition','upcast','for','document','hasContent','get','\x20table-of-contents_empty','documentOutline.showEmptyHeadings','DocumentOutlineUtils','config','4zwnRji','requires','_updateTableOfContentsElements','createPositionAt','insertTableOfContents','$capture','setSelection','getAttribute','findMappedViewAncestor','div','view','preventDefault','commands','schema','editingDowncast','editor','$graveyard','target','_trackNewToCElements','element','Table\x20of\x20contents','createText','add','position','high','_defineConverters','outlineDefinitions','map','filter','getCustomProperty','8052MJidwC','headingId','3683320XYlXuS','table-of-contents','9HpYnYu','name','conversion','3488964DAQjol','2864950xbYSvo','rootName','$blockObject','setCustomProperty','init','_tableOfContentsElements','forEach','scrollToTheSelection','tableOfContentsHeadingIndex','reconvertItem','afterInit','type','level','differ','2493935xfGuDB','headingId.modelAttributeName','_redirectMapper','mapper','7qrfOQe','click','isOfficialPlugin','href','_createTableOfContents','_defineSchema','329208igbZMJ','No\x20headings\x20were\x20found\x20in\x20the\x20document.','tableOfContents','_handleScrollToHeading','plugins','listenTo','abs','register','end','_headingIdModelAttributeName','isPremiumPlugin','insert','nodeAfter','text','isInteger','domEvent','length','226586rfjUOy','elementToStructure','join','elementToElement','createContainerElement','change','4EEniax','modelElement','TableOfContentsEditing','editing','table-of-contents__placeholder','model','getAncestors','pluginName'];_0x2bc6=function(){return _0x4bc3a7;};return _0x2bc6();}import{getTranslation as _0x2796c6}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x22314b{static get[_0x2fd2e6(0xe4)](){const _0x569d3d=_0x2fd2e6;return _0x569d3d(0xdf);}static get[_0x2fd2e6(0xc2)](){return!0x0;}static get[_0x2fd2e6(0xd0)](){return!0x0;}static get[_0x2fd2e6(0xfd)](){return[_0x48697a,_0x3d22ba,_0x256ed0];}[_0x2fd2e6(0xeb)];[_0x2fd2e6(0xb3)];[_0x2fd2e6(0xcf)];constructor(_0x587a32){const _0x230b2e=_0x2fd2e6;super(_0x587a32),this[_0x230b2e(0xeb)]=[],this[_0x230b2e(0xb3)]=new Set(),this[_0x230b2e(0xcf)]=_0x230b2e(0xa7);}[_0x2fd2e6(0xb2)](){const _0x302436=_0x2fd2e6,_0x5b327f=this[_0x302436(0x10b)],_0xae1333=_0x5b327f[_0x302436(0xe0)][_0x302436(0x106)][_0x302436(0xf5)];_0x5b327f[_0x302436(0xfb)][_0x302436(0xf7)](_0x302436(0xbd))&&(this[_0x302436(0xcf)]=_0x5b327f[_0x302436(0xfb)][_0x302436(0xf7)](_0x302436(0xbd))),this[_0x302436(0xcb)](_0xae1333,_0x302436(0xc1),(_0x4b49f1,_0x53680c)=>{const _0x1c4b6d=_0x302436;if(!_0x53680c[_0x1c4b6d(0x10d)])return;const _0x4719c8=_0x53680c[_0x1c4b6d(0x10d)][_0x1c4b6d(0xa5)](_0x1c4b6d(0xb6));Number[_0x1c4b6d(0xd4)](_0x4719c8)&&(_0x53680c[_0x1c4b6d(0xd5)][_0x1c4b6d(0x107)](),_0x4b49f1[_0x1c4b6d(0xef)](),this[_0x1c4b6d(0xc9)](_0x4719c8));},{'priority':_0x302436(0xa0),'context':_0x302436(0x101)}),this[_0x302436(0xc5)](),this[_0x302436(0xa1)](),_0x5b327f[_0x302436(0x108)][_0x302436(0x9e)](_0x302436(0x100),new _0x419ce3(_0x5b327f)),(_0x5b327f[_0x302436(0xca)][_0x302436(0xf7)](_0x302436(0xfa))['on'](_0x302436(0xdc),(_0x2629c0,_0x5c7181)=>{const _0x44ec18=_0x302436;this[_0x44ec18(0xeb)]=_0x5c7181[_0x44ec18(0xa2)],this[_0x44ec18(0xfe)]();}),this[_0x302436(0xcb)](_0x5b327f[_0x302436(0xe2)][_0x302436(0xf5)],_0x302436(0xdc),()=>{const _0xf67357=_0x302436;this[_0xf67357(0x9a)]();}));}[_0x2fd2e6(0xb8)](){!async function(_0x126819){const _0x25c30c=_0x5951ce([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]),_0x39029d=0x6b9b05fd,_0x35b22e=0x6b9c82ad^_0x39029d,_0xcf74f3=window[_0x5951ce([0x44,0x61,0x74,0x65])][_0x5951ce([0x6e,0x6f,0x77])](),_0x18b543=_0x126819[_0x5951ce([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2e5b42=new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13572f=>{_0x18b543[_0x5951ce([0x6f,0x6e,0x63,0x65])](_0x5951ce([0x72,0x65,0x61,0x64,0x79]),_0x13572f);}),_0x37b1ce={[_0x5951ce([0x6b,0x74,0x79])]:_0x5951ce([0x45,0x43]),[_0x5951ce([0x75,0x73,0x65])]:_0x5951ce([0x73,0x69,0x67]),[_0x5951ce([0x63,0x72,0x76])]:_0x5951ce([0x50,0x2d,0x32,0x35,0x36]),[_0x5951ce([0x78])]:_0x5951ce([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]),[_0x5951ce([0x79])]:_0x5951ce([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]),[_0x5951ce([0x61,0x6c,0x67])]:_0x5951ce([0x45,0x53,0x32,0x35,0x36])},_0x538a78=_0x18b543[_0x5951ce([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5951ce([0x67,0x65,0x74])](_0x5951ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4a88d1(){let _0xde21f1,_0x4c7ff7=null,_0x51baaa=null;try{if(_0x538a78==_0x5951ce([0x47,0x50,0x4c]))return _0x5951ce([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xde21f1=_0x712719(),!_0xde21f1)return _0x5951ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xde21f1[_0x5951ce([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x51baaa=_0x2f05e7(_0xde21f1[_0x5951ce([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xde21f1[_0x5951ce([0x6a,0x74,0x69])])),await _0x550325()?_0x380313()?_0x4bf091()?_0x5951ce([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2927e2()?(_0xde21f1[_0x5951ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5951ce([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4c7ff7=_0x26c2fc(_0x5951ce([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2251b4()):_0x5951ce([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5951ce([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5951ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5951ce([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4bf091(){const _0x2c2fee=[_0x5951ce([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5951ce([0x74,0x72,0x69,0x61,0x6c])][_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xde21f1[_0x5951ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xcf74f3/0x3e8:0xe10*_0x35b22e;return _0xde21f1[_0x5951ce([0x65,0x78,0x70])]<_0x2c2fee;}function _0x380313(){const _0x1c8843=_0xde21f1[_0x5951ce([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1c8843&&(!!_0x1c8843[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5951ce([0x2a]))||(!!_0x1c8843[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5951ce([0x54,0x4f,0x43]))||(!!_0x1c8843[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5951ce([0x50,0x50]))||!(!_0x1c8843[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5951ce([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x5e8bf4()))));}function _0x2927e2(){const _0x1b2cb2=_0xdf15,_0xfcfb1c=_0xde21f1[_0x5951ce([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xfcfb1c||0x0==_0xfcfb1c[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x56b1ee}=new URL(window[_0x5951ce([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1b2cb2(0xc3)]);if(_0xfcfb1c[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56b1ee))return!0x0;const _0x16adb0=_0x56b1ee[_0x5951ce([0x73,0x70,0x6c,0x69,0x74])](_0x5951ce([0x2e]));return _0xfcfb1c[_0x5951ce([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1482c1=>_0x1482c1[_0x5951ce([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5951ce([0x2a])))[_0x5951ce([0x6d,0x61,0x70])](_0x198942=>_0x198942[_0x5951ce([0x73,0x70,0x6c,0x69,0x74])](_0x5951ce([0x2e])))[_0x5951ce([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x6a05c=>_0x6a05c[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16adb0[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5951ce([0x6d,0x61,0x70])](_0x58e96e=>Array(_0x16adb0[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x58e96e[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5951ce([0x66,0x69,0x6c,0x6c])](_0x58e96e[0x0]===_0x5951ce([0x2a])?_0x5951ce([0x2a]):'')[_0x5951ce([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x58e96e))[_0x5951ce([0x73,0x6f,0x6d,0x65])](_0x3afacb=>_0x16adb0[_0x5951ce([0x65,0x76,0x65,0x72,0x79])]((_0x5d67d0,_0x1a028a)=>_0x3afacb[_0x1a028a]===_0x5d67d0||_0x3afacb[_0x1a028a]===_0x5951ce([0x2a])));}function _0x2251b4(){return _0x4c7ff7&&_0x51baaa?new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4e1df9,_0x14eb51)=>{_0x4c7ff7[_0x5951ce([0x74,0x68,0x65,0x6e])](_0x4e1df9,_0x14eb51),_0x51baaa[_0x5951ce([0x74,0x68,0x65,0x6e])](_0x4a6a0f=>{_0x4a6a0f!=_0x5951ce([0x56,0x61,0x6c,0x69,0x64])&&_0x4e1df9(_0x4a6a0f);},_0x14eb51);}):_0x4c7ff7||_0x51baaa||_0x5951ce([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f05e7(_0x40a4c5,_0x3083d3){return new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe2f2f7=>{if(_0x120ba5())return _0xe2f2f7(_0x5951ce([0x56,0x61,0x6c,0x69,0x64]));_0x1ea028(),_0x18b543[_0x5951ce([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5951ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1a0eda=!0x1;const _0x2e3b43=_0x256d42();function _0x5cfa96(_0x8cf6f3){return!!_0x8cf6f3&&(typeof _0x8cf6f3===_0x5951ce([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x8cf6f3===_0x5951ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x8cf6f3[_0x5951ce([0x74,0x68,0x65,0x6e])]===_0x5951ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x8cf6f3[_0x5951ce([0x63,0x61,0x74,0x63,0x68])]===_0x5951ce([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x58bbfd(_0x106ef9){_0x46571c(_0x106ef9)[_0x5951ce([0x74,0x68,0x65,0x6e])](_0x1c6e56=>{if(!_0x1c6e56||_0x1c6e56[_0x5951ce([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5951ce([0x6f,0x6b]))return _0x5951ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xb430a5(_0x54feb5(_0x2e3b43+_0x3083d3))!=_0x1c6e56[_0x5951ce([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5951ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5951ce([0x56,0x61,0x6c,0x69,0x64]);})[_0x5951ce([0x74,0x68,0x65,0x6e])](_0x27be1c=>(_0x5b337c(),_0x27be1c),()=>{const _0x4639b8=_0x2f0e21();return null==_0x4639b8?(_0x5b337c(),_0x5951ce([0x56,0x61,0x6c,0x69,0x64])):_0x5951ce(_0xcf74f3-_0x4639b8>(0x4f9781fd^_0x39029d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5951ce([0x74,0x68,0x65,0x6e])](_0xe2f2f7)[_0x5951ce([0x63,0x61,0x74,0x63,0x68])](()=>{_0xe2f2f7(_0x5951ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1b549c=0x6badeb7d^_0x39029d;function _0x5b337c(){const _0x422c20=_0x5951ce([0x6c,0x6c,0x63,0x74,0x2d])+_0xb430a5(_0x54feb5(_0x40a4c5)),_0x42e535=_0x3d90cd(_0xb430a5(window[_0x5951ce([0x4d,0x61,0x74,0x68])][_0x5951ce([0x63,0x65,0x69,0x6c])](_0xcf74f3/_0x1b549c)));window[_0x5951ce([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5951ce([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x422c20,_0x42e535);}function _0x2f0e21(){const _0x442a03=_0x5951ce([0x6c,0x6c,0x63,0x74,0x2d])+_0xb430a5(_0x54feb5(_0x40a4c5)),_0x4d7425=window[_0x5951ce([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5951ce([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x442a03);return _0x4d7425?window[_0x5951ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d90cd(_0x4d7425),0x10)*_0x1b549c:null;}function _0x46571c(_0x1d74df){return new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xdc1873,_0x3719f9)=>{_0x1d74df[_0x5951ce([0x74,0x68,0x65,0x6e])](_0xdc1873,_0x3719f9),window[_0x5951ce([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3719f9,0x6b9ad13d^_0x39029d);});}}_0x18b543[_0x5951ce([0x6f,0x6e])](_0x5951ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd128ba,_0x55cb86)=>{if(_0x55cb86[0x0]!=_0x40a4c5)return _0xe2f2f7(_0x5951ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x55cb86[0x1]={..._0x55cb86[0x1],[_0x5951ce([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2e3b43};},{[_0x5951ce([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5951ce([0x68,0x69,0x67,0x68])}),_0x18b543[_0x5951ce([0x6f,0x6e])](_0x5951ce([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3208bb=>{_0x5cfa96(_0x3208bb[_0x5951ce([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1a0eda=!0x0,_0x58bbfd(_0x3208bb[_0x5951ce([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5951ce([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5951ce([0x6c,0x6f,0x77])}),_0x2e5b42[_0x5951ce([0x74,0x68,0x65,0x6e])](()=>{_0x1a0eda||_0xe2f2f7(_0x5951ce([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x120ba5(){return _0x18b543[_0x5951ce([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5951ce([0x76,0x69,0x65,0x77])][_0x5951ce([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5951ce([0x61,0x75,0x74,0x6f]);}function _0x1ea028(){_0x18b543[_0x5951ce([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5951ce([0x76,0x69,0x65,0x77])][_0x5951ce([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5951ce([0x61,0x75,0x74,0x6f]);}}function _0x26c2fc(_0x27e8c9){const _0x566f35=[new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58bc4f=>setTimeout(_0x58bc4f,0x6b923b31^_0x39029d)),_0x2e5b42[_0x5951ce([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a85b6=>{let _0x72d626=0x0;_0x18b543[_0x5951ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x5951ce([0x6f,0x6e])](_0x5951ce([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4742ee,_0x59151d)=>{_0x59151d[0x0][_0x5951ce([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x72d626++,_0x72d626==(0x6b9b0015^_0x39029d)&&(_0x2a85b6(),_0x4742ee[_0x5951ce([0x6f,0x66,0x66])]());});}))];return window[_0x5951ce([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5951ce([0x72,0x61,0x63,0x65])](_0x566f35)[_0x5951ce([0x74,0x68,0x65,0x6e])](()=>_0x27e8c9);}async function _0x1b4ed6(){await _0x2e5b42,_0x18b543[_0x5951ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x5951ce([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x48b4f9,_0x18b543[_0x5951ce([0x6d,0x6f,0x64,0x65,0x6c])][_0x5951ce([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x48b4f9,_0x18b543[_0x5951ce([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5951ce([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5e8bf4(){return window[_0x5951ce([0x67,0x6c,0x6f,0x62])]&&window[_0x5951ce([0x67,0x6c,0x6f,0x62])][_0x5951ce([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x2d8274(_0x280731){const _0x56c3eb=_0x4580ca();_0x18b543[_0x56c3eb]=_0x5951ce([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])+_0x280731,_0x280731!=_0x5951ce([0x56,0x61,0x6c,0x69,0x64])&&_0x1b4ed6();}function _0x4580ca(){const _0x117c65=window[_0x5951ce([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5951ce([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5951ce([0x6e,0x6f,0x77])]())[_0x5951ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5951ce([0x2e]),'');let _0x20c2b9=_0x5951ce([0x6d]);for(let _0x195b50=0x0;_0x195b50<_0x117c65[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x195b50+=0x2){let _0x950156=window[_0x5951ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x117c65[_0x5951ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x195b50,_0x195b50+0x2));_0x950156>=_0x25c30c[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x950156-=_0x25c30c[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x20c2b9+=_0x25c30c[_0x950156];}return _0x20c2b9;}function _0x712719(){const _0x5ad236=_0x538a78[_0x5951ce([0x73,0x70,0x6c,0x69,0x74])](_0x5951ce([0x2e]));if(0x3!=_0x5ad236[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x466f56(_0x5ad236[0x1]);function _0x466f56(_0x4a4068){const _0x27e280=_0x45cd7e(_0x4a4068);return _0x27e280&&_0x4da4fc()?_0x27e280:null;function _0x4da4fc(){const _0x5ef57a=_0x27e280[_0x5951ce([0x6a,0x74,0x69])],_0xae8f47=window[_0x5951ce([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ef57a[_0x5951ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5ef57a[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1655c3={..._0x27e280,[_0x5951ce([0x6a,0x74,0x69])]:_0x5ef57a[_0x5951ce([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5ef57a[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1655c3[_0x5951ce([0x76,0x63])],_0x54feb5(_0x1655c3)==_0xae8f47;}}}async function _0x550325(){let _0x389408=!0x0;try{const _0x3142da=_0x538a78[_0x5951ce([0x73,0x70,0x6c,0x69,0x74])](_0x5951ce([0x2e])),[_0x223e4f,_0x5f49b3,_0x56d8cb]=_0x3142da;return _0x46a1f8(_0x223e4f),await _0x481c2b(_0x223e4f,_0x5f49b3,_0x56d8cb),_0x389408;}catch{return!0x1;}function _0x46a1f8(_0x34957c){const _0x162208=_0x45cd7e(_0x34957c);_0x162208&&_0x162208[_0x5951ce([0x61,0x6c,0x67])]==_0x5951ce([0x45,0x53,0x32,0x35,0x36])||(_0x389408=!0x1);}async function _0x481c2b(_0x14d130,_0xb8da10,_0x5bfa52){const _0x3cc376=window[_0x5951ce([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5951ce([0x66,0x72,0x6f,0x6d])](_0x5cf1cf(_0x5bfa52),_0x306819=>_0x306819[_0x5951ce([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4f8006=new window[(_0x5951ce([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5951ce([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x14d130+_0x5951ce([0x2e])+_0xb8da10),_0x13b74b=window[_0x5951ce([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5951ce([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x13b74b)return;const _0x3852fd=await _0x13b74b[_0x5951ce([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5951ce([0x6a,0x77,0x6b]),_0x37b1ce,{[_0x5951ce([0x6e,0x61,0x6d,0x65])]:_0x5951ce([0x45,0x43,0x44,0x53,0x41]),[_0x5951ce([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5951ce([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5951ce([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x13b74b[_0x5951ce([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5951ce([0x6e,0x61,0x6d,0x65])]:_0x5951ce([0x45,0x43,0x44,0x53,0x41]),[_0x5951ce([0x68,0x61,0x73,0x68])]:{[_0x5951ce([0x6e,0x61,0x6d,0x65])]:_0x5951ce([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3852fd,_0x3cc376,_0x4f8006)||(_0x389408=!0x1);}}function _0x45cd7e(_0x5b718b){return _0x5b718b[_0x5951ce([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5951ce([0x65,0x79]))?JSON[_0x5951ce([0x70,0x61,0x72,0x73,0x65])](_0x5cf1cf(_0x5b718b)):null;}function _0x5cf1cf(_0x7cb6ed){return window[_0x5951ce([0x61,0x74,0x6f,0x62])](_0x7cb6ed[_0x5951ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5951ce([0x2b]))[_0x5951ce([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5951ce([0x2f])));}function _0x54feb5(_0x57334e){let _0x377093=0x1505;function _0x49c545(_0x463bef){for(let _0x2df731=0x0;_0x2df731<_0x463bef[_0x5951ce([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2df731++){const _0x4eab4d=_0x463bef[_0x5951ce([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2df731);_0x377093=(_0x377093<<0x5)+_0x377093+_0x4eab4d,_0x377093&=_0x377093;}}function _0x1f4f4a(_0x1e6ac2){Array[_0x5951ce([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e6ac2)?_0x1e6ac2[_0x5951ce([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1f4f4a):_0x1e6ac2&&typeof _0x1e6ac2==_0x5951ce([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5951ce([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e6ac2)[_0x5951ce([0x73,0x6f,0x72,0x74])]()[_0x5951ce([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1ffe2d,_0x306c03])=>{_0x49c545(_0x1ffe2d),_0x1f4f4a(_0x306c03);}):_0x49c545(window[_0x5951ce([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e6ac2));}return _0x1f4f4a(_0x57334e),_0x377093>>>0x0;}function _0xb430a5(_0x44b1a3){return _0x44b1a3[_0x5951ce([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5951ce([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5951ce([0x30]));}function _0x3d90cd(_0x44154d){return _0x44154d[_0x5951ce([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5951ce([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5951ce([0x6a,0x6f,0x69,0x6e])]('');}function _0x48b4f9(){}function _0x5951ce(_0x493166){const _0x56a0e0=_0xdf15;return _0x493166[_0x56a0e0(0xa3)](_0x245e8f=>String[_0x56a0e0(0xec)](_0x245e8f))[_0x56a0e0(0xd9)]('');}_0x2d8274(await _0x4a88d1());}(this);}[_0x2fd2e6(0xfe)](){const _0x1244d5=_0x2fd2e6;this[_0x1244d5(0xb3)][_0x1244d5(0xb4)](_0x4a81c0=>{const _0x5723ed=_0x1244d5;_0x5723ed(0x10c)!==_0x4a81c0[_0x5723ed(0xaf)]&&this[_0x5723ed(0x10b)][_0x5723ed(0xe0)][_0x5723ed(0xb7)](_0x4a81c0);});}[_0x2fd2e6(0x9a)](){const _0x553e26=_0x2fd2e6;for(const _0x3faa8b of this[_0x553e26(0x10b)][_0x553e26(0xe2)][_0x553e26(0xf5)][_0x553e26(0xbb)][_0x553e26(0xe8)]({'includeChangesInGraveyard':!0x0})){if(_0x553e26(0xd1)!==_0x3faa8b[_0x553e26(0xb9)]||_0x553e26(0xc8)!==_0x3faa8b[_0x553e26(0xab)])return;this[_0x553e26(0xb3)][_0x553e26(0x9e)](_0x3faa8b[_0x553e26(0x9f)][_0x553e26(0xd2)]);}}[_0x2fd2e6(0xc5)](){const _0x3482c5=_0x2fd2e6;this[_0x3482c5(0x10b)][_0x3482c5(0xe2)][_0x3482c5(0x109)][_0x3482c5(0xcd)](_0x3482c5(0xc8),{'inheritAllFrom':_0x3482c5(0xb0)});}[_0x2fd2e6(0xa1)](){const _0x21e056=_0x2fd2e6,_0x29b684=this[_0x21e056(0x10b)][_0x21e056(0xac)];_0x29b684[_0x21e056(0xf4)](_0x21e056(0xf3))[_0x21e056(0xda)]({'model':_0x21e056(0xc8),'view':{'name':_0x21e056(0x105),'classes':_0x21e056(0xa9)}}),_0x29b684[_0x21e056(0xf4)](_0x21e056(0xe5))[_0x21e056(0xd8)]({'model':_0x21e056(0xc8),'view':(_0x464c05,{writer:_0x5668a5})=>this[_0x21e056(0xc4)](_0x5668a5,!0x0)}),_0x29b684[_0x21e056(0xf4)](_0x21e056(0x10a))[_0x21e056(0xd8)]({'model':_0x21e056(0xc8),'view':(_0x254ec7,{writer:_0x21fade})=>{const _0x2ebdd1=_0x21e056;this[_0x2ebdd1(0xb3)][_0x2ebdd1(0x9e)](_0x254ec7);const _0x172c08=this[_0x2ebdd1(0xc4)](_0x21fade);return _0x3dbe78(_0x172c08,_0x21fade,{'label':_0x2796c6(this[_0x2ebdd1(0x10b)][_0x2ebdd1(0xee)],_0x2ebdd1(0x9c))});}}),this[_0x21e056(0x10b)][_0x21e056(0xf0)][_0x21e056(0xe9)]({'name':_0x21e056(0x105),'classes':_0x21e056(0xa9)}),this[_0x21e056(0x10b)][_0x21e056(0xe0)][_0x21e056(0xbf)]['on'](_0x21e056(0xed),this[_0x21e056(0xbe)](),{'priority':_0x21e056(0xa0)});}[_0x2fd2e6(0xc4)](_0x2d96cb,_0x204d2e=!0x1){const _0x41762b=_0x2fd2e6,{locale:_0xf087fe}=this[_0x41762b(0x10b)],_0x2aec1e=_0x2d96cb[_0x41762b(0xdb)](_0x41762b(0x105),{'class':_0x41762b(0xa9)+(0x0===this[_0x41762b(0xeb)][_0x41762b(0xd6)]?_0x41762b(0xf8):''),...!_0x204d2e&&{'data-table-of-contents-label':_0x2796c6(_0xf087fe,_0x41762b(0x9c))}});0x0===this[_0x41762b(0xeb)][_0x41762b(0xd6)]&&!0x1===_0x204d2e&&_0x2d96cb[_0x41762b(0xd1)](_0x2d96cb[_0x41762b(0xff)](_0x2aec1e,_0x41762b(0xce)),_0x2d96cb[_0x41762b(0xdb)]('p',{'class':_0x41762b(0xe1)},[_0x2d96cb[_0x41762b(0x9d)](_0x2796c6(_0xf087fe,_0x41762b(0xc7)))]));const _0x16fc04=_0x204d2e?'':'['+_0x2796c6(_0xf087fe,_0x41762b(0xf1))+']';let _0x1fa93e=_0x2aec1e;return this[_0x41762b(0xeb)][_0x41762b(0xb4)]((_0x2d5fa7,_0x166f76,_0x1607fe)=>{const _0x421795=_0x41762b,_0x3b8dae=this[_0x421795(0x10b)][_0x421795(0xe2)][_0x421795(0xf6)](_0x2d5fa7[_0x421795(0xde)],{'ignoreWhitespaces':!0x0}),_0x343edb=_0x3b8dae?_0x2d5fa7[_0x421795(0xd3)]:_0x16fc04,_0x1123e6=_0x2d5fa7[_0x421795(0xde)][_0x421795(0x103)](this[_0x421795(0xcf)]),_0x17d766=_0x2d96cb[_0x421795(0xdb)]('a',{'href':'#'+_0x1123e6,...!_0x204d2e&&{'tabindex':'-1'}},[_0x2d96cb[_0x421795(0x9d)](_0x343edb)]),_0x30abaa=this[_0x421795(0x10b)][_0x421795(0xfb)][_0x421795(0xf7)](_0x421795(0xf9));_0x2d96cb[_0x421795(0xb1)](_0x421795(0xb6),_0x166f76,_0x17d766);const _0x55e034=_0x2d96cb[_0x421795(0xdb)]('li',null,[_0x3b8dae||!_0x204d2e&&_0x30abaa?_0x17d766:_0x2d96cb[_0x421795(0x9d)]('')]),_0x109dd2=_0x166f76?_0x1607fe[_0x166f76-0x1][_0x421795(0xba)]:0x0,_0x54e5b3=Math[_0x421795(0xcc)](_0x2d5fa7[_0x421795(0xba)]-_0x109dd2);if(_0x2d5fa7[_0x421795(0xba)]>_0x109dd2){const _0xb51c66=N(_0x55e034,_0x54e5b3,_0x2d96cb);_0x2d96cb[_0x421795(0xd1)](_0x2d96cb[_0x421795(0xff)](_0x1fa93e,_0x421795(0xce)),_0xb51c66);}else{const _0x146a38=function(_0xd8bdf0,_0x4988e1){const _0x1ef385=_0x421795;return _0xd8bdf0[_0x1ef385(0xe3)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1ef385(0xa4)](_0xc04231=>_0xc04231['is'](_0x1ef385(0x9b),'ol'))[_0x4988e1];}(_0x1fa93e,_0x54e5b3);_0x2d96cb[_0x421795(0xd1)](_0x2d96cb[_0x421795(0xff)](_0x146a38,_0x421795(0xce)),_0x55e034);}_0x1fa93e=_0x55e034;}),_0x2aec1e;}[_0x2fd2e6(0xc9)](_0x4369c9){const _0x6f58be=_0x2fd2e6,_0x5b9a23=this[_0x6f58be(0xeb)][_0x4369c9][_0x6f58be(0xde)];this[_0x6f58be(0x10b)][_0x6f58be(0xe2)][_0x6f58be(0xdc)](_0x106157=>{const _0x11726f=_0x6f58be;_0x106157[_0x11726f(0x102)](_0x5b9a23,0x0);}),this[_0x6f58be(0x10b)][_0x6f58be(0xe0)][_0x6f58be(0x106)][_0x6f58be(0xb5)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x2fd2e6(0xbe)](){return(_0xfe59bc,_0x1d037f)=>{const _0x1eba0e=_0xdf15,_0x433671=_0x1d037f[_0x1eba0e(0xbf)],_0x350e40=_0x433671[_0x1eba0e(0x104)](_0x1d037f[_0x1eba0e(0xf2)]),_0x41a164=_0x433671[_0x1eba0e(0xea)](_0x350e40);_0x41a164['is'](_0x1eba0e(0x9b),_0x1eba0e(0xc8))&&(_0x1d037f[_0x1eba0e(0xe6)]=this[_0x1eba0e(0x10b)][_0x1eba0e(0xe2)][_0x1eba0e(0xff)](_0x41a164,0x0),_0xfe59bc[_0x1eba0e(0xef)]());};}}function _0xdf15(_0x5b6a43,_0x4d8dcc){const _0x2bc64d=_0x2bc6();return _0xdf15=function(_0xdf157c,_0x408993){_0xdf157c=_0xdf157c-0x9a;let _0x3dbd72=_0x2bc64d[_0xdf157c];return _0x3dbd72;},_0xdf15(_0x5b6a43,_0x4d8dcc);}function N(_0x1a43e3,_0x4cbdf8,_0x6182df){const _0x59721f=_0x2fd2e6;return 0x1===_0x4cbdf8?_0x6182df[_0x59721f(0xdb)]('ol',null,[_0x1a43e3]):_0x6182df[_0x59721f(0xdb)]('ol',null,[_0x6182df[_0x59721f(0xdb)]('li',null,[N(_0x1a43e3,_0x4cbdf8-0x1,_0x6182df)])]);}
|
|
23
|
+
function _0x2cce(){const _0x56922f=['tableOfContents','element','domEvent','_currentOutlineDefinitions','headingId.modelAttributeName','nodeAfter','upcast','filter','setSelection','7665574hvFori','abs','stop','editingDowncast','join','outlineDefinitions','change','preventDefault','editor','modelElement','document','schema','scrollToTheSelection','37405QxnyxE','locale','getAncestors','reconvertItem','DocumentOutlineUtils','6nXGIWx','Table\x20of\x20contents','high','type','_defineSchema','for','elementToStructure','config','elementToElement','_defineConverters','TableOfContentsEditing','No\x20headings\x20were\x20found\x20in\x20the\x20document.','toModelElement','requires','_handleScrollToHeading','init','insertTableOfContents','_redirectMapper','insert','div','registerRawContentMatcher','text','get','getCustomProperty','tableOfContentsHeadingIndex','viewPosition','5707791NmLBpl','view','length','level','end','afterInit','8455310tuWxDy','isInteger','getAttribute','isOfficialPlugin','target','fromCharCode','differ','editing','428242NgSnIT','createContainerElement','getChanges','$capture','dataDowncast','hasContent','name','table-of-contents__placeholder','6GIIyEz','map','headingId','500zpARjB','findMappedViewAncestor','commands','setCustomProperty','click','model','_headingIdModelAttributeName','$blockObject','_createTableOfContents','Empty\x20heading','forEach','table-of-contents','mapper','655264jvMEJs','documentOutline.showEmptyHeadings','_tableOfContentsElements','listenTo','isPremiumPlugin','rootName','_trackNewToCElements','data','createText','plugins','conversion','$graveyard','1136054foUtXx','register','createPositionAt','pluginName','add','position','\x20table-of-contents_empty','viewToModelPosition','_updateTableOfContentsElements','modelPosition','href'];_0x2cce=function(){return _0x56922f;};return _0x2cce();}const _0x14a47a=_0x266d;(function(_0x289ec4,_0x37cb89){const _0x58dbbb=_0x266d,_0x4d46dd=_0x289ec4();while(!![]){try{const _0x1daf2a=-parseInt(_0x58dbbb(0x1f6))/0x1+-parseInt(_0x58dbbb(0x1a8))/0x2*(parseInt(_0x58dbbb(0x1fe))/0x3)+parseInt(_0x58dbbb(0x201))/0x4*(parseInt(_0x58dbbb(0x1c9))/0x5)+parseInt(_0x58dbbb(0x1ce))/0x6*(parseInt(_0x58dbbb(0x1bc))/0x7)+-parseInt(_0x58dbbb(0x19c))/0x8+-parseInt(_0x58dbbb(0x1e8))/0x9+parseInt(_0x58dbbb(0x1ee))/0xa;if(_0x1daf2a===_0x37cb89)break;else _0x4d46dd['push'](_0x4d46dd['shift']());}catch(_0x3a05db){_0x4d46dd['push'](_0x4d46dd['shift']());}}}(_0x2cce,0x91587));function _0x266d(_0x3aa8a1,_0xcc308c){const _0x2cce4b=_0x2cce();return _0x266d=function(_0x266d01,_0x272235){_0x266d01=_0x266d01-0x197;let _0x97bea0=_0x2cce4b[_0x266d01];return _0x97bea0;},_0x266d(_0x3aa8a1,_0xcc308c);}import{Plugin as _0x2eb622}from'ckeditor5/src/core.js';import{toWidget as _0x2d80da,Widget as _0x57ea9c}from'ckeditor5/src/widget.js';import{uid as _0x6b5257}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x58d1b4}from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0xec4a64}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x2eee84}from'./headingid.js';import{getTranslation as _0x435807}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x2eb622{static get[_0x14a47a(0x1ab)](){const _0x3ec6f6=_0x14a47a;return _0x3ec6f6(0x1d8);}static get[_0x14a47a(0x1f1)](){return!0x0;}static get[_0x14a47a(0x1a0)](){return!0x0;}static get[_0x14a47a(0x1db)](){return[_0x57ea9c,_0xec4a64,_0x2eee84];}[_0x14a47a(0x1b6)];[_0x14a47a(0x19e)];[_0x14a47a(0x207)];constructor(_0x451170){const _0xd00dd6=_0x14a47a;super(_0x451170),this[_0xd00dd6(0x1b6)]=[],this[_0xd00dd6(0x19e)]=new Set(),this[_0xd00dd6(0x207)]=_0xd00dd6(0x200);}[_0x14a47a(0x1dd)](){const _0x101abb=_0x14a47a,_0x199031=this[_0x101abb(0x1c4)],_0x404258=_0x199031[_0x101abb(0x1f5)][_0x101abb(0x1e9)][_0x101abb(0x1c6)];_0x199031[_0x101abb(0x1d5)][_0x101abb(0x1e4)](_0x101abb(0x1b7))&&(this[_0x101abb(0x207)]=_0x199031[_0x101abb(0x1d5)][_0x101abb(0x1e4)](_0x101abb(0x1b7))),this[_0x101abb(0x19f)](_0x404258,_0x101abb(0x205),(_0x59809a,_0x2a7861)=>{const _0x53ad12=_0x101abb;if(!_0x2a7861[_0x53ad12(0x1f2)])return;const _0x36ffe1=_0x2a7861[_0x53ad12(0x1f2)][_0x53ad12(0x1e5)](_0x53ad12(0x1e6));Number[_0x53ad12(0x1ef)](_0x36ffe1)&&(_0x2a7861[_0x53ad12(0x1b5)][_0x53ad12(0x1c3)](),_0x59809a[_0x53ad12(0x1be)](),this[_0x53ad12(0x1dc)](_0x36ffe1));},{'priority':_0x101abb(0x1d0),'context':_0x101abb(0x1f9)}),this[_0x101abb(0x1d2)](),this[_0x101abb(0x1d7)](),_0x199031[_0x101abb(0x203)][_0x101abb(0x1ac)](_0x101abb(0x1de),new _0x58d1b4(_0x199031)),(_0x199031[_0x101abb(0x1a5)][_0x101abb(0x1e4)](_0x101abb(0x1cd))['on'](_0x101abb(0x1c2),(_0x5d0e63,_0x540e50)=>{const _0x1e233f=_0x101abb;this[_0x1e233f(0x1b6)]=_0x540e50[_0x1e233f(0x1c1)],this[_0x1e233f(0x1b0)]();}),this[_0x101abb(0x19f)](_0x199031[_0x101abb(0x206)][_0x101abb(0x1c6)],_0x101abb(0x1c2),()=>{const _0x588145=_0x101abb;this[_0x588145(0x1a2)]();}));}[_0x14a47a(0x1ed)](){!async function(_0x40d590){const _0x579132=_0x553326([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]),_0x193f3f=0x6b9b05fd,_0x1e67af=0x6b9c8295^_0x193f3f,_0x345611=window[_0x553326([0x44,0x61,0x74,0x65])][_0x553326([0x6e,0x6f,0x77])](),_0x5ceff7=_0x40d590[_0x553326([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xeed18c=new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x435a5f=>{_0x5ceff7[_0x553326([0x6f,0x6e,0x63,0x65])](_0x553326([0x72,0x65,0x61,0x64,0x79]),_0x435a5f);}),_0x1c25e2={[_0x553326([0x6b,0x74,0x79])]:_0x553326([0x45,0x43]),[_0x553326([0x75,0x73,0x65])]:_0x553326([0x73,0x69,0x67]),[_0x553326([0x63,0x72,0x76])]:_0x553326([0x50,0x2d,0x32,0x35,0x36]),[_0x553326([0x78])]:_0x553326([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]),[_0x553326([0x79])]:_0x553326([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]),[_0x553326([0x61,0x6c,0x67])]:_0x553326([0x45,0x53,0x32,0x35,0x36])},_0x38cf8a=_0x5ceff7[_0x553326([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x553326([0x67,0x65,0x74])](_0x553326([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x34fd80(){let _0xb84335,_0x304656=null,_0x3736d9=null;try{if(_0x38cf8a==_0x553326([0x47,0x50,0x4c]))return _0x553326([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xb84335=_0x1d274f(),!_0xb84335)return _0x553326([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xb84335[_0x553326([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3736d9=_0xceb6d1(_0xb84335[_0x553326([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xb84335[_0x553326([0x6a,0x74,0x69])])),await _0x29d0c6()?_0xae0f16()?_0x4ad079()?_0x553326([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1b3f08()?(_0xb84335[_0x553326([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x553326([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x304656=_0x5145c6(_0x553326([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3f7848()):_0x553326([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x553326([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x553326([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x553326([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4ad079(){const _0x5412da=[_0x553326([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x553326([0x74,0x72,0x69,0x61,0x6c])][_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb84335[_0x553326([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x345611/0x3e8:0xe10*_0x1e67af;return _0xb84335[_0x553326([0x65,0x78,0x70])]<_0x5412da;}function _0xae0f16(){const _0x162802=_0xb84335[_0x553326([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x162802&&(!!_0x162802[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553326([0x2a]))||(!!_0x162802[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553326([0x54,0x4f,0x43]))||(!!_0x162802[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553326([0x50,0x50]))||!(!_0x162802[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553326([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x1ab1d8()))));}function _0x1b3f08(){const _0x19aa31=_0x266d,_0x2d3944=_0xb84335[_0x553326([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2d3944||0x0==_0x2d3944[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1b4a89}=new URL(window[_0x553326([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x19aa31(0x1b2)]);if(_0x2d3944[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b4a89))return!0x0;const _0x8ca62f=_0x1b4a89[_0x553326([0x73,0x70,0x6c,0x69,0x74])](_0x553326([0x2e]));return _0x2d3944[_0x553326([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5abf4b=>_0x5abf4b[_0x553326([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553326([0x2a])))[_0x553326([0x6d,0x61,0x70])](_0xad1aeb=>_0xad1aeb[_0x553326([0x73,0x70,0x6c,0x69,0x74])](_0x553326([0x2e])))[_0x553326([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1722d6=>_0x1722d6[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x8ca62f[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x553326([0x6d,0x61,0x70])](_0x1532e6=>Array(_0x8ca62f[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1532e6[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x553326([0x66,0x69,0x6c,0x6c])](_0x1532e6[0x0]===_0x553326([0x2a])?_0x553326([0x2a]):'')[_0x553326([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1532e6))[_0x553326([0x73,0x6f,0x6d,0x65])](_0x313cf3=>_0x8ca62f[_0x553326([0x65,0x76,0x65,0x72,0x79])]((_0x56172d,_0x40f851)=>_0x313cf3[_0x40f851]===_0x56172d||_0x313cf3[_0x40f851]===_0x553326([0x2a])));}function _0x3f7848(){return _0x304656&&_0x3736d9?new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a22f0,_0xf4be61)=>{_0x304656[_0x553326([0x74,0x68,0x65,0x6e])](_0x2a22f0,_0xf4be61),_0x3736d9[_0x553326([0x74,0x68,0x65,0x6e])](_0x17d0c6=>{_0x17d0c6!=_0x553326([0x56,0x61,0x6c,0x69,0x64])&&_0x2a22f0(_0x17d0c6);},_0xf4be61);}):_0x304656||_0x3736d9||_0x553326([0x56,0x61,0x6c,0x69,0x64]);}}function _0xceb6d1(_0x422c1f,_0x378200){return new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ff4a6=>{if(_0x1a8d86())return _0x3ff4a6(_0x553326([0x56,0x61,0x6c,0x69,0x64]));_0x5192df(),_0x5ceff7[_0x553326([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x553326([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38d86e=!0x1;const _0x481c2a=_0x6b5257();function _0x2848f8(_0x199c38){return!!_0x199c38&&(typeof _0x199c38===_0x553326([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x199c38===_0x553326([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x199c38[_0x553326([0x74,0x68,0x65,0x6e])]===_0x553326([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x199c38[_0x553326([0x63,0x61,0x74,0x63,0x68])]===_0x553326([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x210a57(_0x20d17f){_0x13fe12(_0x20d17f)[_0x553326([0x74,0x68,0x65,0x6e])](_0x52d993=>{if(!_0x52d993||_0x52d993[_0x553326([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x553326([0x6f,0x6b]))return _0x553326([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3da645(_0x54a218(_0x481c2a+_0x378200))!=_0x52d993[_0x553326([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x553326([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x553326([0x56,0x61,0x6c,0x69,0x64]);})[_0x553326([0x74,0x68,0x65,0x6e])](_0x5c4051=>(_0x43a550(),_0x5c4051),()=>{const _0x5a4fbc=_0x13130e();return null==_0x5a4fbc?(_0x43a550(),_0x553326([0x56,0x61,0x6c,0x69,0x64])):_0x553326(_0x345611-_0x5a4fbc>(0x4f9781fd^_0x193f3f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x553326([0x74,0x68,0x65,0x6e])](_0x3ff4a6)[_0x553326([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3ff4a6(_0x553326([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3d7479=0x6badeb7d^_0x193f3f;function _0x43a550(){const _0x29de07=_0x553326([0x6c,0x6c,0x63,0x74,0x2d])+_0x3da645(_0x54a218(_0x422c1f)),_0xed74e=_0xa8f50d(_0x3da645(window[_0x553326([0x4d,0x61,0x74,0x68])][_0x553326([0x63,0x65,0x69,0x6c])](_0x345611/_0x3d7479)));window[_0x553326([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x553326([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29de07,_0xed74e);}function _0x13130e(){const _0x5c8118=_0x553326([0x6c,0x6c,0x63,0x74,0x2d])+_0x3da645(_0x54a218(_0x422c1f)),_0x4fbd20=window[_0x553326([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x553326([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c8118);return _0x4fbd20?window[_0x553326([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa8f50d(_0x4fbd20),0x10)*_0x3d7479:null;}function _0x13fe12(_0x39ad9b){return new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x197527,_0x3c124f)=>{_0x39ad9b[_0x553326([0x74,0x68,0x65,0x6e])](_0x197527,_0x3c124f),window[_0x553326([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3c124f,0x6b9ad13d^_0x193f3f);});}}_0x5ceff7[_0x553326([0x6f,0x6e])](_0x553326([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x25be38,_0x16b51)=>{if(_0x16b51[0x0]!=_0x422c1f)return _0x3ff4a6(_0x553326([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16b51[0x1]={..._0x16b51[0x1],[_0x553326([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x481c2a};},{[_0x553326([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x553326([0x68,0x69,0x67,0x68])}),_0x5ceff7[_0x553326([0x6f,0x6e])](_0x553326([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3c6532=>{_0x2848f8(_0x3c6532[_0x553326([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38d86e=!0x0,_0x210a57(_0x3c6532[_0x553326([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x553326([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x553326([0x6c,0x6f,0x77])}),_0xeed18c[_0x553326([0x74,0x68,0x65,0x6e])](()=>{_0x38d86e||_0x3ff4a6(_0x553326([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a8d86(){return _0x5ceff7[_0x553326([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x553326([0x76,0x69,0x65,0x77])][_0x553326([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x553326([0x61,0x75,0x74,0x6f]);}function _0x5192df(){_0x5ceff7[_0x553326([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x553326([0x76,0x69,0x65,0x77])][_0x553326([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x553326([0x61,0x75,0x74,0x6f]);}}function _0x5145c6(_0x564975){const _0x2facac=[new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x66f051=>setTimeout(_0x66f051,0x6b923b31^_0x193f3f)),_0xeed18c[_0x553326([0x74,0x68,0x65,0x6e])](()=>new window[(_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bbae7=>{let _0x36bb01=0x0;_0x5ceff7[_0x553326([0x6d,0x6f,0x64,0x65,0x6c])][_0x553326([0x6f,0x6e])](_0x553326([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5524ba,_0x5cee9d)=>{_0x5cee9d[0x0][_0x553326([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x36bb01++,_0x36bb01==(0x6b9b0015^_0x193f3f)&&(_0x5bbae7(),_0x5524ba[_0x553326([0x6f,0x66,0x66])]());});}))];return window[_0x553326([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x553326([0x72,0x61,0x63,0x65])](_0x2facac)[_0x553326([0x74,0x68,0x65,0x6e])](()=>_0x564975);}async function _0x35f2bf(){await _0xeed18c,_0x5ceff7[_0x553326([0x6d,0x6f,0x64,0x65,0x6c])][_0x553326([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x11f1c9,_0x5ceff7[_0x553326([0x6d,0x6f,0x64,0x65,0x6c])][_0x553326([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x11f1c9,_0x5ceff7[_0x553326([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x553326([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1ab1d8(){return window[_0x553326([0x67,0x6c,0x6f,0x62])]&&window[_0x553326([0x67,0x6c,0x6f,0x62])][_0x553326([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x1cb265(_0x271883){const _0x55e81f=_0x34e5d5();_0x5ceff7[_0x55e81f]=_0x553326([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])+_0x271883,_0x271883!=_0x553326([0x56,0x61,0x6c,0x69,0x64])&&_0x35f2bf();}function _0x34e5d5(){const _0x5e22a4=window[_0x553326([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x553326([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x553326([0x6e,0x6f,0x77])]())[_0x553326([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x553326([0x2e]),'');let _0x3781e7=_0x553326([0x6d]);for(let _0x5c8484=0x0;_0x5c8484<_0x5e22a4[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c8484+=0x2){let _0x53e20d=window[_0x553326([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e22a4[_0x553326([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c8484,_0x5c8484+0x2));_0x53e20d>=_0x579132[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x53e20d-=_0x579132[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3781e7+=_0x579132[_0x53e20d];}return _0x3781e7;}function _0x1d274f(){const _0x558148=_0x38cf8a[_0x553326([0x73,0x70,0x6c,0x69,0x74])](_0x553326([0x2e]));if(0x3!=_0x558148[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3b2fe4(_0x558148[0x1]);function _0x3b2fe4(_0x34350c){const _0x4ac0a4=_0x526531(_0x34350c);return _0x4ac0a4&&_0x2e88cb()?_0x4ac0a4:null;function _0x2e88cb(){const _0x61c5a5=_0x4ac0a4[_0x553326([0x6a,0x74,0x69])],_0x293eb3=window[_0x553326([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x61c5a5[_0x553326([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x61c5a5[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5eb2ae={..._0x4ac0a4,[_0x553326([0x6a,0x74,0x69])]:_0x61c5a5[_0x553326([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x61c5a5[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5eb2ae[_0x553326([0x76,0x63])],_0x54a218(_0x5eb2ae)==_0x293eb3;}}}async function _0x29d0c6(){let _0x2deea1=!0x0;try{const _0x3217eb=_0x38cf8a[_0x553326([0x73,0x70,0x6c,0x69,0x74])](_0x553326([0x2e])),[_0x26ca1b,_0x5b6352,_0x4d432b]=_0x3217eb;return _0x8b1e0b(_0x26ca1b),await _0x2fc052(_0x26ca1b,_0x5b6352,_0x4d432b),_0x2deea1;}catch{return!0x1;}function _0x8b1e0b(_0xe4b380){const _0x5277ed=_0x526531(_0xe4b380);_0x5277ed&&_0x5277ed[_0x553326([0x61,0x6c,0x67])]==_0x553326([0x45,0x53,0x32,0x35,0x36])||(_0x2deea1=!0x1);}async function _0x2fc052(_0x22d5e7,_0x4fdff6,_0xf6edf7){const _0x334c75=window[_0x553326([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x553326([0x66,0x72,0x6f,0x6d])](_0x1d72a5(_0xf6edf7),_0x2400ab=>_0x2400ab[_0x553326([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b6a1c=new window[(_0x553326([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x553326([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x22d5e7+_0x553326([0x2e])+_0x4fdff6),_0x522996=window[_0x553326([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x553326([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x522996)return;const _0x20917b=await _0x522996[_0x553326([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x553326([0x6a,0x77,0x6b]),_0x1c25e2,{[_0x553326([0x6e,0x61,0x6d,0x65])]:_0x553326([0x45,0x43,0x44,0x53,0x41]),[_0x553326([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x553326([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x553326([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x522996[_0x553326([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x553326([0x6e,0x61,0x6d,0x65])]:_0x553326([0x45,0x43,0x44,0x53,0x41]),[_0x553326([0x68,0x61,0x73,0x68])]:{[_0x553326([0x6e,0x61,0x6d,0x65])]:_0x553326([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x20917b,_0x334c75,_0x5b6a1c)||(_0x2deea1=!0x1);}}function _0x526531(_0x1b8969){return _0x1b8969[_0x553326([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x553326([0x65,0x79]))?JSON[_0x553326([0x70,0x61,0x72,0x73,0x65])](_0x1d72a5(_0x1b8969)):null;}function _0x1d72a5(_0x3c66c7){return window[_0x553326([0x61,0x74,0x6f,0x62])](_0x3c66c7[_0x553326([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x553326([0x2b]))[_0x553326([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x553326([0x2f])));}function _0x54a218(_0xc4da5a){let _0x297e29=0x1505;function _0x2ec855(_0xc60b3e){for(let _0x5c7a37=0x0;_0x5c7a37<_0xc60b3e[_0x553326([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c7a37++){const _0xd5cd0=_0xc60b3e[_0x553326([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5c7a37);_0x297e29=(_0x297e29<<0x5)+_0x297e29+_0xd5cd0,_0x297e29&=_0x297e29;}}function _0x3618e0(_0x39ef45){Array[_0x553326([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x39ef45)?_0x39ef45[_0x553326([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3618e0):_0x39ef45&&typeof _0x39ef45==_0x553326([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x553326([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x39ef45)[_0x553326([0x73,0x6f,0x72,0x74])]()[_0x553326([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x48bc07,_0x1e37dd])=>{_0x2ec855(_0x48bc07),_0x3618e0(_0x1e37dd);}):_0x2ec855(window[_0x553326([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x39ef45));}return _0x3618e0(_0xc4da5a),_0x297e29>>>0x0;}function _0x3da645(_0x34197b){return _0x34197b[_0x553326([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x553326([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x553326([0x30]));}function _0xa8f50d(_0x387e4d){return _0x387e4d[_0x553326([0x73,0x70,0x6c,0x69,0x74])]('')[_0x553326([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x553326([0x6a,0x6f,0x69,0x6e])]('');}function _0x11f1c9(){}function _0x553326(_0x96ceb2){const _0x76d083=_0x266d;return _0x96ceb2[_0x76d083(0x1ff)](_0x2b62b7=>String[_0x76d083(0x1f3)](_0x2b62b7))[_0x76d083(0x1c0)]('');}_0x1cb265(await _0x34fd80());}(this);}[_0x14a47a(0x1b0)](){const _0x19a247=_0x14a47a;this[_0x19a247(0x19e)][_0x19a247(0x199)](_0x2996cc=>{const _0x50306e=_0x19a247;_0x50306e(0x1a7)!==_0x2996cc[_0x50306e(0x1a1)]&&this[_0x50306e(0x1c4)][_0x50306e(0x1f5)][_0x50306e(0x1cc)](_0x2996cc);});}[_0x14a47a(0x1a2)](){const _0x570b0f=_0x14a47a;for(const _0x3ea28f of this[_0x570b0f(0x1c4)][_0x570b0f(0x206)][_0x570b0f(0x1c6)][_0x570b0f(0x1f4)][_0x570b0f(0x1f8)]({'includeChangesInGraveyard':!0x0})){if(_0x570b0f(0x1e0)!==_0x3ea28f[_0x570b0f(0x1d1)]||_0x570b0f(0x1b3)!==_0x3ea28f[_0x570b0f(0x1fc)])return;this[_0x570b0f(0x19e)][_0x570b0f(0x1ac)](_0x3ea28f[_0x570b0f(0x1ad)][_0x570b0f(0x1b8)]);}}[_0x14a47a(0x1d2)](){const _0x55391a=_0x14a47a;this[_0x55391a(0x1c4)][_0x55391a(0x206)][_0x55391a(0x1c7)][_0x55391a(0x1a9)](_0x55391a(0x1b3),{'inheritAllFrom':_0x55391a(0x208)});}[_0x14a47a(0x1d7)](){const _0x665a87=_0x14a47a,_0x5a7f5e=this[_0x665a87(0x1c4)][_0x665a87(0x1a6)];_0x5a7f5e[_0x665a87(0x1d3)](_0x665a87(0x1b9))[_0x665a87(0x1d6)]({'model':_0x665a87(0x1b3),'view':{'name':_0x665a87(0x1e1),'classes':_0x665a87(0x19a)}}),_0x5a7f5e[_0x665a87(0x1d3)](_0x665a87(0x1fa))[_0x665a87(0x1d4)]({'model':_0x665a87(0x1b3),'view':(_0x39d651,{writer:_0x54263c})=>this[_0x665a87(0x197)](_0x54263c,!0x0)}),_0x5a7f5e[_0x665a87(0x1d3)](_0x665a87(0x1bf))[_0x665a87(0x1d4)]({'model':_0x665a87(0x1b3),'view':(_0x531d0d,{writer:_0x45982c})=>{const _0x35a93d=_0x665a87;this[_0x35a93d(0x19e)][_0x35a93d(0x1ac)](_0x531d0d);const _0x2c78fc=this[_0x35a93d(0x197)](_0x45982c);return _0x2d80da(_0x2c78fc,_0x45982c,{'label':_0x435807(this[_0x35a93d(0x1c4)][_0x35a93d(0x1ca)],_0x35a93d(0x1cf))});}}),this[_0x665a87(0x1c4)][_0x665a87(0x1a3)][_0x665a87(0x1e2)]({'name':_0x665a87(0x1e1),'classes':_0x665a87(0x19a)}),this[_0x665a87(0x1c4)][_0x665a87(0x1f5)][_0x665a87(0x19b)]['on'](_0x665a87(0x1af),this[_0x665a87(0x1df)](),{'priority':_0x665a87(0x1d0)});}[_0x14a47a(0x197)](_0x256e4b,_0x3e887d=!0x1){const _0x231515=_0x14a47a,{locale:_0x56890c}=this[_0x231515(0x1c4)],_0x593003=_0x256e4b[_0x231515(0x1f7)](_0x231515(0x1e1),{'class':_0x231515(0x19a)+(0x0===this[_0x231515(0x1b6)][_0x231515(0x1ea)]?_0x231515(0x1ae):''),...!_0x3e887d&&{'data-table-of-contents-label':_0x435807(_0x56890c,_0x231515(0x1cf))}});0x0===this[_0x231515(0x1b6)][_0x231515(0x1ea)]&&!0x1===_0x3e887d&&_0x256e4b[_0x231515(0x1e0)](_0x256e4b[_0x231515(0x1aa)](_0x593003,_0x231515(0x1ec)),_0x256e4b[_0x231515(0x1f7)]('p',{'class':_0x231515(0x1fd)},[_0x256e4b[_0x231515(0x1a4)](_0x435807(_0x56890c,_0x231515(0x1d9)))]));const _0x4e193a=_0x3e887d?'':'['+_0x435807(_0x56890c,_0x231515(0x198))+']';let _0x394d5d=_0x593003;return this[_0x231515(0x1b6)][_0x231515(0x199)]((_0x1ce4ea,_0xa426bc,_0x53bcf7)=>{const _0x18bfc6=_0x231515,_0x35221c=this[_0x18bfc6(0x1c4)][_0x18bfc6(0x206)][_0x18bfc6(0x1fb)](_0x1ce4ea[_0x18bfc6(0x1c5)],{'ignoreWhitespaces':!0x0}),_0x18a28a=_0x35221c?_0x1ce4ea[_0x18bfc6(0x1e3)]:_0x4e193a,_0x469633=_0x1ce4ea[_0x18bfc6(0x1c5)][_0x18bfc6(0x1f0)](this[_0x18bfc6(0x207)]),_0x36a515=_0x256e4b[_0x18bfc6(0x1f7)]('a',{'href':'#'+_0x469633,...!_0x3e887d&&{'tabindex':'-1'}},[_0x256e4b[_0x18bfc6(0x1a4)](_0x18a28a)]),_0x217864=this[_0x18bfc6(0x1c4)][_0x18bfc6(0x1d5)][_0x18bfc6(0x1e4)](_0x18bfc6(0x19d));_0x256e4b[_0x18bfc6(0x204)](_0x18bfc6(0x1e6),_0xa426bc,_0x36a515);const _0x14deca=_0x256e4b[_0x18bfc6(0x1f7)]('li',null,[_0x35221c||!_0x3e887d&&_0x217864?_0x36a515:_0x256e4b[_0x18bfc6(0x1a4)]('')]),_0x302a87=_0xa426bc?_0x53bcf7[_0xa426bc-0x1][_0x18bfc6(0x1eb)]:0x0,_0x252e1b=Math[_0x18bfc6(0x1bd)](_0x1ce4ea[_0x18bfc6(0x1eb)]-_0x302a87);if(_0x1ce4ea[_0x18bfc6(0x1eb)]>_0x302a87){const _0x261ba8=N(_0x14deca,_0x252e1b,_0x256e4b);_0x256e4b[_0x18bfc6(0x1e0)](_0x256e4b[_0x18bfc6(0x1aa)](_0x394d5d,_0x18bfc6(0x1ec)),_0x261ba8);}else{const _0x2528a0=function(_0xcc378,_0x3c12a7){const _0x194eae=_0x18bfc6;return _0xcc378[_0x194eae(0x1cb)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x194eae(0x1ba)](_0x2f9977=>_0x2f9977['is'](_0x194eae(0x1b4),'ol'))[_0x3c12a7];}(_0x394d5d,_0x252e1b);_0x256e4b[_0x18bfc6(0x1e0)](_0x256e4b[_0x18bfc6(0x1aa)](_0x2528a0,_0x18bfc6(0x1ec)),_0x14deca);}_0x394d5d=_0x14deca;}),_0x593003;}[_0x14a47a(0x1dc)](_0x111757){const _0x1f3110=_0x14a47a,_0x4ec25c=this[_0x1f3110(0x1b6)][_0x111757][_0x1f3110(0x1c5)];this[_0x1f3110(0x1c4)][_0x1f3110(0x206)][_0x1f3110(0x1c2)](_0x541034=>{const _0x3c3133=_0x1f3110;_0x541034[_0x3c3133(0x1bb)](_0x4ec25c,0x0);}),this[_0x1f3110(0x1c4)][_0x1f3110(0x1f5)][_0x1f3110(0x1e9)][_0x1f3110(0x1c8)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x14a47a(0x1df)](){return(_0x396cac,_0x5f279f)=>{const _0x55c077=_0x266d,_0x21d9a7=_0x5f279f[_0x55c077(0x19b)],_0xfa67df=_0x21d9a7[_0x55c077(0x202)](_0x5f279f[_0x55c077(0x1e7)]),_0x4786cf=_0x21d9a7[_0x55c077(0x1da)](_0xfa67df);_0x4786cf['is'](_0x55c077(0x1b4),_0x55c077(0x1b3))&&(_0x5f279f[_0x55c077(0x1b1)]=this[_0x55c077(0x1c4)][_0x55c077(0x206)][_0x55c077(0x1aa)](_0x4786cf,0x0),_0x396cac[_0x55c077(0x1be)]());};}}function N(_0x44e99a,_0x571a7d,_0x53b992){const _0x3619e2=_0x14a47a;return 0x1===_0x571a7d?_0x53b992[_0x3619e2(0x1f7)]('ol',null,[_0x44e99a]):_0x53b992[_0x3619e2(0x1f7)]('ol',null,[_0x53b992[_0x3619e2(0x1f7)]('li',null,[N(_0x44e99a,_0x571a7d-0x1,_0x53b992)])]);}
|