@ckeditor/ckeditor5-document-outline 45.2.1-alpha.3 → 45.2.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var 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}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>q,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>pt,TableOfContentsCommand:()=>X,TableOfContentsEditing:()=>it,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=431]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(449)]())i instanceof r.Text&&(n+=i[e(442)]);return n}function a(){const t=["htmlH5","htmlH6","plugins","8750392nfwDCA","10265424YuHXau","model","reduce","data","134mzZBYM","3517068NjJvAL","14114KJVvqp","config","push","9YwOASA","getChildren","htmlH2","has","get","195366WXeDBd","htmlH1","15336920KwfSag","htmlH4","GeneralHtmlSupport","742161QadRro","paragraph","15HdIevu","htmlH3","heading.options"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(675659===parseInt(e(445))/1*(parseInt(e(443))/2)+-parseInt(e(458))/3+parseInt(e(444))/4+parseInt(e(432))/5*(parseInt(e(453))/6)+-parseInt(e(438))/7+-parseInt(e(439))/8+parseInt(e(448))/9*(parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=131]})(t,e)}function f(){const t=["indexOf","editing","_getOutlineDefinitions","afterInit","getRoot","element","activeItemIndex","121701bkRJZq","getChildren","createElement","level","item","domToView","document","toModel","isOfficialPlugin","length","pluginName","7819iQhzdW","change","_deriveHeadingElementsFromConversion","_getActiveHeading","backward","push","6036zVkWOv","domConverter","includes","_getHeadingNames","242790hTsZOr","view","selection","name","modelElement","get","findIndex","editor","145ZvbvIC","_headingNames","isPremiumPlugin","DocumentOutlineUtils","init","getFirstPosition","226ArOmrO","documentOutline.headings","fire","171VRQZju","1520BxpTjv","13270hMcwVj","data","getChild","model","8591iJOVli","46204rkwYQG","1qMlnWe","getRootNames","text","config"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(179794===parseInt(e(176))/1*(parseInt(e(165))/2)+parseInt(e(187))/3+-parseInt(e(175))/4*(-parseInt(e(159))/5)+-parseInt(e(151))/6+parseInt(e(141))/7*(parseInt(e(169))/8)+parseInt(e(168))/9*(parseInt(e(170))/10)+-parseInt(e(174))/11*(parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(140)](){return l(162)}static get[l(138)](){return!0}static get[l(161)](){return!0}[l(160)]=[];[l(163)](){const t=l,e=this[t(158)];this[t(160)]=this[t(150)]();let n=[];e[t(173)][t(136)].on(t(142),o((()=>{const e=t,i=n;n=this[e(182)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(133)]===n[e(133)]&&t[e(178)]===n[e(178)]&&t[e(155)]===n[e(155)])),r=(0,u.diffToChanges)(o,n),s=this[e(144)](),c=n[e(157)]((t=>t[e(155)]===s));r[e(139)]&&this[e(167)](e(142),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(167)](e(186),{index:c})}),250,{leading:!0,trailing:!0}))}[l(183)](){const t=l;this[t(160)][t(139)]||this[t(143)]()}[l(182)](){const t=l,e=this[t(158)],n=[],i=this[t(160)];for(const n of e[t(173)][t(136)][t(177)]())o(e[t(173)][t(136)][t(184)](n));function o(e){const r=t;for(const t of e[r(131)]())t.is(r(185))&&(i[r(149)](t[r(154)])&&n[r(146)]({level:i[r(180)](t[r(154)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(144)](){const t=l,e=this[t(158)][t(173)][t(136)][t(153)][t(164)](),n=new r.TreeWalker({direction:t(145),startPosition:e});for(const e of n)if(e[t(134)].is(t(185))&&this[t(160)][t(149)](e[t(134)][t(154)]))return e[t(134)]}[l(150)](){const t=l;return this[t(158)][t(179)][t(156)](t(166))||function(t){const e=s,n=t[e(446)][e(452)](e(434));return n?n[e(441)](((t,n)=>(e(431)!==n[e(440)]&&t[e(447)](n[e(440)]),t)),[]):t[e(437)][e(451)](e(457))?[e(454),e(450),e(433),e(456),e(435),e(436)]:[]}(this[t(158)])}[l(143)](){const t=l,e=this[t(158)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(181)][t(152)][t(148)][t(135)](document[t(132)](o)),r=e[t(171)][t(137)](n)[t(172)](0);r?.is(t(185))&&i[t(146)](r[t(154)])}this[t(160)]=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=["text","ck-document-outline__item_empty","ck-document-outline__item","div","bindTemplate","setTemplate","1752915KMifjb","isActive","171395fjIMHt","ck-reset","717158LWCrji","1JkfOwf","level","Empty heading","isEmpty","bind","ck-document-outline__item_level-","2018910tsxgOW","1282284HPghol","1494348eRlQzK","ck-document-outline__item_active","click","5717848TcDXyU","set"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(282682===-parseInt(e(427))/1*(-parseInt(e(426))/2)+-parseInt(e(410))/3+-parseInt(e(411))/4+-parseInt(e(422))/5+parseInt(e(409))/6+parseInt(e(424))/7+parseInt(e(414))/8)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(420)],o=e?"["+m(t,n(429))+"]":"";this[n(415)](n(416),""),this[n(415)](n(428),1),this[n(415)](n(423),!1),this[n(431)](n(430)).to(this,n(416),(t=>!t)),this[n(421)]({tag:n(419),attributes:{class:["ck",n(425),n(418),i.to(n(428),(t=>n(432)+t)),i.if(n(423),n(412)),i.if(n(430),n(417))],title:i.to(n(416))},children:[{text:i.to(n(416),(t=>t||o))}],on:{click:i.to(n(413))}})}}const k=b;function I(){const t=["delegate","ck-reset","2743348HhBidB","sync","_insertItem","fire","source","isActive","remove","set","50bVQdBa","forEach","addMany","2269827WPVJTY","insert","3NMJOAx","activeItemIndex","5nSQPdg","setTemplate","documentOutlineContainer","_handleItemClick","getIndex","values","bind","showEmptyHeadingText","element","_deleteItem","1429540meGXNT","_scrollToItem","get","31298762vBWDCp","ck-document-outline","type","items","text","index","itemSelected","6876468pOwjwF","11026136gtWUOH","delete","Editor headings will appear here as you type.","howMany","level","div","destroy","map","contentLanguageDirection","locale","15902qNqtcv","change:activeItemIndex","12KnWNoU","click","144XrWnjE","_setActiveItem","createCollection"];return(I=function(){return t})()}function b(t,e){const n=I();return(b=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(918685===-parseInt(e(318))/1*(parseInt(e(322))/2)+parseInt(e(285))/3*(parseInt(e(272))/4)+-parseInt(e(287))/5*(parseInt(e(307))/6)+-parseInt(e(297))/7+-parseInt(e(308))/8+-parseInt(e(283))/9*(-parseInt(e(280))/10)+-parseInt(e(300))/11*(-parseInt(e(320))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[k(303)];[k(289)];[k(294)];constructor(t,e=!1,n){const i=k;super(t),this[i(294)]=e,this[i(279)](i(286),-1),this[i(289)]=n,this[i(303)]=this[i(324)](),this[i(303)][i(325)](i(321)).to(this),this.on(i(321),this[i(290)][i(293)](this)),this.on(i(319),((t,e,n,o)=>{this[i(323)](o,n)})),this[i(288)]({tag:i(313),attributes:{class:["ck",i(326),i(301)],dir:t[i(316)],"data-document-outline-empty-placeholder":m(t,i(310)),tabindex:-1},children:this[i(303)]})}[k(273)](t){const e=k;t[e(281)]((t=>{const n=e;n(284)==t[n(302)]?this[n(274)](t[n(305)],...t[n(292)]):n(309)==t[n(302)]&&this[n(296)](t[n(305)],t[n(311)])}))}[k(323)](t,e){const n=k;if(-1!==t){const e=this[n(303)][n(299)](t);e&&(e[n(277)]=!1)}-1!==e&&(this[n(303)][n(299)](e)[n(277)]=!0,this[n(298)](e))}[k(274)](t,...e){const n=k,i=e[n(315)](((e,i)=>{const o=n,r=new v(this[o(317)],this[o(294)]);return r[o(304)]=e[o(304)],r[o(312)]=e[o(312)],t+i===this[o(286)]&&(r[o(277)]=!0),r}));this[n(303)][n(282)](i,t)}[k(296)](t,e){const n=k;do{this[n(303)][n(278)](t)}while(--e)}[k(290)](t){const e=k,n=this[e(303)][e(291)](t[e(276)]);this[e(275)](e(306),n)}[k(298)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(303)][e(299)](t)[e(295)],20,this[e(289)])}[k(314)](){const t=k;super[t(314)](),this[t(295)][t(278)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),A=n.n(T),E=n(667),P=n.n(E),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=A().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=R;function R(t,e){const n=M();return(R=function(t,e){return n[t-=159]})(t,e)}function M(){const t=["height","scroll","3119013ISrRGx","get","render","map","_handleOutlineChange","view","isPremiumPlugin","focus","domConverter","afterInit","pluginName","floor","add","183366nkbAOM","change","sync","setSelection","plugins","getRootNames","bind","toViewElement","_updateActiveDefinitionOnViewportChange","editor","mapViewToDom","cancel","resize","document-outline-container-not-provided","element","length","54sdXcTZ","itemSelected","_setActiveViewItem","editing","document","fromCharCode","_updateActiveDefinitionFromViewportThrottled","join","window","activeItemIndex","4780419STESYi","destroy","focusTracker","_handleItemSelected","listenTo","isOfficialPlugin","730jMxdGi","DocumentOutlineUtils","getIntersection","3QnJaov","href","8nXdCPt","documentOutline.showEmptyHeadings","scrollToTheSelection","_currentOutlineDefinitions","documentOutline.container","init","modelElement","getDomRoot","indexOf","model","2692772yHRBtG","top","appendChild","7051460cicfFL","getVisible","config","mapper","DocumentOutlineUI","770894UBdPiZ","bottom","locale"];return(M=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(515026===parseInt(e(219))/1+parseInt(e(164))/2+-parseInt(e(199))/3*(parseInt(e(211))/4)+-parseInt(e(196))/5*(-parseInt(e(180))/6)+parseInt(e(190))/7+-parseInt(e(201))/8*(-parseInt(e(224))/9)+-parseInt(e(214))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class j extends t.Plugin{[K(229)];[K(204)];[K(186)];static get[K(161)](){return K(218)}static get[K(195)](){return!0}static get[K(230)](){return!0}constructor(t){const e=K;super(t),this[e(229)]=new y(t[e(221)],this[e(173)][e(216)][e(225)](e(202)),this[e(173)][e(216)][e(225)](e(205))),this[e(204)]=[],this[e(186)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(172)][e(170)](this),100)}[K(206)](){const t=K,e=this[t(173)],n=e[t(168)][t(225)](t(197));let i=!1;if(this[t(229)][t(226)](),this[t(173)].ui[t(192)][t(163)](this[t(229)][t(178)]),!e[t(216)][t(225)](t(205)))throw new u.CKEditorError(t(177),{editor:e});e[t(216)][t(225)](t(205))[t(213)](this[t(229)][t(178)]),n.on(t(165),this[t(228)][t(170)](this)),n.on(t(189),((e,{index:n})=>this[t(182)](n))),this[t(229)].on(t(181),((e,n)=>{i=!0,this[t(193)](n)})),this[t(229)][t(194)](u.global[t(184)],t(223),(()=>{i?i=!1:this[t(186)]()}),{useCapture:!0}),this[t(229)][t(194)](u.global[t(188)],t(176),this[t(186)],{useCapture:!0})}[K(160)](){!async function(t){const e=m([99,120,81,88,73,113,49,68,119,56,112,105,51,74,101,79,100,106,110,90,97,76,83,86,55,75,80,67,53,84,104,70,85,89,114,52,102,98,118,115,57,65,77,82,103,116,111,66,87,108,71,107,69,48,117,72,121,122,50,109,78,54]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=R;return t[e(227)]((t=>String[e(185)](t)))[e(187)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([99]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([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!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([68,79]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750032e3;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=R,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(200)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[K(191)](){const t=K;super[t(191)](),this[t(229)][t(191)](),this[t(186)][t(175)]()}[K(228)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(204)]=e,this[i(229)][i(166)](n)}[K(182)](t){const e=K;this[e(204)][e(179)]&&this[e(204)][t]&&(this[e(229)][e(189)]=t)}[K(193)](t){const e=K,n=this[e(204)][t][e(207)];this[e(173)][e(210)][e(165)]((t=>{t[e(167)](n,0)})),this[e(173)][e(183)][e(229)][e(203)]({alignToTop:!0,forceScroll:!0}),this[e(173)][e(183)][e(229)][e(231)](),this[e(182)](t)}[K(172)](){const t=K,e=this[t(173)];let n;for(const i of e[t(210)][t(184)][t(169)]()){const o=e[t(183)][t(229)][t(208)](i),r=o&&new u.Rect(o)[t(215)]();if(r){const e=new u.Rect(u.global[t(188)])[t(198)](r);e&&(n=e[t(212)]+.25*e[t(222)])}}if(void 0===n)return;const i=H(e[t(183)],this[t(204)],n);i?this[t(182)](this[t(204)][t(209)](i)):this[t(182)](-1)}}function H(t,e,n,i=0,o=e[K(179)]-1){const r=K,s=Math[r(162)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(217)][r(171)](c[r(207)]);if(!a)return null;const l=t[r(229)][r(159)][r(174)](a);return new u.Rect(l)[r(220)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function U(t,e){const n=B();return(U=function(t,e){return n[t-=499]})(t,e)}const V=U;function B(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(B=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(739209===-parseInt(e(530))/1+-parseInt(e(507))/2*(parseInt(e(506))/3)+parseInt(e(527))/4+-parseInt(e(521))/5*(parseInt(e(536))/6)+parseInt(e(533))/7*(-parseInt(e(515))/8)+parseInt(e(524))/9*(-parseInt(e(503))/10)+parseInt(e(523))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class q extends t.Plugin{[V(511)];[V(505)];static get[V(517)](){return[h,j]}static get[V(499)](){return V(526)}static get[V(504)](){return!0}static get[V(508)](){return!0}[V(522)](){const t=V;this[t(511)]=this[t(525)][t(502)][t(500)](t(511));const e=this[t(525)];this[t(505)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(529)==r||n(535)==r||n(532)==r||n(518)==r||n(520)==r||n(519)==r||n(513)==r||n(516)==r){delete e[o],i=r,clearInterval(this[n(505)]),this[n(505)]=void 0;break}}n(535)==i&&e[n(509)](n(514)),n(532)==i&&e[n(509)](n(510)),n(518)==i&&e[n(509)](n(528)),n(520)==i&&e[n(509)](n(534),n(526)),n(519)==i&&e[n(509)](n(501)),n(513)==i&&e[n(509)](n(512)),n(516)==i&&e[n(509)](n(537))}),1e3)}[V(531)](){const t=V;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var W=n(901);const Z=F;function F(t,e){const n=J();return(F=function(t,e){return n[t-=454]})(t,e)}function J(){const t=["createElement","588868XqiFHW","findAllowedParent","model","477PizSTK","2567130gtRUPl","1462rsHEUP","isEnabled","3008015xhoVFB","refresh","tableOfContents","1609528XnMtRg","getFirstPosition","1201844hmYFOn","change","576687abcQFw","schema","selection","6kkrmEo","editor","execute","document","9ZSoWJh","insertObject"];return(J=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class X extends t.Command{[Z(469)](){const t=Z;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[Z(458)](){const t=Z,e=this[t(468)][t(476)],n=e[t(470)][t(466)][t(461)]();this[t(456)]=null!==(n&&e[t(465)][t(475)](n,t(459)))}}var z=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=A().bind(null,"head"),Q.domAPI=C(),Q.insertStyleElement=S();O()(z.A,Q);z.A&&z.A.locals&&z.A.locals;const G=Y;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=Y,n=t();for(;;)try{if(669155===parseInt(e(345))/1*(-parseInt(e(350))/2)+parseInt(e(287))/3*(parseInt(e(346))/4)+parseInt(e(309))/5+-parseInt(e(348))/6*(parseInt(e(282))/7)+-parseInt(e(289))/8+parseInt(e(291))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[G(314)](){return G(322)}static get[G(295)](){return!0}static get[G(331)](){return!0}[G(292)](){const t=G,e=this[t(283)];e[t(284)][t(288)](t(298))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(311)!==t[e(285)]&&i[e(294)](t[e(342)],t[e(285)])})),i[n(288)]("h1")||i[n(294)]("h1",n(318)),i):i}(this[t(283)][t(284)][t(288)](t(344)))[t(332)](((n,i)=>{const o=t;this[o(337)](i),this[o(325)](n),e[o(285)][o(327)][o(349)](n)&&e[o(285)][o(327)][o(293)](n,{allowAttributes:o(320)})})),this[t(307)]())}[G(337)](t){const e=G;this[e(283)][e(321)][e(300)](e(302))[e(308)]((n=>n.on(e(301)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(341)][o(338)]("id"),a=n[o(310)][o(347)]();if(a)return c&&c[o(297)]||a[o(319)](o(320))?void(r[o(324)](n[o(341)],{attributes:["id"]})&&s[o(296)](o(320),c,a)):(r[o(324)](n[o(341)],{attributes:["id"]}),void s[o(296)](o(320),(0,u.uid)(),a))}),{priority:u.priorities[e(288)](e(286))+.5})))}[G(325)](t){const e=G;this[e(283)][e(321)][e(300)](e(305))[e(308)]((n=>n.on(e(279)+t,((t,n,i)=>{const o=e;if(!i[o(326)][o(324)](n[o(315)],t[o(304)]))return;const r=n[o(315)][o(338)](o(320)),s=i[o(335)][o(329)](n[o(315)]);i[o(312)][o(296)]("id",r,s)}))))}[G(307)](){const t=G,e=this[t(283)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(308)](r),e[o(296)](o(320),r,n),r}function r(e,n){const i=t;e[i(317)](i(320),n)}e[t(285)][t(303)][t(299)]((s=>{const c=t,a=e[c(285)][c(303)][c(343)][c(340)]();let u=!1;for(const t of a)if(c(280)==t[c(313)]&&t[c(304)])if(t[c(304)][c(281)](/heading\d/)){const e=t[c(339)][c(288)](c(320));c(330)==typeof e?n[c(334)](e)?(o(s,t[c(306)][c(316)]),u=!0):i[c(308)](e):(o(s,t[c(306)][c(316)]),u=!0)}else c(330)==typeof t[c(339)][c(288)](c(320))&&(r(s,t[c(306)][c(316)]),u=!0);else if(c(323)==t[c(313)]){const e=t[c(339)][c(288)](c(320));c(330)==typeof e&&n[c(290)](e)}return u})),e[t(285)][t(303)].on(t(328),(()=>{const e=t;i[e(332)]((t=>n[e(308)](t))),i[e(336)]()}))}}function tt(){const t=["removeAttribute","heading1","hasAttribute","headingId","conversion","HeadingId","remove","consume","_customDataDowncastHeadingsConversion","consumable","schema","change","toViewElement","string","isPremiumPlugin","forEach","17431710EAvwBV","has","mapper","clear","_customUpcastHeadingsConversion","getAttribute","attributes","getChanges","viewItem","view","differ","heading.options","28261XhUwJk","112208nTtgTN","getContainedElement","3957594pAWRBn","isRegistered","50PKnRea","attribute:headingId:","insert","match","7kJAupq","editor","config","model","low","6knpnwJ","get","702248ZgyFfw","delete","2132856MAXriB","afterInit","extend","set","isOfficialPlugin","setAttribute","length","headingId.modelAttributeName","registerPostFixer","for","element:","upcast","document","name","downcast","position","_registerHeadingIdAttributePostfixer","add","434005ZdAoOx","modelRange","paragraph","writer","type","pluginName","item","nodeAfter"];return(tt=function(){return t})()}const et=nt;function nt(t,e){const n=ot();return(nt=function(t,e){return n[t-=166]})(t,e)}!function(t){const e=nt,n=t();for(;;)try{if(494503===-parseInt(e(279))/1*(parseInt(e(244))/2)+parseInt(e(182))/3*(parseInt(e(246))/4)+parseInt(e(229))/5*(parseInt(e(235))/6)+-parseInt(e(261))/7+parseInt(e(223))/8+-parseInt(e(167))/9*(-parseInt(e(209))/10)+-parseInt(e(196))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class it extends t.Plugin{static get[et(253)](){return et(176)}static get[et(183)](){return!0}static get[et(180)](){return!0}static get[et(200)](){return[W.Widget,h,$]}[et(172)];[et(228)];[et(203)];constructor(t){const e=et;super(t),this[e(172)]=[],this[e(228)]=new Set,this[e(203)]=e(205)}[et(278)](){const t=et,e=this[t(238)],n=e[t(179)][t(178)][t(256)];e[t(250)][t(265)](t(166))&&(this[t(203)]=e[t(250)][t(265)](t(166))),this[t(243)](n,t(213),((e,n)=>{const i=t;if(!n[i(263)])return;const o=n[i(263)][i(169)](i(273));Number[i(218)](o)&&(n[i(275)][i(222)](),e[i(224)](),this[i(191)](o))}),{priority:t(242),context:t(186)}),this[t(241)](),this[t(206)](),e[t(255)][t(280)](t(271),new X(e)),e[t(232)][t(265)](t(188)).on(t(272),((e,n)=>{const i=t;this[i(172)]=n[i(194)],this[i(193)]()})),this[t(243)](e[t(215)][t(256)],t(272),(()=>{this[t(207)]()}))}[et(247)](){!async function(t){const e=m([108,79,117,107,86,54,115,89,105,49,102,77,50,111,56,88,104,97,87,78,65,51,76,121,83,109,98,73,57,118,120,100,112,110,84,122,74,116,90,81,67,106,72,75,70,66,71,69,48,82,113,101,68,119,53,80,114,103,99,52,55,85]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=nt;return t[e(260)]((t=>String[e(245)](t)))[e(259)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([108]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([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!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([84,79,67]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750032e3;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=nt,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(266)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[et(193)](){const t=et;this[t(228)][t(231)]((e=>{const n=t;n(225)!==e[n(187)]&&this[n(238)][n(179)][n(171)](e)}))}[et(207)](){const t=et;for(const e of this[t(238)][t(215)][t(256)][t(239)][t(192)]({includeChangesInGraveyard:!0})){if(t(197)!==e[t(189)]||t(233)!==e[t(173)])return;this[t(228)][t(280)](e[t(270)][t(199)])}}[et(241)](){const t=et;this[t(238)][t(215)][t(274)][t(257)](t(233),{inheritAllFrom:t(251)})}[et(206)](){const t=et,e=this[t(238)][t(254)];e[t(217)](t(185))[t(175)]({model:t(233),view:{name:t(221),classes:t(214)}}),e[t(217)](t(198))[t(181)]({model:t(233),view:(e,{writer:n})=>this[t(210)](n,!0)}),e[t(217)](t(267))[t(181)]({model:t(233),view:(e,{writer:n})=>{const i=t;this[i(228)][i(280)](e);const o=this[i(210)](n);return(0,W.toWidget)(o,n,{label:m(this[i(238)][i(177)],i(190))})}}),this[t(238)][t(236)][t(201)]({name:t(221),classes:t(214)}),this[t(238)][t(179)][t(240)].on(t(234),this[t(227)](),{priority:t(242)})}[et(210)](t,e=!1){const n=et,{locale:i}=this[n(238)],o=t[n(174)](n(221),{class:n(214)+(0===this[n(172)][n(219)]?n(204):""),...!e&&{"data-table-of-contents-label":m(i,n(190))}});0===this[n(172)][n(219)]&&!1===e&&t[n(197)](t[n(237)](o,n(230)),t[n(174)]("p",{class:n(249)},[t[n(170)](m(i,n(216)))]));const r=e?"":"["+m(i,n(220))+"]";let s=o;return this[n(172)][n(231)](((i,o,c)=>{const a=n,u=this[a(238)][a(215)][a(168)](i[a(226)],{ignoreWhitespaces:!0}),l=u?i[a(268)]:r,d=i[a(226)][a(195)](this[a(203)]),f=t[a(174)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(170)](l)]),h=this[a(238)][a(250)][a(265)](a(202));t[a(276)](a(273),o,f);const p=t[a(174)]("li",null,[u||!e&&h?f:t[a(170)]("")]),m=o?c[o-1][a(208)]:0,g=Math[a(269)](i[a(208)]-m);if(i[a(208)]>m){const e=rt(p,g,t);t[a(197)](t[a(237)](s,a(230)),e)}else{const e=function(t,e){const n=a;return t[n(184)]({includeSelf:!0,parentFirst:!0})[n(258)]((t=>t.is(n(248),"ol")))[e]}(s,g);t[a(197)](t[a(237)](e,a(230)),p)}s=p})),o}[et(191)](t){const e=et,n=this[e(172)][t][e(226)];this[e(238)][e(215)][e(272)]((t=>{t[e(252)](n,0)})),this[e(238)][e(179)][e(178)][e(277)]({alignToTop:!0,forceScroll:!0})}[et(227)](){return(t,e)=>{const n=nt,i=e[n(240)],o=i[n(264)](e[n(262)]),r=i[n(212)](o);r.is(n(248),n(233))&&(e[n(211)]=this[n(238)][n(215)][n(237)](r,0),t[n(224)]())}}}function ot(){const t=["isPremiumPlugin","elementToStructure","515238CsujZh","isOfficialPlugin","getAncestors","upcast","$capture","rootName","DocumentOutlineUtils","type","Table of contents","_handleScrollToHeading","getChanges","_updateTableOfContentsElements","outlineDefinitions","getAttribute","100804xovCOP","insert","dataDowncast","nodeAfter","requires","registerRawContentMatcher","documentOutline.showEmptyHeadings","_headingIdModelAttributeName"," table-of-contents_empty","headingId","_defineConverters","_trackNewToCElements","level","90pNDGXq","_createTableOfContents","modelPosition","toModelElement","click","table-of-contents","model","No headings were found in the document.","for","isInteger","length","Empty heading","div","preventDefault","7856040amKeJX","stop","$graveyard","modelElement","_redirectMapper","_tableOfContentsElements","65RpaDRU","end","forEach","plugins","tableOfContents","viewToModelPosition","26022kOqBaZ","data","createPositionAt","editor","differ","mapper","_defineSchema","high","listenTo","2RzUtUi","fromCharCode","8AOdESX","afterInit","element","table-of-contents__placeholder","config","$blockObject","setSelection","pluginName","conversion","commands","document","register","filter","join","map","4772558eaUZKV","viewPosition","target","findMappedViewAncestor","get","href","editingDowncast","text","abs","position","insertTableOfContents","change","tableOfContentsHeadingIndex","schema","domEvent","setCustomProperty","scrollToTheSelection","init","972001NdIYXN","add","headingId.modelAttributeName","775584JlYOiU","hasContent","getCustomProperty","createText","reconvertItem","_currentOutlineDefinitions","name","createContainerElement","elementToElement","TableOfContentsEditing","locale","view","editing"];return(ot=function(){return t})()}function rt(t,e,n){const i=et;return 1===e?n[i(174)]("ol",null,[t]):n[i(174)]("ol",null,[n[i(174)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=132]})(t,e)}function ut(){const t=["bind","tableOfContentsLicenseKeyValid","trialLimit","isEnabled","pluginName","listenTo","isPremiumPlugin","componentFactory","usageLimit","destroy","set","isOfficialPlugin","commands","TableOfContents","tableOfContentsLicenseKeyTrialLimit","2123304XiQPqJ","1332UPqYTG","evaluationLimit","editing","menuBar:tableOfContents","focus","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","expired","licenseKey","featureNotAllowed","domainLimit","view","tableOfContentsLicenseKeyNotAllowed","invalid","2120lBgYQy","_createButton","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyUsageLimit","463332xceRyD","60957WgANKR","config","tooltip","Table of contents","tableOfContentsLicenseKeyDomainLimit","14yVBlwK","133881jybhOf","752ghUZzz","editor","_licenseKeyCheckInterval","tableOfContents","insertTableOfContents","TableOfContentsUI","8731173eERZjC","add","execute","6BeLyMg","_showLicenseError","init","get","1129150PqAySu","locale"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(421463===parseInt(e(134))/1+-parseInt(e(184))/2*(parseInt(e(144))/3)+-parseInt(e(166))/4*(-parseInt(e(180))/5)+parseInt(e(165))/6*(-parseInt(e(133))/7)+parseInt(e(135))/8*(parseInt(e(185))/9)+-parseInt(e(148))/10+parseInt(e(141))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(174)];[ct(137)];static get[ct(154)](){return ct(140)}static get[ct(161)](){return!0}static get[ct(156)](){return!0}[ct(146)](){const t=ct,e=this[t(136)];e.ui[t(157)][t(142)](t(138),(()=>{const e=t,n=this[e(181)](p.ButtonView);return n[e(187)]=!0,n})),e.ui[t(157)][t(142)](t(169),(()=>this[t(181)](p.MenuBarMenuListItemButtonView))),this[t(174)]=this[t(136)][t(186)][t(147)](t(174));const n=this[t(136)];this[t(137)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(151)==r||e(182)==r||e(171)==r||e(132)==r||e(178)==r||e(172)==r||e(164)==r||e(183)==r){delete n[o],i=r,clearInterval(this[e(137)]),this[e(137)]=void 0;break}}e(182)==i&&n[e(145)](e(179)),e(171)==i&&n[e(145)](e(173)),e(132)==i&&n[e(145)](e(176)),e(178)==i&&n[e(145)](e(175),e(163)),e(172)==i&&n[e(145)](e(167)),e(164)==i&&n[e(145)](e(152)),e(183)==i&&n[e(145)](e(158))}),1e3)}[ct(181)](t){const e=ct,n=this[e(136)],i=n[e(149)],o=n[e(162)][e(147)](e(139)),r=new t(i);return r[e(160)]({label:m(i,e(188)),icon:st.IconTableOfContents}),r[e(150)](e(153)).to(o,e(153)),this[e(155)](r,e(143),(()=>{const t=e;n[t(143)](t(139)),n[t(168)][t(177)][t(170)]()})),r}[ct(159)](){const t=ct;super[t(159)](),this[t(137)]&&clearInterval(this[t(137)])}}var dt=ht;function ft(){var t=["4626872mIuuUh","18951kqqCNm","2816870horwxj","12hZdpOI","requires","pluginName","TableOfContents","6kGbSTO","4715460ZRQSwA","873506lwuHwa","isPremiumPlugin","isOfficialPlugin","826150dDPopc","211522OhnabB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=160]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(306941===parseInt(e(173))/1+-parseInt(e(169))/2+-parseInt(e(161))/3*(-parseInt(e(163))/4)+parseInt(e(172))/5+parseInt(e(167))/6*(parseInt(e(162))/7)+-parseInt(e(160))/8+parseInt(e(168))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[dt(164)](){return[it,lt]}static get[dt(165)](){return dt(166)}static get[dt(171)](){return!0}static get[dt(170)](){return!0}}function mt(){var t=["7166784MZovrI","1115474qxCZqk","2270704NRJudx","2195350DaGKMc","23848mVReif","2qkbmZu","9qlnxPr","26918300fGgvzn","35oAdVQM","2234685HXtDTb"];return(mt=function(){return t})()}function gt(t,e){var n=mt();return(gt=function(t,e){return n[t-=298]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(846294===parseInt(e(298))/1+-parseInt(e(302))/2*(parseInt(e(306))/3)+-parseInt(e(299))/4+-parseInt(e(300))/5+-parseInt(e(307))/6+parseInt(e(305))/7*(-parseInt(e(301))/8)+-parseInt(e(303))/9*(-parseInt(e(304))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var 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}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>R,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>pt,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=431]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(449)]())i instanceof r.Text&&(n+=i[e(442)]);return n}function a(){const t=["htmlH5","htmlH6","plugins","8750392nfwDCA","10265424YuHXau","model","reduce","data","134mzZBYM","3517068NjJvAL","14114KJVvqp","config","push","9YwOASA","getChildren","htmlH2","has","get","195366WXeDBd","htmlH1","15336920KwfSag","htmlH4","GeneralHtmlSupport","742161QadRro","paragraph","15HdIevu","htmlH3","heading.options"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(675659===parseInt(e(445))/1*(parseInt(e(443))/2)+-parseInt(e(458))/3+parseInt(e(444))/4+parseInt(e(432))/5*(parseInt(e(453))/6)+-parseInt(e(438))/7+-parseInt(e(439))/8+parseInt(e(448))/9*(parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=131]})(t,e)}function f(){const t=["indexOf","editing","_getOutlineDefinitions","afterInit","getRoot","element","activeItemIndex","121701bkRJZq","getChildren","createElement","level","item","domToView","document","toModel","isOfficialPlugin","length","pluginName","7819iQhzdW","change","_deriveHeadingElementsFromConversion","_getActiveHeading","backward","push","6036zVkWOv","domConverter","includes","_getHeadingNames","242790hTsZOr","view","selection","name","modelElement","get","findIndex","editor","145ZvbvIC","_headingNames","isPremiumPlugin","DocumentOutlineUtils","init","getFirstPosition","226ArOmrO","documentOutline.headings","fire","171VRQZju","1520BxpTjv","13270hMcwVj","data","getChild","model","8591iJOVli","46204rkwYQG","1qMlnWe","getRootNames","text","config"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(179794===parseInt(e(176))/1*(parseInt(e(165))/2)+parseInt(e(187))/3+-parseInt(e(175))/4*(-parseInt(e(159))/5)+-parseInt(e(151))/6+parseInt(e(141))/7*(parseInt(e(169))/8)+parseInt(e(168))/9*(parseInt(e(170))/10)+-parseInt(e(174))/11*(parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(140)](){return l(162)}static get[l(138)](){return!0}static get[l(161)](){return!0}[l(160)]=[];[l(163)](){const t=l,e=this[t(158)];this[t(160)]=this[t(150)]();let n=[];e[t(173)][t(136)].on(t(142),o((()=>{const e=t,i=n;n=this[e(182)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(133)]===n[e(133)]&&t[e(178)]===n[e(178)]&&t[e(155)]===n[e(155)])),r=(0,u.diffToChanges)(o,n),s=this[e(144)](),c=n[e(157)]((t=>t[e(155)]===s));r[e(139)]&&this[e(167)](e(142),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(167)](e(186),{index:c})}),250,{leading:!0,trailing:!0}))}[l(183)](){const t=l;this[t(160)][t(139)]||this[t(143)]()}[l(182)](){const t=l,e=this[t(158)],n=[],i=this[t(160)];for(const n of e[t(173)][t(136)][t(177)]())o(e[t(173)][t(136)][t(184)](n));function o(e){const r=t;for(const t of e[r(131)]())t.is(r(185))&&(i[r(149)](t[r(154)])&&n[r(146)]({level:i[r(180)](t[r(154)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(144)](){const t=l,e=this[t(158)][t(173)][t(136)][t(153)][t(164)](),n=new r.TreeWalker({direction:t(145),startPosition:e});for(const e of n)if(e[t(134)].is(t(185))&&this[t(160)][t(149)](e[t(134)][t(154)]))return e[t(134)]}[l(150)](){const t=l;return this[t(158)][t(179)][t(156)](t(166))||function(t){const e=s,n=t[e(446)][e(452)](e(434));return n?n[e(441)](((t,n)=>(e(431)!==n[e(440)]&&t[e(447)](n[e(440)]),t)),[]):t[e(437)][e(451)](e(457))?[e(454),e(450),e(433),e(456),e(435),e(436)]:[]}(this[t(158)])}[l(143)](){const t=l,e=this[t(158)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(181)][t(152)][t(148)][t(135)](document[t(132)](o)),r=e[t(171)][t(137)](n)[t(172)](0);r?.is(t(185))&&i[t(146)](r[t(154)])}this[t(160)]=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=["text","ck-document-outline__item_empty","ck-document-outline__item","div","bindTemplate","setTemplate","1752915KMifjb","isActive","171395fjIMHt","ck-reset","717158LWCrji","1JkfOwf","level","Empty heading","isEmpty","bind","ck-document-outline__item_level-","2018910tsxgOW","1282284HPghol","1494348eRlQzK","ck-document-outline__item_active","click","5717848TcDXyU","set"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(282682===-parseInt(e(427))/1*(-parseInt(e(426))/2)+-parseInt(e(410))/3+-parseInt(e(411))/4+-parseInt(e(422))/5+parseInt(e(409))/6+parseInt(e(424))/7+parseInt(e(414))/8)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(420)],o=e?"["+m(t,n(429))+"]":"";this[n(415)](n(416),""),this[n(415)](n(428),1),this[n(415)](n(423),!1),this[n(431)](n(430)).to(this,n(416),(t=>!t)),this[n(421)]({tag:n(419),attributes:{class:["ck",n(425),n(418),i.to(n(428),(t=>n(432)+t)),i.if(n(423),n(412)),i.if(n(430),n(417))],title:i.to(n(416))},children:[{text:i.to(n(416),(t=>t||o))}],on:{click:i.to(n(413))}})}}const k=b;function I(){const t=["delegate","ck-reset","2743348HhBidB","sync","_insertItem","fire","source","isActive","remove","set","50bVQdBa","forEach","addMany","2269827WPVJTY","insert","3NMJOAx","activeItemIndex","5nSQPdg","setTemplate","documentOutlineContainer","_handleItemClick","getIndex","values","bind","showEmptyHeadingText","element","_deleteItem","1429540meGXNT","_scrollToItem","get","31298762vBWDCp","ck-document-outline","type","items","text","index","itemSelected","6876468pOwjwF","11026136gtWUOH","delete","Editor headings will appear here as you type.","howMany","level","div","destroy","map","contentLanguageDirection","locale","15902qNqtcv","change:activeItemIndex","12KnWNoU","click","144XrWnjE","_setActiveItem","createCollection"];return(I=function(){return t})()}function b(t,e){const n=I();return(b=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(918685===-parseInt(e(318))/1*(parseInt(e(322))/2)+parseInt(e(285))/3*(parseInt(e(272))/4)+-parseInt(e(287))/5*(parseInt(e(307))/6)+-parseInt(e(297))/7+-parseInt(e(308))/8+-parseInt(e(283))/9*(-parseInt(e(280))/10)+-parseInt(e(300))/11*(-parseInt(e(320))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[k(303)];[k(289)];[k(294)];constructor(t,e=!1,n){const i=k;super(t),this[i(294)]=e,this[i(279)](i(286),-1),this[i(289)]=n,this[i(303)]=this[i(324)](),this[i(303)][i(325)](i(321)).to(this),this.on(i(321),this[i(290)][i(293)](this)),this.on(i(319),((t,e,n,o)=>{this[i(323)](o,n)})),this[i(288)]({tag:i(313),attributes:{class:["ck",i(326),i(301)],dir:t[i(316)],"data-document-outline-empty-placeholder":m(t,i(310)),tabindex:-1},children:this[i(303)]})}[k(273)](t){const e=k;t[e(281)]((t=>{const n=e;n(284)==t[n(302)]?this[n(274)](t[n(305)],...t[n(292)]):n(309)==t[n(302)]&&this[n(296)](t[n(305)],t[n(311)])}))}[k(323)](t,e){const n=k;if(-1!==t){const e=this[n(303)][n(299)](t);e&&(e[n(277)]=!1)}-1!==e&&(this[n(303)][n(299)](e)[n(277)]=!0,this[n(298)](e))}[k(274)](t,...e){const n=k,i=e[n(315)](((e,i)=>{const o=n,r=new v(this[o(317)],this[o(294)]);return r[o(304)]=e[o(304)],r[o(312)]=e[o(312)],t+i===this[o(286)]&&(r[o(277)]=!0),r}));this[n(303)][n(282)](i,t)}[k(296)](t,e){const n=k;do{this[n(303)][n(278)](t)}while(--e)}[k(290)](t){const e=k,n=this[e(303)][e(291)](t[e(276)]);this[e(275)](e(306),n)}[k(298)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(303)][e(299)](t)[e(295)],20,this[e(289)])}[k(314)](){const t=k;super[t(314)](),this[t(295)][t(278)]()}}var _=n(673),O=n.n(_),x=n(545),T=n.n(x),C=n(262),A=n.n(C),E=n(667),P=n.n(E),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=A().bind(null,"head"),D.domAPI=T(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const M=j;function K(){const t=["_setActiveViewItem","window","top","href","49671YNxEHg","height","getIntersection","15785KRzpXr","activeItemIndex","afterInit","DocumentOutlineUtils","locale","editor","sync","_handleOutlineChange","1830nlNjQM","domConverter","_handleItemSelected","init","indexOf","get","document-outline-container-not-provided","modelElement","appendChild","scrollToTheSelection","DocumentOutlineUI","resize","document","354PGWwyz","bottom","7SvNeWs","element","bind","4932576fWoenf","mapViewToDom","floor","map","getRootNames","783392DpvrXG","getVisible","editing","itemSelected","_updateActiveDefinitionOnViewportChange","pluginName","2642604UnpMmS","_currentOutlineDefinitions","388807QJVFPh","fromCharCode","focus","change","2016676TSrNOx","listenTo","add","cancel","toViewElement","length","mapper","documentOutline.showEmptyHeadings","setSelection","focusTracker","documentOutline.container","getDomRoot","plugins","view","model","isOfficialPlugin","join","2UzyLEW","_updateActiveDefinitionFromViewportThrottled","config","isPremiumPlugin","render","scroll","destroy"];return(K=function(){return t})()}function j(t,e){const n=K();return(j=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(662008===parseInt(e(469))/1*(parseInt(e(416))/2)+-parseInt(e(467))/3+parseInt(e(473))/4+-parseInt(e(430))/5*(-parseInt(e(451))/6)+parseInt(e(453))/7*(-parseInt(e(461))/8)+parseInt(e(427))/9*(parseInt(e(438))/10)+-parseInt(e(456))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class R extends t.Plugin{[M(486)];[M(468)];[M(417)];static get[M(466)](){return M(448)}static get[M(488)](){return!0}static get[M(419)](){return!0}constructor(t){const e=M;super(t),this[e(486)]=new y(t[e(434)],this[e(435)][e(418)][e(443)](e(480)),this[e(435)][e(418)][e(443)](e(483))),this[e(468)]=[],this[e(417)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(465)][e(455)](this),100)}[M(441)](){const t=M,e=this[t(435)],n=e[t(485)][t(443)](t(433));let i=!1;if(this[t(486)][t(420)](),this[t(435)].ui[t(482)][t(475)](this[t(486)][t(454)]),!e[t(418)][t(443)](t(483)))throw new u.CKEditorError(t(444),{editor:e});e[t(418)][t(443)](t(483))[t(446)](this[t(486)][t(454)]),n.on(t(472),this[t(437)][t(455)](this)),n.on(t(431),((e,{index:n})=>this[t(423)](n))),this[t(486)].on(t(464),((e,n)=>{i=!0,this[t(440)](n)})),this[t(486)][t(474)](u.global[t(450)],t(421),(()=>{i?i=!1:this[t(417)]()}),{useCapture:!0}),this[t(486)][t(474)](u.global[t(424)],t(449),this[t(417)],{useCapture:!0})}[M(432)](){!async function(t){const e=m([75,109,116,113,98,49,53,56,54,108,71,52,86,102,78,69,100,48,67,119,121,84,112,117,122,104,79,50,85,74,80,114,68,77,57,103,76,111,82,107,106,65,88,51,90,97,118,99,73,101,72,120,70,89,115,105,66,87,110,55,83,81]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=j;return t[e(459)]((t=>String[e(470)](t)))[e(489)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([75]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([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!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([68,79]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750118400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=j,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(426)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[M(422)](){const t=M;super[t(422)](),this[t(486)][t(422)](),this[t(417)][t(476)]()}[M(437)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(468)]=e,this[i(486)][i(436)](n)}[M(423)](t){const e=M;this[e(468)][e(478)]&&this[e(468)][t]&&(this[e(486)][e(431)]=t)}[M(440)](t){const e=M,n=this[e(468)][t][e(445)];this[e(435)][e(487)][e(472)]((t=>{t[e(481)](n,0)})),this[e(435)][e(463)][e(486)][e(447)]({alignToTop:!0,forceScroll:!0}),this[e(435)][e(463)][e(486)][e(471)](),this[e(423)](t)}[M(465)](){const t=M,e=this[t(435)];let n;for(const i of e[t(487)][t(450)][t(460)]()){const o=e[t(463)][t(486)][t(484)](i),r=o&&new u.Rect(o)[t(462)]();if(r){const e=new u.Rect(u.global[t(424)])[t(429)](r);e&&(n=e[t(425)]+.25*e[t(428)])}}if(void 0===n)return;const i=H(e[t(463)],this[t(468)],n);i?this[t(423)](this[t(468)][t(442)](i)):this[t(423)](-1)}}function H(t,e,n,i=0,o=e[M(478)]-1){const r=M,s=Math[r(458)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(479)][r(477)](c[r(445)]);if(!a)return null;const l=t[r(486)][r(439)][r(457)](a);return new u.Rect(l)[r(452)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function V(t,e){const n=U();return(V=function(t,e){return n[t-=499]})(t,e)}const W=V;function U(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(U=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(739209===-parseInt(e(530))/1+-parseInt(e(507))/2*(parseInt(e(506))/3)+parseInt(e(527))/4+-parseInt(e(521))/5*(parseInt(e(536))/6)+parseInt(e(533))/7*(-parseInt(e(515))/8)+parseInt(e(524))/9*(-parseInt(e(503))/10)+parseInt(e(523))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class B extends t.Plugin{[W(511)];[W(505)];static get[W(517)](){return[h,R]}static get[W(499)](){return W(526)}static get[W(504)](){return!0}static get[W(508)](){return!0}[W(522)](){const t=W;this[t(511)]=this[t(525)][t(502)][t(500)](t(511));const e=this[t(525)];this[t(505)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(529)==r||n(535)==r||n(532)==r||n(518)==r||n(520)==r||n(519)==r||n(513)==r||n(516)==r){delete e[o],i=r,clearInterval(this[n(505)]),this[n(505)]=void 0;break}}n(535)==i&&e[n(509)](n(514)),n(532)==i&&e[n(509)](n(510)),n(518)==i&&e[n(509)](n(528)),n(520)==i&&e[n(509)](n(534),n(526)),n(519)==i&&e[n(509)](n(501)),n(513)==i&&e[n(509)](n(512)),n(516)==i&&e[n(509)](n(537))}),1e3)}[W(531)](){const t=W;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var q=n(901);const F=J;function J(t,e){const n=z();return(J=function(t,e){return n[t-=454]})(t,e)}function z(){const t=["createElement","588868XqiFHW","findAllowedParent","model","477PizSTK","2567130gtRUPl","1462rsHEUP","isEnabled","3008015xhoVFB","refresh","tableOfContents","1609528XnMtRg","getFirstPosition","1201844hmYFOn","change","576687abcQFw","schema","selection","6kkrmEo","editor","execute","document","9ZSoWJh","insertObject"];return(z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class Q extends t.Command{[F(469)](){const t=F;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[F(458)](){const t=F,e=this[t(468)][t(476)],n=e[t(470)][t(466)][t(461)]();this[t(456)]=null!==(n&&e[t(465)][t(475)](n,t(459)))}}var Z=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=A().bind(null,"head"),X.domAPI=T(),X.insertStyleElement=S();O()(Z.A,X);Z.A&&Z.A.locals&&Z.A.locals;const G=Y;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=Y,n=t();for(;;)try{if(669155===parseInt(e(345))/1*(-parseInt(e(350))/2)+parseInt(e(287))/3*(parseInt(e(346))/4)+parseInt(e(309))/5+-parseInt(e(348))/6*(parseInt(e(282))/7)+-parseInt(e(289))/8+parseInt(e(291))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[G(314)](){return G(322)}static get[G(295)](){return!0}static get[G(331)](){return!0}[G(292)](){const t=G,e=this[t(283)];e[t(284)][t(288)](t(298))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(311)!==t[e(285)]&&i[e(294)](t[e(342)],t[e(285)])})),i[n(288)]("h1")||i[n(294)]("h1",n(318)),i):i}(this[t(283)][t(284)][t(288)](t(344)))[t(332)](((n,i)=>{const o=t;this[o(337)](i),this[o(325)](n),e[o(285)][o(327)][o(349)](n)&&e[o(285)][o(327)][o(293)](n,{allowAttributes:o(320)})})),this[t(307)]())}[G(337)](t){const e=G;this[e(283)][e(321)][e(300)](e(302))[e(308)]((n=>n.on(e(301)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(341)][o(338)]("id"),a=n[o(310)][o(347)]();if(a)return c&&c[o(297)]||a[o(319)](o(320))?void(r[o(324)](n[o(341)],{attributes:["id"]})&&s[o(296)](o(320),c,a)):(r[o(324)](n[o(341)],{attributes:["id"]}),void s[o(296)](o(320),(0,u.uid)(),a))}),{priority:u.priorities[e(288)](e(286))+.5})))}[G(325)](t){const e=G;this[e(283)][e(321)][e(300)](e(305))[e(308)]((n=>n.on(e(279)+t,((t,n,i)=>{const o=e;if(!i[o(326)][o(324)](n[o(315)],t[o(304)]))return;const r=n[o(315)][o(338)](o(320)),s=i[o(335)][o(329)](n[o(315)]);i[o(312)][o(296)]("id",r,s)}))))}[G(307)](){const t=G,e=this[t(283)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(308)](r),e[o(296)](o(320),r,n),r}function r(e,n){const i=t;e[i(317)](i(320),n)}e[t(285)][t(303)][t(299)]((s=>{const c=t,a=e[c(285)][c(303)][c(343)][c(340)]();let u=!1;for(const t of a)if(c(280)==t[c(313)]&&t[c(304)])if(t[c(304)][c(281)](/heading\d/)){const e=t[c(339)][c(288)](c(320));c(330)==typeof e?n[c(334)](e)?(o(s,t[c(306)][c(316)]),u=!0):i[c(308)](e):(o(s,t[c(306)][c(316)]),u=!0)}else c(330)==typeof t[c(339)][c(288)](c(320))&&(r(s,t[c(306)][c(316)]),u=!0);else if(c(323)==t[c(313)]){const e=t[c(339)][c(288)](c(320));c(330)==typeof e&&n[c(290)](e)}return u})),e[t(285)][t(303)].on(t(328),(()=>{const e=t;i[e(332)]((t=>n[e(308)](t))),i[e(336)]()}))}}function tt(){const t=["removeAttribute","heading1","hasAttribute","headingId","conversion","HeadingId","remove","consume","_customDataDowncastHeadingsConversion","consumable","schema","change","toViewElement","string","isPremiumPlugin","forEach","17431710EAvwBV","has","mapper","clear","_customUpcastHeadingsConversion","getAttribute","attributes","getChanges","viewItem","view","differ","heading.options","28261XhUwJk","112208nTtgTN","getContainedElement","3957594pAWRBn","isRegistered","50PKnRea","attribute:headingId:","insert","match","7kJAupq","editor","config","model","low","6knpnwJ","get","702248ZgyFfw","delete","2132856MAXriB","afterInit","extend","set","isOfficialPlugin","setAttribute","length","headingId.modelAttributeName","registerPostFixer","for","element:","upcast","document","name","downcast","position","_registerHeadingIdAttributePostfixer","add","434005ZdAoOx","modelRange","paragraph","writer","type","pluginName","item","nodeAfter"];return(tt=function(){return t})()}const et=it;function nt(){const t=["outlineDefinitions","type","table-of-contents__placeholder","createText","562177aEXsHP","DocumentOutlineUtils","headingId.modelAttributeName","1200wOFYzW","getAttribute","createPositionAt","380282JPrGWo","_currentOutlineDefinitions","1974693QrYjyM","tableOfContentsHeadingIndex","editing","$capture","getChanges","hasContent","isInteger","div","element","headingId","table-of-contents","_createTableOfContents","register","Empty heading","document","createContainerElement","pluginName","mapper","length","insert","schema","isOfficialPlugin","nodeAfter","preventDefault","findMappedViewAncestor","viewToModelPosition","data","upcast","_trackNewToCElements","view","elementToElement","requires","init","add","Table of contents","href","target","getAncestors","join","isPremiumPlugin","plugins","afterInit","setCustomProperty","_updateTableOfContentsElements","$graveyard","1077498NVulFT","documentOutline.showEmptyHeadings","name","registerRawContentMatcher","click","stop","end","setSelection","change","_tableOfContentsElements","get","740XQoVhw","reconvertItem","tableOfContents","scrollToTheSelection","_defineSchema","No headings were found in the document.","insertTableOfContents","commands"," table-of-contents_empty","model","1260eQLdox","editor","config","getCustomProperty","modelPosition","rootName","4887xJEdVv","toModelElement","text","8OFNgdU","_defineConverters","for","domEvent","forEach","1404114MSdjIq","_headingIdModelAttributeName","TableOfContentsEditing","conversion","listenTo","_redirectMapper","locale","$blockObject","editingDowncast","dataDowncast","differ","map","fromCharCode","abs","level","modelElement","position","high","_handleScrollToHeading","filter","elementToStructure","viewPosition"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=120]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(846822===parseInt(e(143))/1+parseInt(e(196))/2+-parseInt(e(151))/3+parseInt(e(146))/4*(parseInt(e(217))/5)+parseInt(e(231))/6+-parseInt(e(149))/7*(-parseInt(e(226))/8)+parseInt(e(223))/9*(parseInt(e(207))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(167)](){return et(233)}static get[et(172)](){return!0}static get[et(190)](){return!0}static get[et(182)](){return[q.Widget,h,$]}[et(150)];[et(205)];[et(232)];constructor(t){const e=et;super(t),this[e(150)]=[],this[e(205)]=new Set,this[e(232)]=e(160)}[et(183)](){const t=et,e=this[t(218)],n=e[t(153)][t(180)][t(165)];e[t(219)][t(206)](t(145))&&(this[t(232)]=e[t(219)][t(206)](t(145))),this[t(121)](n,t(200),((e,n)=>{const i=t;if(!n[i(187)])return;const o=n[i(187)][i(220)](i(152));Number[i(157)](o)&&(n[i(229)][i(174)](),e[i(201)](),this[i(135)](o))}),{priority:t(134),context:t(154)}),this[t(211)](),this[t(227)](),e[t(214)][t(184)](t(213),new Q(e)),e[t(191)][t(206)](t(144)).on(t(204),((e,n)=>{const i=t;this[i(150)]=n[i(139)],this[i(194)]()})),this[t(121)](e[t(216)][t(165)],t(204),(()=>{this[t(179)]()}))}[et(192)](){!async function(t){const e=m([67,68,55,110,87,81,80,79,108,106,73,54,99,82,85,51,98,78,86,49,122,72,114,50,120,100,66,74,89,71,101,97,116,113,48,83,75,109,103,117,104,119,105,65,115,76,102,70,112,57,77,52,69,107,90,56,84,121,53,111,88,118]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=it;return t[e(128)]((t=>String[e(129)](t)))[e(189)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([67]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([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!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([84,79,67]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750118400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=it,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(186)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[et(194)](){const t=et;this[t(205)][t(230)]((e=>{const n=t;n(195)!==e[n(222)]&&this[n(218)][n(153)][n(208)](e)}))}[et(179)](){const t=et;for(const e of this[t(218)][t(216)][t(165)][t(127)][t(155)]({includeChangesInGraveyard:!0})){if(t(170)!==e[t(140)]||t(209)!==e[t(198)])return;this[t(205)][t(184)](e[t(133)][t(173)])}}[et(211)](){const t=et;this[t(218)][t(216)][t(171)][t(163)](t(209),{inheritAllFrom:t(124)})}[et(227)](){const t=et,e=this[t(218)][t(120)];e[t(228)](t(178))[t(181)]({model:t(209),view:{name:t(158),classes:t(161)}}),e[t(228)](t(126))[t(137)]({model:t(209),view:(e,{writer:n})=>this[t(162)](n,!0)}),e[t(228)](t(125))[t(137)]({model:t(209),view:(e,{writer:n})=>{const i=t;this[i(205)][i(184)](e);const o=this[i(162)](n);return(0,q.toWidget)(o,n,{label:m(this[i(218)][i(123)],i(185))})}}),this[t(218)][t(177)][t(199)]({name:t(158),classes:t(161)}),this[t(218)][t(153)][t(168)].on(t(176),this[t(122)](),{priority:t(134)})}[et(162)](t,e=!1){const n=et,{locale:i}=this[n(218)],o=t[n(166)](n(158),{class:n(161)+(0===this[n(150)][n(169)]?n(215):""),...!e&&{"data-table-of-contents-label":m(i,n(185))}});0===this[n(150)][n(169)]&&!1===e&&t[n(170)](t[n(148)](o,n(202)),t[n(166)]("p",{class:n(141)},[t[n(142)](m(i,n(212)))]));const r=e?"":"["+m(i,n(164))+"]";let s=o;return this[n(150)][n(230)](((i,o,c)=>{const a=n,u=this[a(218)][a(216)][a(156)](i[a(132)],{ignoreWhitespaces:!0}),l=u?i[a(225)]:r,d=i[a(132)][a(147)](this[a(232)]),f=t[a(166)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(142)](l)]),h=this[a(218)][a(219)][a(206)](a(197));t[a(193)](a(152),o,f);const p=t[a(166)]("li",null,[u||!e&&h?f:t[a(142)]("")]),m=o?c[o-1][a(131)]:0,g=Math[a(130)](i[a(131)]-m);if(i[a(131)]>m){const e=rt(p,g,t);t[a(170)](t[a(148)](s,a(202)),e)}else{const e=function(t,e){const n=a;return t[n(188)]({includeSelf:!0,parentFirst:!0})[n(136)]((t=>t.is(n(159),"ol")))[e]}(s,g);t[a(170)](t[a(148)](e,a(202)),p)}s=p})),o}[et(135)](t){const e=et,n=this[e(150)][t][e(132)];this[e(218)][e(216)][e(204)]((t=>{t[e(203)](n,0)})),this[e(218)][e(153)][e(180)][e(210)]({alignToTop:!0,forceScroll:!0})}[et(122)](){return(t,e)=>{const n=it,i=e[n(168)],o=i[n(175)](e[n(138)]),r=i[n(224)](o);r.is(n(159),n(209))&&(e[n(221)]=this[n(218)][n(216)][n(148)](r,0),t[n(201)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(166)]("ol",null,[t]):n[i(166)]("ol",null,[n[i(166)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=132]})(t,e)}function ut(){const t=["bind","tableOfContentsLicenseKeyValid","trialLimit","isEnabled","pluginName","listenTo","isPremiumPlugin","componentFactory","usageLimit","destroy","set","isOfficialPlugin","commands","TableOfContents","tableOfContentsLicenseKeyTrialLimit","2123304XiQPqJ","1332UPqYTG","evaluationLimit","editing","menuBar:tableOfContents","focus","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","expired","licenseKey","featureNotAllowed","domainLimit","view","tableOfContentsLicenseKeyNotAllowed","invalid","2120lBgYQy","_createButton","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyUsageLimit","463332xceRyD","60957WgANKR","config","tooltip","Table of contents","tableOfContentsLicenseKeyDomainLimit","14yVBlwK","133881jybhOf","752ghUZzz","editor","_licenseKeyCheckInterval","tableOfContents","insertTableOfContents","TableOfContentsUI","8731173eERZjC","add","execute","6BeLyMg","_showLicenseError","init","get","1129150PqAySu","locale"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(421463===parseInt(e(134))/1+-parseInt(e(184))/2*(parseInt(e(144))/3)+-parseInt(e(166))/4*(-parseInt(e(180))/5)+parseInt(e(165))/6*(-parseInt(e(133))/7)+parseInt(e(135))/8*(parseInt(e(185))/9)+-parseInt(e(148))/10+parseInt(e(141))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(174)];[ct(137)];static get[ct(154)](){return ct(140)}static get[ct(161)](){return!0}static get[ct(156)](){return!0}[ct(146)](){const t=ct,e=this[t(136)];e.ui[t(157)][t(142)](t(138),(()=>{const e=t,n=this[e(181)](p.ButtonView);return n[e(187)]=!0,n})),e.ui[t(157)][t(142)](t(169),(()=>this[t(181)](p.MenuBarMenuListItemButtonView))),this[t(174)]=this[t(136)][t(186)][t(147)](t(174));const n=this[t(136)];this[t(137)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(151)==r||e(182)==r||e(171)==r||e(132)==r||e(178)==r||e(172)==r||e(164)==r||e(183)==r){delete n[o],i=r,clearInterval(this[e(137)]),this[e(137)]=void 0;break}}e(182)==i&&n[e(145)](e(179)),e(171)==i&&n[e(145)](e(173)),e(132)==i&&n[e(145)](e(176)),e(178)==i&&n[e(145)](e(175),e(163)),e(172)==i&&n[e(145)](e(167)),e(164)==i&&n[e(145)](e(152)),e(183)==i&&n[e(145)](e(158))}),1e3)}[ct(181)](t){const e=ct,n=this[e(136)],i=n[e(149)],o=n[e(162)][e(147)](e(139)),r=new t(i);return r[e(160)]({label:m(i,e(188)),icon:st.IconTableOfContents}),r[e(150)](e(153)).to(o,e(153)),this[e(155)](r,e(143),(()=>{const t=e;n[t(143)](t(139)),n[t(168)][t(177)][t(170)]()})),r}[ct(159)](){const t=ct;super[t(159)](),this[t(137)]&&clearInterval(this[t(137)])}}var dt=ht;function ft(){var t=["4626872mIuuUh","18951kqqCNm","2816870horwxj","12hZdpOI","requires","pluginName","TableOfContents","6kGbSTO","4715460ZRQSwA","873506lwuHwa","isPremiumPlugin","isOfficialPlugin","826150dDPopc","211522OhnabB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=160]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(306941===parseInt(e(173))/1+-parseInt(e(169))/2+-parseInt(e(161))/3*(-parseInt(e(163))/4)+parseInt(e(172))/5+parseInt(e(167))/6*(parseInt(e(162))/7)+-parseInt(e(160))/8+parseInt(e(168))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[dt(164)](){return[ot,lt]}static get[dt(165)](){return dt(166)}static get[dt(171)](){return!0}static get[dt(170)](){return!0}}function mt(){var t=["7166784MZovrI","1115474qxCZqk","2270704NRJudx","2195350DaGKMc","23848mVReif","2qkbmZu","9qlnxPr","26918300fGgvzn","35oAdVQM","2234685HXtDTb"];return(mt=function(){return t})()}function gt(t,e){var n=mt();return(gt=function(t,e){return n[t-=298]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(846294===parseInt(e(298))/1+-parseInt(e(302))/2*(parseInt(e(306))/3)+-parseInt(e(299))/4+-parseInt(e(300))/5+-parseInt(e(307))/6+parseInt(e(305))/7*(-parseInt(e(301))/8)+-parseInt(e(303))/9*(-parseInt(e(304))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(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 _0x3a9492,Command as _0x12acd7}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x4bbc01,throttle as _0xab2cd4}from'es-toolkit/compat';import{Text as _0x22cb47,TreeWalker as _0x21df85}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x57d4ef,diffToChanges as _0x14fc9d,scrollAncestorsToShowTarget as _0x4b4063,CKEditorError as _0x497960,global as _0x342bf9,Rect as _0xd3658b,uid as _0x11a2fc,priorities as _0x5dec67}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x11d609,ButtonView as _0x38b3bf,MenuBarMenuListItemButtonView as _0x3586c8}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x4232e2,toWidget as _0x3b7747}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x356e30}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x168955){let _0x2680fb='';for(const _0x34383f of _0x168955['getChildren']())_0x34383f instanceof _0x22cb47&&(_0x2680fb+=_0x34383f['data']);return _0x2680fb;}class i extends _0x3a9492{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3034bb=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x347257=[];_0x3034bb['model']['document']['on']('change',_0x4bbc01(()=>{const _0x551b3c=_0x347257;_0x347257=this['_getOutlineDefinitions']();const _0xd09d53=_0x57d4ef(_0x551b3c,_0x347257,(_0x21b371,_0x455ed9)=>_0x21b371['level']===_0x455ed9['level']&&_0x21b371['text']===_0x455ed9['text']&&_0x21b371['modelElement']===_0x455ed9['modelElement']),_0x3ab7e6=_0x14fc9d(_0xd09d53,_0x347257),_0x158f4d=this['_getActiveHeading'](),_0x92c7ec=_0x347257['findIndex'](_0x56d77d=>_0x56d77d['modelElement']===_0x158f4d);_0x3ab7e6['length']&&this['fire']('change',{'outlineDefinitions':_0x347257,'activeItemIndex':_0x92c7ec,'outlineChanges':_0x3ab7e6}),this['fire']('activeItemIndex',{'index':_0x92c7ec});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x11322f=this['editor'],_0x5a2b7a=[],_0x1333d0=this['_headingNames'];for(const _0x105688 of _0x11322f['model']['document']['getRootNames']())_0x4a7f13(_0x11322f['model']['document']['getRoot'](_0x105688));function _0x4a7f13(_0x27298d){for(const _0x4717bc of _0x27298d['getChildren']())_0x4717bc['is']('element')&&(_0x1333d0['includes'](_0x4717bc['name'])&&_0x5a2b7a['push']({'level':_0x1333d0['indexOf'](_0x4717bc['name'])+0x1,'text':p(_0x4717bc),'modelElement':_0x4717bc}),_0x4a7f13(_0x4717bc));}return _0x5a2b7a;}['_getActiveHeading'](){const _0x308e86=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x375ef9=new _0x21df85({'direction':'backward','startPosition':_0x308e86});for(const _0x5c38e9 of _0x375ef9)if(_0x5c38e9['item']['is']('element')&&this['_headingNames']['includes'](_0x5c38e9['item']['name']))return _0x5c38e9['item'];}['_getHeadingNames'](){const _0x4a0804=this['editor']['config']['get']('documentOutline.headings');return _0x4a0804||function(_0x41e092){const _0x2f4d82=_0x41e092['config']['get']('heading.options');return _0x2f4d82?_0x2f4d82['reduce']((_0xc4bbb4,_0x14edc1)=>('paragraph'!==_0x14edc1['model']&&_0xc4bbb4['push'](_0x14edc1['model']),_0xc4bbb4),[]):_0x41e092['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x194b7e=this['editor'],_0xa72cef=['h1','h2','h3','h4','h5','h6'],_0x43e9ff=[];for(const _0x9fd271 of _0xa72cef){const _0xd73644=_0x194b7e['editing']['view']['domConverter']['domToView'](document['createElement'](_0x9fd271)),_0x594760=_0x194b7e['data']['toModel'](_0xd73644)['getChild'](0x0);_0x594760?.['is']('element')&&_0x43e9ff['push'](_0x594760['name']);}this['_headingNames']=_0x43e9ff;}}function j(_0x34cb5c,_0xcbdc42){const t=_0x34cb5c['t'];switch(_0xcbdc42){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 _0xcbdc42;}}class $ extends _0x11d609{constructor(_0x34fa61,_0x475b47=!0x1){super(_0x34fa61);const _0x4950d5=this['bindTemplate'],_0x2162fd=_0x475b47?'['+j(_0x34fa61,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0xd3c3b8=>!_0xd3c3b8),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x4950d5['to']('level',_0x1ddfed=>'ck-document-outline__item_level-'+_0x1ddfed),_0x4950d5['if']('isActive','ck-document-outline__item_active'),_0x4950d5['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x4950d5['to']('text')},'children':[{'text':_0x4950d5['to']('text',_0x217bf8=>_0x217bf8||_0x2162fd)}],'on':{'click':_0x4950d5['to']('click')}});}}class l extends _0x11d609{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x5cb933,_0x3098d1=!0x1,_0x2df217){super(_0x5cb933),this['showEmptyHeadingText']=_0x3098d1,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x2df217,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x3d6ac2,_0x1e525b,_0x37fed6,_0x5b93e5)=>{this['_setActiveItem'](_0x5b93e5,_0x37fed6);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x5cb933['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x5cb933,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x5b2fcc){_0x5b2fcc['forEach'](_0x2ec755=>{'insert'==_0x2ec755['type']?this['_insertItem'](_0x2ec755['index'],..._0x2ec755['values']):'delete'==_0x2ec755['type']&&this['_deleteItem'](_0x2ec755['index'],_0x2ec755['howMany']);});}['_setActiveItem'](_0x122559,_0x1347a2){if(-0x1!==_0x122559){const _0x1c7f32=this['items']['get'](_0x122559);_0x1c7f32&&(_0x1c7f32['isActive']=!0x1);}-0x1!==_0x1347a2&&(this['items']['get'](_0x1347a2)['isActive']=!0x0,this['_scrollToItem'](_0x1347a2));}['_insertItem'](_0x47acd2,..._0x1e5df9){const _0x2713d1=_0x1e5df9['map']((_0x4e9481,_0x362f1c)=>{const _0x481a5a=new $(this['locale'],this['showEmptyHeadingText']);return _0x481a5a['text']=_0x4e9481['text'],_0x481a5a['level']=_0x4e9481['level'],_0x47acd2+_0x362f1c===this['activeItemIndex']&&(_0x481a5a['isActive']=!0x0),_0x481a5a;});this['items']['addMany'](_0x2713d1,_0x47acd2);}['_deleteItem'](_0x5578aa,_0x126b41){do{this['items']['remove'](_0x5578aa);}while(--_0x126b41);}['_handleItemClick'](_0x1b8b2a){const _0x4b7b95=this['items']['getIndex'](_0x1b8b2a['source']);this['fire']('itemSelected',_0x4b7b95);}['_scrollToItem'](_0x55fe47){_0x4b4063(this['items']['get'](_0x55fe47)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x3a9492{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x422b32){super(_0x422b32),this['view']=new l(_0x422b32['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0xab2cd4(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0xe67026=this['editor'],_0x35867a=_0xe67026['plugins']['get']('DocumentOutlineUtils');let _0x297e86=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0xe67026['config']['get']('documentOutline.container'))throw new _0x497960('document-outline-container-not-provided',{'editor':_0xe67026});_0xe67026['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x35867a['on']('change',this['_handleOutlineChange']['bind'](this)),_0x35867a['on']('activeItemIndex',(_0xae8497,{index:_0x4271d8})=>this['_setActiveViewItem'](_0x4271d8)),this['view']['on']('itemSelected',(_0x297206,_0x1296b)=>{_0x297e86=!0x0,this['_handleItemSelected'](_0x1296b);}),this['view']['listenTo'](_0x342bf9['document'],'scroll',()=>{_0x297e86?_0x297e86=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x342bf9['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x340a62){const _0x220118=_0x417310([0x63,0x78,0x51,0x58,0x49,0x71,0x31,0x44,0x77,0x38,0x70,0x69,0x33,0x4a,0x65,0x4f,0x64,0x6a,0x6e,0x5a,0x61,0x4c,0x53,0x56,0x37,0x4b,0x50,0x43,0x35,0x54,0x68,0x46,0x55,0x59,0x72,0x34,0x66,0x62,0x76,0x73,0x39,0x41,0x4d,0x52,0x67,0x74,0x6f,0x42,0x57,0x6c,0x47,0x6b,0x45,0x30,0x75,0x48,0x79,0x7a,0x32,0x6d,0x4e,0x36]),_0x58b1cd=0x5337d1e3,_0x3dfae2=0x5330bb0b^_0x58b1cd,_0x136734=window[_0x417310([0x44,0x61,0x74,0x65])][_0x417310([0x6e,0x6f,0x77])](),_0x112822=_0x340a62[_0x417310([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xbf38ee=new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x466ac1=>{_0x112822[_0x417310([0x6f,0x6e,0x63,0x65])](_0x417310([0x72,0x65,0x61,0x64,0x79]),_0x466ac1);}),_0x23b3cc={[_0x417310([0x6b,0x74,0x79])]:_0x417310([0x45,0x43]),[_0x417310([0x75,0x73,0x65])]:_0x417310([0x73,0x69,0x67]),[_0x417310([0x63,0x72,0x76])]:_0x417310([0x50,0x2d,0x32,0x35,0x36]),[_0x417310([0x78])]:_0x417310([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]),[_0x417310([0x79])]:_0x417310([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]),[_0x417310([0x61,0x6c,0x67])]:_0x417310([0x45,0x53,0x32,0x35,0x36])},_0x3d94ae=_0x112822[_0x417310([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x417310([0x67,0x65,0x74])](_0x417310([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xaf6f25(){let _0x43b405,_0x4209ac=null,_0x1ae2ae=null;try{if(_0x3d94ae==_0x417310([0x47,0x50,0x4c]))return _0x417310([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x43b405=_0x30d342(),!_0x43b405)return _0x417310([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x43b405[_0x417310([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ae2ae=_0x125cd6(_0x43b405[_0x417310([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x43b405[_0x417310([0x6a,0x74,0x69])])),await _0xbde7c3()?_0xca298e()?_0xff159b()?_0x417310([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x722bb1()?(_0x43b405[_0x417310([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x417310([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4209ac=_0xce0f84(_0x417310([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x43b405[_0x417310([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x417310([0x74,0x72,0x69,0x61,0x6c])&&(_0x4209ac=_0xce0f84(_0x417310([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x289a9b()):_0x417310([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x417310([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x417310([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x417310([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xff159b(){const _0x1d071b=[_0x417310([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x417310([0x74,0x72,0x69,0x61,0x6c])][_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x43b405[_0x417310([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x136734/0x3e8:0xe10*_0x3dfae2;return _0x43b405[_0x417310([0x65,0x78,0x70])]<_0x1d071b;}function _0xca298e(){const _0x25808b=_0x43b405[_0x417310([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x25808b&&(!!_0x25808b[_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417310([0x2a]))||(!!_0x25808b[_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417310([0x44,0x4f]))||!!_0x25808b[_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417310([0x50,0x50]))));}function _0x722bb1(){const _0x1dc202=_0x43b405[_0x417310([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1dc202||0x0==_0x1dc202[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x150ddc}=new URL(window[_0x417310([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1dc202[_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x150ddc))return!0x0;const _0x4487ec=_0x150ddc[_0x417310([0x73,0x70,0x6c,0x69,0x74])](_0x417310([0x2e]));return _0x1dc202[_0x417310([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x224cc3=>_0x224cc3[_0x417310([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x417310([0x2a])))[_0x417310([0x6d,0x61,0x70])](_0x15251c=>_0x15251c[_0x417310([0x73,0x70,0x6c,0x69,0x74])](_0x417310([0x2e])))[_0x417310([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x12bb6a=>_0x12bb6a[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4487ec[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x417310([0x6d,0x61,0x70])](_0x95a5d=>Array(_0x4487ec[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x95a5d[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x417310([0x66,0x69,0x6c,0x6c])](_0x95a5d[0x0]===_0x417310([0x2a])?_0x417310([0x2a]):'')[_0x417310([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x95a5d))[_0x417310([0x73,0x6f,0x6d,0x65])](_0x318676=>_0x4487ec[_0x417310([0x65,0x76,0x65,0x72,0x79])]((_0x5a2c4e,_0x255b3c)=>_0x318676[_0x255b3c]===_0x5a2c4e||_0x318676[_0x255b3c]===_0x417310([0x2a])));}function _0x289a9b(){return _0x4209ac&&_0x1ae2ae?new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1bedda,_0x57b0e9)=>{_0x4209ac[_0x417310([0x74,0x68,0x65,0x6e])](_0x1bedda,_0x57b0e9),_0x1ae2ae[_0x417310([0x74,0x68,0x65,0x6e])](_0x9406cd=>{_0x9406cd!=_0x417310([0x56,0x61,0x6c,0x69,0x64])&&_0x1bedda(_0x9406cd);},_0x57b0e9);}):_0x4209ac||_0x1ae2ae||_0x417310([0x56,0x61,0x6c,0x69,0x64]);}}function _0x125cd6(_0x40cdff,_0x4f0e82){return new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3125c1=>{if(_0x41103e())return _0x3125c1(_0x417310([0x56,0x61,0x6c,0x69,0x64]));_0x2a8bf8(),_0x112822[_0x417310([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x417310([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d9dbb=!0x1;const _0x582723=_0x11a2fc();function _0x148295(_0x4f5149){return!!_0x4f5149&&(typeof _0x4f5149===_0x417310([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4f5149===_0x417310([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4f5149[_0x417310([0x74,0x68,0x65,0x6e])]===_0x417310([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4f5149[_0x417310([0x63,0x61,0x74,0x63,0x68])]===_0x417310([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3321b0(_0x42f600){_0x54e813(_0x42f600)[_0x417310([0x74,0x68,0x65,0x6e])](_0x494cce=>{if(!_0x494cce||_0x494cce[_0x417310([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x417310([0x6f,0x6b]))return _0x417310([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30d459(_0x4b528e(_0x582723+_0x4f0e82))!=_0x494cce[_0x417310([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x417310([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x417310([0x56,0x61,0x6c,0x69,0x64]);})[_0x417310([0x74,0x68,0x65,0x6e])](_0x489cf1=>(_0x4bc96a(),_0x489cf1),()=>{const _0x1e15f7=_0x2150b7();return null==_0x1e15f7?(_0x4bc96a(),_0x417310([0x56,0x61,0x6c,0x69,0x64])):_0x417310(_0x136734-_0x1e15f7>(0x773b55e3^_0x58b1cd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x417310([0x74,0x68,0x65,0x6e])](_0x3125c1)[_0x417310([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3125c1(_0x417310([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13d914=0x53013f63^_0x58b1cd;function _0x4bc96a(){const _0x29b738=_0x417310([0x6c,0x6c,0x63,0x74,0x2d])+_0x30d459(_0x4b528e(_0x40cdff)),_0x3b01dc=_0xa543ab(_0x30d459(window[_0x417310([0x4d,0x61,0x74,0x68])][_0x417310([0x63,0x65,0x69,0x6c])](_0x136734/_0x13d914)));window[_0x417310([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x417310([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29b738,_0x3b01dc);}function _0x2150b7(){const _0x45eadb=_0x417310([0x6c,0x6c,0x63,0x74,0x2d])+_0x30d459(_0x4b528e(_0x40cdff)),_0x58ac6c=window[_0x417310([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x417310([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x45eadb);return _0x58ac6c?window[_0x417310([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa543ab(_0x58ac6c),0x10)*_0x13d914:null;}function _0x54e813(_0x195773){return new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bd222,_0x1d4543)=>{_0x195773[_0x417310([0x74,0x68,0x65,0x6e])](_0x5bd222,_0x1d4543),window[_0x417310([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1d4543,0x53360523^_0x58b1cd);});}}_0x112822[_0x417310([0x6f,0x6e])](_0x417310([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x265d41,_0x3db43f)=>{if(_0x3db43f[0x0]!=_0x40cdff)return _0x3125c1(_0x417310([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3db43f[0x1]={..._0x3db43f[0x1],[_0x417310([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x582723};},{[_0x417310([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x417310([0x68,0x69,0x67,0x68])}),_0x112822[_0x417310([0x6f,0x6e])](_0x417310([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x15658c=>{_0x148295(_0x15658c[_0x417310([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d9dbb=!0x0,_0x3321b0(_0x15658c[_0x417310([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x417310([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x417310([0x6c,0x6f,0x77])}),_0xbf38ee[_0x417310([0x74,0x68,0x65,0x6e])](()=>{_0x3d9dbb||_0x3125c1(_0x417310([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x41103e(){return _0x112822[_0x417310([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x417310([0x76,0x69,0x65,0x77])][_0x417310([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x417310([0x61,0x75,0x74,0x6f]);}function _0x2a8bf8(){_0x112822[_0x417310([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x417310([0x76,0x69,0x65,0x77])][_0x417310([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x417310([0x61,0x75,0x74,0x6f]);}}function _0xce0f84(_0x5ae1a5){const _0x4ee951=[new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ddd3e=>setTimeout(_0x4ddd3e,0x533eef2f^_0x58b1cd)),_0xbf38ee[_0x417310([0x74,0x68,0x65,0x6e])](()=>new window[(_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fec9e=>{let _0x45121f=0x0;_0x112822[_0x417310([0x6d,0x6f,0x64,0x65,0x6c])][_0x417310([0x6f,0x6e])](_0x417310([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x442e3e,_0x44e0c1)=>{_0x44e0c1[0x0][_0x417310([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x45121f++,_0x45121f==(0x5337d01b^_0x58b1cd)&&(_0x4fec9e(),_0x442e3e[_0x417310([0x6f,0x66,0x66])]());});}))];return window[_0x417310([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x417310([0x72,0x61,0x63,0x65])](_0x4ee951)[_0x417310([0x74,0x68,0x65,0x6e])](()=>_0x5ae1a5);}async function _0x8d62d5(){await _0xbf38ee,_0x112822[_0x417310([0x6d,0x6f,0x64,0x65,0x6c])][_0x417310([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x446910,_0x112822[_0x417310([0x6d,0x6f,0x64,0x65,0x6c])][_0x417310([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x446910,_0x112822[_0x417310([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x417310([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x285ff8(_0x5474b1){const _0x159bc9=_0x26514d();_0x112822[_0x159bc9]=_0x417310([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])+_0x5474b1,_0x5474b1!=_0x417310([0x56,0x61,0x6c,0x69,0x64])&&_0x8d62d5();}function _0x26514d(){const _0x2697f7=window[_0x417310([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x417310([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x417310([0x6e,0x6f,0x77])]())[_0x417310([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x417310([0x2e]),'');let _0x28dfd3=_0x417310([0x63]);for(let _0x5211b7=0x0;_0x5211b7<_0x2697f7[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5211b7+=0x2){let _0x320ddf=window[_0x417310([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2697f7[_0x417310([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5211b7,_0x5211b7+0x2));_0x320ddf>=_0x220118[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x320ddf-=_0x220118[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x28dfd3+=_0x220118[_0x320ddf];}return _0x28dfd3;}function _0x30d342(){const _0x575e06=_0x3d94ae[_0x417310([0x73,0x70,0x6c,0x69,0x74])](_0x417310([0x2e]));if(0x3!=_0x575e06[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x325036(_0x575e06[0x1]);function _0x325036(_0xf2b92c){const _0x3aaa4b=_0x574f3b(_0xf2b92c);return _0x3aaa4b&&_0x2345d7()?_0x3aaa4b:null;function _0x2345d7(){const _0x25486e=_0x3aaa4b[_0x417310([0x6a,0x74,0x69])],_0x4b4e9b=window[_0x417310([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25486e[_0x417310([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25486e[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x8535cd={..._0x3aaa4b,[_0x417310([0x6a,0x74,0x69])]:_0x25486e[_0x417310([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x25486e[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x8535cd[_0x417310([0x76,0x63])],_0x4b528e(_0x8535cd)==_0x4b4e9b;}}}async function _0xbde7c3(){let _0x6c1ff=!0x0;try{const _0x5a2958=_0x3d94ae[_0x417310([0x73,0x70,0x6c,0x69,0x74])](_0x417310([0x2e])),[_0xa85961,_0x64eb41,_0x282946]=_0x5a2958;return _0x20e290(_0xa85961),await _0x27ede2(_0xa85961,_0x64eb41,_0x282946),_0x6c1ff;}catch{return!0x1;}function _0x20e290(_0x3a7dc1){const _0x13557c=_0x574f3b(_0x3a7dc1);_0x13557c&&_0x13557c[_0x417310([0x61,0x6c,0x67])]==_0x417310([0x45,0x53,0x32,0x35,0x36])||(_0x6c1ff=!0x1);}async function _0x27ede2(_0x3370e5,_0x36acf2,_0x2b04e3){const _0x889542=window[_0x417310([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x417310([0x66,0x72,0x6f,0x6d])](_0x4368e0(_0x2b04e3),_0x4c49d0=>_0x4c49d0[_0x417310([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x27780e=new window[(_0x417310([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x417310([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3370e5+_0x417310([0x2e])+_0x36acf2),_0x56f40f=window[_0x417310([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x417310([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x56f40f)return;const _0x3e7e6c=await _0x56f40f[_0x417310([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x417310([0x6a,0x77,0x6b]),_0x23b3cc,{[_0x417310([0x6e,0x61,0x6d,0x65])]:_0x417310([0x45,0x43,0x44,0x53,0x41]),[_0x417310([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x417310([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x417310([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x56f40f[_0x417310([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x417310([0x6e,0x61,0x6d,0x65])]:_0x417310([0x45,0x43,0x44,0x53,0x41]),[_0x417310([0x68,0x61,0x73,0x68])]:{[_0x417310([0x6e,0x61,0x6d,0x65])]:_0x417310([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3e7e6c,_0x889542,_0x27780e)||(_0x6c1ff=!0x1);}}function _0x574f3b(_0x3a5e23){return _0x3a5e23[_0x417310([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x417310([0x65,0x79]))?JSON[_0x417310([0x70,0x61,0x72,0x73,0x65])](_0x4368e0(_0x3a5e23)):null;}function _0x4368e0(_0x48d7a6){return window[_0x417310([0x61,0x74,0x6f,0x62])](_0x48d7a6[_0x417310([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x417310([0x2b]))[_0x417310([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x417310([0x2f])));}function _0x4b528e(_0x5bfa66){let _0x270675=0x1505;function _0x3561fb(_0xee819b){for(let _0xc03eeb=0x0;_0xc03eeb<_0xee819b[_0x417310([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc03eeb++){const _0x427a17=_0xee819b[_0x417310([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xc03eeb);_0x270675=(_0x270675<<0x5)+_0x270675+_0x427a17,_0x270675&=_0x270675;}}function _0x481808(_0x26c932){Array[_0x417310([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26c932)?_0x26c932[_0x417310([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x481808):_0x26c932&&typeof _0x26c932==_0x417310([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x417310([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26c932)[_0x417310([0x73,0x6f,0x72,0x74])]()[_0x417310([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3a9a48,_0x4cfe85])=>{_0x3561fb(_0x3a9a48),_0x481808(_0x4cfe85);}):_0x3561fb(window[_0x417310([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26c932));}return _0x481808(_0x5bfa66),_0x270675>>>0x0;}function _0x30d459(_0x3de5ba){return _0x3de5ba[_0x417310([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x417310([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x417310([0x30]));}function _0xa543ab(_0x402acd){return _0x402acd[_0x417310([0x73,0x70,0x6c,0x69,0x74])]('')[_0x417310([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x417310([0x6a,0x6f,0x69,0x6e])]('');}function _0x446910(){}function _0x417310(_0x2c7b13){return _0x2c7b13['map'](_0x30622a=>String['fromCharCode'](_0x30622a))['join']('');}_0x285ff8(await _0xaf6f25());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x326c2f,{outlineDefinitions:_0x10ad7c,outlineChanges:_0x4cf460}){this['_currentOutlineDefinitions']=_0x10ad7c,this['view']['sync'](_0x4cf460);}['_setActiveViewItem'](_0x2411ad){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x2411ad]&&(this['view']['activeItemIndex']=_0x2411ad);}['_handleItemSelected'](_0x328337){const _0x3315c6=this['_currentOutlineDefinitions'][_0x328337]['modelElement'];this['editor']['model']['change'](_0x1403f5=>{_0x1403f5['setSelection'](_0x3315c6,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x328337);}['_updateActiveDefinitionOnViewportChange'](){const _0x55169e=this['editor'];let _0xa928f4;for(const _0x2bc7e3 of _0x55169e['model']['document']['getRootNames']()){const _0x4c040f=_0x55169e['editing']['view']['getDomRoot'](_0x2bc7e3),_0x1561b9=_0x4c040f&&new _0xd3658b(_0x4c040f)['getVisible']();if(_0x1561b9){const _0xc7a9a7=new _0xd3658b(_0x342bf9['window'])['getIntersection'](_0x1561b9);_0xc7a9a7&&(_0xa928f4=_0xc7a9a7['top']+0.25*_0xc7a9a7['height']);}}if(void 0x0===_0xa928f4)return;const _0x5274e8=d(_0x55169e['editing'],this['_currentOutlineDefinitions'],_0xa928f4);_0x5274e8?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x5274e8)):this['_setActiveViewItem'](-0x1);}}function d(_0x53bc02,_0x2d25b4,_0x58065b,_0x14ce59=0x0,_0x189950=_0x2d25b4['length']-0x1){const _0x1ef1d3=Math['floor'](_0x14ce59+(_0x189950-_0x14ce59)/0x2);if(_0x189950>=_0x14ce59){const _0x390386=_0x2d25b4[_0x1ef1d3],_0x1e64eb=_0x53bc02['mapper']['toViewElement'](_0x390386['modelElement']);if(!_0x1e64eb)return null;const _0x3f5545=_0x53bc02['view']['domConverter']['mapViewToDom'](_0x1e64eb);return new _0xd3658b(_0x3f5545)['bottom']>_0x58065b?d(_0x53bc02,_0x2d25b4,_0x58065b,_0x14ce59,_0x1ef1d3-0x1):d(_0x53bc02,_0x2d25b4,_0x58065b,_0x1ef1d3+0x1,_0x189950);}return _0x1ef1d3<0x0?null:_0x2d25b4[_0x1ef1d3];}class u extends _0x3a9492{['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 _0x2b2729=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xa8e76d;for(const _0x48b66b in _0x2b2729){const _0x325bd8=_0x48b66b,_0x251982=_0x2b2729[_0x325bd8];if('documentOutlineLicenseKeyValid'==_0x251982||'documentOutlineLicenseKeyInvalid'==_0x251982||'documentOutlineLicenseKeyExpired'==_0x251982||'documentOutlineLicenseKeyDomainLimit'==_0x251982||'documentOutlineLicenseKeyNotAllowed'==_0x251982||'documentOutlineLicenseKeyEvaluationLimit'==_0x251982||'documentOutlineLicenseKeyTrialLimit'==_0x251982||'documentOutlineLicenseKeyUsageLimit'==_0x251982){delete _0x2b2729[_0x325bd8],_0xa8e76d=_0x251982,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xa8e76d&&_0x2b2729['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xa8e76d&&_0x2b2729['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xa8e76d&&_0x2b2729['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xa8e76d&&_0x2b2729['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xa8e76d&&_0x2b2729['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0xa8e76d&&_0x2b2729['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xa8e76d&&_0x2b2729['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x12acd7{['execute'](){this['editor']['model']['change'](_0x33d983=>{this['editor']['model']['insertObject'](_0x33d983['createElement']('tableOfContents'));});}['refresh'](){const _0x34d34f=this['editor']['model'],_0x493c32=_0x34d34f['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x493c32&&_0x34d34f['schema']['findAllowedParent'](_0x493c32,'tableOfContents'));}}class b extends _0x3a9492{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x3d7ca5=this['editor'];if(_0x3d7ca5['config']['get']('headingId.modelAttributeName'))return;(function(_0xaaa179){const _0x5b6678=new Map();if(_0xaaa179)return _0xaaa179['forEach'](_0x5be747=>{'paragraph'!==_0x5be747['model']&&_0x5b6678['set'](_0x5be747['view'],_0x5be747['model']);}),_0x5b6678['get']('h1')||_0x5b6678['set']('h1','heading1'),_0x5b6678;return _0x5b6678;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x26b93b,_0x22026f)=>{this['_customUpcastHeadingsConversion'](_0x22026f),this['_customDataDowncastHeadingsConversion'](_0x26b93b),_0x3d7ca5['model']['schema']['isRegistered'](_0x26b93b)&&_0x3d7ca5['model']['schema']['extend'](_0x26b93b,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x2daffd){this['editor']['conversion']['for']('upcast')['add'](_0x34fb0b=>_0x34fb0b['on']('element:'+_0x2daffd,(_0x5c7263,_0x469813,_0x117150)=>{const {consumable:_0x16458c,writer:_0x593745}=_0x117150,_0x3a4029=_0x469813['viewItem']['getAttribute']('id'),_0xa28de3=_0x469813['modelRange']['getContainedElement']();if(_0xa28de3)return _0x3a4029&&_0x3a4029['length']||_0xa28de3['hasAttribute']('headingId')?void(_0x16458c['consume'](_0x469813['viewItem'],{'attributes':['id']})&&_0x593745['setAttribute']('headingId',_0x3a4029,_0xa28de3)):(_0x16458c['consume'](_0x469813['viewItem'],{'attributes':['id']}),void _0x593745['setAttribute']('headingId',_0x11a2fc(),_0xa28de3));},{'priority':_0x5dec67['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x45186f){this['editor']['conversion']['for']('downcast')['add'](_0x9ebcda=>_0x9ebcda['on']('attribute:headingId:'+_0x45186f,(_0x50aee0,_0x565c33,_0x43f9ec)=>{if(!_0x43f9ec['consumable']['consume'](_0x565c33['item'],_0x50aee0['name']))return;const _0x4bd1d2=_0x565c33['item']['getAttribute']('headingId'),_0x17af19=_0x43f9ec['mapper']['toViewElement'](_0x565c33['item']);_0x43f9ec['writer']['setAttribute']('id',_0x4bd1d2,_0x17af19);}));}['_registerHeadingIdAttributePostfixer'](){const _0x38bd12=this['editor'],_0x438792=new Set(),_0x1b0ad3=new Set();function _0x229ca3(_0x1c7c26,_0xd57ea1){const _0x5b9a6a=_0x11a2fc();return _0x1b0ad3['add'](_0x5b9a6a),_0x1c7c26['setAttribute']('headingId',_0x5b9a6a,_0xd57ea1),_0x5b9a6a;}function _0x2fda32(_0x476831,_0x3d54f0){_0x476831['removeAttribute']('headingId',_0x3d54f0);}_0x38bd12['model']['document']['registerPostFixer'](_0x1df7d5=>{const _0x8935c6=_0x38bd12['model']['document']['differ']['getChanges']();let _0x3b2274=!0x1;for(const _0x5434fe of _0x8935c6)if('insert'==_0x5434fe['type']&&_0x5434fe['name']){if(_0x5434fe['name']['match'](/heading\d/)){const _0x2ba496=_0x5434fe['attributes']['get']('headingId');'string'==typeof _0x2ba496?_0x438792['has'](_0x2ba496)?(_0x229ca3(_0x1df7d5,_0x5434fe['position']['nodeAfter']),_0x3b2274=!0x0):_0x1b0ad3['add'](_0x2ba496):(_0x229ca3(_0x1df7d5,_0x5434fe['position']['nodeAfter']),_0x3b2274=!0x0);}else'string'==typeof _0x5434fe['attributes']['get']('headingId')&&(_0x2fda32(_0x1df7d5,_0x5434fe['position']['nodeAfter']),_0x3b2274=!0x0);}else{if('remove'==_0x5434fe['type']){const _0x8b0351=_0x5434fe['attributes']['get']('headingId');'string'==typeof _0x8b0351&&_0x438792['delete'](_0x8b0351);}}return _0x3b2274;}),_0x38bd12['model']['document']['on']('change',()=>{_0x1b0ad3['forEach'](_0xd95344=>_0x438792['add'](_0xd95344)),_0x1b0ad3['clear']();});}}class s extends _0x3a9492{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x4232e2,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5d8685){super(_0x5d8685),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x1064c5=this['editor'],_0x4eb548=_0x1064c5['editing']['view']['document'];_0x1064c5['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x1064c5['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x4eb548,'click',(_0x37cd2f,_0x19895a)=>{if(!_0x19895a['target'])return;const _0x420ab4=_0x19895a['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x420ab4)&&(_0x19895a['domEvent']['preventDefault'](),_0x37cd2f['stop'](),this['_handleScrollToHeading'](_0x420ab4));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x1064c5['commands']['add']('insertTableOfContents',new O(_0x1064c5)),(_0x1064c5['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x33f80e,_0x329e19)=>{this['_currentOutlineDefinitions']=_0x329e19['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x1064c5['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4660bc){const _0x763f7b=_0x1df4d4([0x6c,0x4f,0x75,0x6b,0x56,0x36,0x73,0x59,0x69,0x31,0x66,0x4d,0x32,0x6f,0x38,0x58,0x68,0x61,0x57,0x4e,0x41,0x33,0x4c,0x79,0x53,0x6d,0x62,0x49,0x39,0x76,0x78,0x64,0x70,0x6e,0x54,0x7a,0x4a,0x74,0x5a,0x51,0x43,0x6a,0x48,0x4b,0x46,0x42,0x47,0x45,0x30,0x52,0x71,0x65,0x44,0x77,0x35,0x50,0x72,0x67,0x63,0x34,0x37,0x55]),_0x52fb9f=0x18f74e21,_0xdc78c7=0x18f024c9^_0x52fb9f,_0x41127c=window[_0x1df4d4([0x44,0x61,0x74,0x65])][_0x1df4d4([0x6e,0x6f,0x77])](),_0xb37b06=_0x4660bc[_0x1df4d4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x560bed=new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x343276=>{_0xb37b06[_0x1df4d4([0x6f,0x6e,0x63,0x65])](_0x1df4d4([0x72,0x65,0x61,0x64,0x79]),_0x343276);}),_0x5ae760={[_0x1df4d4([0x6b,0x74,0x79])]:_0x1df4d4([0x45,0x43]),[_0x1df4d4([0x75,0x73,0x65])]:_0x1df4d4([0x73,0x69,0x67]),[_0x1df4d4([0x63,0x72,0x76])]:_0x1df4d4([0x50,0x2d,0x32,0x35,0x36]),[_0x1df4d4([0x78])]:_0x1df4d4([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]),[_0x1df4d4([0x79])]:_0x1df4d4([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]),[_0x1df4d4([0x61,0x6c,0x67])]:_0x1df4d4([0x45,0x53,0x32,0x35,0x36])},_0xbba5c5=_0xb37b06[_0x1df4d4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1df4d4([0x67,0x65,0x74])](_0x1df4d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5305b8(){let _0x86a6d6,_0x109f73=null,_0x448334=null;try{if(_0xbba5c5==_0x1df4d4([0x47,0x50,0x4c]))return _0x1df4d4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x86a6d6=_0x252409(),!_0x86a6d6)return _0x1df4d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x86a6d6[_0x1df4d4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x448334=_0x17b79f(_0x86a6d6[_0x1df4d4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x86a6d6[_0x1df4d4([0x6a,0x74,0x69])])),await _0x42a5b2()?_0x1c6d89()?_0xa72824()?_0x1df4d4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x15bb44()?(_0x86a6d6[_0x1df4d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1df4d4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x109f73=_0x163531(_0x1df4d4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x86a6d6[_0x1df4d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1df4d4([0x74,0x72,0x69,0x61,0x6c])&&(_0x109f73=_0x163531(_0x1df4d4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d0b86()):_0x1df4d4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1df4d4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1df4d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1df4d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xa72824(){const _0x18b68e=[_0x1df4d4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1df4d4([0x74,0x72,0x69,0x61,0x6c])][_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x86a6d6[_0x1df4d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x41127c/0x3e8:0xe10*_0xdc78c7;return _0x86a6d6[_0x1df4d4([0x65,0x78,0x70])]<_0x18b68e;}function _0x1c6d89(){const _0x4024b4=_0x86a6d6[_0x1df4d4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4024b4&&(!!_0x4024b4[_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1df4d4([0x2a]))||(!!_0x4024b4[_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1df4d4([0x54,0x4f,0x43]))||!!_0x4024b4[_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1df4d4([0x50,0x50]))));}function _0x15bb44(){const _0x5c9129=_0x86a6d6[_0x1df4d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5c9129||0x0==_0x5c9129[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x185046}=new URL(window[_0x1df4d4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5c9129[_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x185046))return!0x0;const _0x32a3c2=_0x185046[_0x1df4d4([0x73,0x70,0x6c,0x69,0x74])](_0x1df4d4([0x2e]));return _0x5c9129[_0x1df4d4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3aca05=>_0x3aca05[_0x1df4d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1df4d4([0x2a])))[_0x1df4d4([0x6d,0x61,0x70])](_0x4840f4=>_0x4840f4[_0x1df4d4([0x73,0x70,0x6c,0x69,0x74])](_0x1df4d4([0x2e])))[_0x1df4d4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x26614e=>_0x26614e[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x32a3c2[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1df4d4([0x6d,0x61,0x70])](_0x59ebe6=>Array(_0x32a3c2[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x59ebe6[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1df4d4([0x66,0x69,0x6c,0x6c])](_0x59ebe6[0x0]===_0x1df4d4([0x2a])?_0x1df4d4([0x2a]):'')[_0x1df4d4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x59ebe6))[_0x1df4d4([0x73,0x6f,0x6d,0x65])](_0x38a57f=>_0x32a3c2[_0x1df4d4([0x65,0x76,0x65,0x72,0x79])]((_0x114a99,_0x4fe1fb)=>_0x38a57f[_0x4fe1fb]===_0x114a99||_0x38a57f[_0x4fe1fb]===_0x1df4d4([0x2a])));}function _0x3d0b86(){return _0x109f73&&_0x448334?new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x6066b1,_0x128af4)=>{_0x109f73[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0x6066b1,_0x128af4),_0x448334[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0x59a61b=>{_0x59a61b!=_0x1df4d4([0x56,0x61,0x6c,0x69,0x64])&&_0x6066b1(_0x59a61b);},_0x128af4);}):_0x109f73||_0x448334||_0x1df4d4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x17b79f(_0x19a1be,_0x28e823){return new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35902d=>{if(_0x529272())return _0x35902d(_0x1df4d4([0x56,0x61,0x6c,0x69,0x64]));_0x592747(),_0xb37b06[_0x1df4d4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1df4d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2f4638=!0x1;const _0x37cac3=_0x11a2fc();function _0x5c5bb2(_0x47abe0){return!!_0x47abe0&&(typeof _0x47abe0===_0x1df4d4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x47abe0===_0x1df4d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x47abe0[_0x1df4d4([0x74,0x68,0x65,0x6e])]===_0x1df4d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x47abe0[_0x1df4d4([0x63,0x61,0x74,0x63,0x68])]===_0x1df4d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x488451(_0x387af3){_0x66bc5f(_0x387af3)[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0x7c8e57=>{if(!_0x7c8e57||_0x7c8e57[_0x1df4d4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1df4d4([0x6f,0x6b]))return _0x1df4d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x457df4(_0x85636f(_0x37cac3+_0x28e823))!=_0x7c8e57[_0x1df4d4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1df4d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1df4d4([0x56,0x61,0x6c,0x69,0x64]);})[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0xff83fd=>(_0x13656a(),_0xff83fd),()=>{const _0x16c205=_0x29c56c();return null==_0x16c205?(_0x13656a(),_0x1df4d4([0x56,0x61,0x6c,0x69,0x64])):_0x1df4d4(_0x41127c-_0x16c205>(0x3cfbca21^_0x52fb9f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0x35902d)[_0x1df4d4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x35902d(_0x1df4d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1be117=0x18c1a0a1^_0x52fb9f;function _0x13656a(){const _0x526fef=_0x1df4d4([0x6c,0x6c,0x63,0x74,0x2d])+_0x457df4(_0x85636f(_0x19a1be)),_0x50250b=_0x1fe0dd(_0x457df4(window[_0x1df4d4([0x4d,0x61,0x74,0x68])][_0x1df4d4([0x63,0x65,0x69,0x6c])](_0x41127c/_0x1be117)));window[_0x1df4d4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1df4d4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x526fef,_0x50250b);}function _0x29c56c(){const _0x5e1785=_0x1df4d4([0x6c,0x6c,0x63,0x74,0x2d])+_0x457df4(_0x85636f(_0x19a1be)),_0x40cac6=window[_0x1df4d4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1df4d4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e1785);return _0x40cac6?window[_0x1df4d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fe0dd(_0x40cac6),0x10)*_0x1be117:null;}function _0x66bc5f(_0x2f91d2){return new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x18f7da,_0x5ad36e)=>{_0x2f91d2[_0x1df4d4([0x74,0x68,0x65,0x6e])](_0x18f7da,_0x5ad36e),window[_0x1df4d4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5ad36e,0x18f69ae1^_0x52fb9f);});}}_0xb37b06[_0x1df4d4([0x6f,0x6e])](_0x1df4d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1ad697,_0x1981db)=>{if(_0x1981db[0x0]!=_0x19a1be)return _0x35902d(_0x1df4d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1981db[0x1]={..._0x1981db[0x1],[_0x1df4d4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x37cac3};},{[_0x1df4d4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1df4d4([0x68,0x69,0x67,0x68])}),_0xb37b06[_0x1df4d4([0x6f,0x6e])](_0x1df4d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2f721e=>{_0x5c5bb2(_0x2f721e[_0x1df4d4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2f4638=!0x0,_0x488451(_0x2f721e[_0x1df4d4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1df4d4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1df4d4([0x6c,0x6f,0x77])}),_0x560bed[_0x1df4d4([0x74,0x68,0x65,0x6e])](()=>{_0x2f4638||_0x35902d(_0x1df4d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x529272(){return _0xb37b06[_0x1df4d4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1df4d4([0x76,0x69,0x65,0x77])][_0x1df4d4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1df4d4([0x61,0x75,0x74,0x6f]);}function _0x592747(){_0xb37b06[_0x1df4d4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1df4d4([0x76,0x69,0x65,0x77])][_0x1df4d4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1df4d4([0x61,0x75,0x74,0x6f]);}}function _0x163531(_0x5ab0c3){const _0x171f20=[new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x381a6c=>setTimeout(_0x381a6c,0x18fe70ed^_0x52fb9f)),_0x560bed[_0x1df4d4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41b21b=>{let _0x4f698b=0x0;_0xb37b06[_0x1df4d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x1df4d4([0x6f,0x6e])](_0x1df4d4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x285190,_0x154221)=>{_0x154221[0x0][_0x1df4d4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f698b++,_0x4f698b==(0x18f74fd9^_0x52fb9f)&&(_0x41b21b(),_0x285190[_0x1df4d4([0x6f,0x66,0x66])]());});}))];return window[_0x1df4d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1df4d4([0x72,0x61,0x63,0x65])](_0x171f20)[_0x1df4d4([0x74,0x68,0x65,0x6e])](()=>_0x5ab0c3);}async function _0x45fcc2(){await _0x560bed,_0xb37b06[_0x1df4d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x1df4d4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1982dc,_0xb37b06[_0x1df4d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x1df4d4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1982dc,_0xb37b06[_0x1df4d4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1df4d4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xe619c3(_0x467e4e){const _0x3db941=_0x2d86b0();_0xb37b06[_0x3db941]=_0x1df4d4([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])+_0x467e4e,_0x467e4e!=_0x1df4d4([0x56,0x61,0x6c,0x69,0x64])&&_0x45fcc2();}function _0x2d86b0(){const _0x4a6e3a=window[_0x1df4d4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1df4d4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1df4d4([0x6e,0x6f,0x77])]())[_0x1df4d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1df4d4([0x2e]),'');let _0x3dd3c7=_0x1df4d4([0x6c]);for(let _0x4b7891=0x0;_0x4b7891<_0x4a6e3a[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b7891+=0x2){let _0x453e8c=window[_0x1df4d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a6e3a[_0x1df4d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b7891,_0x4b7891+0x2));_0x453e8c>=_0x763f7b[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x453e8c-=_0x763f7b[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3dd3c7+=_0x763f7b[_0x453e8c];}return _0x3dd3c7;}function _0x252409(){const _0x1627e0=_0xbba5c5[_0x1df4d4([0x73,0x70,0x6c,0x69,0x74])](_0x1df4d4([0x2e]));if(0x3!=_0x1627e0[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x263f82(_0x1627e0[0x1]);function _0x263f82(_0x4fa1df){const _0x42d64b=_0xdae95d(_0x4fa1df);return _0x42d64b&&_0x55315f()?_0x42d64b:null;function _0x55315f(){const _0xac8d9=_0x42d64b[_0x1df4d4([0x6a,0x74,0x69])],_0x5ce710=window[_0x1df4d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xac8d9[_0x1df4d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xac8d9[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x11b96b={..._0x42d64b,[_0x1df4d4([0x6a,0x74,0x69])]:_0xac8d9[_0x1df4d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xac8d9[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x11b96b[_0x1df4d4([0x76,0x63])],_0x85636f(_0x11b96b)==_0x5ce710;}}}async function _0x42a5b2(){let _0x2990a7=!0x0;try{const _0x45f24c=_0xbba5c5[_0x1df4d4([0x73,0x70,0x6c,0x69,0x74])](_0x1df4d4([0x2e])),[_0x5a3dea,_0x3a907f,_0x569906]=_0x45f24c;return _0x1cdd7c(_0x5a3dea),await _0x204a02(_0x5a3dea,_0x3a907f,_0x569906),_0x2990a7;}catch{return!0x1;}function _0x1cdd7c(_0x5de4b0){const _0x4435d9=_0xdae95d(_0x5de4b0);_0x4435d9&&_0x4435d9[_0x1df4d4([0x61,0x6c,0x67])]==_0x1df4d4([0x45,0x53,0x32,0x35,0x36])||(_0x2990a7=!0x1);}async function _0x204a02(_0x3e098f,_0x1ebb26,_0x33491a){const _0x23b646=window[_0x1df4d4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1df4d4([0x66,0x72,0x6f,0x6d])](_0x972b9c(_0x33491a),_0x38e557=>_0x38e557[_0x1df4d4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x56ed9e=new window[(_0x1df4d4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1df4d4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3e098f+_0x1df4d4([0x2e])+_0x1ebb26),_0x2dd327=window[_0x1df4d4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1df4d4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2dd327)return;const _0x33562d=await _0x2dd327[_0x1df4d4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1df4d4([0x6a,0x77,0x6b]),_0x5ae760,{[_0x1df4d4([0x6e,0x61,0x6d,0x65])]:_0x1df4d4([0x45,0x43,0x44,0x53,0x41]),[_0x1df4d4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1df4d4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1df4d4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2dd327[_0x1df4d4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1df4d4([0x6e,0x61,0x6d,0x65])]:_0x1df4d4([0x45,0x43,0x44,0x53,0x41]),[_0x1df4d4([0x68,0x61,0x73,0x68])]:{[_0x1df4d4([0x6e,0x61,0x6d,0x65])]:_0x1df4d4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x33562d,_0x23b646,_0x56ed9e)||(_0x2990a7=!0x1);}}function _0xdae95d(_0x9bdedf){return _0x9bdedf[_0x1df4d4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1df4d4([0x65,0x79]))?JSON[_0x1df4d4([0x70,0x61,0x72,0x73,0x65])](_0x972b9c(_0x9bdedf)):null;}function _0x972b9c(_0xa2c2d9){return window[_0x1df4d4([0x61,0x74,0x6f,0x62])](_0xa2c2d9[_0x1df4d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1df4d4([0x2b]))[_0x1df4d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1df4d4([0x2f])));}function _0x85636f(_0x4d5402){let _0x196130=0x1505;function _0x2f372b(_0x37a17f){for(let _0x3e5fc2=0x0;_0x3e5fc2<_0x37a17f[_0x1df4d4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e5fc2++){const _0x3e8af3=_0x37a17f[_0x1df4d4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3e5fc2);_0x196130=(_0x196130<<0x5)+_0x196130+_0x3e8af3,_0x196130&=_0x196130;}}function _0xb33dd(_0x261a1b){Array[_0x1df4d4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x261a1b)?_0x261a1b[_0x1df4d4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xb33dd):_0x261a1b&&typeof _0x261a1b==_0x1df4d4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1df4d4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x261a1b)[_0x1df4d4([0x73,0x6f,0x72,0x74])]()[_0x1df4d4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b3067,_0x45b244])=>{_0x2f372b(_0x5b3067),_0xb33dd(_0x45b244);}):_0x2f372b(window[_0x1df4d4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x261a1b));}return _0xb33dd(_0x4d5402),_0x196130>>>0x0;}function _0x457df4(_0x3defe0){return _0x3defe0[_0x1df4d4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1df4d4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1df4d4([0x30]));}function _0x1fe0dd(_0x401b8c){return _0x401b8c[_0x1df4d4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1df4d4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1df4d4([0x6a,0x6f,0x69,0x6e])]('');}function _0x1982dc(){}function _0x1df4d4(_0x4b6aab){return _0x4b6aab['map'](_0x3e6a6b=>String['fromCharCode'](_0x3e6a6b))['join']('');}_0xe619c3(await _0x5305b8());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x517a90=>{'$graveyard'!==_0x517a90['rootName']&&this['editor']['editing']['reconvertItem'](_0x517a90);});}['_trackNewToCElements'](){for(const _0x393ad3 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x393ad3['type']||'tableOfContents'!==_0x393ad3['name'])return;this['_tableOfContentsElements']['add'](_0x393ad3['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0xf49f5=this['editor']['conversion'];_0xf49f5['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0xf49f5['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x34fcdd,{writer:_0x2c97de})=>this['_createTableOfContents'](_0x2c97de,!0x0)}),_0xf49f5['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x42b273,{writer:_0x2f1342})=>{this['_tableOfContentsElements']['add'](_0x42b273);const _0x34b8ee=this['_createTableOfContents'](_0x2f1342);return _0x3b7747(_0x34b8ee,_0x2f1342,{'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'](_0x56c1da,_0x3c6efa=!0x1){const {locale:_0xcb3cfd}=this['editor'],_0x327d59=_0x56c1da['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x3c6efa&&{'data-table-of-contents-label':j(_0xcb3cfd,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x3c6efa&&_0x56c1da['insert'](_0x56c1da['createPositionAt'](_0x327d59,'end'),_0x56c1da['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x56c1da['createText'](j(_0xcb3cfd,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x5eabf4=_0x3c6efa?'':'['+j(_0xcb3cfd,'Empty\x20heading')+']';let _0x420856=_0x327d59;return this['_currentOutlineDefinitions']['forEach']((_0x5385f2,_0x14060f,_0x2f4044)=>{const _0x59d5e2=this['editor']['model']['hasContent'](_0x5385f2['modelElement'],{'ignoreWhitespaces':!0x0}),_0x59ea80=_0x59d5e2?_0x5385f2['text']:_0x5eabf4,_0x28b162=_0x5385f2['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x1f688d=_0x56c1da['createContainerElement']('a',{'href':'#'+_0x28b162,...!_0x3c6efa&&{'tabindex':'-1'}},[_0x56c1da['createText'](_0x59ea80)]),_0x2e50a4=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x56c1da['setCustomProperty']('tableOfContentsHeadingIndex',_0x14060f,_0x1f688d);const _0xe22a9f=_0x56c1da['createContainerElement']('li',null,[_0x59d5e2||!_0x3c6efa&&_0x2e50a4?_0x1f688d:_0x56c1da['createText']('')]),_0x4b1d2f=_0x14060f?_0x2f4044[_0x14060f-0x1]['level']:0x0,_0x552402=Math['abs'](_0x5385f2['level']-_0x4b1d2f);if(_0x5385f2['level']>_0x4b1d2f){const _0x448fae=N(_0xe22a9f,_0x552402,_0x56c1da);_0x56c1da['insert'](_0x56c1da['createPositionAt'](_0x420856,'end'),_0x448fae);}else{const _0x2476f5=function(_0x5b9560,_0xa35cb0){return _0x5b9560['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x57828b=>_0x57828b['is']('element','ol'))[_0xa35cb0];}(_0x420856,_0x552402);_0x56c1da['insert'](_0x56c1da['createPositionAt'](_0x2476f5,'end'),_0xe22a9f);}_0x420856=_0xe22a9f;}),_0x327d59;}['_handleScrollToHeading'](_0x5753b3){const _0x43b148=this['_currentOutlineDefinitions'][_0x5753b3]['modelElement'];this['editor']['model']['change'](_0xf55ac6=>{_0xf55ac6['setSelection'](_0x43b148,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x2ad142,_0x5b5d02)=>{const _0x2ffc22=_0x5b5d02['mapper'],_0x1a9c73=_0x2ffc22['findMappedViewAncestor'](_0x5b5d02['viewPosition']),_0x18a73a=_0x2ffc22['toModelElement'](_0x1a9c73);_0x18a73a['is']('element','tableOfContents')&&(_0x5b5d02['modelPosition']=this['editor']['model']['createPositionAt'](_0x18a73a,0x0),_0x2ad142['stop']());};}}function N(_0x1a47d0,_0x45091f,_0x34e5a4){return 0x1===_0x45091f?_0x34e5a4['createContainerElement']('ol',null,[_0x1a47d0]):_0x34e5a4['createContainerElement']('ol',null,[_0x34e5a4['createContainerElement']('li',null,[N(_0x1a47d0,_0x45091f-0x1,_0x34e5a4)])]);}class o extends _0x3a9492{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2abc1d=this['editor'];_0x2abc1d['ui']['componentFactory']['add']('tableOfContents',()=>{const _0xfaf10=this['_createButton'](_0x38b3bf);return _0xfaf10['tooltip']=!0x0,_0xfaf10;}),_0x2abc1d['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x3586c8)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2d3e9d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1820c6;for(const _0x25d78f in _0x2d3e9d){const _0x2d4b7b=_0x25d78f,_0x19d1ed=_0x2d3e9d[_0x2d4b7b];if('tableOfContentsLicenseKeyValid'==_0x19d1ed||'tableOfContentsLicenseKeyInvalid'==_0x19d1ed||'tableOfContentsLicenseKeyExpired'==_0x19d1ed||'tableOfContentsLicenseKeyDomainLimit'==_0x19d1ed||'tableOfContentsLicenseKeyNotAllowed'==_0x19d1ed||'tableOfContentsLicenseKeyEvaluationLimit'==_0x19d1ed||'tableOfContentsLicenseKeyTrialLimit'==_0x19d1ed||'tableOfContentsLicenseKeyUsageLimit'==_0x19d1ed){delete _0x2d3e9d[_0x2d4b7b],_0x1820c6=_0x19d1ed,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1820c6&&_0x2d3e9d['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x86e177){const _0x5910ae=this['editor'],_0x4260ff=_0x5910ae['locale'],_0x21d64b=_0x5910ae['commands']['get']('insertTableOfContents'),_0x3b9ef3=new _0x86e177(_0x4260ff);return _0x3b9ef3['set']({'label':j(_0x4260ff,'Table\x20of\x20contents'),'icon':_0x356e30}),_0x3b9ef3['bind']('isEnabled')['to'](_0x21d64b,'isEnabled'),this['listenTo'](_0x3b9ef3,'execute',()=>{_0x5910ae['execute']('insertTableOfContents'),_0x5910ae['editing']['view']['focus']();}),_0x3b9ef3;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x3a9492{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
23
|
+
import{Plugin as _0x143b66,Command as _0x16a657}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x33663a,throttle as _0xe33b03}from'es-toolkit/compat';import{Text as _0x26c0d0,TreeWalker as _0x2b0610}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x16b5a6,diffToChanges as _0x39707a,scrollAncestorsToShowTarget as _0x12fe9b,CKEditorError as _0x71ab98,global as _0x407dc7,Rect as _0x3bc8e3,uid as _0x56414f,priorities as _0x21c62e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x237dcb,ButtonView as _0x136e58,MenuBarMenuListItemButtonView as _0x2119c0}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x1b690d,toWidget as _0x3b12e5}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x18a6ff}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x3b685b){let _0x123771='';for(const _0x1d34ca of _0x3b685b['getChildren']())_0x1d34ca instanceof _0x26c0d0&&(_0x123771+=_0x1d34ca['data']);return _0x123771;}class i extends _0x143b66{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0xa6f437=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x29ab0c=[];_0xa6f437['model']['document']['on']('change',_0x33663a(()=>{const _0x5ab633=_0x29ab0c;_0x29ab0c=this['_getOutlineDefinitions']();const _0x14a38e=_0x16b5a6(_0x5ab633,_0x29ab0c,(_0x33d5c1,_0x34842c)=>_0x33d5c1['level']===_0x34842c['level']&&_0x33d5c1['text']===_0x34842c['text']&&_0x33d5c1['modelElement']===_0x34842c['modelElement']),_0x5cef13=_0x39707a(_0x14a38e,_0x29ab0c),_0x1650da=this['_getActiveHeading'](),_0x420b35=_0x29ab0c['findIndex'](_0x49cc07=>_0x49cc07['modelElement']===_0x1650da);_0x5cef13['length']&&this['fire']('change',{'outlineDefinitions':_0x29ab0c,'activeItemIndex':_0x420b35,'outlineChanges':_0x5cef13}),this['fire']('activeItemIndex',{'index':_0x420b35});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5bbffb=this['editor'],_0x23cd4a=[],_0x96451f=this['_headingNames'];for(const _0x230385 of _0x5bbffb['model']['document']['getRootNames']())_0x1bba7b(_0x5bbffb['model']['document']['getRoot'](_0x230385));function _0x1bba7b(_0x46216b){for(const _0x1c4d10 of _0x46216b['getChildren']())_0x1c4d10['is']('element')&&(_0x96451f['includes'](_0x1c4d10['name'])&&_0x23cd4a['push']({'level':_0x96451f['indexOf'](_0x1c4d10['name'])+0x1,'text':p(_0x1c4d10),'modelElement':_0x1c4d10}),_0x1bba7b(_0x1c4d10));}return _0x23cd4a;}['_getActiveHeading'](){const _0x1aab1e=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x359091=new _0x2b0610({'direction':'backward','startPosition':_0x1aab1e});for(const _0xd79f7a of _0x359091)if(_0xd79f7a['item']['is']('element')&&this['_headingNames']['includes'](_0xd79f7a['item']['name']))return _0xd79f7a['item'];}['_getHeadingNames'](){const _0x4f0587=this['editor']['config']['get']('documentOutline.headings');return _0x4f0587||function(_0x2a355e){const _0x595d34=_0x2a355e['config']['get']('heading.options');return _0x595d34?_0x595d34['reduce']((_0x36351f,_0xf5d397)=>('paragraph'!==_0xf5d397['model']&&_0x36351f['push'](_0xf5d397['model']),_0x36351f),[]):_0x2a355e['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x2c4782=this['editor'],_0x4480fb=['h1','h2','h3','h4','h5','h6'],_0x5aff43=[];for(const _0x2652a4 of _0x4480fb){const _0x3d532d=_0x2c4782['editing']['view']['domConverter']['domToView'](document['createElement'](_0x2652a4)),_0x5c2470=_0x2c4782['data']['toModel'](_0x3d532d)['getChild'](0x0);_0x5c2470?.['is']('element')&&_0x5aff43['push'](_0x5c2470['name']);}this['_headingNames']=_0x5aff43;}}function j(_0x5361d8,_0x4e39a4){const t=_0x5361d8['t'];switch(_0x4e39a4){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 _0x4e39a4;}}class $ extends _0x237dcb{constructor(_0x1913a6,_0x4b3af4=!0x1){super(_0x1913a6);const _0x3d0347=this['bindTemplate'],_0x27584d=_0x4b3af4?'['+j(_0x1913a6,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x4531d6=>!_0x4531d6),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x3d0347['to']('level',_0x61219=>'ck-document-outline__item_level-'+_0x61219),_0x3d0347['if']('isActive','ck-document-outline__item_active'),_0x3d0347['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x3d0347['to']('text')},'children':[{'text':_0x3d0347['to']('text',_0x337986=>_0x337986||_0x27584d)}],'on':{'click':_0x3d0347['to']('click')}});}}class l extends _0x237dcb{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x32d6ea,_0x21b8c6=!0x1,_0x4e2371){super(_0x32d6ea),this['showEmptyHeadingText']=_0x21b8c6,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x4e2371,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1557f8,_0x5cdd44,_0x307b24,_0x37a1b7)=>{this['_setActiveItem'](_0x37a1b7,_0x307b24);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x32d6ea['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x32d6ea,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0xab3fb2){_0xab3fb2['forEach'](_0x96efb6=>{'insert'==_0x96efb6['type']?this['_insertItem'](_0x96efb6['index'],..._0x96efb6['values']):'delete'==_0x96efb6['type']&&this['_deleteItem'](_0x96efb6['index'],_0x96efb6['howMany']);});}['_setActiveItem'](_0x14542a,_0xc1902b){if(-0x1!==_0x14542a){const _0x1c4b1e=this['items']['get'](_0x14542a);_0x1c4b1e&&(_0x1c4b1e['isActive']=!0x1);}-0x1!==_0xc1902b&&(this['items']['get'](_0xc1902b)['isActive']=!0x0,this['_scrollToItem'](_0xc1902b));}['_insertItem'](_0x3b6bef,..._0x444994){const _0x322df6=_0x444994['map']((_0x296abf,_0x20bf2e)=>{const _0x339502=new $(this['locale'],this['showEmptyHeadingText']);return _0x339502['text']=_0x296abf['text'],_0x339502['level']=_0x296abf['level'],_0x3b6bef+_0x20bf2e===this['activeItemIndex']&&(_0x339502['isActive']=!0x0),_0x339502;});this['items']['addMany'](_0x322df6,_0x3b6bef);}['_deleteItem'](_0x59dd3c,_0x4ffa77){do{this['items']['remove'](_0x59dd3c);}while(--_0x4ffa77);}['_handleItemClick'](_0x41f023){const _0x17a69a=this['items']['getIndex'](_0x41f023['source']);this['fire']('itemSelected',_0x17a69a);}['_scrollToItem'](_0x469c51){_0x12fe9b(this['items']['get'](_0x469c51)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x143b66{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xb914e4){super(_0xb914e4),this['view']=new l(_0xb914e4['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0xe33b03(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x37938d=this['editor'],_0x26aa04=_0x37938d['plugins']['get']('DocumentOutlineUtils');let _0x180fbe=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x37938d['config']['get']('documentOutline.container'))throw new _0x71ab98('document-outline-container-not-provided',{'editor':_0x37938d});_0x37938d['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x26aa04['on']('change',this['_handleOutlineChange']['bind'](this)),_0x26aa04['on']('activeItemIndex',(_0x11474c,{index:_0x51d347})=>this['_setActiveViewItem'](_0x51d347)),this['view']['on']('itemSelected',(_0xee3828,_0x5000c0)=>{_0x180fbe=!0x0,this['_handleItemSelected'](_0x5000c0);}),this['view']['listenTo'](_0x407dc7['document'],'scroll',()=>{_0x180fbe?_0x180fbe=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x407dc7['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x210873){const _0xce4397=_0x3d7f09([0x4b,0x6d,0x74,0x71,0x62,0x31,0x35,0x38,0x36,0x6c,0x47,0x34,0x56,0x66,0x4e,0x45,0x64,0x30,0x43,0x77,0x79,0x54,0x70,0x75,0x7a,0x68,0x4f,0x32,0x55,0x4a,0x50,0x72,0x44,0x4d,0x39,0x67,0x4c,0x6f,0x52,0x6b,0x6a,0x41,0x58,0x33,0x5a,0x61,0x76,0x63,0x49,0x65,0x48,0x78,0x46,0x59,0x73,0x69,0x42,0x57,0x6e,0x37,0x53,0x51]),_0x47d73a=0x7438d4ae,_0x3d7f8c=0x743fbfae^_0x47d73a,_0x4273e2=window[_0x3d7f09([0x44,0x61,0x74,0x65])][_0x3d7f09([0x6e,0x6f,0x77])](),_0x127d27=_0x210873[_0x3d7f09([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4955cd=new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x356177=>{_0x127d27[_0x3d7f09([0x6f,0x6e,0x63,0x65])](_0x3d7f09([0x72,0x65,0x61,0x64,0x79]),_0x356177);}),_0x10c986={[_0x3d7f09([0x6b,0x74,0x79])]:_0x3d7f09([0x45,0x43]),[_0x3d7f09([0x75,0x73,0x65])]:_0x3d7f09([0x73,0x69,0x67]),[_0x3d7f09([0x63,0x72,0x76])]:_0x3d7f09([0x50,0x2d,0x32,0x35,0x36]),[_0x3d7f09([0x78])]:_0x3d7f09([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]),[_0x3d7f09([0x79])]:_0x3d7f09([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]),[_0x3d7f09([0x61,0x6c,0x67])]:_0x3d7f09([0x45,0x53,0x32,0x35,0x36])},_0x200224=_0x127d27[_0x3d7f09([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3d7f09([0x67,0x65,0x74])](_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x22dbaa(){let _0x5be826,_0x1ad928=null,_0x4520fa=null;try{if(_0x200224==_0x3d7f09([0x47,0x50,0x4c]))return _0x3d7f09([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5be826=_0x8ab16(),!_0x5be826)return _0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5be826[_0x3d7f09([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4520fa=_0x23425e(_0x5be826[_0x3d7f09([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5be826[_0x3d7f09([0x6a,0x74,0x69])])),await _0x3e4978()?_0x590e81()?_0x4302b4()?_0x3d7f09([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3a17fc()?(_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d7f09([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1ad928=_0x1b38b9(_0x3d7f09([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d7f09([0x74,0x72,0x69,0x61,0x6c])&&(_0x1ad928=_0x1b38b9(_0x3d7f09([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x30fa2b()):_0x3d7f09([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3d7f09([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4302b4(){const _0x5b266b=[_0x3d7f09([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3d7f09([0x74,0x72,0x69,0x61,0x6c])][_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4273e2/0x3e8:0xe10*_0x3d7f8c;return _0x5be826[_0x3d7f09([0x65,0x78,0x70])]<_0x5b266b;}function _0x590e81(){const _0x34f91e=_0x5be826[_0x3d7f09([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x34f91e&&(!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x2a]))||(!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x44,0x4f]))||!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x50,0x50]))));}function _0x3a17fc(){const _0x4c5735=_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4c5735||0x0==_0x4c5735[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x424658}=new URL(window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4c5735[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x424658))return!0x0;const _0x56c47d=_0x424658[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e]));return _0x4c5735[_0x3d7f09([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2c56b7=>_0x2c56b7[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x2a])))[_0x3d7f09([0x6d,0x61,0x70])](_0x2e26ba=>_0x2e26ba[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e])))[_0x3d7f09([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ed1d=>_0x2ed1d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x56c47d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d7f09([0x6d,0x61,0x70])](_0x248a35=>Array(_0x56c47d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x248a35[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d7f09([0x66,0x69,0x6c,0x6c])](_0x248a35[0x0]===_0x3d7f09([0x2a])?_0x3d7f09([0x2a]):'')[_0x3d7f09([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x248a35))[_0x3d7f09([0x73,0x6f,0x6d,0x65])](_0x6eb7ed=>_0x56c47d[_0x3d7f09([0x65,0x76,0x65,0x72,0x79])]((_0x19d209,_0x4afc11)=>_0x6eb7ed[_0x4afc11]===_0x19d209||_0x6eb7ed[_0x4afc11]===_0x3d7f09([0x2a])));}function _0x30fa2b(){return _0x1ad928&&_0x4520fa?new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x321dfe,_0x5ebafd)=>{_0x1ad928[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x321dfe,_0x5ebafd),_0x4520fa[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0xabbb59=>{_0xabbb59!=_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])&&_0x321dfe(_0xabbb59);},_0x5ebafd);}):_0x1ad928||_0x4520fa||_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]);}}function _0x23425e(_0x4c9013,_0x43bbb5){return new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19d2d5=>{if(_0xe2ead6())return _0x19d2d5(_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]));_0x5ce0be(),_0x127d27[_0x3d7f09([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5570d9=!0x1;const _0x397045=_0x56414f();function _0x4cddd6(_0x28b646){return!!_0x28b646&&(typeof _0x28b646===_0x3d7f09([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x28b646===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x28b646[_0x3d7f09([0x74,0x68,0x65,0x6e])]===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x28b646[_0x3d7f09([0x63,0x61,0x74,0x63,0x68])]===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x24be5d(_0xda32e5){_0x367994(_0xda32e5)[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x2d2526=>{if(!_0x2d2526||_0x2d2526[_0x3d7f09([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3d7f09([0x6f,0x6b]))return _0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2b16ed(_0x2e9cb8(_0x397045+_0x43bbb5))!=_0x2d2526[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]);})[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x7acfaa=>(_0x5f3f65(),_0x7acfaa),()=>{const _0x290747=_0xf7f67c();return null==_0x290747?(_0x5f3f65(),_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])):_0x3d7f09(_0x4273e2-_0x290747>(0x503450ae^_0x47d73a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x19d2d5)[_0x3d7f09([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x458ae0=0x740e3a2e^_0x47d73a;function _0x5f3f65(){const _0x2f101d=_0x3d7f09([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b16ed(_0x2e9cb8(_0x4c9013)),_0x44a44f=_0x2015ed(_0x2b16ed(window[_0x3d7f09([0x4d,0x61,0x74,0x68])][_0x3d7f09([0x63,0x65,0x69,0x6c])](_0x4273e2/_0x458ae0)));window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d7f09([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2f101d,_0x44a44f);}function _0xf7f67c(){const _0x597cef=_0x3d7f09([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b16ed(_0x2e9cb8(_0x4c9013)),_0x29fd9c=window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d7f09([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x597cef);return _0x29fd9c?window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2015ed(_0x29fd9c),0x10)*_0x458ae0:null;}function _0x367994(_0x22c1db){return new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d91a9,_0x6328a)=>{_0x22c1db[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x4d91a9,_0x6328a),window[_0x3d7f09([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x6328a,0x7439006e^_0x47d73a);});}}_0x127d27[_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3345b2,_0x49be66)=>{if(_0x49be66[0x0]!=_0x4c9013)return _0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49be66[0x1]={..._0x49be66[0x1],[_0x3d7f09([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x397045};},{[_0x3d7f09([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d7f09([0x68,0x69,0x67,0x68])}),_0x127d27[_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3eb48a=>{_0x4cddd6(_0x3eb48a[_0x3d7f09([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5570d9=!0x0,_0x24be5d(_0x3eb48a[_0x3d7f09([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3d7f09([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d7f09([0x6c,0x6f,0x77])}),_0x4955cd[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>{_0x5570d9||_0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xe2ead6(){return _0x127d27[_0x3d7f09([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d7f09([0x76,0x69,0x65,0x77])][_0x3d7f09([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3d7f09([0x61,0x75,0x74,0x6f]);}function _0x5ce0be(){_0x127d27[_0x3d7f09([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d7f09([0x76,0x69,0x65,0x77])][_0x3d7f09([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3d7f09([0x61,0x75,0x74,0x6f]);}}function _0x1b38b9(_0x203cd9){const _0xb38e7a=[new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33543c=>setTimeout(_0x33543c,0x7431ea62^_0x47d73a)),_0x4955cd[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x864c19=>{let _0x362df8=0x0;_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x241773,_0x19a6db)=>{_0x19a6db[0x0][_0x3d7f09([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x362df8++,_0x362df8==(0x7438d556^_0x47d73a)&&(_0x864c19(),_0x241773[_0x3d7f09([0x6f,0x66,0x66])]());});}))];return window[_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3d7f09([0x72,0x61,0x63,0x65])](_0xb38e7a)[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>_0x203cd9);}async function _0x2e87cc(){await _0x4955cd,_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5bb530,_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5bb530,_0x127d27[_0x3d7f09([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5d1539(_0xfacbdd){const _0x46888b=_0x3df9f4();_0x127d27[_0x46888b]=_0x3d7f09([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])+_0xfacbdd,_0xfacbdd!=_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])&&_0x2e87cc();}function _0x3df9f4(){const _0x3931f6=window[_0x3d7f09([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3d7f09([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3d7f09([0x6e,0x6f,0x77])]())[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3d7f09([0x2e]),'');let _0x180293=_0x3d7f09([0x4b]);for(let _0x584043=0x0;_0x584043<_0x3931f6[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x584043+=0x2){let _0x416494=window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3931f6[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x584043,_0x584043+0x2));_0x416494>=_0xce4397[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x416494-=_0xce4397[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x180293+=_0xce4397[_0x416494];}return _0x180293;}function _0x8ab16(){const _0x55eec4=_0x200224[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e]));if(0x3!=_0x55eec4[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x13c5e6(_0x55eec4[0x1]);function _0x13c5e6(_0x2a0848){const _0x3677f1=_0x1fec3f(_0x2a0848);return _0x3677f1&&_0x11bf01()?_0x3677f1:null;function _0x11bf01(){const _0x2a2750=_0x3677f1[_0x3d7f09([0x6a,0x74,0x69])],_0x47de15=window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a2750[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a2750[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x34335b={..._0x3677f1,[_0x3d7f09([0x6a,0x74,0x69])]:_0x2a2750[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2a2750[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x34335b[_0x3d7f09([0x76,0x63])],_0x2e9cb8(_0x34335b)==_0x47de15;}}}async function _0x3e4978(){let _0x2ee1d9=!0x0;try{const _0x5c4d54=_0x200224[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e])),[_0xbeb3d6,_0xcd3447,_0x2fb339]=_0x5c4d54;return _0x166c0f(_0xbeb3d6),await _0x1c3be5(_0xbeb3d6,_0xcd3447,_0x2fb339),_0x2ee1d9;}catch{return!0x1;}function _0x166c0f(_0x3b84c0){const _0x2b7681=_0x1fec3f(_0x3b84c0);_0x2b7681&&_0x2b7681[_0x3d7f09([0x61,0x6c,0x67])]==_0x3d7f09([0x45,0x53,0x32,0x35,0x36])||(_0x2ee1d9=!0x1);}async function _0x1c3be5(_0x412c61,_0xf8f0f5,_0x358056){const _0xdf55e5=window[_0x3d7f09([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3d7f09([0x66,0x72,0x6f,0x6d])](_0x3a9047(_0x358056),_0x5ef5b9=>_0x5ef5b9[_0x3d7f09([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x42e3f5=new window[(_0x3d7f09([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3d7f09([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x412c61+_0x3d7f09([0x2e])+_0xf8f0f5),_0x12b3af=window[_0x3d7f09([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3d7f09([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x12b3af)return;const _0x1aa6de=await _0x12b3af[_0x3d7f09([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3d7f09([0x6a,0x77,0x6b]),_0x10c986,{[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x45,0x43,0x44,0x53,0x41]),[_0x3d7f09([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3d7f09([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x12b3af[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x45,0x43,0x44,0x53,0x41]),[_0x3d7f09([0x68,0x61,0x73,0x68])]:{[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aa6de,_0xdf55e5,_0x42e3f5)||(_0x2ee1d9=!0x1);}}function _0x1fec3f(_0x8ac07a){return _0x8ac07a[_0x3d7f09([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3d7f09([0x65,0x79]))?JSON[_0x3d7f09([0x70,0x61,0x72,0x73,0x65])](_0x3a9047(_0x8ac07a)):null;}function _0x3a9047(_0x46f65b){return window[_0x3d7f09([0x61,0x74,0x6f,0x62])](_0x46f65b[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3d7f09([0x2b]))[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3d7f09([0x2f])));}function _0x2e9cb8(_0x41cf50){let _0xa9facb=0x1505;function _0x40d4e6(_0x1bf1b9){for(let _0x3cb651=0x0;_0x3cb651<_0x1bf1b9[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3cb651++){const _0x3ae99f=_0x1bf1b9[_0x3d7f09([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3cb651);_0xa9facb=(_0xa9facb<<0x5)+_0xa9facb+_0x3ae99f,_0xa9facb&=_0xa9facb;}}function _0x13ab31(_0x598717){Array[_0x3d7f09([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x598717)?_0x598717[_0x3d7f09([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x13ab31):_0x598717&&typeof _0x598717==_0x3d7f09([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3d7f09([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x598717)[_0x3d7f09([0x73,0x6f,0x72,0x74])]()[_0x3d7f09([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x502fcf,_0x41f967])=>{_0x40d4e6(_0x502fcf),_0x13ab31(_0x41f967);}):_0x40d4e6(window[_0x3d7f09([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x598717));}return _0x13ab31(_0x41cf50),_0xa9facb>>>0x0;}function _0x2b16ed(_0xb31447){return _0xb31447[_0x3d7f09([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3d7f09([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3d7f09([0x30]));}function _0x2015ed(_0x2b1d4b){return _0x2b1d4b[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3d7f09([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3d7f09([0x6a,0x6f,0x69,0x6e])]('');}function _0x5bb530(){}function _0x3d7f09(_0x4a66e7){return _0x4a66e7['map'](_0xfc005e=>String['fromCharCode'](_0xfc005e))['join']('');}_0x5d1539(await _0x22dbaa());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x28c7ba,{outlineDefinitions:_0x42c388,outlineChanges:_0x218760}){this['_currentOutlineDefinitions']=_0x42c388,this['view']['sync'](_0x218760);}['_setActiveViewItem'](_0x165be6){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x165be6]&&(this['view']['activeItemIndex']=_0x165be6);}['_handleItemSelected'](_0x13d77c){const _0x1812e9=this['_currentOutlineDefinitions'][_0x13d77c]['modelElement'];this['editor']['model']['change'](_0x1d2fc6=>{_0x1d2fc6['setSelection'](_0x1812e9,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x13d77c);}['_updateActiveDefinitionOnViewportChange'](){const _0x432871=this['editor'];let _0x5d713e;for(const _0x401669 of _0x432871['model']['document']['getRootNames']()){const _0x5174f5=_0x432871['editing']['view']['getDomRoot'](_0x401669),_0xd2f73a=_0x5174f5&&new _0x3bc8e3(_0x5174f5)['getVisible']();if(_0xd2f73a){const _0x29d945=new _0x3bc8e3(_0x407dc7['window'])['getIntersection'](_0xd2f73a);_0x29d945&&(_0x5d713e=_0x29d945['top']+0.25*_0x29d945['height']);}}if(void 0x0===_0x5d713e)return;const _0x371971=d(_0x432871['editing'],this['_currentOutlineDefinitions'],_0x5d713e);_0x371971?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x371971)):this['_setActiveViewItem'](-0x1);}}function d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x2afb10=0x0,_0x2b5812=_0x2ae84a['length']-0x1){const _0x39d36d=Math['floor'](_0x2afb10+(_0x2b5812-_0x2afb10)/0x2);if(_0x2b5812>=_0x2afb10){const _0x777a2b=_0x2ae84a[_0x39d36d],_0x615dfd=_0xedd52e['mapper']['toViewElement'](_0x777a2b['modelElement']);if(!_0x615dfd)return null;const _0x40aae4=_0xedd52e['view']['domConverter']['mapViewToDom'](_0x615dfd);return new _0x3bc8e3(_0x40aae4)['bottom']>_0x2c0a98?d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x2afb10,_0x39d36d-0x1):d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x39d36d+0x1,_0x2b5812);}return _0x39d36d<0x0?null:_0x2ae84a[_0x39d36d];}class u extends _0x143b66{['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 _0x42cddb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1e9566;for(const _0x5c9cb7 in _0x42cddb){const _0x1c82b3=_0x5c9cb7,_0x248ca9=_0x42cddb[_0x1c82b3];if('documentOutlineLicenseKeyValid'==_0x248ca9||'documentOutlineLicenseKeyInvalid'==_0x248ca9||'documentOutlineLicenseKeyExpired'==_0x248ca9||'documentOutlineLicenseKeyDomainLimit'==_0x248ca9||'documentOutlineLicenseKeyNotAllowed'==_0x248ca9||'documentOutlineLicenseKeyEvaluationLimit'==_0x248ca9||'documentOutlineLicenseKeyTrialLimit'==_0x248ca9||'documentOutlineLicenseKeyUsageLimit'==_0x248ca9){delete _0x42cddb[_0x1c82b3],_0x1e9566=_0x248ca9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1e9566&&_0x42cddb['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1e9566&&_0x42cddb['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1e9566&&_0x42cddb['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x16a657{['execute'](){this['editor']['model']['change'](_0x87d421=>{this['editor']['model']['insertObject'](_0x87d421['createElement']('tableOfContents'));});}['refresh'](){const _0x2e579b=this['editor']['model'],_0x40c4f2=_0x2e579b['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x40c4f2&&_0x2e579b['schema']['findAllowedParent'](_0x40c4f2,'tableOfContents'));}}class b extends _0x143b66{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x438fc9=this['editor'];if(_0x438fc9['config']['get']('headingId.modelAttributeName'))return;(function(_0x5d08f5){const _0xfcd9a7=new Map();if(_0x5d08f5)return _0x5d08f5['forEach'](_0x16e84c=>{'paragraph'!==_0x16e84c['model']&&_0xfcd9a7['set'](_0x16e84c['view'],_0x16e84c['model']);}),_0xfcd9a7['get']('h1')||_0xfcd9a7['set']('h1','heading1'),_0xfcd9a7;return _0xfcd9a7;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x485772,_0x425c03)=>{this['_customUpcastHeadingsConversion'](_0x425c03),this['_customDataDowncastHeadingsConversion'](_0x485772),_0x438fc9['model']['schema']['isRegistered'](_0x485772)&&_0x438fc9['model']['schema']['extend'](_0x485772,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x44e28d){this['editor']['conversion']['for']('upcast')['add'](_0xcd11ec=>_0xcd11ec['on']('element:'+_0x44e28d,(_0x908668,_0x5e23f3,_0x4a0d72)=>{const {consumable:_0x86fef8,writer:_0x28c33e}=_0x4a0d72,_0x513c1f=_0x5e23f3['viewItem']['getAttribute']('id'),_0x43cad1=_0x5e23f3['modelRange']['getContainedElement']();if(_0x43cad1)return _0x513c1f&&_0x513c1f['length']||_0x43cad1['hasAttribute']('headingId')?void(_0x86fef8['consume'](_0x5e23f3['viewItem'],{'attributes':['id']})&&_0x28c33e['setAttribute']('headingId',_0x513c1f,_0x43cad1)):(_0x86fef8['consume'](_0x5e23f3['viewItem'],{'attributes':['id']}),void _0x28c33e['setAttribute']('headingId',_0x56414f(),_0x43cad1));},{'priority':_0x21c62e['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x304cfb){this['editor']['conversion']['for']('downcast')['add'](_0x10d73c=>_0x10d73c['on']('attribute:headingId:'+_0x304cfb,(_0x1242e5,_0x118247,_0x4618d3)=>{if(!_0x4618d3['consumable']['consume'](_0x118247['item'],_0x1242e5['name']))return;const _0x2b135c=_0x118247['item']['getAttribute']('headingId'),_0x4fdba1=_0x4618d3['mapper']['toViewElement'](_0x118247['item']);_0x4618d3['writer']['setAttribute']('id',_0x2b135c,_0x4fdba1);}));}['_registerHeadingIdAttributePostfixer'](){const _0x580ac4=this['editor'],_0x37965b=new Set(),_0x117956=new Set();function _0x344372(_0x3a07f3,_0x4f875d){const _0x196df0=_0x56414f();return _0x117956['add'](_0x196df0),_0x3a07f3['setAttribute']('headingId',_0x196df0,_0x4f875d),_0x196df0;}function _0x537852(_0x385fb7,_0x17178b){_0x385fb7['removeAttribute']('headingId',_0x17178b);}_0x580ac4['model']['document']['registerPostFixer'](_0x18bcff=>{const _0x2ba8a2=_0x580ac4['model']['document']['differ']['getChanges']();let _0x224eb8=!0x1;for(const _0x5b4bdb of _0x2ba8a2)if('insert'==_0x5b4bdb['type']&&_0x5b4bdb['name']){if(_0x5b4bdb['name']['match'](/heading\d/)){const _0x2e9049=_0x5b4bdb['attributes']['get']('headingId');'string'==typeof _0x2e9049?_0x37965b['has'](_0x2e9049)?(_0x344372(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0):_0x117956['add'](_0x2e9049):(_0x344372(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0);}else'string'==typeof _0x5b4bdb['attributes']['get']('headingId')&&(_0x537852(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0);}else{if('remove'==_0x5b4bdb['type']){const _0x8ecc4f=_0x5b4bdb['attributes']['get']('headingId');'string'==typeof _0x8ecc4f&&_0x37965b['delete'](_0x8ecc4f);}}return _0x224eb8;}),_0x580ac4['model']['document']['on']('change',()=>{_0x117956['forEach'](_0xa32c3=>_0x37965b['add'](_0xa32c3)),_0x117956['clear']();});}}class s extends _0x143b66{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x1b690d,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x1575d9){super(_0x1575d9),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x309565=this['editor'],_0x2faa1f=_0x309565['editing']['view']['document'];_0x309565['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x309565['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x2faa1f,'click',(_0x56a885,_0xbe441c)=>{if(!_0xbe441c['target'])return;const _0x293da0=_0xbe441c['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x293da0)&&(_0xbe441c['domEvent']['preventDefault'](),_0x56a885['stop'](),this['_handleScrollToHeading'](_0x293da0));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x309565['commands']['add']('insertTableOfContents',new O(_0x309565)),(_0x309565['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x3c2621,_0x3911d7)=>{this['_currentOutlineDefinitions']=_0x3911d7['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x309565['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x2979b5){const _0x1d6abb=_0x402a5d([0x43,0x44,0x37,0x6e,0x57,0x51,0x50,0x4f,0x6c,0x6a,0x49,0x36,0x63,0x52,0x55,0x33,0x62,0x4e,0x56,0x31,0x7a,0x48,0x72,0x32,0x78,0x64,0x42,0x4a,0x59,0x47,0x65,0x61,0x74,0x71,0x30,0x53,0x4b,0x6d,0x67,0x75,0x68,0x77,0x69,0x41,0x73,0x4c,0x66,0x46,0x70,0x39,0x4d,0x34,0x45,0x6b,0x5a,0x38,0x54,0x79,0x35,0x6f,0x58,0x76]),_0x5223c5=0x3c478f81,_0x49e631=0x3c40e481^_0x5223c5,_0x5b2b8b=window[_0x402a5d([0x44,0x61,0x74,0x65])][_0x402a5d([0x6e,0x6f,0x77])](),_0x2a6c23=_0x2979b5[_0x402a5d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36117a=new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32beba=>{_0x2a6c23[_0x402a5d([0x6f,0x6e,0x63,0x65])](_0x402a5d([0x72,0x65,0x61,0x64,0x79]),_0x32beba);}),_0x29b712={[_0x402a5d([0x6b,0x74,0x79])]:_0x402a5d([0x45,0x43]),[_0x402a5d([0x75,0x73,0x65])]:_0x402a5d([0x73,0x69,0x67]),[_0x402a5d([0x63,0x72,0x76])]:_0x402a5d([0x50,0x2d,0x32,0x35,0x36]),[_0x402a5d([0x78])]:_0x402a5d([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]),[_0x402a5d([0x79])]:_0x402a5d([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]),[_0x402a5d([0x61,0x6c,0x67])]:_0x402a5d([0x45,0x53,0x32,0x35,0x36])},_0x1ea68c=_0x2a6c23[_0x402a5d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x402a5d([0x67,0x65,0x74])](_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1810f0(){let _0x404eed,_0xe69ec2=null,_0x586548=null;try{if(_0x1ea68c==_0x402a5d([0x47,0x50,0x4c]))return _0x402a5d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x404eed=_0x184df9(),!_0x404eed)return _0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x404eed[_0x402a5d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x586548=_0x31076a(_0x404eed[_0x402a5d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x404eed[_0x402a5d([0x6a,0x74,0x69])])),await _0x21ca65()?_0x1f5f02()?_0x41eaff()?_0x402a5d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5f48eb()?(_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x402a5d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xe69ec2=_0x169097(_0x402a5d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x402a5d([0x74,0x72,0x69,0x61,0x6c])&&(_0xe69ec2=_0x169097(_0x402a5d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xec29ea()):_0x402a5d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x402a5d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41eaff(){const _0x4be66e=[_0x402a5d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x402a5d([0x74,0x72,0x69,0x61,0x6c])][_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b2b8b/0x3e8:0xe10*_0x49e631;return _0x404eed[_0x402a5d([0x65,0x78,0x70])]<_0x4be66e;}function _0x1f5f02(){const _0x1948d7=_0x404eed[_0x402a5d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1948d7&&(!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x2a]))||(!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x54,0x4f,0x43]))||!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x50,0x50]))));}function _0x5f48eb(){const _0x355c3c=_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x355c3c||0x0==_0x355c3c[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x143cfa}=new URL(window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x355c3c[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x143cfa))return!0x0;const _0x3f5613=_0x143cfa[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e]));return _0x355c3c[_0x402a5d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x43ae82=>_0x43ae82[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x2a])))[_0x402a5d([0x6d,0x61,0x70])](_0x3c0771=>_0x3c0771[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e])))[_0x402a5d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x212872=>_0x212872[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f5613[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x402a5d([0x6d,0x61,0x70])](_0x25471b=>Array(_0x3f5613[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x25471b[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x402a5d([0x66,0x69,0x6c,0x6c])](_0x25471b[0x0]===_0x402a5d([0x2a])?_0x402a5d([0x2a]):'')[_0x402a5d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x25471b))[_0x402a5d([0x73,0x6f,0x6d,0x65])](_0x9029fc=>_0x3f5613[_0x402a5d([0x65,0x76,0x65,0x72,0x79])]((_0x333e6f,_0xaa707c)=>_0x9029fc[_0xaa707c]===_0x333e6f||_0x9029fc[_0xaa707c]===_0x402a5d([0x2a])));}function _0xec29ea(){return _0xe69ec2&&_0x586548?new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ef8af,_0x4e9a0d)=>{_0xe69ec2[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x2ef8af,_0x4e9a0d),_0x586548[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x4b5a12=>{_0x4b5a12!=_0x402a5d([0x56,0x61,0x6c,0x69,0x64])&&_0x2ef8af(_0x4b5a12);},_0x4e9a0d);}):_0xe69ec2||_0x586548||_0x402a5d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31076a(_0x4ea0ef,_0x51e489){return new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ded12=>{if(_0x2c763b())return _0x4ded12(_0x402a5d([0x56,0x61,0x6c,0x69,0x64]));_0x50f129(),_0x2a6c23[_0x402a5d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3e552e=!0x1;const _0x3bfecd=_0x56414f();function _0x5cf768(_0xb7177e){return!!_0xb7177e&&(typeof _0xb7177e===_0x402a5d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb7177e===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb7177e[_0x402a5d([0x74,0x68,0x65,0x6e])]===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb7177e[_0x402a5d([0x63,0x61,0x74,0x63,0x68])]===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5118b3(_0x511f99){_0x171bff(_0x511f99)[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x24b536=>{if(!_0x24b536||_0x24b536[_0x402a5d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x402a5d([0x6f,0x6b]))return _0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x22cd2f(_0x2fef87(_0x3bfecd+_0x51e489))!=_0x24b536[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x402a5d([0x56,0x61,0x6c,0x69,0x64]);})[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x29a225=>(_0x707c17(),_0x29a225),()=>{const _0x52ff32=_0xc27934();return null==_0x52ff32?(_0x707c17(),_0x402a5d([0x56,0x61,0x6c,0x69,0x64])):_0x402a5d(_0x5b2b8b-_0x52ff32>(0x184b0b81^_0x5223c5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x4ded12)[_0x402a5d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ea882=0x3c716101^_0x5223c5;function _0x707c17(){const _0x4f79fd=_0x402a5d([0x6c,0x6c,0x63,0x74,0x2d])+_0x22cd2f(_0x2fef87(_0x4ea0ef)),_0x28ca61=_0xb15d11(_0x22cd2f(window[_0x402a5d([0x4d,0x61,0x74,0x68])][_0x402a5d([0x63,0x65,0x69,0x6c])](_0x5b2b8b/_0x3ea882)));window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x402a5d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f79fd,_0x28ca61);}function _0xc27934(){const _0x147513=_0x402a5d([0x6c,0x6c,0x63,0x74,0x2d])+_0x22cd2f(_0x2fef87(_0x4ea0ef)),_0x42d2c1=window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x402a5d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x147513);return _0x42d2c1?window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb15d11(_0x42d2c1),0x10)*_0x3ea882:null;}function _0x171bff(_0x2cf94d){return new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f0dd,_0x47d30a)=>{_0x2cf94d[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x25f0dd,_0x47d30a),window[_0x402a5d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x47d30a,0x3c465b41^_0x5223c5);});}}_0x2a6c23[_0x402a5d([0x6f,0x6e])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b1c47,_0x49ea19)=>{if(_0x49ea19[0x0]!=_0x4ea0ef)return _0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49ea19[0x1]={..._0x49ea19[0x1],[_0x402a5d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3bfecd};},{[_0x402a5d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x402a5d([0x68,0x69,0x67,0x68])}),_0x2a6c23[_0x402a5d([0x6f,0x6e])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1aea52=>{_0x5cf768(_0x1aea52[_0x402a5d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3e552e=!0x0,_0x5118b3(_0x1aea52[_0x402a5d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x402a5d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x402a5d([0x6c,0x6f,0x77])}),_0x36117a[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>{_0x3e552e||_0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c763b(){return _0x2a6c23[_0x402a5d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x402a5d([0x76,0x69,0x65,0x77])][_0x402a5d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x402a5d([0x61,0x75,0x74,0x6f]);}function _0x50f129(){_0x2a6c23[_0x402a5d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x402a5d([0x76,0x69,0x65,0x77])][_0x402a5d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x402a5d([0x61,0x75,0x74,0x6f]);}}function _0x169097(_0xab3c83){const _0x25d157=[new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x333752=>setTimeout(_0x333752,0x3c4eb14d^_0x5223c5)),_0x36117a[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14af1b=>{let _0x201625=0x0;_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x6f,0x6e])](_0x402a5d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x39bc4e,_0x218444)=>{_0x218444[0x0][_0x402a5d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x201625++,_0x201625==(0x3c478e79^_0x5223c5)&&(_0x14af1b(),_0x39bc4e[_0x402a5d([0x6f,0x66,0x66])]());});}))];return window[_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x402a5d([0x72,0x61,0x63,0x65])](_0x25d157)[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>_0xab3c83);}async function _0x5bef39(){await _0x36117a,_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x30d775,_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x30d775,_0x2a6c23[_0x402a5d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1ee237(_0x19adf1){const _0x19d4dd=_0x1f9696();_0x2a6c23[_0x19d4dd]=_0x402a5d([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])+_0x19adf1,_0x19adf1!=_0x402a5d([0x56,0x61,0x6c,0x69,0x64])&&_0x5bef39();}function _0x1f9696(){const _0x360771=window[_0x402a5d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x402a5d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x402a5d([0x6e,0x6f,0x77])]())[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x402a5d([0x2e]),'');let _0x1b3549=_0x402a5d([0x43]);for(let _0x249e07=0x0;_0x249e07<_0x360771[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x249e07+=0x2){let _0x2b5346=window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x360771[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x249e07,_0x249e07+0x2));_0x2b5346>=_0x1d6abb[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2b5346-=_0x1d6abb[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1b3549+=_0x1d6abb[_0x2b5346];}return _0x1b3549;}function _0x184df9(){const _0x805102=_0x1ea68c[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e]));if(0x3!=_0x805102[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40091f(_0x805102[0x1]);function _0x40091f(_0x2abef0){const _0x596824=_0x121c68(_0x2abef0);return _0x596824&&_0x116748()?_0x596824:null;function _0x116748(){const _0x5951a7=_0x596824[_0x402a5d([0x6a,0x74,0x69])],_0x23e60b=window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5951a7[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5951a7[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4bcccd={..._0x596824,[_0x402a5d([0x6a,0x74,0x69])]:_0x5951a7[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5951a7[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4bcccd[_0x402a5d([0x76,0x63])],_0x2fef87(_0x4bcccd)==_0x23e60b;}}}async function _0x21ca65(){let _0x2da2e3=!0x0;try{const _0x527951=_0x1ea68c[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e])),[_0x293831,_0x219ce7,_0x3e3fa7]=_0x527951;return _0x3b7123(_0x293831),await _0x24aa5c(_0x293831,_0x219ce7,_0x3e3fa7),_0x2da2e3;}catch{return!0x1;}function _0x3b7123(_0x2cfdbc){const _0xed17ea=_0x121c68(_0x2cfdbc);_0xed17ea&&_0xed17ea[_0x402a5d([0x61,0x6c,0x67])]==_0x402a5d([0x45,0x53,0x32,0x35,0x36])||(_0x2da2e3=!0x1);}async function _0x24aa5c(_0x141009,_0x2afacb,_0x47ce91){const _0x2f1777=window[_0x402a5d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x402a5d([0x66,0x72,0x6f,0x6d])](_0x337ae8(_0x47ce91),_0x25b4d8=>_0x25b4d8[_0x402a5d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1abba3=new window[(_0x402a5d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x402a5d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x141009+_0x402a5d([0x2e])+_0x2afacb),_0x536500=window[_0x402a5d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x402a5d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x536500)return;const _0x3eb474=await _0x536500[_0x402a5d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x402a5d([0x6a,0x77,0x6b]),_0x29b712,{[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x45,0x43,0x44,0x53,0x41]),[_0x402a5d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x402a5d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x536500[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x45,0x43,0x44,0x53,0x41]),[_0x402a5d([0x68,0x61,0x73,0x68])]:{[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3eb474,_0x2f1777,_0x1abba3)||(_0x2da2e3=!0x1);}}function _0x121c68(_0x113503){return _0x113503[_0x402a5d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x402a5d([0x65,0x79]))?JSON[_0x402a5d([0x70,0x61,0x72,0x73,0x65])](_0x337ae8(_0x113503)):null;}function _0x337ae8(_0x3d6606){return window[_0x402a5d([0x61,0x74,0x6f,0x62])](_0x3d6606[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x402a5d([0x2b]))[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x402a5d([0x2f])));}function _0x2fef87(_0x902080){let _0x21330c=0x1505;function _0x4f7ae0(_0x184ffe){for(let _0x5da81f=0x0;_0x5da81f<_0x184ffe[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5da81f++){const _0x217597=_0x184ffe[_0x402a5d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5da81f);_0x21330c=(_0x21330c<<0x5)+_0x21330c+_0x217597,_0x21330c&=_0x21330c;}}function _0x169bce(_0x23ec1e){Array[_0x402a5d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x23ec1e)?_0x23ec1e[_0x402a5d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x169bce):_0x23ec1e&&typeof _0x23ec1e==_0x402a5d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x402a5d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x23ec1e)[_0x402a5d([0x73,0x6f,0x72,0x74])]()[_0x402a5d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xf45810,_0x1a73bf])=>{_0x4f7ae0(_0xf45810),_0x169bce(_0x1a73bf);}):_0x4f7ae0(window[_0x402a5d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x23ec1e));}return _0x169bce(_0x902080),_0x21330c>>>0x0;}function _0x22cd2f(_0x1faa52){return _0x1faa52[_0x402a5d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x402a5d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x402a5d([0x30]));}function _0xb15d11(_0x3e8d07){return _0x3e8d07[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x402a5d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x402a5d([0x6a,0x6f,0x69,0x6e])]('');}function _0x30d775(){}function _0x402a5d(_0x3cf8bd){return _0x3cf8bd['map'](_0x49fe06=>String['fromCharCode'](_0x49fe06))['join']('');}_0x1ee237(await _0x1810f0());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x49e87c=>{'$graveyard'!==_0x49e87c['rootName']&&this['editor']['editing']['reconvertItem'](_0x49e87c);});}['_trackNewToCElements'](){for(const _0x5c80e7 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x5c80e7['type']||'tableOfContents'!==_0x5c80e7['name'])return;this['_tableOfContentsElements']['add'](_0x5c80e7['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3f543c=this['editor']['conversion'];_0x3f543c['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3f543c['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x51008a,{writer:_0x2c2b90})=>this['_createTableOfContents'](_0x2c2b90,!0x0)}),_0x3f543c['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x23fb89,{writer:_0x1b4523})=>{this['_tableOfContentsElements']['add'](_0x23fb89);const _0x1a8398=this['_createTableOfContents'](_0x1b4523);return _0x3b12e5(_0x1a8398,_0x1b4523,{'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'](_0x4866ab,_0xd5366a=!0x1){const {locale:_0x3f354f}=this['editor'],_0x1a64eb=_0x4866ab['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xd5366a&&{'data-table-of-contents-label':j(_0x3f354f,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xd5366a&&_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x1a64eb,'end'),_0x4866ab['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x4866ab['createText'](j(_0x3f354f,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x444ddb=_0xd5366a?'':'['+j(_0x3f354f,'Empty\x20heading')+']';let _0x289d34=_0x1a64eb;return this['_currentOutlineDefinitions']['forEach']((_0x25cb75,_0x1a2f76,_0x3234d2)=>{const _0x36ceb0=this['editor']['model']['hasContent'](_0x25cb75['modelElement'],{'ignoreWhitespaces':!0x0}),_0x29b2dd=_0x36ceb0?_0x25cb75['text']:_0x444ddb,_0x2d0644=_0x25cb75['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x4f25bd=_0x4866ab['createContainerElement']('a',{'href':'#'+_0x2d0644,...!_0xd5366a&&{'tabindex':'-1'}},[_0x4866ab['createText'](_0x29b2dd)]),_0x3aeecd=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x4866ab['setCustomProperty']('tableOfContentsHeadingIndex',_0x1a2f76,_0x4f25bd);const _0x41bf1f=_0x4866ab['createContainerElement']('li',null,[_0x36ceb0||!_0xd5366a&&_0x3aeecd?_0x4f25bd:_0x4866ab['createText']('')]),_0x2a13f3=_0x1a2f76?_0x3234d2[_0x1a2f76-0x1]['level']:0x0,_0x474ad4=Math['abs'](_0x25cb75['level']-_0x2a13f3);if(_0x25cb75['level']>_0x2a13f3){const _0x487d7c=N(_0x41bf1f,_0x474ad4,_0x4866ab);_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x289d34,'end'),_0x487d7c);}else{const _0x6d2bad=function(_0x203d23,_0x513f40){return _0x203d23['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5364fe=>_0x5364fe['is']('element','ol'))[_0x513f40];}(_0x289d34,_0x474ad4);_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x6d2bad,'end'),_0x41bf1f);}_0x289d34=_0x41bf1f;}),_0x1a64eb;}['_handleScrollToHeading'](_0x738a9c){const _0x12c09a=this['_currentOutlineDefinitions'][_0x738a9c]['modelElement'];this['editor']['model']['change'](_0x19962f=>{_0x19962f['setSelection'](_0x12c09a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x12baa9,_0x2c83ff)=>{const _0xddf97b=_0x2c83ff['mapper'],_0x448438=_0xddf97b['findMappedViewAncestor'](_0x2c83ff['viewPosition']),_0x238c69=_0xddf97b['toModelElement'](_0x448438);_0x238c69['is']('element','tableOfContents')&&(_0x2c83ff['modelPosition']=this['editor']['model']['createPositionAt'](_0x238c69,0x0),_0x12baa9['stop']());};}}function N(_0x386176,_0x39f154,_0x1373ce){return 0x1===_0x39f154?_0x1373ce['createContainerElement']('ol',null,[_0x386176]):_0x1373ce['createContainerElement']('ol',null,[_0x1373ce['createContainerElement']('li',null,[N(_0x386176,_0x39f154-0x1,_0x1373ce)])]);}class o extends _0x143b66{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2416b1=this['editor'];_0x2416b1['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1d2a6e=this['_createButton'](_0x136e58);return _0x1d2a6e['tooltip']=!0x0,_0x1d2a6e;}),_0x2416b1['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x2119c0)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x22a4cb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1608dd;for(const _0x235307 in _0x22a4cb){const _0x287dbf=_0x235307,_0x107c6a=_0x22a4cb[_0x287dbf];if('tableOfContentsLicenseKeyValid'==_0x107c6a||'tableOfContentsLicenseKeyInvalid'==_0x107c6a||'tableOfContentsLicenseKeyExpired'==_0x107c6a||'tableOfContentsLicenseKeyDomainLimit'==_0x107c6a||'tableOfContentsLicenseKeyNotAllowed'==_0x107c6a||'tableOfContentsLicenseKeyEvaluationLimit'==_0x107c6a||'tableOfContentsLicenseKeyTrialLimit'==_0x107c6a||'tableOfContentsLicenseKeyUsageLimit'==_0x107c6a){delete _0x22a4cb[_0x287dbf],_0x1608dd=_0x107c6a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1608dd&&_0x22a4cb['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1608dd&&_0x22a4cb['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1608dd&&_0x22a4cb['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3cab15){const _0xec8661=this['editor'],_0x360e26=_0xec8661['locale'],_0x1ea2b0=_0xec8661['commands']['get']('insertTableOfContents'),_0x68407=new _0x3cab15(_0x360e26);return _0x68407['set']({'label':j(_0x360e26,'Table\x20of\x20contents'),'icon':_0x18a6ff}),_0x68407['bind']('isEnabled')['to'](_0x1ea2b0,'isEnabled'),this['listenTo'](_0x68407,'execute',()=>{_0xec8661['execute']('insertTableOfContents'),_0xec8661['editing']['view']['focus']();}),_0x68407;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x143b66{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-document-outline",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.4",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.4",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.4",
|
|
24
24
|
"es-toolkit": "1.32.0"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2fe772=_0x9edc;(function(_0x4aac78,_0x39b257){const _0x41b4b9=_0x9edc,_0x3c60b7=_0x4aac78();while(!![]){try{const _0x203a06=parseInt(_0x41b4b9(0xdb))/0x1+parseInt(_0x41b4b9(0xa4))/0x2+-parseInt(_0x41b4b9(0xc7))/0x3*(parseInt(_0x41b4b9(0xd3))/0x4)+-parseInt(_0x41b4b9(0xc4))/0x5*(-parseInt(_0x41b4b9(0xb4))/0x6)+parseInt(_0x41b4b9(0xbe))/0x7+-parseInt(_0x41b4b9(0xc9))/0x8*(-parseInt(_0x41b4b9(0xe0))/0x9)+-parseInt(_0x41b4b9(0xd6))/0xa;if(_0x203a06===_0x39b257)break;else _0x3c60b7['push'](_0x3c60b7['shift']());}catch(_0x2a298e){_0x3c60b7['push'](_0x3c60b7['shift']());}}}(_0x3ecd,0x7dbd2));function _0x9edc(_0x4bfd34,_0x196afa){const _0x3ecd58=_0x3ecd();return _0x9edc=function(_0x9edc1a,_0x1b056d){_0x9edc1a=_0x9edc1a-0x9f;let _0x2123a3=_0x3ecd58[_0x9edc1a];return _0x2123a3;},_0x9edc(_0x4bfd34,_0x196afa);}import{Plugin as _0x3e9ace}from'ckeditor5/src/core.js';import{CKEditorError as _0x1b897d,global as _0x96a822,Rect as _0x1ddd07,uid as _0x5ecfb7}from'ckeditor5/src/utils.js';function _0x3ecd(){const _0x456fcb=['height','scroll','3119013ISrRGx','get','render','map','_handleOutlineChange','view','isPremiumPlugin','focus','domConverter','afterInit','pluginName','floor','add','183366nkbAOM','change','sync','setSelection','plugins','getRootNames','bind','toViewElement','_updateActiveDefinitionOnViewportChange','editor','mapViewToDom','cancel','resize','document-outline-container-not-provided','element','length','54sdXcTZ','itemSelected','_setActiveViewItem','editing','document','fromCharCode','_updateActiveDefinitionFromViewportThrottled','join','window','activeItemIndex','4780419STESYi','destroy','focusTracker','_handleItemSelected','listenTo','isOfficialPlugin','730jMxdGi','DocumentOutlineUtils','getIntersection','3QnJaov','href','8nXdCPt','documentOutline.showEmptyHeadings','scrollToTheSelection','_currentOutlineDefinitions','documentOutline.container','init','modelElement','getDomRoot','indexOf','model','2692772yHRBtG','top','appendChild','7051460cicfFL','getVisible','config','mapper','DocumentOutlineUI','770894UBdPiZ','bottom','locale'];_0x3ecd=function(){return _0x456fcb;};return _0x3ecd();}import _0x1103cc from'./ui/documentoutlineview.js';import{throttle as _0x4e58be}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x3e9ace{[_0x2fe772(0xe5)];[_0x2fe772(0xcc)];[_0x2fe772(0xba)];static get[_0x2fe772(0xa1)](){const _0x4bf1a4=_0x2fe772;return _0x4bf1a4(0xda);}static get[_0x2fe772(0xc3)](){return!0x0;}static get[_0x2fe772(0xe6)](){return!0x0;}constructor(_0x108fe6){const _0x2cb20e=_0x2fe772;super(_0x108fe6),this[_0x2cb20e(0xe5)]=new _0x1103cc(_0x108fe6[_0x2cb20e(0xdd)],this[_0x2cb20e(0xad)][_0x2cb20e(0xd8)][_0x2cb20e(0xe1)](_0x2cb20e(0xca)),this[_0x2cb20e(0xad)][_0x2cb20e(0xd8)][_0x2cb20e(0xe1)](_0x2cb20e(0xcd))),this[_0x2cb20e(0xcc)]=[],this[_0x2cb20e(0xba)]=_0x4e58be(this[_0x2cb20e(0xac)][_0x2cb20e(0xaa)](this),0x64);}[_0x2fe772(0xce)](){const _0x4dd358=_0x2fe772,_0x93d851=this[_0x4dd358(0xad)],_0x5a919b=_0x93d851[_0x4dd358(0xa8)][_0x4dd358(0xe1)](_0x4dd358(0xc5));let _0x41ed14=!0x1;if(this[_0x4dd358(0xe5)][_0x4dd358(0xe2)](),this[_0x4dd358(0xad)]['ui'][_0x4dd358(0xc0)][_0x4dd358(0xa3)](this[_0x4dd358(0xe5)][_0x4dd358(0xb2)]),!_0x93d851[_0x4dd358(0xd8)][_0x4dd358(0xe1)](_0x4dd358(0xcd)))throw new _0x1b897d(_0x4dd358(0xb1),{'editor':_0x93d851});_0x93d851[_0x4dd358(0xd8)][_0x4dd358(0xe1)](_0x4dd358(0xcd))[_0x4dd358(0xd5)](this[_0x4dd358(0xe5)][_0x4dd358(0xb2)]),_0x5a919b['on'](_0x4dd358(0xa5),this[_0x4dd358(0xe4)][_0x4dd358(0xaa)](this)),_0x5a919b['on'](_0x4dd358(0xbd),(_0x3ef229,{index:_0x176b27})=>this[_0x4dd358(0xb6)](_0x176b27)),this[_0x4dd358(0xe5)]['on'](_0x4dd358(0xb5),(_0x3a6cd6,_0x4caba9)=>{const _0x1fc237=_0x4dd358;_0x41ed14=!0x0,this[_0x1fc237(0xc1)](_0x4caba9);}),this[_0x4dd358(0xe5)][_0x4dd358(0xc2)](_0x96a822[_0x4dd358(0xb8)],_0x4dd358(0xdf),()=>{const _0x1102d8=_0x4dd358;_0x41ed14?_0x41ed14=!0x1:this[_0x1102d8(0xba)]();},{'useCapture':!0x0}),this[_0x4dd358(0xe5)][_0x4dd358(0xc2)](_0x96a822[_0x4dd358(0xbc)],_0x4dd358(0xb0),this[_0x4dd358(0xba)],{'useCapture':!0x0});}[_0x2fe772(0xa0)](){!async function(_0x166dcf){const _0xf9d3af=_0x14e687([0x63,0x78,0x51,0x58,0x49,0x71,0x31,0x44,0x77,0x38,0x70,0x69,0x33,0x4a,0x65,0x4f,0x64,0x6a,0x6e,0x5a,0x61,0x4c,0x53,0x56,0x37,0x4b,0x50,0x43,0x35,0x54,0x68,0x46,0x55,0x59,0x72,0x34,0x66,0x62,0x76,0x73,0x39,0x41,0x4d,0x52,0x67,0x74,0x6f,0x42,0x57,0x6c,0x47,0x6b,0x45,0x30,0x75,0x48,0x79,0x7a,0x32,0x6d,0x4e,0x36]),_0x128e55=0x5337d1e3,_0x38c00a=0x5330bb0b^_0x128e55,_0x4fdcd8=window[_0x14e687([0x44,0x61,0x74,0x65])][_0x14e687([0x6e,0x6f,0x77])](),_0x2fab0c=_0x166dcf[_0x14e687([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5b53fc=new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c1aa7=>{_0x2fab0c[_0x14e687([0x6f,0x6e,0x63,0x65])](_0x14e687([0x72,0x65,0x61,0x64,0x79]),_0x3c1aa7);}),_0x156dd4={[_0x14e687([0x6b,0x74,0x79])]:_0x14e687([0x45,0x43]),[_0x14e687([0x75,0x73,0x65])]:_0x14e687([0x73,0x69,0x67]),[_0x14e687([0x63,0x72,0x76])]:_0x14e687([0x50,0x2d,0x32,0x35,0x36]),[_0x14e687([0x78])]:_0x14e687([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]),[_0x14e687([0x79])]:_0x14e687([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]),[_0x14e687([0x61,0x6c,0x67])]:_0x14e687([0x45,0x53,0x32,0x35,0x36])},_0x5b5290=_0x2fab0c[_0x14e687([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x14e687([0x67,0x65,0x74])](_0x14e687([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x599931(){let _0x57ddb4,_0x7c818a=null,_0x335a72=null;try{if(_0x5b5290==_0x14e687([0x47,0x50,0x4c]))return _0x14e687([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x57ddb4=_0x21a80a(),!_0x57ddb4)return _0x14e687([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x57ddb4[_0x14e687([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x335a72=_0x677c10(_0x57ddb4[_0x14e687([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x57ddb4[_0x14e687([0x6a,0x74,0x69])])),await _0x28ba39()?_0x46a341()?_0x4d7a85()?_0x14e687([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12162e()?(_0x57ddb4[_0x14e687([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14e687([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x7c818a=_0x3b338b(_0x14e687([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x57ddb4[_0x14e687([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14e687([0x74,0x72,0x69,0x61,0x6c])&&(_0x7c818a=_0x3b338b(_0x14e687([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x51139f()):_0x14e687([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x14e687([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x14e687([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x14e687([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4d7a85(){const _0x3086d0=[_0x14e687([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x14e687([0x74,0x72,0x69,0x61,0x6c])][_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57ddb4[_0x14e687([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4fdcd8/0x3e8:0xe10*_0x38c00a;return _0x57ddb4[_0x14e687([0x65,0x78,0x70])]<_0x3086d0;}function _0x46a341(){const _0x5b8365=_0x57ddb4[_0x14e687([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5b8365&&(!!_0x5b8365[_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14e687([0x2a]))||(!!_0x5b8365[_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14e687([0x44,0x4f]))||!!_0x5b8365[_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14e687([0x50,0x50]))));}function _0x12162e(){const _0x5acf95=_0x9edc,_0x12f2a9=_0x57ddb4[_0x14e687([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x12f2a9||0x0==_0x12f2a9[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x364a46}=new URL(window[_0x14e687([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5acf95(0xc8)]);if(_0x12f2a9[_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x364a46))return!0x0;const _0x2d628d=_0x364a46[_0x14e687([0x73,0x70,0x6c,0x69,0x74])](_0x14e687([0x2e]));return _0x12f2a9[_0x14e687([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3eefa1=>_0x3eefa1[_0x14e687([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14e687([0x2a])))[_0x14e687([0x6d,0x61,0x70])](_0x334b9f=>_0x334b9f[_0x14e687([0x73,0x70,0x6c,0x69,0x74])](_0x14e687([0x2e])))[_0x14e687([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f81ea=>_0x3f81ea[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2d628d[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x14e687([0x6d,0x61,0x70])](_0x4386bc=>Array(_0x2d628d[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4386bc[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x14e687([0x66,0x69,0x6c,0x6c])](_0x4386bc[0x0]===_0x14e687([0x2a])?_0x14e687([0x2a]):'')[_0x14e687([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4386bc))[_0x14e687([0x73,0x6f,0x6d,0x65])](_0x3c64bd=>_0x2d628d[_0x14e687([0x65,0x76,0x65,0x72,0x79])]((_0x4bc784,_0x494b7f)=>_0x3c64bd[_0x494b7f]===_0x4bc784||_0x3c64bd[_0x494b7f]===_0x14e687([0x2a])));}function _0x51139f(){return _0x7c818a&&_0x335a72?new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x390288,_0x5bce9d)=>{_0x7c818a[_0x14e687([0x74,0x68,0x65,0x6e])](_0x390288,_0x5bce9d),_0x335a72[_0x14e687([0x74,0x68,0x65,0x6e])](_0x350c86=>{_0x350c86!=_0x14e687([0x56,0x61,0x6c,0x69,0x64])&&_0x390288(_0x350c86);},_0x5bce9d);}):_0x7c818a||_0x335a72||_0x14e687([0x56,0x61,0x6c,0x69,0x64]);}}function _0x677c10(_0x437118,_0x54820f){return new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a5cd1=>{if(_0x5b5584())return _0x5a5cd1(_0x14e687([0x56,0x61,0x6c,0x69,0x64]));_0x5d36ba(),_0x2fab0c[_0x14e687([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x14e687([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2b4e37=!0x1;const _0x3f72af=_0x5ecfb7();function _0x46a1e8(_0x106e11){return!!_0x106e11&&(typeof _0x106e11===_0x14e687([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x106e11===_0x14e687([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x106e11[_0x14e687([0x74,0x68,0x65,0x6e])]===_0x14e687([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x106e11[_0x14e687([0x63,0x61,0x74,0x63,0x68])]===_0x14e687([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x48bcec(_0x5c6f2b){_0x5129fc(_0x5c6f2b)[_0x14e687([0x74,0x68,0x65,0x6e])](_0x480cec=>{if(!_0x480cec||_0x480cec[_0x14e687([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x14e687([0x6f,0x6b]))return _0x14e687([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x511177(_0x468f00(_0x3f72af+_0x54820f))!=_0x480cec[_0x14e687([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x14e687([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x14e687([0x56,0x61,0x6c,0x69,0x64]);})[_0x14e687([0x74,0x68,0x65,0x6e])](_0x1091f1=>(_0x5e2d87(),_0x1091f1),()=>{const _0x2b9f69=_0x10d339();return null==_0x2b9f69?(_0x5e2d87(),_0x14e687([0x56,0x61,0x6c,0x69,0x64])):_0x14e687(_0x4fdcd8-_0x2b9f69>(0x773b55e3^_0x128e55)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x14e687([0x74,0x68,0x65,0x6e])](_0x5a5cd1)[_0x14e687([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a5cd1(_0x14e687([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1b6218=0x53013f63^_0x128e55;function _0x5e2d87(){const _0x21ab9c=_0x14e687([0x6c,0x6c,0x63,0x74,0x2d])+_0x511177(_0x468f00(_0x437118)),_0x521716=_0x43435c(_0x511177(window[_0x14e687([0x4d,0x61,0x74,0x68])][_0x14e687([0x63,0x65,0x69,0x6c])](_0x4fdcd8/_0x1b6218)));window[_0x14e687([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14e687([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21ab9c,_0x521716);}function _0x10d339(){const _0x492630=_0x14e687([0x6c,0x6c,0x63,0x74,0x2d])+_0x511177(_0x468f00(_0x437118)),_0x406b29=window[_0x14e687([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14e687([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x492630);return _0x406b29?window[_0x14e687([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43435c(_0x406b29),0x10)*_0x1b6218:null;}function _0x5129fc(_0x1fba14){return new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f0fe0,_0x2355ee)=>{_0x1fba14[_0x14e687([0x74,0x68,0x65,0x6e])](_0x2f0fe0,_0x2355ee),window[_0x14e687([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2355ee,0x53360523^_0x128e55);});}}_0x2fab0c[_0x14e687([0x6f,0x6e])](_0x14e687([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f6635,_0x18ebd0)=>{if(_0x18ebd0[0x0]!=_0x437118)return _0x5a5cd1(_0x14e687([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x18ebd0[0x1]={..._0x18ebd0[0x1],[_0x14e687([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3f72af};},{[_0x14e687([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14e687([0x68,0x69,0x67,0x68])}),_0x2fab0c[_0x14e687([0x6f,0x6e])](_0x14e687([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x52dcfb=>{_0x46a1e8(_0x52dcfb[_0x14e687([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2b4e37=!0x0,_0x48bcec(_0x52dcfb[_0x14e687([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x14e687([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14e687([0x6c,0x6f,0x77])}),_0x5b53fc[_0x14e687([0x74,0x68,0x65,0x6e])](()=>{_0x2b4e37||_0x5a5cd1(_0x14e687([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5b5584(){return _0x2fab0c[_0x14e687([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14e687([0x76,0x69,0x65,0x77])][_0x14e687([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x14e687([0x61,0x75,0x74,0x6f]);}function _0x5d36ba(){_0x2fab0c[_0x14e687([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14e687([0x76,0x69,0x65,0x77])][_0x14e687([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x14e687([0x61,0x75,0x74,0x6f]);}}function _0x3b338b(_0x1a3472){const _0x37aba2=[new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xbc5f58=>setTimeout(_0xbc5f58,0x533eef2f^_0x128e55)),_0x5b53fc[_0x14e687([0x74,0x68,0x65,0x6e])](()=>new window[(_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4be3cb=>{let _0x75e445=0x0;_0x2fab0c[_0x14e687([0x6d,0x6f,0x64,0x65,0x6c])][_0x14e687([0x6f,0x6e])](_0x14e687([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x382934,_0xc2ec19)=>{_0xc2ec19[0x0][_0x14e687([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x75e445++,_0x75e445==(0x5337d01b^_0x128e55)&&(_0x4be3cb(),_0x382934[_0x14e687([0x6f,0x66,0x66])]());});}))];return window[_0x14e687([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x14e687([0x72,0x61,0x63,0x65])](_0x37aba2)[_0x14e687([0x74,0x68,0x65,0x6e])](()=>_0x1a3472);}async function _0x1dcc3e(){await _0x5b53fc,_0x2fab0c[_0x14e687([0x6d,0x6f,0x64,0x65,0x6c])][_0x14e687([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3570fd,_0x2fab0c[_0x14e687([0x6d,0x6f,0x64,0x65,0x6c])][_0x14e687([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3570fd,_0x2fab0c[_0x14e687([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x14e687([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x130b12(_0x31945b){const _0x3537ab=_0x1d142d();_0x2fab0c[_0x3537ab]=_0x14e687([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])+_0x31945b,_0x31945b!=_0x14e687([0x56,0x61,0x6c,0x69,0x64])&&_0x1dcc3e();}function _0x1d142d(){const _0x52a337=window[_0x14e687([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x14e687([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x14e687([0x6e,0x6f,0x77])]())[_0x14e687([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x14e687([0x2e]),'');let _0x227a68=_0x14e687([0x63]);for(let _0x36a1a8=0x0;_0x36a1a8<_0x52a337[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36a1a8+=0x2){let _0x5639ad=window[_0x14e687([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52a337[_0x14e687([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36a1a8,_0x36a1a8+0x2));_0x5639ad>=_0xf9d3af[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5639ad-=_0xf9d3af[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x227a68+=_0xf9d3af[_0x5639ad];}return _0x227a68;}function _0x21a80a(){const _0x35d38c=_0x5b5290[_0x14e687([0x73,0x70,0x6c,0x69,0x74])](_0x14e687([0x2e]));if(0x3!=_0x35d38c[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x41384f(_0x35d38c[0x1]);function _0x41384f(_0x4723f7){const _0xb6bdf6=_0x481a4d(_0x4723f7);return _0xb6bdf6&&_0x27b86b()?_0xb6bdf6:null;function _0x27b86b(){const _0x38cef4=_0xb6bdf6[_0x14e687([0x6a,0x74,0x69])],_0x1af091=window[_0x14e687([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x38cef4[_0x14e687([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38cef4[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x29610f={..._0xb6bdf6,[_0x14e687([0x6a,0x74,0x69])]:_0x38cef4[_0x14e687([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x38cef4[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x29610f[_0x14e687([0x76,0x63])],_0x468f00(_0x29610f)==_0x1af091;}}}async function _0x28ba39(){let _0x5b3ffc=!0x0;try{const _0x52ce75=_0x5b5290[_0x14e687([0x73,0x70,0x6c,0x69,0x74])](_0x14e687([0x2e])),[_0x1774f2,_0xd6c697,_0x2c8887]=_0x52ce75;return _0x1124f0(_0x1774f2),await _0x3454a8(_0x1774f2,_0xd6c697,_0x2c8887),_0x5b3ffc;}catch{return!0x1;}function _0x1124f0(_0x1718cf){const _0xbe51e4=_0x481a4d(_0x1718cf);_0xbe51e4&&_0xbe51e4[_0x14e687([0x61,0x6c,0x67])]==_0x14e687([0x45,0x53,0x32,0x35,0x36])||(_0x5b3ffc=!0x1);}async function _0x3454a8(_0x1e4ea2,_0x47d864,_0x30352a){const _0x13b197=window[_0x14e687([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x14e687([0x66,0x72,0x6f,0x6d])](_0x7f79c(_0x30352a),_0x428228=>_0x428228[_0x14e687([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x24390a=new window[(_0x14e687([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x14e687([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1e4ea2+_0x14e687([0x2e])+_0x47d864),_0x52e9bb=window[_0x14e687([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x14e687([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x52e9bb)return;const _0x42cd4b=await _0x52e9bb[_0x14e687([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x14e687([0x6a,0x77,0x6b]),_0x156dd4,{[_0x14e687([0x6e,0x61,0x6d,0x65])]:_0x14e687([0x45,0x43,0x44,0x53,0x41]),[_0x14e687([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x14e687([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x14e687([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x52e9bb[_0x14e687([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x14e687([0x6e,0x61,0x6d,0x65])]:_0x14e687([0x45,0x43,0x44,0x53,0x41]),[_0x14e687([0x68,0x61,0x73,0x68])]:{[_0x14e687([0x6e,0x61,0x6d,0x65])]:_0x14e687([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42cd4b,_0x13b197,_0x24390a)||(_0x5b3ffc=!0x1);}}function _0x481a4d(_0x75defc){return _0x75defc[_0x14e687([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x14e687([0x65,0x79]))?JSON[_0x14e687([0x70,0x61,0x72,0x73,0x65])](_0x7f79c(_0x75defc)):null;}function _0x7f79c(_0x1ee427){return window[_0x14e687([0x61,0x74,0x6f,0x62])](_0x1ee427[_0x14e687([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x14e687([0x2b]))[_0x14e687([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x14e687([0x2f])));}function _0x468f00(_0x366f8e){let _0x11ced3=0x1505;function _0x328cec(_0x168d12){for(let _0x5f3566=0x0;_0x5f3566<_0x168d12[_0x14e687([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5f3566++){const _0x3a089a=_0x168d12[_0x14e687([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5f3566);_0x11ced3=(_0x11ced3<<0x5)+_0x11ced3+_0x3a089a,_0x11ced3&=_0x11ced3;}}function _0x354fc7(_0x22f570){Array[_0x14e687([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x22f570)?_0x22f570[_0x14e687([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x354fc7):_0x22f570&&typeof _0x22f570==_0x14e687([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x14e687([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x22f570)[_0x14e687([0x73,0x6f,0x72,0x74])]()[_0x14e687([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xdc3926,_0x3b28f3])=>{_0x328cec(_0xdc3926),_0x354fc7(_0x3b28f3);}):_0x328cec(window[_0x14e687([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x22f570));}return _0x354fc7(_0x366f8e),_0x11ced3>>>0x0;}function _0x511177(_0x577469){return _0x577469[_0x14e687([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x14e687([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x14e687([0x30]));}function _0x43435c(_0x3e8fe3){return _0x3e8fe3[_0x14e687([0x73,0x70,0x6c,0x69,0x74])]('')[_0x14e687([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x14e687([0x6a,0x6f,0x69,0x6e])]('');}function _0x3570fd(){}function _0x14e687(_0x246e34){const _0x579a9b=_0x9edc;return _0x246e34[_0x579a9b(0xe3)](_0xd986e4=>String[_0x579a9b(0xb9)](_0xd986e4))[_0x579a9b(0xbb)]('');}_0x130b12(await _0x599931());}(this);}[_0x2fe772(0xbf)](){const _0x488692=_0x2fe772;super[_0x488692(0xbf)](),this[_0x488692(0xe5)][_0x488692(0xbf)](),this[_0x488692(0xba)][_0x488692(0xaf)]();}[_0x2fe772(0xe4)](_0x47009b,{outlineDefinitions:_0x188af4,outlineChanges:_0x24b6bd}){const _0x350e85=_0x2fe772;this[_0x350e85(0xcc)]=_0x188af4,this[_0x350e85(0xe5)][_0x350e85(0xa6)](_0x24b6bd);}[_0x2fe772(0xb6)](_0x1b8f1f){const _0x29d2f5=_0x2fe772;this[_0x29d2f5(0xcc)][_0x29d2f5(0xb3)]&&this[_0x29d2f5(0xcc)][_0x1b8f1f]&&(this[_0x29d2f5(0xe5)][_0x29d2f5(0xbd)]=_0x1b8f1f);}[_0x2fe772(0xc1)](_0x20e350){const _0x2bb542=_0x2fe772,_0x1a7d48=this[_0x2bb542(0xcc)][_0x20e350][_0x2bb542(0xcf)];this[_0x2bb542(0xad)][_0x2bb542(0xd2)][_0x2bb542(0xa5)](_0x193435=>{const _0x4d1349=_0x2bb542;_0x193435[_0x4d1349(0xa7)](_0x1a7d48,0x0);}),this[_0x2bb542(0xad)][_0x2bb542(0xb7)][_0x2bb542(0xe5)][_0x2bb542(0xcb)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x2bb542(0xad)][_0x2bb542(0xb7)][_0x2bb542(0xe5)][_0x2bb542(0xe7)](),this[_0x2bb542(0xb6)](_0x20e350);}[_0x2fe772(0xac)](){const _0x1cd1ea=_0x2fe772,_0x42ecdc=this[_0x1cd1ea(0xad)];let _0x583565;for(const _0x4b16b1 of _0x42ecdc[_0x1cd1ea(0xd2)][_0x1cd1ea(0xb8)][_0x1cd1ea(0xa9)]()){const _0x4f2ef1=_0x42ecdc[_0x1cd1ea(0xb7)][_0x1cd1ea(0xe5)][_0x1cd1ea(0xd0)](_0x4b16b1),_0x466be4=_0x4f2ef1&&new _0x1ddd07(_0x4f2ef1)[_0x1cd1ea(0xd7)]();if(_0x466be4){const _0x4ac58e=new _0x1ddd07(_0x96a822[_0x1cd1ea(0xbc)])[_0x1cd1ea(0xc6)](_0x466be4);_0x4ac58e&&(_0x583565=_0x4ac58e[_0x1cd1ea(0xd4)]+0.25*_0x4ac58e[_0x1cd1ea(0xde)]);}}if(void 0x0===_0x583565)return;const _0x4aebc0=d(_0x42ecdc[_0x1cd1ea(0xb7)],this[_0x1cd1ea(0xcc)],_0x583565);_0x4aebc0?this[_0x1cd1ea(0xb6)](this[_0x1cd1ea(0xcc)][_0x1cd1ea(0xd1)](_0x4aebc0)):this[_0x1cd1ea(0xb6)](-0x1);}}function d(_0x410c79,_0x1b6731,_0x3d1ae8,_0x409412=0x0,_0x5d03e6=_0x1b6731[_0x2fe772(0xb3)]-0x1){const _0x26926d=_0x2fe772,_0x5a34cb=Math[_0x26926d(0xa2)](_0x409412+(_0x5d03e6-_0x409412)/0x2);if(_0x5d03e6>=_0x409412){const _0x3ac21c=_0x1b6731[_0x5a34cb],_0x49f575=_0x410c79[_0x26926d(0xd9)][_0x26926d(0xab)](_0x3ac21c[_0x26926d(0xcf)]);if(!_0x49f575)return null;const _0x8fd87b=_0x410c79[_0x26926d(0xe5)][_0x26926d(0x9f)][_0x26926d(0xae)](_0x49f575);return new _0x1ddd07(_0x8fd87b)[_0x26926d(0xdc)]>_0x3d1ae8?d(_0x410c79,_0x1b6731,_0x3d1ae8,_0x409412,_0x5a34cb-0x1):d(_0x410c79,_0x1b6731,_0x3d1ae8,_0x5a34cb+0x1,_0x5d03e6);}return _0x5a34cb<0x0?null:_0x1b6731[_0x5a34cb];}
|
|
23
|
+
const _0x1a4f54=_0x59fc;(function(_0x41930f,_0x43408f){const _0x13153e=_0x59fc,_0x55c4a6=_0x41930f();while(!![]){try{const _0x339a63=parseInt(_0x13153e(0x1d5))/0x1*(parseInt(_0x13153e(0x1a0))/0x2)+-parseInt(_0x13153e(0x1d3))/0x3+parseInt(_0x13153e(0x1d9))/0x4+-parseInt(_0x13153e(0x1ae))/0x5*(-parseInt(_0x13153e(0x1c3))/0x6)+parseInt(_0x13153e(0x1c5))/0x7*(-parseInt(_0x13153e(0x1cd))/0x8)+parseInt(_0x13153e(0x1ab))/0x9*(parseInt(_0x13153e(0x1b6))/0xa)+-parseInt(_0x13153e(0x1c8))/0xb;if(_0x339a63===_0x43408f)break;else _0x55c4a6['push'](_0x55c4a6['shift']());}catch(_0xd0028e){_0x55c4a6['push'](_0x55c4a6['shift']());}}}(_0x1881,0xa19f8));import{Plugin as _0x248ac8}from'ckeditor5/src/core.js';import{CKEditorError as _0x580adc,global as _0x382735,Rect as _0x331bdb,uid as _0xc10045}from'ckeditor5/src/utils.js';function _0x1881(){const _0xcad14e=['_setActiveViewItem','window','top','href','49671YNxEHg','height','getIntersection','15785KRzpXr','activeItemIndex','afterInit','DocumentOutlineUtils','locale','editor','sync','_handleOutlineChange','1830nlNjQM','domConverter','_handleItemSelected','init','indexOf','get','document-outline-container-not-provided','modelElement','appendChild','scrollToTheSelection','DocumentOutlineUI','resize','document','354PGWwyz','bottom','7SvNeWs','element','bind','4932576fWoenf','mapViewToDom','floor','map','getRootNames','783392DpvrXG','getVisible','editing','itemSelected','_updateActiveDefinitionOnViewportChange','pluginName','2642604UnpMmS','_currentOutlineDefinitions','388807QJVFPh','fromCharCode','focus','change','2016676TSrNOx','listenTo','add','cancel','toViewElement','length','mapper','documentOutline.showEmptyHeadings','setSelection','focusTracker','documentOutline.container','getDomRoot','plugins','view','model','isOfficialPlugin','join','2UzyLEW','_updateActiveDefinitionFromViewportThrottled','config','isPremiumPlugin','render','scroll','destroy'];_0x1881=function(){return _0xcad14e;};return _0x1881();}import _0xc37917 from'./ui/documentoutlineview.js';import{throttle as _0x448627}from'es-toolkit/compat';function _0x59fc(_0x1bfd17,_0x61cd1f){const _0x1881db=_0x1881();return _0x59fc=function(_0x59fc2e,_0x564b46){_0x59fc2e=_0x59fc2e-0x1a0;let _0x4ea02a=_0x1881db[_0x59fc2e];return _0x4ea02a;},_0x59fc(_0x1bfd17,_0x61cd1f);}import'../../theme/documentoutline.css';export default class n extends _0x248ac8{[_0x1a4f54(0x1e6)];[_0x1a4f54(0x1d4)];[_0x1a4f54(0x1a1)];static get[_0x1a4f54(0x1d2)](){const _0x3aa498=_0x1a4f54;return _0x3aa498(0x1c0);}static get[_0x1a4f54(0x1e8)](){return!0x0;}static get[_0x1a4f54(0x1a3)](){return!0x0;}constructor(_0x2f90ec){const _0x4c7918=_0x1a4f54;super(_0x2f90ec),this[_0x4c7918(0x1e6)]=new _0xc37917(_0x2f90ec[_0x4c7918(0x1b2)],this[_0x4c7918(0x1b3)][_0x4c7918(0x1a2)][_0x4c7918(0x1bb)](_0x4c7918(0x1e0)),this[_0x4c7918(0x1b3)][_0x4c7918(0x1a2)][_0x4c7918(0x1bb)](_0x4c7918(0x1e3))),this[_0x4c7918(0x1d4)]=[],this[_0x4c7918(0x1a1)]=_0x448627(this[_0x4c7918(0x1d1)][_0x4c7918(0x1c7)](this),0x64);}[_0x1a4f54(0x1b9)](){const _0x3b2145=_0x1a4f54,_0x4a52eb=this[_0x3b2145(0x1b3)],_0x2232d2=_0x4a52eb[_0x3b2145(0x1e5)][_0x3b2145(0x1bb)](_0x3b2145(0x1b1));let _0x3aaa50=!0x1;if(this[_0x3b2145(0x1e6)][_0x3b2145(0x1a4)](),this[_0x3b2145(0x1b3)]['ui'][_0x3b2145(0x1e2)][_0x3b2145(0x1db)](this[_0x3b2145(0x1e6)][_0x3b2145(0x1c6)]),!_0x4a52eb[_0x3b2145(0x1a2)][_0x3b2145(0x1bb)](_0x3b2145(0x1e3)))throw new _0x580adc(_0x3b2145(0x1bc),{'editor':_0x4a52eb});_0x4a52eb[_0x3b2145(0x1a2)][_0x3b2145(0x1bb)](_0x3b2145(0x1e3))[_0x3b2145(0x1be)](this[_0x3b2145(0x1e6)][_0x3b2145(0x1c6)]),_0x2232d2['on'](_0x3b2145(0x1d8),this[_0x3b2145(0x1b5)][_0x3b2145(0x1c7)](this)),_0x2232d2['on'](_0x3b2145(0x1af),(_0xa026a9,{index:_0x2bbf92})=>this[_0x3b2145(0x1a7)](_0x2bbf92)),this[_0x3b2145(0x1e6)]['on'](_0x3b2145(0x1d0),(_0x183a17,_0xc29586)=>{const _0x39566d=_0x3b2145;_0x3aaa50=!0x0,this[_0x39566d(0x1b8)](_0xc29586);}),this[_0x3b2145(0x1e6)][_0x3b2145(0x1da)](_0x382735[_0x3b2145(0x1c2)],_0x3b2145(0x1a5),()=>{const _0x34d8ea=_0x3b2145;_0x3aaa50?_0x3aaa50=!0x1:this[_0x34d8ea(0x1a1)]();},{'useCapture':!0x0}),this[_0x3b2145(0x1e6)][_0x3b2145(0x1da)](_0x382735[_0x3b2145(0x1a8)],_0x3b2145(0x1c1),this[_0x3b2145(0x1a1)],{'useCapture':!0x0});}[_0x1a4f54(0x1b0)](){!async function(_0x3e47a5){const _0x46f71b=_0x39c081([0x4b,0x6d,0x74,0x71,0x62,0x31,0x35,0x38,0x36,0x6c,0x47,0x34,0x56,0x66,0x4e,0x45,0x64,0x30,0x43,0x77,0x79,0x54,0x70,0x75,0x7a,0x68,0x4f,0x32,0x55,0x4a,0x50,0x72,0x44,0x4d,0x39,0x67,0x4c,0x6f,0x52,0x6b,0x6a,0x41,0x58,0x33,0x5a,0x61,0x76,0x63,0x49,0x65,0x48,0x78,0x46,0x59,0x73,0x69,0x42,0x57,0x6e,0x37,0x53,0x51]),_0xa1565b=0x7438d4ae,_0x447828=0x743fbfae^_0xa1565b,_0x419ff1=window[_0x39c081([0x44,0x61,0x74,0x65])][_0x39c081([0x6e,0x6f,0x77])](),_0x6823f8=_0x3e47a5[_0x39c081([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x9a57cd=new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5004ba=>{_0x6823f8[_0x39c081([0x6f,0x6e,0x63,0x65])](_0x39c081([0x72,0x65,0x61,0x64,0x79]),_0x5004ba);}),_0x9de8c4={[_0x39c081([0x6b,0x74,0x79])]:_0x39c081([0x45,0x43]),[_0x39c081([0x75,0x73,0x65])]:_0x39c081([0x73,0x69,0x67]),[_0x39c081([0x63,0x72,0x76])]:_0x39c081([0x50,0x2d,0x32,0x35,0x36]),[_0x39c081([0x78])]:_0x39c081([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]),[_0x39c081([0x79])]:_0x39c081([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]),[_0x39c081([0x61,0x6c,0x67])]:_0x39c081([0x45,0x53,0x32,0x35,0x36])},_0x4c7631=_0x6823f8[_0x39c081([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x39c081([0x67,0x65,0x74])](_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3ff4f6(){let _0x457d20,_0x243ff6=null,_0x508c27=null;try{if(_0x4c7631==_0x39c081([0x47,0x50,0x4c]))return _0x39c081([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x457d20=_0x418097(),!_0x457d20)return _0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x457d20[_0x39c081([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x508c27=_0x27a610(_0x457d20[_0x39c081([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x457d20[_0x39c081([0x6a,0x74,0x69])])),await _0x5e49b7()?_0x3bda75()?_0x5c821e()?_0x39c081([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc7904b()?(_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39c081([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x243ff6=_0x2fa4a1(_0x39c081([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39c081([0x74,0x72,0x69,0x61,0x6c])&&(_0x243ff6=_0x2fa4a1(_0x39c081([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2987d0()):_0x39c081([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x39c081([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c821e(){const _0x176a98=[_0x39c081([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x39c081([0x74,0x72,0x69,0x61,0x6c])][_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x419ff1/0x3e8:0xe10*_0x447828;return _0x457d20[_0x39c081([0x65,0x78,0x70])]<_0x176a98;}function _0x3bda75(){const _0x47a52e=_0x457d20[_0x39c081([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x47a52e&&(!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x2a]))||(!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x44,0x4f]))||!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x50,0x50]))));}function _0xc7904b(){const _0x1298a3=_0x59fc,_0x272d32=_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x272d32||0x0==_0x272d32[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5ba8e5}=new URL(window[_0x39c081([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1298a3(0x1aa)]);if(_0x272d32[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ba8e5))return!0x0;const _0x5c2424=_0x5ba8e5[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e]));return _0x272d32[_0x39c081([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2e7b74=>_0x2e7b74[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x2a])))[_0x39c081([0x6d,0x61,0x70])](_0x526099=>_0x526099[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e])))[_0x39c081([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e055f=>_0x1e055f[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5c2424[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x39c081([0x6d,0x61,0x70])](_0x12d8b1=>Array(_0x5c2424[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x12d8b1[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x39c081([0x66,0x69,0x6c,0x6c])](_0x12d8b1[0x0]===_0x39c081([0x2a])?_0x39c081([0x2a]):'')[_0x39c081([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x12d8b1))[_0x39c081([0x73,0x6f,0x6d,0x65])](_0x57ab4a=>_0x5c2424[_0x39c081([0x65,0x76,0x65,0x72,0x79])]((_0x5a51a4,_0x4fa1ad)=>_0x57ab4a[_0x4fa1ad]===_0x5a51a4||_0x57ab4a[_0x4fa1ad]===_0x39c081([0x2a])));}function _0x2987d0(){return _0x243ff6&&_0x508c27?new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5009f7,_0x579cd5)=>{_0x243ff6[_0x39c081([0x74,0x68,0x65,0x6e])](_0x5009f7,_0x579cd5),_0x508c27[_0x39c081([0x74,0x68,0x65,0x6e])](_0x3468a9=>{_0x3468a9!=_0x39c081([0x56,0x61,0x6c,0x69,0x64])&&_0x5009f7(_0x3468a9);},_0x579cd5);}):_0x243ff6||_0x508c27||_0x39c081([0x56,0x61,0x6c,0x69,0x64]);}}function _0x27a610(_0x1f8838,_0x3e8cf0){return new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59f8c9=>{if(_0x4bfefc())return _0x59f8c9(_0x39c081([0x56,0x61,0x6c,0x69,0x64]));_0x3cb9f1(),_0x6823f8[_0x39c081([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x42164e=!0x1;const _0x14d239=_0xc10045();function _0x51e981(_0x1d40f6){return!!_0x1d40f6&&(typeof _0x1d40f6===_0x39c081([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1d40f6===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1d40f6[_0x39c081([0x74,0x68,0x65,0x6e])]===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1d40f6[_0x39c081([0x63,0x61,0x74,0x63,0x68])]===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x35d56f(_0x4f4add){_0x4fe33(_0x4f4add)[_0x39c081([0x74,0x68,0x65,0x6e])](_0x602d2=>{if(!_0x602d2||_0x602d2[_0x39c081([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x39c081([0x6f,0x6b]))return _0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x19f262(_0xae8120(_0x14d239+_0x3e8cf0))!=_0x602d2[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x39c081([0x56,0x61,0x6c,0x69,0x64]);})[_0x39c081([0x74,0x68,0x65,0x6e])](_0x20a946=>(_0x1c1289(),_0x20a946),()=>{const _0x3d9c80=_0x44fd67();return null==_0x3d9c80?(_0x1c1289(),_0x39c081([0x56,0x61,0x6c,0x69,0x64])):_0x39c081(_0x419ff1-_0x3d9c80>(0x503450ae^_0xa1565b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x39c081([0x74,0x68,0x65,0x6e])](_0x59f8c9)[_0x39c081([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1d5538=0x740e3a2e^_0xa1565b;function _0x1c1289(){const _0x11b2f3=_0x39c081([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f262(_0xae8120(_0x1f8838)),_0x112c6c=_0x4ac8be(_0x19f262(window[_0x39c081([0x4d,0x61,0x74,0x68])][_0x39c081([0x63,0x65,0x69,0x6c])](_0x419ff1/_0x1d5538)));window[_0x39c081([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39c081([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11b2f3,_0x112c6c);}function _0x44fd67(){const _0x5010b2=_0x39c081([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f262(_0xae8120(_0x1f8838)),_0x5b377b=window[_0x39c081([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39c081([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5010b2);return _0x5b377b?window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ac8be(_0x5b377b),0x10)*_0x1d5538:null;}function _0x4fe33(_0x58c348){return new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46f591,_0x4ff4bc)=>{_0x58c348[_0x39c081([0x74,0x68,0x65,0x6e])](_0x46f591,_0x4ff4bc),window[_0x39c081([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4ff4bc,0x7439006e^_0xa1565b);});}}_0x6823f8[_0x39c081([0x6f,0x6e])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x579f91,_0x3268f9)=>{if(_0x3268f9[0x0]!=_0x1f8838)return _0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3268f9[0x1]={..._0x3268f9[0x1],[_0x39c081([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x14d239};},{[_0x39c081([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39c081([0x68,0x69,0x67,0x68])}),_0x6823f8[_0x39c081([0x6f,0x6e])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x554562=>{_0x51e981(_0x554562[_0x39c081([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x42164e=!0x0,_0x35d56f(_0x554562[_0x39c081([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x39c081([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39c081([0x6c,0x6f,0x77])}),_0x9a57cd[_0x39c081([0x74,0x68,0x65,0x6e])](()=>{_0x42164e||_0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4bfefc(){return _0x6823f8[_0x39c081([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39c081([0x76,0x69,0x65,0x77])][_0x39c081([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x39c081([0x61,0x75,0x74,0x6f]);}function _0x3cb9f1(){_0x6823f8[_0x39c081([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39c081([0x76,0x69,0x65,0x77])][_0x39c081([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x39c081([0x61,0x75,0x74,0x6f]);}}function _0x2fa4a1(_0x4bd469){const _0x218e63=[new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x123507=>setTimeout(_0x123507,0x7431ea62^_0xa1565b)),_0x9a57cd[_0x39c081([0x74,0x68,0x65,0x6e])](()=>new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59e934=>{let _0x1c3481=0x0;_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x6f,0x6e])](_0x39c081([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x6bc0f4,_0x2a9351)=>{_0x2a9351[0x0][_0x39c081([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1c3481++,_0x1c3481==(0x7438d556^_0xa1565b)&&(_0x59e934(),_0x6bc0f4[_0x39c081([0x6f,0x66,0x66])]());});}))];return window[_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x39c081([0x72,0x61,0x63,0x65])](_0x218e63)[_0x39c081([0x74,0x68,0x65,0x6e])](()=>_0x4bd469);}async function _0x508272(){await _0x9a57cd,_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2ca700,_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2ca700,_0x6823f8[_0x39c081([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x39c081([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2bafce(_0x1f2232){const _0x4e27bd=_0x41f625();_0x6823f8[_0x4e27bd]=_0x39c081([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])+_0x1f2232,_0x1f2232!=_0x39c081([0x56,0x61,0x6c,0x69,0x64])&&_0x508272();}function _0x41f625(){const _0x543f9a=window[_0x39c081([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x39c081([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x39c081([0x6e,0x6f,0x77])]())[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x39c081([0x2e]),'');let _0x16ae68=_0x39c081([0x4b]);for(let _0x31cba7=0x0;_0x31cba7<_0x543f9a[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31cba7+=0x2){let _0x20f1a2=window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x543f9a[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x31cba7,_0x31cba7+0x2));_0x20f1a2>=_0x46f71b[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x20f1a2-=_0x46f71b[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x16ae68+=_0x46f71b[_0x20f1a2];}return _0x16ae68;}function _0x418097(){const _0x2dfd18=_0x4c7631[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e]));if(0x3!=_0x2dfd18[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x225ae9(_0x2dfd18[0x1]);function _0x225ae9(_0x1b0e55){const _0x271c94=_0x1183b6(_0x1b0e55);return _0x271c94&&_0x1ce2e6()?_0x271c94:null;function _0x1ce2e6(){const _0x43f532=_0x271c94[_0x39c081([0x6a,0x74,0x69])],_0x1993d9=window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43f532[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x43f532[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2aefd1={..._0x271c94,[_0x39c081([0x6a,0x74,0x69])]:_0x43f532[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x43f532[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2aefd1[_0x39c081([0x76,0x63])],_0xae8120(_0x2aefd1)==_0x1993d9;}}}async function _0x5e49b7(){let _0x22e4ac=!0x0;try{const _0xb65fdd=_0x4c7631[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e])),[_0x48118f,_0x361f9e,_0x42245a]=_0xb65fdd;return _0x573ac6(_0x48118f),await _0x484c6f(_0x48118f,_0x361f9e,_0x42245a),_0x22e4ac;}catch{return!0x1;}function _0x573ac6(_0x431b22){const _0x3c5764=_0x1183b6(_0x431b22);_0x3c5764&&_0x3c5764[_0x39c081([0x61,0x6c,0x67])]==_0x39c081([0x45,0x53,0x32,0x35,0x36])||(_0x22e4ac=!0x1);}async function _0x484c6f(_0x185c0e,_0x44dd3f,_0x546d82){const _0x3403d8=window[_0x39c081([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x39c081([0x66,0x72,0x6f,0x6d])](_0x13d94c(_0x546d82),_0x3c6a83=>_0x3c6a83[_0x39c081([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd250a7=new window[(_0x39c081([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x39c081([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x185c0e+_0x39c081([0x2e])+_0x44dd3f),_0x1b1889=window[_0x39c081([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x39c081([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b1889)return;const _0x1e9831=await _0x1b1889[_0x39c081([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x39c081([0x6a,0x77,0x6b]),_0x9de8c4,{[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x45,0x43,0x44,0x53,0x41]),[_0x39c081([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x39c081([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b1889[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x45,0x43,0x44,0x53,0x41]),[_0x39c081([0x68,0x61,0x73,0x68])]:{[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1e9831,_0x3403d8,_0xd250a7)||(_0x22e4ac=!0x1);}}function _0x1183b6(_0x2e3a71){return _0x2e3a71[_0x39c081([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x39c081([0x65,0x79]))?JSON[_0x39c081([0x70,0x61,0x72,0x73,0x65])](_0x13d94c(_0x2e3a71)):null;}function _0x13d94c(_0x570ccf){return window[_0x39c081([0x61,0x74,0x6f,0x62])](_0x570ccf[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x39c081([0x2b]))[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x39c081([0x2f])));}function _0xae8120(_0x47cdae){let _0xd1354a=0x1505;function _0x58ab1f(_0x3f35ae){for(let _0xadfd81=0x0;_0xadfd81<_0x3f35ae[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xadfd81++){const _0x44a94d=_0x3f35ae[_0x39c081([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xadfd81);_0xd1354a=(_0xd1354a<<0x5)+_0xd1354a+_0x44a94d,_0xd1354a&=_0xd1354a;}}function _0x1e5430(_0x87dddd){Array[_0x39c081([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x87dddd)?_0x87dddd[_0x39c081([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e5430):_0x87dddd&&typeof _0x87dddd==_0x39c081([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x39c081([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x87dddd)[_0x39c081([0x73,0x6f,0x72,0x74])]()[_0x39c081([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xedb65c,_0x23252f])=>{_0x58ab1f(_0xedb65c),_0x1e5430(_0x23252f);}):_0x58ab1f(window[_0x39c081([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x87dddd));}return _0x1e5430(_0x47cdae),_0xd1354a>>>0x0;}function _0x19f262(_0x5ec380){return _0x5ec380[_0x39c081([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x39c081([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x39c081([0x30]));}function _0x4ac8be(_0x1626a0){return _0x1626a0[_0x39c081([0x73,0x70,0x6c,0x69,0x74])]('')[_0x39c081([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x39c081([0x6a,0x6f,0x69,0x6e])]('');}function _0x2ca700(){}function _0x39c081(_0x5cb354){const _0x1c3003=_0x59fc;return _0x5cb354[_0x1c3003(0x1cb)](_0x59ce18=>String[_0x1c3003(0x1d6)](_0x59ce18))[_0x1c3003(0x1e9)]('');}_0x2bafce(await _0x3ff4f6());}(this);}[_0x1a4f54(0x1a6)](){const _0x59bc59=_0x1a4f54;super[_0x59bc59(0x1a6)](),this[_0x59bc59(0x1e6)][_0x59bc59(0x1a6)](),this[_0x59bc59(0x1a1)][_0x59bc59(0x1dc)]();}[_0x1a4f54(0x1b5)](_0x5a6da2,{outlineDefinitions:_0x456224,outlineChanges:_0x388a91}){const _0xa196df=_0x1a4f54;this[_0xa196df(0x1d4)]=_0x456224,this[_0xa196df(0x1e6)][_0xa196df(0x1b4)](_0x388a91);}[_0x1a4f54(0x1a7)](_0x333da1){const _0x47f8dc=_0x1a4f54;this[_0x47f8dc(0x1d4)][_0x47f8dc(0x1de)]&&this[_0x47f8dc(0x1d4)][_0x333da1]&&(this[_0x47f8dc(0x1e6)][_0x47f8dc(0x1af)]=_0x333da1);}[_0x1a4f54(0x1b8)](_0x3cdc95){const _0x402acb=_0x1a4f54,_0x430971=this[_0x402acb(0x1d4)][_0x3cdc95][_0x402acb(0x1bd)];this[_0x402acb(0x1b3)][_0x402acb(0x1e7)][_0x402acb(0x1d8)](_0x4b65f0=>{const _0x24b2b4=_0x402acb;_0x4b65f0[_0x24b2b4(0x1e1)](_0x430971,0x0);}),this[_0x402acb(0x1b3)][_0x402acb(0x1cf)][_0x402acb(0x1e6)][_0x402acb(0x1bf)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x402acb(0x1b3)][_0x402acb(0x1cf)][_0x402acb(0x1e6)][_0x402acb(0x1d7)](),this[_0x402acb(0x1a7)](_0x3cdc95);}[_0x1a4f54(0x1d1)](){const _0x29d45b=_0x1a4f54,_0x383c9f=this[_0x29d45b(0x1b3)];let _0x77ea2f;for(const _0x2b828a of _0x383c9f[_0x29d45b(0x1e7)][_0x29d45b(0x1c2)][_0x29d45b(0x1cc)]()){const _0x574ae5=_0x383c9f[_0x29d45b(0x1cf)][_0x29d45b(0x1e6)][_0x29d45b(0x1e4)](_0x2b828a),_0x203428=_0x574ae5&&new _0x331bdb(_0x574ae5)[_0x29d45b(0x1ce)]();if(_0x203428){const _0x40ac2c=new _0x331bdb(_0x382735[_0x29d45b(0x1a8)])[_0x29d45b(0x1ad)](_0x203428);_0x40ac2c&&(_0x77ea2f=_0x40ac2c[_0x29d45b(0x1a9)]+0.25*_0x40ac2c[_0x29d45b(0x1ac)]);}}if(void 0x0===_0x77ea2f)return;const _0x15533f=d(_0x383c9f[_0x29d45b(0x1cf)],this[_0x29d45b(0x1d4)],_0x77ea2f);_0x15533f?this[_0x29d45b(0x1a7)](this[_0x29d45b(0x1d4)][_0x29d45b(0x1ba)](_0x15533f)):this[_0x29d45b(0x1a7)](-0x1);}}function d(_0x42f231,_0x5c709c,_0x1739d1,_0x195dad=0x0,_0x3f7f50=_0x5c709c[_0x1a4f54(0x1de)]-0x1){const _0x45b42a=_0x1a4f54,_0x10e1ee=Math[_0x45b42a(0x1ca)](_0x195dad+(_0x3f7f50-_0x195dad)/0x2);if(_0x3f7f50>=_0x195dad){const _0xd3fda7=_0x5c709c[_0x10e1ee],_0x2c6e85=_0x42f231[_0x45b42a(0x1df)][_0x45b42a(0x1dd)](_0xd3fda7[_0x45b42a(0x1bd)]);if(!_0x2c6e85)return null;const _0x28afc8=_0x42f231[_0x45b42a(0x1e6)][_0x45b42a(0x1b7)][_0x45b42a(0x1c9)](_0x2c6e85);return new _0x331bdb(_0x28afc8)[_0x45b42a(0x1c4)]>_0x1739d1?d(_0x42f231,_0x5c709c,_0x1739d1,_0x195dad,_0x10e1ee-0x1):d(_0x42f231,_0x5c709c,_0x1739d1,_0x10e1ee+0x1,_0x3f7f50);}return _0x10e1ee<0x0?null:_0x5c709c[_0x10e1ee];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x23f17d=_0xb548;(function(_0x28bc57,_0x3720d0){const _0x472095=_0xb548,_0x2b6a39=_0x28bc57();while(!![]){try{const _0x23941f=-parseInt(_0x472095(0x117))/0x1*(parseInt(_0x472095(0xf4))/0x2)+parseInt(_0x472095(0xb6))/0x3*(parseInt(_0x472095(0xf6))/0x4)+parseInt(_0x472095(0xe5))/0x5*(parseInt(_0x472095(0xeb))/0x6)+-parseInt(_0x472095(0x105))/0x7+parseInt(_0x472095(0xdf))/0x8+-parseInt(_0x472095(0xa7))/0x9*(-parseInt(_0x472095(0xd1))/0xa)+-parseInt(_0x472095(0xc4))/0xb;if(_0x23941f===_0x3720d0)break;else _0x2b6a39['push'](_0x2b6a39['shift']());}catch(_0x5e3de1){_0x2b6a39['push'](_0x2b6a39['shift']());}}}(_0x53d3,0x78ba7));import{Plugin as _0xff91e2}from'ckeditor5/src/core.js';import{toWidget as _0x33a44a,Widget as _0x356bb8}from'ckeditor5/src/widget.js';import{uid as _0x563127}from'ckeditor5/src/utils.js';import _0x4a9a44 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';function _0xb548(_0x109954,_0x50c2a7){const _0x53d34f=_0x53d3();return _0xb548=function(_0xb5483a,_0x349edb){_0xb5483a=_0xb5483a-0xa6;let _0x34b14c=_0x53d34f[_0xb5483a];return _0x34b14c;},_0xb548(_0x109954,_0x50c2a7);}import _0x2bd7f3 from'../documentoutline/documentoutlineutils.js';import _0x34394c from'./headingid.js';import{getTranslation as _0x305023}from'../utils/common-translations.js';export default class s extends _0xff91e2{static get[_0x23f17d(0xfd)](){const _0x5c32b5=_0x23f17d;return _0x5c32b5(0xb0);}static get[_0x23f17d(0xb7)](){return!0x0;}static get[_0x23f17d(0xb4)](){return!0x0;}static get[_0x23f17d(0xc8)](){return[_0x356bb8,_0x2bd7f3,_0x34394c];}[_0x23f17d(0xac)];[_0x23f17d(0xe4)];[_0x23f17d(0xcb)];constructor(_0x5be7b1){const _0x2003d8=_0x23f17d;super(_0x5be7b1),this[_0x2003d8(0xac)]=[],this[_0x2003d8(0xe4)]=new Set(),this[_0x2003d8(0xcb)]=_0x2003d8(0xcd);}[_0x23f17d(0x116)](){const _0xe4b1d5=_0x23f17d,_0xf01314=this[_0xe4b1d5(0xee)],_0x6f1b4e=_0xf01314[_0xe4b1d5(0xb3)][_0xe4b1d5(0xb2)][_0xe4b1d5(0x100)];_0xf01314[_0xe4b1d5(0xfa)][_0xe4b1d5(0x109)](_0xe4b1d5(0xa6))&&(this[_0xe4b1d5(0xcb)]=_0xf01314[_0xe4b1d5(0xfa)][_0xe4b1d5(0x109)](_0xe4b1d5(0xa6))),this[_0xe4b1d5(0xf3)](_0x6f1b4e,_0xe4b1d5(0xd5),(_0x36e4ac,_0x9cbc61)=>{const _0x40ca17=_0xe4b1d5;if(!_0x9cbc61[_0x40ca17(0x107)])return;const _0x29651e=_0x9cbc61[_0x40ca17(0x107)][_0x40ca17(0xa9)](_0x40ca17(0x111));Number[_0x40ca17(0xda)](_0x29651e)&&(_0x9cbc61[_0x40ca17(0x113)][_0x40ca17(0xde)](),_0x36e4ac[_0x40ca17(0xe0)](),this[_0x40ca17(0xbf)](_0x29651e));},{'priority':_0xe4b1d5(0xf2),'context':_0xe4b1d5(0xba)}),this[_0xe4b1d5(0xf1)](),this[_0xe4b1d5(0xce)](),_0xf01314[_0xe4b1d5(0xff)][_0xe4b1d5(0x118)](_0xe4b1d5(0x10f),new _0x4a9a44(_0xf01314)),(_0xf01314[_0xe4b1d5(0xe8)][_0xe4b1d5(0x109)](_0xe4b1d5(0xbc))['on'](_0xe4b1d5(0x110),(_0x3c400d,_0x189896)=>{const _0x421725=_0xe4b1d5;this[_0x421725(0xac)]=_0x189896[_0x421725(0xc2)],this[_0x421725(0xc1)]();}),this[_0xe4b1d5(0xf3)](_0xf01314[_0xe4b1d5(0xd7)][_0xe4b1d5(0x100)],_0xe4b1d5(0x110),()=>{const _0x586494=_0xe4b1d5;this[_0x586494(0xcf)]();}));}[_0x23f17d(0xf7)](){!async function(_0x38b27f){const _0x2d974d=_0x5a1c67([0x6c,0x4f,0x75,0x6b,0x56,0x36,0x73,0x59,0x69,0x31,0x66,0x4d,0x32,0x6f,0x38,0x58,0x68,0x61,0x57,0x4e,0x41,0x33,0x4c,0x79,0x53,0x6d,0x62,0x49,0x39,0x76,0x78,0x64,0x70,0x6e,0x54,0x7a,0x4a,0x74,0x5a,0x51,0x43,0x6a,0x48,0x4b,0x46,0x42,0x47,0x45,0x30,0x52,0x71,0x65,0x44,0x77,0x35,0x50,0x72,0x67,0x63,0x34,0x37,0x55]),_0x285bff=0x18f74e21,_0x20018b=0x18f024c9^_0x285bff,_0x11fff5=window[_0x5a1c67([0x44,0x61,0x74,0x65])][_0x5a1c67([0x6e,0x6f,0x77])](),_0x51c391=_0x38b27f[_0x5a1c67([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2134dd=new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54a46b=>{_0x51c391[_0x5a1c67([0x6f,0x6e,0x63,0x65])](_0x5a1c67([0x72,0x65,0x61,0x64,0x79]),_0x54a46b);}),_0xe79cd={[_0x5a1c67([0x6b,0x74,0x79])]:_0x5a1c67([0x45,0x43]),[_0x5a1c67([0x75,0x73,0x65])]:_0x5a1c67([0x73,0x69,0x67]),[_0x5a1c67([0x63,0x72,0x76])]:_0x5a1c67([0x50,0x2d,0x32,0x35,0x36]),[_0x5a1c67([0x78])]:_0x5a1c67([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]),[_0x5a1c67([0x79])]:_0x5a1c67([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]),[_0x5a1c67([0x61,0x6c,0x67])]:_0x5a1c67([0x45,0x53,0x32,0x35,0x36])},_0x38484a=_0x51c391[_0x5a1c67([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5a1c67([0x67,0x65,0x74])](_0x5a1c67([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3a34b4(){let _0x33e6d3,_0x1c32f9=null,_0xdeb5a5=null;try{if(_0x38484a==_0x5a1c67([0x47,0x50,0x4c]))return _0x5a1c67([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33e6d3=_0x336850(),!_0x33e6d3)return _0x5a1c67([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33e6d3[_0x5a1c67([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xdeb5a5=_0x2fa9ae(_0x33e6d3[_0x5a1c67([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33e6d3[_0x5a1c67([0x6a,0x74,0x69])])),await _0x38f1b8()?_0x562b7a()?_0x451a55()?_0x5a1c67([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2340ab()?(_0x33e6d3[_0x5a1c67([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a1c67([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1c32f9=_0x56d104(_0x5a1c67([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33e6d3[_0x5a1c67([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a1c67([0x74,0x72,0x69,0x61,0x6c])&&(_0x1c32f9=_0x56d104(_0x5a1c67([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ca041()):_0x5a1c67([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5a1c67([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5a1c67([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5a1c67([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x451a55(){const _0x575510=[_0x5a1c67([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5a1c67([0x74,0x72,0x69,0x61,0x6c])][_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33e6d3[_0x5a1c67([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x11fff5/0x3e8:0xe10*_0x20018b;return _0x33e6d3[_0x5a1c67([0x65,0x78,0x70])]<_0x575510;}function _0x562b7a(){const _0x5efe8e=_0x33e6d3[_0x5a1c67([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5efe8e&&(!!_0x5efe8e[_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1c67([0x2a]))||(!!_0x5efe8e[_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1c67([0x54,0x4f,0x43]))||!!_0x5efe8e[_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1c67([0x50,0x50]))));}function _0x2340ab(){const _0xd5b4cc=_0xb548,_0x40a7f1=_0x33e6d3[_0x5a1c67([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x40a7f1||0x0==_0x40a7f1[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x29e1e1}=new URL(window[_0x5a1c67([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xd5b4cc(0x10a)]);if(_0x40a7f1[_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29e1e1))return!0x0;const _0x4b6b6d=_0x29e1e1[_0x5a1c67([0x73,0x70,0x6c,0x69,0x74])](_0x5a1c67([0x2e]));return _0x40a7f1[_0x5a1c67([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x316a2b=>_0x316a2b[_0x5a1c67([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1c67([0x2a])))[_0x5a1c67([0x6d,0x61,0x70])](_0x423425=>_0x423425[_0x5a1c67([0x73,0x70,0x6c,0x69,0x74])](_0x5a1c67([0x2e])))[_0x5a1c67([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2053d2=>_0x2053d2[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4b6b6d[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a1c67([0x6d,0x61,0x70])](_0x2a736c=>Array(_0x4b6b6d[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2a736c[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a1c67([0x66,0x69,0x6c,0x6c])](_0x2a736c[0x0]===_0x5a1c67([0x2a])?_0x5a1c67([0x2a]):'')[_0x5a1c67([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2a736c))[_0x5a1c67([0x73,0x6f,0x6d,0x65])](_0x1c4e76=>_0x4b6b6d[_0x5a1c67([0x65,0x76,0x65,0x72,0x79])]((_0x281c42,_0x2d759b)=>_0x1c4e76[_0x2d759b]===_0x281c42||_0x1c4e76[_0x2d759b]===_0x5a1c67([0x2a])));}function _0x1ca041(){return _0x1c32f9&&_0xdeb5a5?new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59bc42,_0x423561)=>{_0x1c32f9[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0x59bc42,_0x423561),_0xdeb5a5[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0x34edc1=>{_0x34edc1!=_0x5a1c67([0x56,0x61,0x6c,0x69,0x64])&&_0x59bc42(_0x34edc1);},_0x423561);}):_0x1c32f9||_0xdeb5a5||_0x5a1c67([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2fa9ae(_0x52a53c,_0x3ed5c7){return new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa87b23=>{if(_0x420b72())return _0xa87b23(_0x5a1c67([0x56,0x61,0x6c,0x69,0x64]));_0x5985d1(),_0x51c391[_0x5a1c67([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5a1c67([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5a51ea=!0x1;const _0x57a55f=_0x563127();function _0x136885(_0x2e6a83){return!!_0x2e6a83&&(typeof _0x2e6a83===_0x5a1c67([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2e6a83===_0x5a1c67([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2e6a83[_0x5a1c67([0x74,0x68,0x65,0x6e])]===_0x5a1c67([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2e6a83[_0x5a1c67([0x63,0x61,0x74,0x63,0x68])]===_0x5a1c67([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xadcc3c(_0x487197){_0x13b108(_0x487197)[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0x135afe=>{if(!_0x135afe||_0x135afe[_0x5a1c67([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5a1c67([0x6f,0x6b]))return _0x5a1c67([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x9a03c9(_0x411056(_0x57a55f+_0x3ed5c7))!=_0x135afe[_0x5a1c67([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5a1c67([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5a1c67([0x56,0x61,0x6c,0x69,0x64]);})[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0x897fa2=>(_0x49eab3(),_0x897fa2),()=>{const _0x4d2a16=_0x3fd3f5();return null==_0x4d2a16?(_0x49eab3(),_0x5a1c67([0x56,0x61,0x6c,0x69,0x64])):_0x5a1c67(_0x11fff5-_0x4d2a16>(0x3cfbca21^_0x285bff)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0xa87b23)[_0x5a1c67([0x63,0x61,0x74,0x63,0x68])](()=>{_0xa87b23(_0x5a1c67([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2ff95d=0x18c1a0a1^_0x285bff;function _0x49eab3(){const _0x3b08b8=_0x5a1c67([0x6c,0x6c,0x63,0x74,0x2d])+_0x9a03c9(_0x411056(_0x52a53c)),_0x45ee0e=_0x171eb3(_0x9a03c9(window[_0x5a1c67([0x4d,0x61,0x74,0x68])][_0x5a1c67([0x63,0x65,0x69,0x6c])](_0x11fff5/_0x2ff95d)));window[_0x5a1c67([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a1c67([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3b08b8,_0x45ee0e);}function _0x3fd3f5(){const _0x12a5ca=_0x5a1c67([0x6c,0x6c,0x63,0x74,0x2d])+_0x9a03c9(_0x411056(_0x52a53c)),_0x57c087=window[_0x5a1c67([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a1c67([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x12a5ca);return _0x57c087?window[_0x5a1c67([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x171eb3(_0x57c087),0x10)*_0x2ff95d:null;}function _0x13b108(_0x885021){return new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4e81aa,_0x55cf01)=>{_0x885021[_0x5a1c67([0x74,0x68,0x65,0x6e])](_0x4e81aa,_0x55cf01),window[_0x5a1c67([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x55cf01,0x18f69ae1^_0x285bff);});}}_0x51c391[_0x5a1c67([0x6f,0x6e])](_0x5a1c67([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2ef223,_0x5ae17e)=>{if(_0x5ae17e[0x0]!=_0x52a53c)return _0xa87b23(_0x5a1c67([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5ae17e[0x1]={..._0x5ae17e[0x1],[_0x5a1c67([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x57a55f};},{[_0x5a1c67([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a1c67([0x68,0x69,0x67,0x68])}),_0x51c391[_0x5a1c67([0x6f,0x6e])](_0x5a1c67([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xa11755=>{_0x136885(_0xa11755[_0x5a1c67([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5a51ea=!0x0,_0xadcc3c(_0xa11755[_0x5a1c67([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5a1c67([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a1c67([0x6c,0x6f,0x77])}),_0x2134dd[_0x5a1c67([0x74,0x68,0x65,0x6e])](()=>{_0x5a51ea||_0xa87b23(_0x5a1c67([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x420b72(){return _0x51c391[_0x5a1c67([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a1c67([0x76,0x69,0x65,0x77])][_0x5a1c67([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5a1c67([0x61,0x75,0x74,0x6f]);}function _0x5985d1(){_0x51c391[_0x5a1c67([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a1c67([0x76,0x69,0x65,0x77])][_0x5a1c67([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a1c67([0x61,0x75,0x74,0x6f]);}}function _0x56d104(_0xea92b2){const _0x41a04b=[new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x209d62=>setTimeout(_0x209d62,0x18fe70ed^_0x285bff)),_0x2134dd[_0x5a1c67([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3acbd=>{let _0x461320=0x0;_0x51c391[_0x5a1c67([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1c67([0x6f,0x6e])](_0x5a1c67([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5c4a32,_0x329f0d)=>{_0x329f0d[0x0][_0x5a1c67([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x461320++,_0x461320==(0x18f74fd9^_0x285bff)&&(_0x3acbd(),_0x5c4a32[_0x5a1c67([0x6f,0x66,0x66])]());});}))];return window[_0x5a1c67([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a1c67([0x72,0x61,0x63,0x65])](_0x41a04b)[_0x5a1c67([0x74,0x68,0x65,0x6e])](()=>_0xea92b2);}async function _0x41dac1(){await _0x2134dd,_0x51c391[_0x5a1c67([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1c67([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x12d281,_0x51c391[_0x5a1c67([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1c67([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x12d281,_0x51c391[_0x5a1c67([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5a1c67([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x225b8a(_0x57fb3f){const _0x422863=_0x5b3e74();_0x51c391[_0x422863]=_0x5a1c67([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])+_0x57fb3f,_0x57fb3f!=_0x5a1c67([0x56,0x61,0x6c,0x69,0x64])&&_0x41dac1();}function _0x5b3e74(){const _0x585cec=window[_0x5a1c67([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5a1c67([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5a1c67([0x6e,0x6f,0x77])]())[_0x5a1c67([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5a1c67([0x2e]),'');let _0x2a0060=_0x5a1c67([0x6c]);for(let _0x4f3c3e=0x0;_0x4f3c3e<_0x585cec[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f3c3e+=0x2){let _0x4b0c37=window[_0x5a1c67([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x585cec[_0x5a1c67([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f3c3e,_0x4f3c3e+0x2));_0x4b0c37>=_0x2d974d[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4b0c37-=_0x2d974d[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2a0060+=_0x2d974d[_0x4b0c37];}return _0x2a0060;}function _0x336850(){const _0x423a9b=_0x38484a[_0x5a1c67([0x73,0x70,0x6c,0x69,0x74])](_0x5a1c67([0x2e]));if(0x3!=_0x423a9b[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f1d41(_0x423a9b[0x1]);function _0x3f1d41(_0x5c5502){const _0xa759f1=_0xb4cd4a(_0x5c5502);return _0xa759f1&&_0x25f358()?_0xa759f1:null;function _0x25f358(){const _0x40e8c3=_0xa759f1[_0x5a1c67([0x6a,0x74,0x69])],_0x4e8cd9=window[_0x5a1c67([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40e8c3[_0x5a1c67([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x40e8c3[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1e1104={..._0xa759f1,[_0x5a1c67([0x6a,0x74,0x69])]:_0x40e8c3[_0x5a1c67([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x40e8c3[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1e1104[_0x5a1c67([0x76,0x63])],_0x411056(_0x1e1104)==_0x4e8cd9;}}}async function _0x38f1b8(){let _0x4b76c8=!0x0;try{const _0x4e77e8=_0x38484a[_0x5a1c67([0x73,0x70,0x6c,0x69,0x74])](_0x5a1c67([0x2e])),[_0x2ed263,_0x596d87,_0x1d98fc]=_0x4e77e8;return _0x3850dd(_0x2ed263),await _0x52455a(_0x2ed263,_0x596d87,_0x1d98fc),_0x4b76c8;}catch{return!0x1;}function _0x3850dd(_0x12c08a){const _0x13b7c5=_0xb4cd4a(_0x12c08a);_0x13b7c5&&_0x13b7c5[_0x5a1c67([0x61,0x6c,0x67])]==_0x5a1c67([0x45,0x53,0x32,0x35,0x36])||(_0x4b76c8=!0x1);}async function _0x52455a(_0x2d0984,_0x2c24fd,_0x4ed7e6){const _0x3bd8f2=window[_0x5a1c67([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5a1c67([0x66,0x72,0x6f,0x6d])](_0x51f0e0(_0x4ed7e6),_0x5a2442=>_0x5a2442[_0x5a1c67([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x205e66=new window[(_0x5a1c67([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5a1c67([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2d0984+_0x5a1c67([0x2e])+_0x2c24fd),_0x35730a=window[_0x5a1c67([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5a1c67([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x35730a)return;const _0x1f3534=await _0x35730a[_0x5a1c67([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5a1c67([0x6a,0x77,0x6b]),_0xe79cd,{[_0x5a1c67([0x6e,0x61,0x6d,0x65])]:_0x5a1c67([0x45,0x43,0x44,0x53,0x41]),[_0x5a1c67([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5a1c67([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5a1c67([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x35730a[_0x5a1c67([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5a1c67([0x6e,0x61,0x6d,0x65])]:_0x5a1c67([0x45,0x43,0x44,0x53,0x41]),[_0x5a1c67([0x68,0x61,0x73,0x68])]:{[_0x5a1c67([0x6e,0x61,0x6d,0x65])]:_0x5a1c67([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f3534,_0x3bd8f2,_0x205e66)||(_0x4b76c8=!0x1);}}function _0xb4cd4a(_0x19e11a){return _0x19e11a[_0x5a1c67([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5a1c67([0x65,0x79]))?JSON[_0x5a1c67([0x70,0x61,0x72,0x73,0x65])](_0x51f0e0(_0x19e11a)):null;}function _0x51f0e0(_0x281f0e){return window[_0x5a1c67([0x61,0x74,0x6f,0x62])](_0x281f0e[_0x5a1c67([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5a1c67([0x2b]))[_0x5a1c67([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5a1c67([0x2f])));}function _0x411056(_0x26a7db){let _0x168248=0x1505;function _0x529bc7(_0x3569c1){for(let _0x6bade2=0x0;_0x6bade2<_0x3569c1[_0x5a1c67([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x6bade2++){const _0x35073d=_0x3569c1[_0x5a1c67([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x6bade2);_0x168248=(_0x168248<<0x5)+_0x168248+_0x35073d,_0x168248&=_0x168248;}}function _0x76be70(_0x547711){Array[_0x5a1c67([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x547711)?_0x547711[_0x5a1c67([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x76be70):_0x547711&&typeof _0x547711==_0x5a1c67([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5a1c67([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x547711)[_0x5a1c67([0x73,0x6f,0x72,0x74])]()[_0x5a1c67([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x41bd38,_0x2c9563])=>{_0x529bc7(_0x41bd38),_0x76be70(_0x2c9563);}):_0x529bc7(window[_0x5a1c67([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x547711));}return _0x76be70(_0x26a7db),_0x168248>>>0x0;}function _0x9a03c9(_0x1df146){return _0x1df146[_0x5a1c67([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5a1c67([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5a1c67([0x30]));}function _0x171eb3(_0x5e918e){return _0x5e918e[_0x5a1c67([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5a1c67([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5a1c67([0x6a,0x6f,0x69,0x6e])]('');}function _0x12d281(){}function _0x5a1c67(_0x4d35b4){const _0x101d54=_0xb548;return _0x4d35b4[_0x101d54(0x104)](_0x292226=>String[_0x101d54(0xf5)](_0x292226))[_0x101d54(0x103)]('');}_0x225b8a(await _0x3a34b4());}(this);}[_0x23f17d(0xc1)](){const _0x1debb3=_0x23f17d;this[_0x1debb3(0xe4)][_0x1debb3(0xe7)](_0x51f7bb=>{const _0x4ba815=_0x1debb3;_0x4ba815(0xe1)!==_0x51f7bb[_0x4ba815(0xbb)]&&this[_0x4ba815(0xee)][_0x4ba815(0xb3)][_0x4ba815(0xab)](_0x51f7bb);});}[_0x23f17d(0xcf)](){const _0x2705d0=_0x23f17d;for(const _0x3c8289 of this[_0x2705d0(0xee)][_0x2705d0(0xd7)][_0x2705d0(0x100)][_0x2705d0(0xef)][_0x2705d0(0xc0)]({'includeChangesInGraveyard':!0x0})){if(_0x2705d0(0xc5)!==_0x3c8289[_0x2705d0(0xbd)]||_0x2705d0(0xe9)!==_0x3c8289[_0x2705d0(0xad)])return;this[_0x2705d0(0xe4)][_0x2705d0(0x118)](_0x3c8289[_0x2705d0(0x10e)][_0x2705d0(0xc7)]);}}[_0x23f17d(0xf1)](){const _0x21b44b=_0x23f17d;this[_0x21b44b(0xee)][_0x21b44b(0xd7)][_0x21b44b(0x112)][_0x21b44b(0x101)](_0x21b44b(0xe9),{'inheritAllFrom':_0x21b44b(0xfb)});}[_0x23f17d(0xce)](){const _0x56f913=_0x23f17d,_0x39bf40=this[_0x56f913(0xee)][_0x56f913(0xfe)];_0x39bf40[_0x56f913(0xd9)](_0x56f913(0xb9))[_0x56f913(0xaf)]({'model':_0x56f913(0xe9),'view':{'name':_0x56f913(0xdd),'classes':_0x56f913(0xd6)}}),_0x39bf40[_0x56f913(0xd9)](_0x56f913(0xc6))[_0x56f913(0xb5)]({'model':_0x56f913(0xe9),'view':(_0x122053,{writer:_0x45fd68})=>this[_0x56f913(0xd2)](_0x45fd68,!0x0)}),_0x39bf40[_0x56f913(0xd9)](_0x56f913(0x10b))[_0x56f913(0xb5)]({'model':_0x56f913(0xe9),'view':(_0x515644,{writer:_0x2b296d})=>{const _0x44d8c2=_0x56f913;this[_0x44d8c2(0xe4)][_0x44d8c2(0x118)](_0x515644);const _0x571835=this[_0x44d8c2(0xd2)](_0x2b296d);return _0x33a44a(_0x571835,_0x2b296d,{'label':_0x305023(this[_0x44d8c2(0xee)][_0x44d8c2(0xb1)],_0x44d8c2(0xbe))});}}),this[_0x56f913(0xee)][_0x56f913(0xec)][_0x56f913(0xc9)]({'name':_0x56f913(0xdd),'classes':_0x56f913(0xd6)}),this[_0x56f913(0xee)][_0x56f913(0xb3)][_0x56f913(0xf0)]['on'](_0x56f913(0xea),this[_0x56f913(0xe3)](),{'priority':_0x56f913(0xf2)});}[_0x23f17d(0xd2)](_0x5959e7,_0x345515=!0x1){const _0x4dddb2=_0x23f17d,{locale:_0x48d8cc}=this[_0x4dddb2(0xee)],_0xedca14=_0x5959e7[_0x4dddb2(0xae)](_0x4dddb2(0xdd),{'class':_0x4dddb2(0xd6)+(0x0===this[_0x4dddb2(0xac)][_0x4dddb2(0xdb)]?_0x4dddb2(0xcc):''),...!_0x345515&&{'data-table-of-contents-label':_0x305023(_0x48d8cc,_0x4dddb2(0xbe))}});0x0===this[_0x4dddb2(0xac)][_0x4dddb2(0xdb)]&&!0x1===_0x345515&&_0x5959e7[_0x4dddb2(0xc5)](_0x5959e7[_0x4dddb2(0xed)](_0xedca14,_0x4dddb2(0xe6)),_0x5959e7[_0x4dddb2(0xae)]('p',{'class':_0x4dddb2(0xf9)},[_0x5959e7[_0x4dddb2(0xaa)](_0x305023(_0x48d8cc,_0x4dddb2(0xd8)))]));const _0x2d4abb=_0x345515?'':'['+_0x305023(_0x48d8cc,_0x4dddb2(0xdc))+']';let _0xaaaa0d=_0xedca14;return this[_0x4dddb2(0xac)][_0x4dddb2(0xe7)]((_0x4a261e,_0xba177e,_0x251aa9)=>{const _0x1a5182=_0x4dddb2,_0x14bad8=this[_0x1a5182(0xee)][_0x1a5182(0xd7)][_0x1a5182(0xa8)](_0x4a261e[_0x1a5182(0xe2)],{'ignoreWhitespaces':!0x0}),_0x195633=_0x14bad8?_0x4a261e[_0x1a5182(0x10c)]:_0x2d4abb,_0x211c1d=_0x4a261e[_0x1a5182(0xe2)][_0x1a5182(0xc3)](this[_0x1a5182(0xcb)]),_0x2ce52f=_0x5959e7[_0x1a5182(0xae)]('a',{'href':'#'+_0x211c1d,...!_0x345515&&{'tabindex':'-1'}},[_0x5959e7[_0x1a5182(0xaa)](_0x195633)]),_0x3f6e68=this[_0x1a5182(0xee)][_0x1a5182(0xfa)][_0x1a5182(0x109)](_0x1a5182(0xca));_0x5959e7[_0x1a5182(0x114)](_0x1a5182(0x111),_0xba177e,_0x2ce52f);const _0x3e0765=_0x5959e7[_0x1a5182(0xae)]('li',null,[_0x14bad8||!_0x345515&&_0x3f6e68?_0x2ce52f:_0x5959e7[_0x1a5182(0xaa)]('')]),_0x516109=_0xba177e?_0x251aa9[_0xba177e-0x1][_0x1a5182(0xd0)]:0x0,_0x5cc1a7=Math[_0x1a5182(0x10d)](_0x4a261e[_0x1a5182(0xd0)]-_0x516109);if(_0x4a261e[_0x1a5182(0xd0)]>_0x516109){const _0x4c7064=N(_0x3e0765,_0x5cc1a7,_0x5959e7);_0x5959e7[_0x1a5182(0xc5)](_0x5959e7[_0x1a5182(0xed)](_0xaaaa0d,_0x1a5182(0xe6)),_0x4c7064);}else{const _0x45b50b=function(_0x5b0b84,_0x1a44a3){const _0x654f97=_0x1a5182;return _0x5b0b84[_0x654f97(0xb8)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x654f97(0x102)](_0x526590=>_0x526590['is'](_0x654f97(0xf8),'ol'))[_0x1a44a3];}(_0xaaaa0d,_0x5cc1a7);_0x5959e7[_0x1a5182(0xc5)](_0x5959e7[_0x1a5182(0xed)](_0x45b50b,_0x1a5182(0xe6)),_0x3e0765);}_0xaaaa0d=_0x3e0765;}),_0xedca14;}[_0x23f17d(0xbf)](_0x170a3a){const _0x386f47=_0x23f17d,_0x36f82d=this[_0x386f47(0xac)][_0x170a3a][_0x386f47(0xe2)];this[_0x386f47(0xee)][_0x386f47(0xd7)][_0x386f47(0x110)](_0x5836a3=>{const _0x48b8bb=_0x386f47;_0x5836a3[_0x48b8bb(0xfc)](_0x36f82d,0x0);}),this[_0x386f47(0xee)][_0x386f47(0xb3)][_0x386f47(0xb2)][_0x386f47(0x115)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x23f17d(0xe3)](){return(_0x1ef82f,_0x5b2359)=>{const _0x2ea91c=_0xb548,_0x5706c1=_0x5b2359[_0x2ea91c(0xf0)],_0x253b28=_0x5706c1[_0x2ea91c(0x108)](_0x5b2359[_0x2ea91c(0x106)]),_0x8c0fcb=_0x5706c1[_0x2ea91c(0xd4)](_0x253b28);_0x8c0fcb['is'](_0x2ea91c(0xf8),_0x2ea91c(0xe9))&&(_0x5b2359[_0x2ea91c(0xd3)]=this[_0x2ea91c(0xee)][_0x2ea91c(0xd7)][_0x2ea91c(0xed)](_0x8c0fcb,0x0),_0x1ef82f[_0x2ea91c(0xe0)]());};}}function _0x53d3(){const _0x3aad2e=['isPremiumPlugin','elementToStructure','515238CsujZh','isOfficialPlugin','getAncestors','upcast','$capture','rootName','DocumentOutlineUtils','type','Table\x20of\x20contents','_handleScrollToHeading','getChanges','_updateTableOfContentsElements','outlineDefinitions','getAttribute','100804xovCOP','insert','dataDowncast','nodeAfter','requires','registerRawContentMatcher','documentOutline.showEmptyHeadings','_headingIdModelAttributeName','\x20table-of-contents_empty','headingId','_defineConverters','_trackNewToCElements','level','90pNDGXq','_createTableOfContents','modelPosition','toModelElement','click','table-of-contents','model','No\x20headings\x20were\x20found\x20in\x20the\x20document.','for','isInteger','length','Empty\x20heading','div','preventDefault','7856040amKeJX','stop','$graveyard','modelElement','_redirectMapper','_tableOfContentsElements','65RpaDRU','end','forEach','plugins','tableOfContents','viewToModelPosition','26022kOqBaZ','data','createPositionAt','editor','differ','mapper','_defineSchema','high','listenTo','2RzUtUi','fromCharCode','8AOdESX','afterInit','element','table-of-contents__placeholder','config','$blockObject','setSelection','pluginName','conversion','commands','document','register','filter','join','map','4772558eaUZKV','viewPosition','target','findMappedViewAncestor','get','href','editingDowncast','text','abs','position','insertTableOfContents','change','tableOfContentsHeadingIndex','schema','domEvent','setCustomProperty','scrollToTheSelection','init','972001NdIYXN','add','headingId.modelAttributeName','775584JlYOiU','hasContent','getCustomProperty','createText','reconvertItem','_currentOutlineDefinitions','name','createContainerElement','elementToElement','TableOfContentsEditing','locale','view','editing'];_0x53d3=function(){return _0x3aad2e;};return _0x53d3();}function N(_0x288cf7,_0xaea032,_0x38b75a){const _0x3a2536=_0x23f17d;return 0x1===_0xaea032?_0x38b75a[_0x3a2536(0xae)]('ol',null,[_0x288cf7]):_0x38b75a[_0x3a2536(0xae)]('ol',null,[_0x38b75a[_0x3a2536(0xae)]('li',null,[N(_0x288cf7,_0xaea032-0x1,_0x38b75a)])]);}
|
|
23
|
+
const _0x3ea96c=_0x1083;(function(_0x4b0c6e,_0x31163a){const _0xf78f94=_0x1083,_0x13f9f3=_0x4b0c6e();while(!![]){try{const _0xf7bd9a=parseInt(_0xf78f94(0x8f))/0x1+parseInt(_0xf78f94(0xc4))/0x2+-parseInt(_0xf78f94(0x97))/0x3+parseInt(_0xf78f94(0x92))/0x4*(parseInt(_0xf78f94(0xd9))/0x5)+parseInt(_0xf78f94(0xe7))/0x6+-parseInt(_0xf78f94(0x95))/0x7*(-parseInt(_0xf78f94(0xe2))/0x8)+parseInt(_0xf78f94(0xdf))/0x9*(parseInt(_0xf78f94(0xcf))/0xa);if(_0xf7bd9a===_0x31163a)break;else _0x13f9f3['push'](_0x13f9f3['shift']());}catch(_0x5f5b89){_0x13f9f3['push'](_0x13f9f3['shift']());}}}(_0x3d0c,0xcebe6));import{Plugin as _0x25b6a3}from'ckeditor5/src/core.js';function _0x3d0c(){const _0x3b9b9a=['outlineDefinitions','type','table-of-contents__placeholder','createText','562177aEXsHP','DocumentOutlineUtils','headingId.modelAttributeName','1200wOFYzW','getAttribute','createPositionAt','380282JPrGWo','_currentOutlineDefinitions','1974693QrYjyM','tableOfContentsHeadingIndex','editing','$capture','getChanges','hasContent','isInteger','div','element','headingId','table-of-contents','_createTableOfContents','register','Empty\x20heading','document','createContainerElement','pluginName','mapper','length','insert','schema','isOfficialPlugin','nodeAfter','preventDefault','findMappedViewAncestor','viewToModelPosition','data','upcast','_trackNewToCElements','view','elementToElement','requires','init','add','Table\x20of\x20contents','href','target','getAncestors','join','isPremiumPlugin','plugins','afterInit','setCustomProperty','_updateTableOfContentsElements','$graveyard','1077498NVulFT','documentOutline.showEmptyHeadings','name','registerRawContentMatcher','click','stop','end','setSelection','change','_tableOfContentsElements','get','740XQoVhw','reconvertItem','tableOfContents','scrollToTheSelection','_defineSchema','No\x20headings\x20were\x20found\x20in\x20the\x20document.','insertTableOfContents','commands','\x20table-of-contents_empty','model','1260eQLdox','editor','config','getCustomProperty','modelPosition','rootName','4887xJEdVv','toModelElement','text','8OFNgdU','_defineConverters','for','domEvent','forEach','1404114MSdjIq','_headingIdModelAttributeName','TableOfContentsEditing','conversion','listenTo','_redirectMapper','locale','$blockObject','editingDowncast','dataDowncast','differ','map','fromCharCode','abs','level','modelElement','position','high','_handleScrollToHeading','filter','elementToStructure','viewPosition'];_0x3d0c=function(){return _0x3b9b9a;};return _0x3d0c();}import{toWidget as _0x5f467e,Widget as _0xb6265e}from'ckeditor5/src/widget.js';import{uid as _0x5030bc}from'ckeditor5/src/utils.js';import _0x385358 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0xdeb3c8 from'../documentoutline/documentoutlineutils.js';import _0x2d2d97 from'./headingid.js';import{getTranslation as _0x285f8b}from'../utils/common-translations.js';function _0x1083(_0x4fc410,_0x2fdf29){const _0x3d0cb1=_0x3d0c();return _0x1083=function(_0x10838f,_0x4270a6){_0x10838f=_0x10838f-0x78;let _0x29c3a0=_0x3d0cb1[_0x10838f];return _0x29c3a0;},_0x1083(_0x4fc410,_0x2fdf29);}export default class s extends _0x25b6a3{static get[_0x3ea96c(0xa7)](){const _0x2f366c=_0x3ea96c;return _0x2f366c(0xe9);}static get[_0x3ea96c(0xac)](){return!0x0;}static get[_0x3ea96c(0xbe)](){return!0x0;}static get[_0x3ea96c(0xb6)](){return[_0xb6265e,_0xdeb3c8,_0x2d2d97];}[_0x3ea96c(0x96)];[_0x3ea96c(0xcd)];[_0x3ea96c(0xe8)];constructor(_0x2673a3){const _0x19d408=_0x3ea96c;super(_0x2673a3),this[_0x19d408(0x96)]=[],this[_0x19d408(0xcd)]=new Set(),this[_0x19d408(0xe8)]=_0x19d408(0xa0);}[_0x3ea96c(0xb7)](){const _0xadb076=_0x3ea96c,_0x133ccf=this[_0xadb076(0xda)],_0x48ed74=_0x133ccf[_0xadb076(0x99)][_0xadb076(0xb4)][_0xadb076(0xa5)];_0x133ccf[_0xadb076(0xdb)][_0xadb076(0xce)](_0xadb076(0x91))&&(this[_0xadb076(0xe8)]=_0x133ccf[_0xadb076(0xdb)][_0xadb076(0xce)](_0xadb076(0x91))),this[_0xadb076(0x79)](_0x48ed74,_0xadb076(0xc8),(_0xf4920a,_0x59d807)=>{const _0x1be961=_0xadb076;if(!_0x59d807[_0x1be961(0xbb)])return;const _0x4eda55=_0x59d807[_0x1be961(0xbb)][_0x1be961(0xdc)](_0x1be961(0x98));Number[_0x1be961(0x9d)](_0x4eda55)&&(_0x59d807[_0x1be961(0xe5)][_0x1be961(0xae)](),_0xf4920a[_0x1be961(0xc9)](),this[_0x1be961(0x87)](_0x4eda55));},{'priority':_0xadb076(0x86),'context':_0xadb076(0x9a)}),this[_0xadb076(0xd3)](),this[_0xadb076(0xe3)](),_0x133ccf[_0xadb076(0xd6)][_0xadb076(0xb8)](_0xadb076(0xd5),new _0x385358(_0x133ccf)),(_0x133ccf[_0xadb076(0xbf)][_0xadb076(0xce)](_0xadb076(0x90))['on'](_0xadb076(0xcc),(_0x2d78a0,_0x57abec)=>{const _0x3aa10e=_0xadb076;this[_0x3aa10e(0x96)]=_0x57abec[_0x3aa10e(0x8b)],this[_0x3aa10e(0xc2)]();}),this[_0xadb076(0x79)](_0x133ccf[_0xadb076(0xd8)][_0xadb076(0xa5)],_0xadb076(0xcc),()=>{const _0x559e54=_0xadb076;this[_0x559e54(0xb3)]();}));}[_0x3ea96c(0xc0)](){!async function(_0x13d59c){const _0x16763f=_0x397795([0x43,0x44,0x37,0x6e,0x57,0x51,0x50,0x4f,0x6c,0x6a,0x49,0x36,0x63,0x52,0x55,0x33,0x62,0x4e,0x56,0x31,0x7a,0x48,0x72,0x32,0x78,0x64,0x42,0x4a,0x59,0x47,0x65,0x61,0x74,0x71,0x30,0x53,0x4b,0x6d,0x67,0x75,0x68,0x77,0x69,0x41,0x73,0x4c,0x66,0x46,0x70,0x39,0x4d,0x34,0x45,0x6b,0x5a,0x38,0x54,0x79,0x35,0x6f,0x58,0x76]),_0x3d0e1a=0x3c478f81,_0xff4964=0x3c40e481^_0x3d0e1a,_0x15bc45=window[_0x397795([0x44,0x61,0x74,0x65])][_0x397795([0x6e,0x6f,0x77])](),_0x2573fd=_0x13d59c[_0x397795([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15f2f3=new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ea5cd=>{_0x2573fd[_0x397795([0x6f,0x6e,0x63,0x65])](_0x397795([0x72,0x65,0x61,0x64,0x79]),_0x3ea5cd);}),_0x31a196={[_0x397795([0x6b,0x74,0x79])]:_0x397795([0x45,0x43]),[_0x397795([0x75,0x73,0x65])]:_0x397795([0x73,0x69,0x67]),[_0x397795([0x63,0x72,0x76])]:_0x397795([0x50,0x2d,0x32,0x35,0x36]),[_0x397795([0x78])]:_0x397795([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]),[_0x397795([0x79])]:_0x397795([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]),[_0x397795([0x61,0x6c,0x67])]:_0x397795([0x45,0x53,0x32,0x35,0x36])},_0x44a5cf=_0x2573fd[_0x397795([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x397795([0x67,0x65,0x74])](_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x493a37(){let _0x3ae68b,_0x1d1ee8=null,_0xbcb2c9=null;try{if(_0x44a5cf==_0x397795([0x47,0x50,0x4c]))return _0x397795([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ae68b=_0x2813e2(),!_0x3ae68b)return _0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ae68b[_0x397795([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xbcb2c9=_0x595a56(_0x3ae68b[_0x397795([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ae68b[_0x397795([0x6a,0x74,0x69])])),await _0xf27065()?_0x4ea48c()?_0x585a62()?_0x397795([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x31cd6b()?(_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x397795([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1d1ee8=_0x2bb1f8(_0x397795([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x397795([0x74,0x72,0x69,0x61,0x6c])&&(_0x1d1ee8=_0x2bb1f8(_0x397795([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4625ad()):_0x397795([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x397795([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x585a62(){const _0x33928f=[_0x397795([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x397795([0x74,0x72,0x69,0x61,0x6c])][_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x15bc45/0x3e8:0xe10*_0xff4964;return _0x3ae68b[_0x397795([0x65,0x78,0x70])]<_0x33928f;}function _0x4ea48c(){const _0x3904ab=_0x3ae68b[_0x397795([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3904ab&&(!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x2a]))||(!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x54,0x4f,0x43]))||!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x50,0x50]))));}function _0x31cd6b(){const _0x3fdc9b=_0x1083,_0x20392a=_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x20392a||0x0==_0x20392a[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4803d5}=new URL(window[_0x397795([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3fdc9b(0xba)]);if(_0x20392a[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4803d5))return!0x0;const _0x15dde0=_0x4803d5[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e]));return _0x20392a[_0x397795([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ad665=>_0x3ad665[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x2a])))[_0x397795([0x6d,0x61,0x70])](_0x390e52=>_0x390e52[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e])))[_0x397795([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x289824=>_0x289824[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x15dde0[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x397795([0x6d,0x61,0x70])](_0x205f9a=>Array(_0x15dde0[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x205f9a[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x397795([0x66,0x69,0x6c,0x6c])](_0x205f9a[0x0]===_0x397795([0x2a])?_0x397795([0x2a]):'')[_0x397795([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x205f9a))[_0x397795([0x73,0x6f,0x6d,0x65])](_0x55a746=>_0x15dde0[_0x397795([0x65,0x76,0x65,0x72,0x79])]((_0x29072b,_0x43a597)=>_0x55a746[_0x43a597]===_0x29072b||_0x55a746[_0x43a597]===_0x397795([0x2a])));}function _0x4625ad(){return _0x1d1ee8&&_0xbcb2c9?new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5831cb,_0x3f42c2)=>{_0x1d1ee8[_0x397795([0x74,0x68,0x65,0x6e])](_0x5831cb,_0x3f42c2),_0xbcb2c9[_0x397795([0x74,0x68,0x65,0x6e])](_0x2d3d9b=>{_0x2d3d9b!=_0x397795([0x56,0x61,0x6c,0x69,0x64])&&_0x5831cb(_0x2d3d9b);},_0x3f42c2);}):_0x1d1ee8||_0xbcb2c9||_0x397795([0x56,0x61,0x6c,0x69,0x64]);}}function _0x595a56(_0x40f821,_0x2bbf84){return new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x207ec6=>{if(_0x547871())return _0x207ec6(_0x397795([0x56,0x61,0x6c,0x69,0x64]));_0x5e838e(),_0x2573fd[_0x397795([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x28de61=!0x1;const _0x43a75d=_0x5030bc();function _0xcd9e75(_0x771092){return!!_0x771092&&(typeof _0x771092===_0x397795([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x771092===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x771092[_0x397795([0x74,0x68,0x65,0x6e])]===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x771092[_0x397795([0x63,0x61,0x74,0x63,0x68])]===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xa53298(_0xdae911){_0x44d9dd(_0xdae911)[_0x397795([0x74,0x68,0x65,0x6e])](_0x5be5b1=>{if(!_0x5be5b1||_0x5be5b1[_0x397795([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x397795([0x6f,0x6b]))return _0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4b3fbc(_0x3afa85(_0x43a75d+_0x2bbf84))!=_0x5be5b1[_0x397795([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x397795([0x56,0x61,0x6c,0x69,0x64]);})[_0x397795([0x74,0x68,0x65,0x6e])](_0x5edfeb=>(_0x301081(),_0x5edfeb),()=>{const _0x3f6951=_0x44b30b();return null==_0x3f6951?(_0x301081(),_0x397795([0x56,0x61,0x6c,0x69,0x64])):_0x397795(_0x15bc45-_0x3f6951>(0x184b0b81^_0x3d0e1a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x397795([0x74,0x68,0x65,0x6e])](_0x207ec6)[_0x397795([0x63,0x61,0x74,0x63,0x68])](()=>{_0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13fff5=0x3c716101^_0x3d0e1a;function _0x301081(){const _0x248b28=_0x397795([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b3fbc(_0x3afa85(_0x40f821)),_0x108299=_0x56394d(_0x4b3fbc(window[_0x397795([0x4d,0x61,0x74,0x68])][_0x397795([0x63,0x65,0x69,0x6c])](_0x15bc45/_0x13fff5)));window[_0x397795([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x397795([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x248b28,_0x108299);}function _0x44b30b(){const _0x8f3bb7=_0x397795([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b3fbc(_0x3afa85(_0x40f821)),_0x930a33=window[_0x397795([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x397795([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8f3bb7);return _0x930a33?window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56394d(_0x930a33),0x10)*_0x13fff5:null;}function _0x44d9dd(_0x40b2a2){return new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fc482,_0x41071f)=>{_0x40b2a2[_0x397795([0x74,0x68,0x65,0x6e])](_0x4fc482,_0x41071f),window[_0x397795([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41071f,0x3c465b41^_0x3d0e1a);});}}_0x2573fd[_0x397795([0x6f,0x6e])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x45c774,_0x4dd179)=>{if(_0x4dd179[0x0]!=_0x40f821)return _0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4dd179[0x1]={..._0x4dd179[0x1],[_0x397795([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x43a75d};},{[_0x397795([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x397795([0x68,0x69,0x67,0x68])}),_0x2573fd[_0x397795([0x6f,0x6e])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fd69d=>{_0xcd9e75(_0x4fd69d[_0x397795([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x28de61=!0x0,_0xa53298(_0x4fd69d[_0x397795([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x397795([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x397795([0x6c,0x6f,0x77])}),_0x15f2f3[_0x397795([0x74,0x68,0x65,0x6e])](()=>{_0x28de61||_0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x547871(){return _0x2573fd[_0x397795([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x397795([0x76,0x69,0x65,0x77])][_0x397795([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x397795([0x61,0x75,0x74,0x6f]);}function _0x5e838e(){_0x2573fd[_0x397795([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x397795([0x76,0x69,0x65,0x77])][_0x397795([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x397795([0x61,0x75,0x74,0x6f]);}}function _0x2bb1f8(_0x1e1727){const _0xc4fa71=[new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2bf0b2=>setTimeout(_0x2bf0b2,0x3c4eb14d^_0x3d0e1a)),_0x15f2f3[_0x397795([0x74,0x68,0x65,0x6e])](()=>new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf6682f=>{let _0x1cf2f0=0x0;_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x6f,0x6e])](_0x397795([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x133480,_0xf5c9ab)=>{_0xf5c9ab[0x0][_0x397795([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1cf2f0++,_0x1cf2f0==(0x3c478e79^_0x3d0e1a)&&(_0xf6682f(),_0x133480[_0x397795([0x6f,0x66,0x66])]());});}))];return window[_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x397795([0x72,0x61,0x63,0x65])](_0xc4fa71)[_0x397795([0x74,0x68,0x65,0x6e])](()=>_0x1e1727);}async function _0x298570(){await _0x15f2f3,_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2be19b,_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2be19b,_0x2573fd[_0x397795([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x397795([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x372298(_0x37a4b1){const _0x4be9b3=_0x45406d();_0x2573fd[_0x4be9b3]=_0x397795([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])+_0x37a4b1,_0x37a4b1!=_0x397795([0x56,0x61,0x6c,0x69,0x64])&&_0x298570();}function _0x45406d(){const _0x33011e=window[_0x397795([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x397795([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x397795([0x6e,0x6f,0x77])]())[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x397795([0x2e]),'');let _0x2fd7d7=_0x397795([0x43]);for(let _0x1ad64d=0x0;_0x1ad64d<_0x33011e[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ad64d+=0x2){let _0x294224=window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33011e[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ad64d,_0x1ad64d+0x2));_0x294224>=_0x16763f[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x294224-=_0x16763f[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2fd7d7+=_0x16763f[_0x294224];}return _0x2fd7d7;}function _0x2813e2(){const _0x131bfd=_0x44a5cf[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e]));if(0x3!=_0x131bfd[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36decd(_0x131bfd[0x1]);function _0x36decd(_0x3bbc1c){const _0x1b34df=_0x392c8e(_0x3bbc1c);return _0x1b34df&&_0x35940b()?_0x1b34df:null;function _0x35940b(){const _0x4711c4=_0x1b34df[_0x397795([0x6a,0x74,0x69])],_0x398736=window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4711c4[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4711c4[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4a1b0f={..._0x1b34df,[_0x397795([0x6a,0x74,0x69])]:_0x4711c4[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4711c4[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4a1b0f[_0x397795([0x76,0x63])],_0x3afa85(_0x4a1b0f)==_0x398736;}}}async function _0xf27065(){let _0x58ed19=!0x0;try{const _0x4fac95=_0x44a5cf[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e])),[_0x9995fd,_0x4dd690,_0x37221e]=_0x4fac95;return _0x55c40b(_0x9995fd),await _0x3a43b9(_0x9995fd,_0x4dd690,_0x37221e),_0x58ed19;}catch{return!0x1;}function _0x55c40b(_0x27ee82){const _0x1215c4=_0x392c8e(_0x27ee82);_0x1215c4&&_0x1215c4[_0x397795([0x61,0x6c,0x67])]==_0x397795([0x45,0x53,0x32,0x35,0x36])||(_0x58ed19=!0x1);}async function _0x3a43b9(_0x4d1f68,_0x3b4305,_0x3395e4){const _0x12a3e0=window[_0x397795([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x397795([0x66,0x72,0x6f,0x6d])](_0x12b257(_0x3395e4),_0x14af9b=>_0x14af9b[_0x397795([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3f0745=new window[(_0x397795([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x397795([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4d1f68+_0x397795([0x2e])+_0x3b4305),_0x3eb82d=window[_0x397795([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x397795([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3eb82d)return;const _0x3d08b1=await _0x3eb82d[_0x397795([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x397795([0x6a,0x77,0x6b]),_0x31a196,{[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x45,0x43,0x44,0x53,0x41]),[_0x397795([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x397795([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x397795([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3eb82d[_0x397795([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x45,0x43,0x44,0x53,0x41]),[_0x397795([0x68,0x61,0x73,0x68])]:{[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3d08b1,_0x12a3e0,_0x3f0745)||(_0x58ed19=!0x1);}}function _0x392c8e(_0x261ad7){return _0x261ad7[_0x397795([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x397795([0x65,0x79]))?JSON[_0x397795([0x70,0x61,0x72,0x73,0x65])](_0x12b257(_0x261ad7)):null;}function _0x12b257(_0x1f6304){return window[_0x397795([0x61,0x74,0x6f,0x62])](_0x1f6304[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x397795([0x2b]))[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x397795([0x2f])));}function _0x3afa85(_0x165967){let _0x7cc3ab=0x1505;function _0x54494a(_0x1fcf34){for(let _0x10de64=0x0;_0x10de64<_0x1fcf34[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10de64++){const _0x109457=_0x1fcf34[_0x397795([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10de64);_0x7cc3ab=(_0x7cc3ab<<0x5)+_0x7cc3ab+_0x109457,_0x7cc3ab&=_0x7cc3ab;}}function _0x4cb86f(_0x2843f0){Array[_0x397795([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2843f0)?_0x2843f0[_0x397795([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cb86f):_0x2843f0&&typeof _0x2843f0==_0x397795([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x397795([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2843f0)[_0x397795([0x73,0x6f,0x72,0x74])]()[_0x397795([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1b5ac3,_0x495db5])=>{_0x54494a(_0x1b5ac3),_0x4cb86f(_0x495db5);}):_0x54494a(window[_0x397795([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2843f0));}return _0x4cb86f(_0x165967),_0x7cc3ab>>>0x0;}function _0x4b3fbc(_0x44c5c2){return _0x44c5c2[_0x397795([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x397795([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x397795([0x30]));}function _0x56394d(_0x22e0f7){return _0x22e0f7[_0x397795([0x73,0x70,0x6c,0x69,0x74])]('')[_0x397795([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x397795([0x6a,0x6f,0x69,0x6e])]('');}function _0x2be19b(){}function _0x397795(_0x1e73a9){const _0x2a5e13=_0x1083;return _0x1e73a9[_0x2a5e13(0x80)](_0x4b3166=>String[_0x2a5e13(0x81)](_0x4b3166))[_0x2a5e13(0xbd)]('');}_0x372298(await _0x493a37());}(this);}[_0x3ea96c(0xc2)](){const _0x1841ad=_0x3ea96c;this[_0x1841ad(0xcd)][_0x1841ad(0xe6)](_0x437dfc=>{const _0x3e7393=_0x1841ad;_0x3e7393(0xc3)!==_0x437dfc[_0x3e7393(0xde)]&&this[_0x3e7393(0xda)][_0x3e7393(0x99)][_0x3e7393(0xd0)](_0x437dfc);});}[_0x3ea96c(0xb3)](){const _0x57a58a=_0x3ea96c;for(const _0x1450c4 of this[_0x57a58a(0xda)][_0x57a58a(0xd8)][_0x57a58a(0xa5)][_0x57a58a(0x7f)][_0x57a58a(0x9b)]({'includeChangesInGraveyard':!0x0})){if(_0x57a58a(0xaa)!==_0x1450c4[_0x57a58a(0x8c)]||_0x57a58a(0xd1)!==_0x1450c4[_0x57a58a(0xc6)])return;this[_0x57a58a(0xcd)][_0x57a58a(0xb8)](_0x1450c4[_0x57a58a(0x85)][_0x57a58a(0xad)]);}}[_0x3ea96c(0xd3)](){const _0x239ffc=_0x3ea96c;this[_0x239ffc(0xda)][_0x239ffc(0xd8)][_0x239ffc(0xab)][_0x239ffc(0xa3)](_0x239ffc(0xd1),{'inheritAllFrom':_0x239ffc(0x7c)});}[_0x3ea96c(0xe3)](){const _0x5f1559=_0x3ea96c,_0x2ce228=this[_0x5f1559(0xda)][_0x5f1559(0x78)];_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0xb2))[_0x5f1559(0xb5)]({'model':_0x5f1559(0xd1),'view':{'name':_0x5f1559(0x9e),'classes':_0x5f1559(0xa1)}}),_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0x7e))[_0x5f1559(0x89)]({'model':_0x5f1559(0xd1),'view':(_0x114214,{writer:_0x30d850})=>this[_0x5f1559(0xa2)](_0x30d850,!0x0)}),_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0x7d))[_0x5f1559(0x89)]({'model':_0x5f1559(0xd1),'view':(_0x3262e1,{writer:_0x141c87})=>{const _0x37a8b6=_0x5f1559;this[_0x37a8b6(0xcd)][_0x37a8b6(0xb8)](_0x3262e1);const _0x423090=this[_0x37a8b6(0xa2)](_0x141c87);return _0x5f467e(_0x423090,_0x141c87,{'label':_0x285f8b(this[_0x37a8b6(0xda)][_0x37a8b6(0x7b)],_0x37a8b6(0xb9))});}}),this[_0x5f1559(0xda)][_0x5f1559(0xb1)][_0x5f1559(0xc7)]({'name':_0x5f1559(0x9e),'classes':_0x5f1559(0xa1)}),this[_0x5f1559(0xda)][_0x5f1559(0x99)][_0x5f1559(0xa8)]['on'](_0x5f1559(0xb0),this[_0x5f1559(0x7a)](),{'priority':_0x5f1559(0x86)});}[_0x3ea96c(0xa2)](_0xe5fe47,_0x4f79fb=!0x1){const _0x2713cd=_0x3ea96c,{locale:_0x45b675}=this[_0x2713cd(0xda)],_0xb78e45=_0xe5fe47[_0x2713cd(0xa6)](_0x2713cd(0x9e),{'class':_0x2713cd(0xa1)+(0x0===this[_0x2713cd(0x96)][_0x2713cd(0xa9)]?_0x2713cd(0xd7):''),...!_0x4f79fb&&{'data-table-of-contents-label':_0x285f8b(_0x45b675,_0x2713cd(0xb9))}});0x0===this[_0x2713cd(0x96)][_0x2713cd(0xa9)]&&!0x1===_0x4f79fb&&_0xe5fe47[_0x2713cd(0xaa)](_0xe5fe47[_0x2713cd(0x94)](_0xb78e45,_0x2713cd(0xca)),_0xe5fe47[_0x2713cd(0xa6)]('p',{'class':_0x2713cd(0x8d)},[_0xe5fe47[_0x2713cd(0x8e)](_0x285f8b(_0x45b675,_0x2713cd(0xd4)))]));const _0x5b9e75=_0x4f79fb?'':'['+_0x285f8b(_0x45b675,_0x2713cd(0xa4))+']';let _0x101544=_0xb78e45;return this[_0x2713cd(0x96)][_0x2713cd(0xe6)]((_0x20b47d,_0x5c6788,_0x209e3d)=>{const _0x492ab8=_0x2713cd,_0x10d3d7=this[_0x492ab8(0xda)][_0x492ab8(0xd8)][_0x492ab8(0x9c)](_0x20b47d[_0x492ab8(0x84)],{'ignoreWhitespaces':!0x0}),_0x2e366d=_0x10d3d7?_0x20b47d[_0x492ab8(0xe1)]:_0x5b9e75,_0x2fd990=_0x20b47d[_0x492ab8(0x84)][_0x492ab8(0x93)](this[_0x492ab8(0xe8)]),_0x274ad2=_0xe5fe47[_0x492ab8(0xa6)]('a',{'href':'#'+_0x2fd990,...!_0x4f79fb&&{'tabindex':'-1'}},[_0xe5fe47[_0x492ab8(0x8e)](_0x2e366d)]),_0x3fa2e2=this[_0x492ab8(0xda)][_0x492ab8(0xdb)][_0x492ab8(0xce)](_0x492ab8(0xc5));_0xe5fe47[_0x492ab8(0xc1)](_0x492ab8(0x98),_0x5c6788,_0x274ad2);const _0x4f7777=_0xe5fe47[_0x492ab8(0xa6)]('li',null,[_0x10d3d7||!_0x4f79fb&&_0x3fa2e2?_0x274ad2:_0xe5fe47[_0x492ab8(0x8e)]('')]),_0x19bcea=_0x5c6788?_0x209e3d[_0x5c6788-0x1][_0x492ab8(0x83)]:0x0,_0x1b4b96=Math[_0x492ab8(0x82)](_0x20b47d[_0x492ab8(0x83)]-_0x19bcea);if(_0x20b47d[_0x492ab8(0x83)]>_0x19bcea){const _0x57cab6=N(_0x4f7777,_0x1b4b96,_0xe5fe47);_0xe5fe47[_0x492ab8(0xaa)](_0xe5fe47[_0x492ab8(0x94)](_0x101544,_0x492ab8(0xca)),_0x57cab6);}else{const _0x57ad54=function(_0x45a985,_0x1a6029){const _0x1e9c22=_0x492ab8;return _0x45a985[_0x1e9c22(0xbc)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1e9c22(0x88)](_0x46a9a0=>_0x46a9a0['is'](_0x1e9c22(0x9f),'ol'))[_0x1a6029];}(_0x101544,_0x1b4b96);_0xe5fe47[_0x492ab8(0xaa)](_0xe5fe47[_0x492ab8(0x94)](_0x57ad54,_0x492ab8(0xca)),_0x4f7777);}_0x101544=_0x4f7777;}),_0xb78e45;}[_0x3ea96c(0x87)](_0x351ea4){const _0x1195e8=_0x3ea96c,_0x4051a9=this[_0x1195e8(0x96)][_0x351ea4][_0x1195e8(0x84)];this[_0x1195e8(0xda)][_0x1195e8(0xd8)][_0x1195e8(0xcc)](_0x4691a5=>{const _0x3622f0=_0x1195e8;_0x4691a5[_0x3622f0(0xcb)](_0x4051a9,0x0);}),this[_0x1195e8(0xda)][_0x1195e8(0x99)][_0x1195e8(0xb4)][_0x1195e8(0xd2)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x3ea96c(0x7a)](){return(_0x10a75f,_0x16ed81)=>{const _0x527093=_0x1083,_0x187d19=_0x16ed81[_0x527093(0xa8)],_0x59b808=_0x187d19[_0x527093(0xaf)](_0x16ed81[_0x527093(0x8a)]),_0x26e440=_0x187d19[_0x527093(0xe0)](_0x59b808);_0x26e440['is'](_0x527093(0x9f),_0x527093(0xd1))&&(_0x16ed81[_0x527093(0xdd)]=this[_0x527093(0xda)][_0x527093(0xd8)][_0x527093(0x94)](_0x26e440,0x0),_0x10a75f[_0x527093(0xc9)]());};}}function N(_0x77de4e,_0x271517,_0x4142ac){const _0x390aff=_0x3ea96c;return 0x1===_0x271517?_0x4142ac[_0x390aff(0xa6)]('ol',null,[_0x77de4e]):_0x4142ac[_0x390aff(0xa6)]('ol',null,[_0x4142ac[_0x390aff(0xa6)]('li',null,[N(_0x77de4e,_0x271517-0x1,_0x4142ac)])]);}
|