@ckeditor/ckeditor5-document-outline 47.1.0-alpha.0 → 47.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={6: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}}},237:t=>{"use strict";t.exports=CKEditor5.dll},242:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),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},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},557: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)}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602: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)}}}},718: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}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},892:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ht,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(){const t=["model","51qeCIaB","has","1888YniUBX","htmlH4","14648106xpFiFr","htmlH5","3250108FxPEGr","3367482nxWjND","getChildren","60542mFihtC","5001180nvTVEt","heading.options","2007joUmRl","reduce","config","htmlH1","htmlH6","9033OfmKiZ","paragraph","5pDDHzk","push","12wWNGmJ","htmlH2","plugins","data","14WfDGne","GeneralHtmlSupport","get","htmlH3"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=454]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(478)]())i instanceof r.ModelText&&(n+=i[e(464)]);return n}!function(t){const e=c,n=t();for(;;)try{if(574269===parseInt(e(457))/1+-parseInt(e(479))/2*(-parseInt(e(470))/3)+parseInt(e(476))/4*(parseInt(e(459))/5)+-parseInt(e(477))/6*(-parseInt(e(465))/7)+parseInt(e(472))/8*(-parseInt(e(482))/9)+-parseInt(e(480))/10+-parseInt(e(474))/11*(parseInt(e(461))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=120]})(t,e)}function f(){const t=["change","isOfficialPlugin","isPremiumPlugin","document","3827598HJIcIi","level","selection","name","editing","model","46XZhyFl","toModel","getChild","fire","5pKhhnB","push","pluginName","_getHeadingNames","getRoot","87537tOsgOr","createElement","backward","text","afterInit","modelElement","DocumentOutlineUtils","element","_getActiveHeading","item","8vhrNLQ","data","_getOutlineDefinitions","getChildren","domConverter","config","view","14tgqKbs","8759179OPEMGb","domToView","getRootNames","activeItemIndex","indexOf","679740EtDSGB","editor","init","documentOutline.headings","length","getFirstPosition","_headingNames","6725673OAEGMk","_deriveHeadingElementsFromConversion","1148810sSCroS","get","includes","12365200ZJmrsh","findIndex"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(661042===-parseInt(e(157))/1+parseInt(e(172))/2*(parseInt(e(125))/3)+-parseInt(e(148))/4*(-parseInt(e(120))/5)+-parseInt(e(166))/6*(-parseInt(e(142))/7)+parseInt(e(135))/8*(-parseInt(e(155))/9)+parseInt(e(160))/10+-parseInt(e(143))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(122)](){return l(131)}static get[l(163)](){return!0}static get[l(164)](){return!0}[l(154)]=[];[l(150)](){const t=l,e=this[t(149)];this[t(154)]=this[t(123)]();let n=[];e[t(171)][t(165)].on(t(162),o(()=>{const e=t,i=n;n=this[e(137)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(167)]===n[e(167)]&&t[e(128)]===n[e(128)]&&t[e(130)]===n[e(130)]),r=(0,u.diffToChanges)(o,n),s=this[e(133)](),c=n[e(161)](t=>t[e(130)]===s);r[e(152)]&&this[e(175)](e(162),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(175)](e(146),{index:c})},250,{leading:!0,trailing:!0}))}[l(129)](){const t=l;this[t(154)][t(152)]||this[t(156)]()}[l(137)](){const t=l,e=this[t(149)],n=[],i=this[t(154)];for(const n of e[t(171)][t(165)][t(145)]())o(e[t(171)][t(165)][t(124)](n));function o(e){const r=t;for(const t of e[r(138)]())t.is(r(132))&&(i[r(159)](t[r(169)])&&n[r(121)]({level:i[r(147)](t[r(169)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(133)](){const t=l,e=this[t(149)][t(171)][t(165)][t(168)][t(153)](),n=new r.ModelTreeWalker({direction:t(127),startPosition:e});for(const e of n)if(e[t(134)].is(t(132))&&this[t(154)][t(159)](e[t(134)][t(169)]))return e[t(134)]}[l(123)](){const t=l;return this[t(149)][t(140)][t(158)](t(151))||function(t){const e=c,n=t[e(454)][e(467)](e(481));return n?n[e(483)]((t,n)=>(e(458)!==n[e(469)]&&t[e(460)](n[e(469)]),t),[]):t[e(463)][e(471)](e(466))?[e(455),e(462),e(468),e(473),e(475),e(456)]:[]}(this[t(149)])}[l(156)](){const t=l,e=this[t(149)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(170)][t(141)][t(139)][t(144)](document[t(126)](o)),r=e[t(136)][t(173)](n)[t(174)](0);r?.is(t(132))&&i[t(121)](r[t(169)])}this[t(154)]=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=["5251428QfxiBf","1587ufqdUG","ck-document-outline__item_empty","set","div","isActive","3575810RDsiJP","setTemplate","2212204ipPoqT","bindTemplate","Empty heading","isEmpty","level","bind","1103715xWWAKk","ck-reset","7074368nqdmtd","9299064vQquGG","text","ck-document-outline__item_active","ck-document-outline__item","click","9gBgvot","4596rkjrKB","ck-document-outline__item_level-"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=174]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(752959===parseInt(e(198))/1+parseInt(e(182))/2*(-parseInt(e(185))/3)+parseInt(e(192))/4+-parseInt(e(190))/5+parseInt(e(184))/6+-parseInt(e(175))/7+parseInt(e(176))/8*(parseInt(e(181))/9))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(193)],o=e?"["+m(t,n(194))+"]":"";this[n(187)](n(177),""),this[n(187)](n(196),1),this[n(187)](n(189),!1),this[n(197)](n(195)).to(this,n(177),t=>!t),this[n(191)]({tag:n(188),attributes:{class:["ck",n(174),n(179),i.to(n(196),t=>n(183)+t),i.if(n(189),n(178)),i.if(n(195),n(186))],title:i.to(n(177))},children:[{text:i.to(n(177),t=>t||o)}],on:{click:i.to(n(180))}})}}function I(t,e){const n=b();return(I=function(t,e){return n[t-=423]})(t,e)}const k=I;function b(){const t=["itemSelected","fire","get","addMany","values","60XlgCCE","215943TzFHpJ","div","insert","delegate","setTemplate","828992nZFaEj","index","type","1164620NdXWvQ","delete","_handleItemClick","locale","getIndex","change:activeItemIndex","ck-document-outline","sync","destroy","isActive","30OQjsCQ","documentOutlineContainer","createCollection","_scrollToItem","activeItemIndex","howMany","remove","1793294yQrYOb","set","click","2571291bUfyLN","_setActiveItem","ck-reset","Editor headings will appear here as you type.","1VtpRTa","items","308376tCefia","5807004KpnHry","_insertItem","source","level","map","element","forEach","_deleteItem","contentLanguageDirection","bind","text","showEmptyHeadingText"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(511882===-parseInt(e(469))/1*(-parseInt(e(462))/2)+parseInt(e(437))/3+parseInt(e(445))/4+parseInt(e(436))/5*(-parseInt(e(471))/6)+parseInt(e(472))/7+-parseInt(e(442))/8+parseInt(e(465))/9*(-parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends p.View{[k(470)];[k(456)];[k(430)];constructor(t,e=!1,n){const i=k;super(t),this[i(430)]=e,this[i(463)](i(459),-1),this[i(456)]=n,this[i(470)]=this[i(457)](),this[i(470)][i(440)](i(464)).to(this),this.on(i(464),this[i(447)][i(428)](this)),this.on(i(450),(t,e,n,o)=>{this[i(466)](o,n)}),this[i(441)]({tag:i(438),attributes:{class:["ck",i(467),i(451)],dir:t[i(427)],"data-document-outline-empty-placeholder":m(t,i(468)),tabindex:-1},children:this[i(470)]})}[k(452)](t){const e=k;t[e(425)](t=>{const n=e;n(439)==t[n(444)]?this[n(473)](t[n(443)],...t[n(435)]):n(446)==t[n(444)]&&this[n(426)](t[n(443)],t[n(460)])})}[k(466)](t,e){const n=k;if(-1!==t){const e=this[n(470)][n(433)](t);e&&(e[n(454)]=!1)}-1!==e&&(this[n(470)][n(433)](e)[n(454)]=!0,this[n(458)](e))}[k(473)](t,...e){const n=k,i=e[n(423)]((e,i)=>{const o=n,r=new v(this[o(448)],this[o(430)]);return r[o(429)]=e[o(429)],r[o(475)]=e[o(475)],t+i===this[o(459)]&&(r[o(454)]=!0),r});this[n(470)][n(434)](i,t)}[k(426)](t,e){const n=k;do{this[n(470)][n(461)](t)}while(--e)}[k(447)](t){const e=k,n=this[e(470)][e(449)](t[e(474)]);this[e(432)](e(431),n)}[k(458)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(470)][e(433)](t)[e(424)],20,this[e(456)])}[k(453)](){const t=k;super[t(453)](),this[t(424)][t(461)]()}}var _=n(6),x=n.n(_),C=n(602),O=n.n(C),T=n(557),E=n.n(T),A=n(302),P=n.n(A),L=n(290),S=n.n(L),N=n(242),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=O(),D.insertStyleElement=S();x()(N.A,D);N.A&&N.A.locals&&N.A.locals;const M=K;function K(t,e){const n=H();return(K=function(t,e){return n[t-=469]})(t,e)}function H(){const t=["getVisible","domConverter","indexOf","toViewElement","modelElement","562923WRPPcq","documentOutline.container","get","bind","render","_updateActiveDefinitionFromViewportThrottled","itemSelected","change","element","height","isPremiumPlugin","cancel","href","appendChild","documentOutline.showEmptyHeadings","40kkGZRW","top","_handleOutlineChange","join","scroll","1032066eztcyP","DocumentOutlineUtils","locale","getDomRoot","focusTracker","editor","mapper","listenTo","focus","15MorLUE","setSelection","plugins","init","scrollToTheSelection","395036usweYU","map","length","model","window","14136870lAQqQN","212889iqFCuW","2920379HVWRAF","fromCharCode","_currentOutlineDefinitions","mapViewToDom","afterInit","resize","getIntersection","4UcbSZe","_updateActiveDefinitionOnViewportChange","document-outline-container-not-provided","destroy","view","419754xyGvCl","isOfficialPlugin","sync","bottom","pluginName","DocumentOutlineUI","activeItemIndex","_handleItemSelected","config","floor","editing","add","_setActiveViewItem","document","getRootNames"];return(H=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(330271===-parseInt(e(516))/1+parseInt(e(511))/2*(-parseInt(e(503))/3)+parseInt(e(497))/4+parseInt(e(492))/5*(-parseInt(e(483))/6)+-parseInt(e(504))/7+-parseInt(e(478))/8*(-parseInt(e(536))/9)+parseInt(e(502))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class j extends t.Plugin{[M(515)];[M(506)];[M(541)];static get[M(520)](){return M(521)}static get[M(517)](){return!0}static get[M(473)](){return!0}constructor(t){const e=M;super(t),this[e(515)]=new y(t[e(485)],this[e(488)][e(524)][e(538)](e(477)),this[e(488)][e(524)][e(538)](e(537))),this[e(506)]=[],this[e(541)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(512)][e(539)](this),100)}[M(495)](){const t=M,e=this[t(488)],n=e[t(494)][t(538)](t(484));let i=!1;if(this[t(515)][t(540)](),this[t(488)].ui[t(487)][t(527)](this[t(515)][t(471)]),!e[t(524)][t(538)](t(537)))throw new u.CKEditorError(t(513),{editor:e});e[t(524)][t(538)](t(537))[t(476)](this[t(515)][t(471)]),n.on(t(470),this[t(480)][t(539)](this)),n.on(t(522),(e,{index:n})=>this[t(528)](n)),this[t(515)].on(t(469),(e,n)=>{i=!0,this[t(523)](n)}),this[t(515)][t(490)](u.global[t(529)],t(482),()=>{i?i=!1:this[t(541)]()},{useCapture:!0}),this[t(515)][t(490)](u.global[t(501)],t(509),this[t(541)],{useCapture:!0})}[M(508)](){!async function(t){const e=m([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[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=K;return t[e(498)](t=>String[e(505)](t))[e(481)]("")}!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([97]);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]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:17604e5;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=K,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(475)]);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(514)](){const t=M;super[t(514)](),this[t(515)][t(514)](),this[t(541)][t(474)]()}[M(480)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(506)]=e,this[i(515)][i(518)](n)}[M(528)](t){const e=M;this[e(506)][e(499)]&&this[e(506)][t]&&(this[e(515)][e(522)]=t)}[M(523)](t){const e=M,n=this[e(506)][t][e(535)];this[e(488)][e(500)][e(470)](t=>{t[e(493)](n,0)}),this[e(488)][e(526)][e(515)][e(496)]({alignToTop:!0,forceScroll:!0}),this[e(488)][e(526)][e(515)][e(491)](),this[e(528)](t)}[M(512)](){const t=M,e=this[t(488)];let n;for(const i of e[t(500)][t(529)][t(530)]()){const o=e[t(526)][t(515)][t(486)](i),r=o&&new u.Rect(o)[t(531)]();if(r){const e=new u.Rect(u.global[t(501)])[t(510)](r);e&&(n=e[t(479)]+.25*e[t(472)])}}if(void 0===n)return;const i=F(e[t(526)],this[t(506)],n);i?this[t(528)](this[t(506)][t(533)](i)):this[t(528)](-1)}}function F(t,e,n,i=0,o=e[M(499)]-1){const r=M,s=Math[r(525)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(489)][r(534)](c[r(535)]);if(!a)return null;const l=t[r(515)][r(532)][r(507)](a);return new u.Rect(l)[r(519)]>n?F(t,e,n,i,s-1):F(t,e,n,s+1,o)}return s<0?null:e[s]}const R=U;function B(){const t=["_licenseKeyCheckInterval","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyTrialLimit","trialLimit","requires","evaluationLimit","isOfficialPlugin","_showLicenseError","94507jepWgE","expired","get","isPremiumPlugin","config","destroy","documentOutlineLicenseKeyInvalid","24rXgOTK","6943167RWmSZC","documentOutlineLicenseKeyValid","pluginName","DocumentOutline","1005333uzKLKR","init","usageLimit","invalid","documentOutlineLicenseKeyUsageLimit","1iHPLvf","domainLimit","1683045FxFlGv","licenseKey","1304060zHXxFg","editor","documentOutlineLicenseKeyEvaluationLimit","649344NFRkCm","featureNotAllowed","216644gHGeyh"];return(B=function(){return t})()}function U(t,e){const n=B();return(U=function(t,e){return n[t-=179]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(168709===-parseInt(e(186))/1*(parseInt(e(195))/2)+-parseInt(e(181))/3+parseInt(e(190))/4+-parseInt(e(188))/5+-parseInt(e(193))/6+-parseInt(e(206))/7*(parseInt(e(213))/8)+parseInt(e(214))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class W extends t.Plugin{[R(189)];[R(196)];static get[R(202)](){return[h,j]}static get[R(179)](){return R(180)}static get[R(204)](){return!0}static get[R(209)](){return!0}[R(182)](){const t=R;this[t(189)]=this[t(191)][t(210)][t(208)](t(189));const e=this[t(191)];this[t(196)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(215)==r||n(212)==r||n(198)==r||n(199)==r||n(197)==r||n(192)==r||n(200)==r||n(185)==r){delete e[o],i=r,clearInterval(this[n(196)]),this[n(196)]=void 0;break}}n(212)==i&&e[n(205)](n(184)),n(198)==i&&e[n(205)](n(207)),n(199)==i&&e[n(205)](n(187)),n(197)==i&&e[n(205)](n(194),n(180)),n(192)==i&&e[n(205)](n(203)),n(200)==i&&e[n(205)](n(201)),n(185)==i&&e[n(205)](n(183))},1e3)}[R(211)](){const t=R;super[t(211)](),this[t(196)]&&clearInterval(this[t(196)])}}var G=n(901);const q=V;function z(){const t=["539tehOps","getFirstPosition","editor","refresh","execute","335shxXaj","tableOfContents","findAllowedParent","396748ZLnBUu","createElement","change","30Ttdbis","4370634BGxoib","isEnabled","3wLYSWV","7864360AGoCbL","72jfkRNb","model","document","selection","insertObject","418622aGTqGZ","48702xnHnDU","schema","7UyGxBq","579411TjzszU"];return(z=function(){return t})()}function V(t,e){const n=z();return(V=function(t,e){return n[t-=246]})(t,e)}!function(t){const e=V,n=t();for(;;)try{if(747053===-parseInt(e(249))/1+parseInt(e(271))/2*(parseInt(e(264))/3)+parseInt(e(258))/4+-parseInt(e(255))/5*(-parseInt(e(246))/6)+-parseInt(e(248))/7*(parseInt(e(265))/8)+-parseInt(e(262))/9*(-parseInt(e(261))/10)+parseInt(e(250))/11*(parseInt(e(266))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class Q extends t.Command{[q(254)](){const t=q;this[t(252)][t(267)][t(260)](e=>{const n=t;this[n(252)][n(267)][n(270)](e[n(259)](n(256)))})}[q(253)](){const t=q,e=this[t(252)][t(267)],n=e[t(268)][t(269)][t(251)]();this[t(263)]=null!==(n&&e[t(247)][t(257)](n,t(256)))}}var X=n(892),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=E().bind(null,"head"),J.domAPI=O(),J.insertStyleElement=S();x()(X.A,J);X.A&&X.A.locals&&X.A.locals;const Z=Y;function Y(t,e){const n=$();return(Y=function(t,e){return n[t-=227]})(t,e)}function $(){const t=["viewItem","pluginName","_registerHeadingIdAttributePostfixer","hasAttribute","2607sxhhzP","78190NgxIiW","nodeAfter","56LuMXXh","document","item","registerPostFixer","HeadingId","match","forEach","1226538XsYGdq","removeAttribute","change","differ","low","has","586227CTVqRA","_customUpcastHeadingsConversion","paragraph","attribute:headingId:","conversion","toViewElement","4hMvQQz","name","set","writer","heading.options","getChanges","isPremiumPlugin","string","90frrAjY","delete","config","model","heading1","upcast","attributes","element:","isRegistered","add","position","getAttribute","headingId","editor","modelRange","157550nHsFhW","for","type","mapper","length","152943xzhgwa","455795IyqaMd","get","clear","schema","view","isOfficialPlugin","afterInit","insert","headingId.modelAttributeName","consume","setAttribute","getContainedElement","extend","consumable","remove","_customDataDowncastHeadingsConversion","8130663NlGLzs","downcast"];return($=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(809102===parseInt(e(283))/1+parseInt(e(239))/2+-parseInt(e(277))/3*(-parseInt(e(289))/4)+-parseInt(e(245))/5*(parseInt(e(297))/6)+-parseInt(e(244))/7*(-parseInt(e(270))/8)+-parseInt(e(261))/9+-parseInt(e(268))/10*(-parseInt(e(267))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Z(264)](){return Z(274)}static get[Z(250)](){return!0}static get[Z(295)](){return!0}[Z(251)](){const t=Z,e=this[t(237)];e[t(299)][t(246)](t(253))||(function(e){const n=t,i=new Map;return e?(e[n(276)](t=>{const e=n;e(285)!==t[e(227)]&&i[e(291)](t[e(249)],t[e(227)])}),i[n(246)]("h1")||i[n(291)]("h1",n(228)),i):i}(this[t(237)][t(299)][t(246)](t(293)))[t(276)]((n,i)=>{const o=t;this[o(284)](i),this[o(260)](n),e[o(227)][o(248)][o(232)](n)&&e[o(227)][o(248)][o(257)](n,{allowAttributes:o(236)})}),this[t(265)]())}[Z(284)](t){const e=Z;this[e(237)][e(287)][e(240)](e(229))[e(233)](n=>n.on(e(231)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(263)][o(235)]("id"),a=n[o(238)][o(256)]();if(a)return c&&c[o(243)]||a[o(266)](o(236))?void(r[o(254)](n[o(263)],{attributes:["id"]})&&s[o(255)](o(236),c,a)):(r[o(254)](n[o(263)],{attributes:["id"]}),void s[o(255)](o(236),(0,u.uid)(),a))},{priority:u.priorities[e(246)](e(281))+.5}))}[Z(260)](t){const e=Z;this[e(237)][e(287)][e(240)](e(262))[e(233)](n=>n.on(e(286)+t,(t,n,i)=>{const o=e;if(!i[o(258)][o(254)](n[o(272)],t[o(290)]))return;const r=n[o(272)][o(235)](o(236)),s=i[o(242)][o(288)](n[o(272)]);i[o(292)][o(255)]("id",r,s)}))}[Z(265)](){const t=Z,e=this[t(237)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(233)](r),e[o(255)](o(236),r,n),r}function r(e,n){const i=t;e[i(278)](i(236),n)}e[t(227)][t(271)][t(273)](s=>{const c=t,a=e[c(227)][c(271)][c(280)][c(294)]();let u=!1;for(const t of a)if(c(252)==t[c(241)]&&t[c(290)])if(et(t[c(290)])){const e=t[c(230)][c(246)](c(236));c(296)==typeof e?n[c(282)](e)?(o(s,t[c(234)][c(269)]),u=!0):i[c(233)](e):(o(s,t[c(234)][c(269)]),u=!0)}else c(296)==typeof t[c(230)][c(246)](c(236))&&(r(s,t[c(234)][c(269)]),u=!0);else if(c(259)==t[c(241)]){const e=t[c(230)][c(246)](c(236));c(296)==typeof e&&n[c(298)](e)}return u}),e[t(227)][t(271)].on(t(279),()=>{const e=t;i[e(276)](t=>n[e(233)](t)),i[e(247)]()})}}function et(t){return!!t[Z(275)](/heading\d/)}const nt=ot;function it(){const t=["high","map","insert","No headings were found in the document.","scrollToTheSelection","register","add","document","elementToElement","nodeAfter","config","length","_defineConverters","differ","join","hasContent","$graveyard","_tableOfContentsElements","table-of-contents","tableOfContents","getChanges","element","setCustomProperty","fromCharCode","data","for","reconvertItem","_handleScrollToHeading","end","mapper","model","4150zeIBeT","commands","11341rWyCDA","stop","change","isPremiumPlugin","init","viewToModelPosition","60525fCxSMI","registerRawContentMatcher","outlineDefinitions","preventDefault","target","filter","3613068ewjXVB","toModelElement","_currentOutlineDefinitions","editing","dataDowncast","modelPosition","284486CdfDlW","8akrdoA","upcast","$capture","isInteger","text","elementToStructure","plugins","tableOfContentsHeadingIndex","TableOfContentsEditing","table-of-contents__placeholder","_createTableOfContents","pluginName","headingId.modelAttributeName","editor","26kNoMkg","findMappedViewAncestor","position","createContainerElement","click","insertTableOfContents","viewPosition","2gBuMsy","Empty heading","domEvent","documentOutline.showEmptyHeadings","220yCkatR","modelElement","isOfficialPlugin","45822VAFfyJ","DocumentOutlineUtils","getAttribute","setSelection","editingDowncast","forEach","listenTo","level","rootName","getAncestors","_defineSchema","_headingIdModelAttributeName","getCustomProperty","createPositionAt","view","name","div","schema","headingId","type","locale","abs","_updateTableOfContentsElements","conversion","$blockObject"," table-of-contents_empty","Table of contents","afterInit","10841265qNvMAp","558eqSxXO","href","get","_trackNewToCElements","createText","requires","_redirectMapper","2963280NpxTfb"];return(it=function(){return t})()}function ot(t,e){const n=it();return(ot=function(t,e){return n[t-=135]})(t,e)}!function(t){const e=ot,n=t();for(;;)try{if(618627===-parseInt(e(156))/1*(-parseInt(e(251))/2)+-parseInt(e(199))/3+parseInt(e(160))/4*(-parseInt(e(239))/5)+-parseInt(e(192))/6*(-parseInt(e(163))/7)+parseInt(e(135))/8*(parseInt(e(191))/9)+parseInt(e(231))/10*(-parseInt(e(233))/11)+-parseInt(e(245))/12*(-parseInt(e(149))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class rt extends t.Plugin{static get[nt(146)](){return nt(143)}static get[nt(162)](){return!0}static get[nt(236)](){return!0}static get[nt(197)](){return[G.Widget,h,tt]}[nt(247)];[nt(217)];[nt(174)];constructor(t){const e=nt;super(t),this[e(247)]=[],this[e(217)]=new Set,this[e(174)]=e(181)}[nt(237)](){const t=nt,e=this[t(148)],n=e[t(248)][t(177)][t(207)];e[t(210)][t(194)](t(147))&&(this[t(174)]=e[t(210)][t(194)](t(147))),this[t(169)](n,t(153),(e,n)=>{const i=t;if(!n[i(243)])return;const o=n[i(243)][i(175)](i(142));Number[i(138)](o)&&(n[i(158)][i(242)](),e[i(234)](),this[i(227)](o))},{priority:t(200),context:t(137)}),this[t(173)](),this[t(212)](),e[t(232)][t(206)](t(154),new Q(e)),e[t(141)][t(194)](t(164)).on(t(235),(e,n)=>{const i=t;this[i(247)]=n[i(241)],this[i(185)]()}),this[t(169)](e[t(230)][t(207)],t(235),()=>{this[t(195)]()})}[nt(190)](){!async function(t){const e=m([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[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=ot;return t[e(201)](t=>String[e(223)](t))[e(214)]("")}!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([109]);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]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:17604e5;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=ot,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(193)]);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)}[nt(185)](){const t=nt;this[t(217)][t(168)](e=>{const n=t;n(216)!==e[n(171)]&&this[n(148)][n(248)][n(226)](e)})}[nt(195)](){const t=nt;for(const e of this[t(148)][t(230)][t(207)][t(213)][t(220)]({includeChangesInGraveyard:!0})){if(t(202)!==e[t(182)]||t(219)!==e[t(178)])return;this[t(217)][t(206)](e[t(151)][t(209)])}}[nt(173)](){const t=nt;this[t(148)][t(230)][t(180)][t(205)](t(219),{inheritAllFrom:t(187)})}[nt(212)](){const t=nt,e=this[t(148)][t(186)];e[t(225)](t(136))[t(208)]({model:t(219),view:{name:t(179),classes:t(218)}}),e[t(225)](t(249))[t(140)]({model:t(219),view:(e,{writer:n})=>this[t(145)](n,!0)}),e[t(225)](t(167))[t(140)]({model:t(219),view:(e,{writer:n})=>{const i=t;this[i(217)][i(206)](e);const o=this[i(145)](n);return(0,G.toWidget)(o,n,{label:m(this[i(148)][i(183)],i(189))})}}),this[t(148)][t(224)][t(240)]({name:t(179),classes:t(218)}),this[t(148)][t(248)][t(229)].on(t(238),this[t(198)](),{priority:t(200)})}[nt(145)](t,e=!1){const n=nt,{locale:i}=this[n(148)],o=t[n(152)](n(179),{class:n(218)+(0===this[n(247)][n(211)]?n(188):""),...!e&&{"data-table-of-contents-label":m(i,n(189))}});0===this[n(247)][n(211)]&&!1===e&&t[n(202)](t[n(176)](o,n(228)),t[n(152)]("p",{class:n(144)},[t[n(196)](m(i,n(203)))]));const r=e?"":"["+m(i,n(157))+"]";let s=o;return this[n(247)][n(168)]((i,o,c)=>{const a=n,u=this[a(148)][a(230)][a(215)](i[a(161)],{ignoreWhitespaces:!0}),l=u?i[a(139)]:r,d=i[a(161)][a(165)](this[a(174)]),f=t[a(152)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(196)](l)]),h=this[a(148)][a(210)][a(194)](a(159));t[a(222)](a(142),o,f);const p=t[a(152)]("li",null,[u||!e&&h?f:t[a(196)]("")]),m=o?c[o-1][a(170)]:0,g=Math[a(184)](i[a(170)]-m);if(i[a(170)]>m){const e=st(p,g,t);t[a(202)](t[a(176)](s,a(228)),e)}else{const e=function(t,e){const n=a;return t[n(172)]({includeSelf:!0,parentFirst:!0})[n(244)](t=>t.is(n(221),"ol"))[e]}(s,g);t[a(202)](t[a(176)](e,a(228)),p)}s=p}),o}[nt(227)](t){const e=nt,n=this[e(247)][t][e(161)];this[e(148)][e(230)][e(235)](t=>{t[e(166)](n,0)}),this[e(148)][e(248)][e(177)][e(204)]({alignToTop:!0,forceScroll:!0})}[nt(198)](){return(t,e)=>{const n=ot,i=e[n(229)],o=i[n(150)](e[n(155)]),r=i[n(246)](o);r.is(n(221),n(219))&&(e[n(250)]=this[n(148)][n(230)][n(176)](r,0),t[n(234)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(152)]("ol",null,[t]):n[i(152)]("ol",null,[n[i(152)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=329]})(t,e)}function lt(){const t=["commands","evaluationLimit","2506956OBSJIu","featureNotAllowed","isPremiumPlugin","tableOfContentsLicenseKeyUsageLimit","locale","Table of contents","expired","13478256EOvMkq","editor","invalid","editing","_showLicenseError","view","TableOfContentsUI","30icZFpa","pluginName","14YHsjoM","tooltip","tableOfContentsLicenseKeyValid","isEnabled","tableOfContentsLicenseKeyEvaluationLimit","556296ofhtnB","tableOfContentsLicenseKeyNotAllowed","init","focus","licenseKey","listenTo","trialLimit","548872mvTNMG","TableOfContents","set","insertTableOfContents","1037912ShsEKP","4088571FHKRkI","get","destroy","tableOfContents","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyExpired","usageLimit","execute","tableOfContentsLicenseKeyTrialLimit","config","componentFactory","add","_createButton","bind","1269966iJaxat","tableOfContentsLicenseKeyDomainLimit","domainLimit","isOfficialPlugin","_licenseKeyCheckInterval","menuBar:tableOfContents"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(832784===-parseInt(e(363))/1+parseInt(e(382))/2+parseInt(e(368))/3+parseInt(e(367))/4*(-parseInt(e(349))/5)+-parseInt(e(335))/6+-parseInt(e(351))/7*(parseInt(e(356))/8)+parseInt(e(342))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(360)];[at(331)];static get[at(350)](){return at(348)}static get[at(330)](){return!0}static get[at(337)](){return!0}[at(358)](){const t=at,e=this[t(343)];e.ui[t(378)][t(379)](t(371),()=>{const e=t,n=this[e(380)](p.ButtonView);return n[e(352)]=!0,n}),e.ui[t(378)][t(379)](t(332),()=>this[t(380)](p.MenuBarMenuListItemButtonView)),this[t(360)]=this[t(343)][t(377)][t(369)](t(360));const n=this[t(343)];this[t(331)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(353)==r||e(372)==r||e(373)==r||e(383)==r||e(357)==r||e(355)==r||e(376)==r||e(338)==r){delete n[o],i=r,clearInterval(this[e(331)]),this[e(331)]=void 0;break}}e(372)==i&&n[e(346)](e(344)),e(373)==i&&n[e(346)](e(341)),e(383)==i&&n[e(346)](e(329)),e(357)==i&&n[e(346)](e(336),e(364)),e(355)==i&&n[e(346)](e(334)),e(376)==i&&n[e(346)](e(362)),e(338)==i&&n[e(346)](e(374))},1e3)}[at(380)](t){const e=at,n=this[e(343)],i=n[e(339)],o=n[e(333)][e(369)](e(366)),r=new t(i);return r[e(365)]({label:m(i,e(340)),icon:ct.IconTableOfContents}),r[e(381)](e(354)).to(o,e(354)),this[e(361)](r,e(375),()=>{const t=e;n[t(375)](t(366)),n[t(345)][t(347)][t(359)]()}),r}[at(370)](){const t=at;super[t(370)](),this[t(331)]&&clearInterval(this[t(331)])}}var ft=pt;!function(t){for(var e=pt,n=t();;)try{if(447255===-parseInt(e(316))/1*(-parseInt(e(313))/2)+-parseInt(e(310))/3*(-parseInt(e(322))/4)+parseInt(e(317))/5*(parseInt(e(318))/6)+parseInt(e(311))/7+parseInt(e(307))/8+-parseInt(e(321))/9+-parseInt(e(319))/10*(parseInt(e(309))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class ht extends t.Plugin{static get[ft(314)](){return[rt,dt]}static get[ft(308)](){return ft(320)}static get[ft(312)](){return!0}static get[ft(315)](){return!0}}function pt(t,e){var n=mt();return(pt=function(t,e){return n[t-=307]})(t,e)}function mt(){var t=["218wFQpoK","55435eAbPAT","402XOmTCy","14291300hLckbn","TableOfContents","2430936ybMmdz","4yQeakM","1477144zfyoBF","pluginName","11maOuRQ","235254dIzpKM","3587787OldvyS","isOfficialPlugin","5762pzPzfG","requires","isPremiumPlugin"];return(mt=function(){return t})()}function gt(){var t=["2612DHlvjQ","8455cMFOxk","5503120Bobkco","1186572WFaPDS","2339469lDJBnh","40MutFQd","6QEDdpT","1242777KtEfSE","1531957qyXsWF","1340162YbHrhu","30NUwCHp","121pwwHKP"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=225]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(714252===-parseInt(e(229))/1+-parseInt(e(231))/2*(-parseInt(e(228))/3)+-parseInt(e(234))/4*(parseInt(e(235))/5)+-parseInt(e(232))/6*(parseInt(e(230))/7)+parseInt(e(236))/8+parseInt(e(226))/9*(parseInt(e(227))/10)+parseInt(e(233))/11*(parseInt(e(225))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={6: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}}},237:t=>{"use strict";t.exports=CKEditor5.dll},242:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),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},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},557: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)}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602: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)}}}},718: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}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},892:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>V,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>ht,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(){const t=["model","51qeCIaB","has","1888YniUBX","htmlH4","14648106xpFiFr","htmlH5","3250108FxPEGr","3367482nxWjND","getChildren","60542mFihtC","5001180nvTVEt","heading.options","2007joUmRl","reduce","config","htmlH1","htmlH6","9033OfmKiZ","paragraph","5pDDHzk","push","12wWNGmJ","htmlH2","plugins","data","14WfDGne","GeneralHtmlSupport","get","htmlH3"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=454]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(478)]())i instanceof r.ModelText&&(n+=i[e(464)]);return n}!function(t){const e=c,n=t();for(;;)try{if(574269===parseInt(e(457))/1+-parseInt(e(479))/2*(-parseInt(e(470))/3)+parseInt(e(476))/4*(parseInt(e(459))/5)+-parseInt(e(477))/6*(-parseInt(e(465))/7)+parseInt(e(472))/8*(-parseInt(e(482))/9)+-parseInt(e(480))/10+-parseInt(e(474))/11*(parseInt(e(461))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=120]})(t,e)}function f(){const t=["change","isOfficialPlugin","isPremiumPlugin","document","3827598HJIcIi","level","selection","name","editing","model","46XZhyFl","toModel","getChild","fire","5pKhhnB","push","pluginName","_getHeadingNames","getRoot","87537tOsgOr","createElement","backward","text","afterInit","modelElement","DocumentOutlineUtils","element","_getActiveHeading","item","8vhrNLQ","data","_getOutlineDefinitions","getChildren","domConverter","config","view","14tgqKbs","8759179OPEMGb","domToView","getRootNames","activeItemIndex","indexOf","679740EtDSGB","editor","init","documentOutline.headings","length","getFirstPosition","_headingNames","6725673OAEGMk","_deriveHeadingElementsFromConversion","1148810sSCroS","get","includes","12365200ZJmrsh","findIndex"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(661042===-parseInt(e(157))/1+parseInt(e(172))/2*(parseInt(e(125))/3)+-parseInt(e(148))/4*(-parseInt(e(120))/5)+-parseInt(e(166))/6*(-parseInt(e(142))/7)+parseInt(e(135))/8*(-parseInt(e(155))/9)+parseInt(e(160))/10+-parseInt(e(143))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(122)](){return l(131)}static get[l(163)](){return!0}static get[l(164)](){return!0}[l(154)]=[];[l(150)](){const t=l,e=this[t(149)];this[t(154)]=this[t(123)]();let n=[];e[t(171)][t(165)].on(t(162),o(()=>{const e=t,i=n;n=this[e(137)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(167)]===n[e(167)]&&t[e(128)]===n[e(128)]&&t[e(130)]===n[e(130)]),r=(0,u.diffToChanges)(o,n),s=this[e(133)](),c=n[e(161)](t=>t[e(130)]===s);r[e(152)]&&this[e(175)](e(162),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(175)](e(146),{index:c})},250,{leading:!0,trailing:!0}))}[l(129)](){const t=l;this[t(154)][t(152)]||this[t(156)]()}[l(137)](){const t=l,e=this[t(149)],n=[],i=this[t(154)];for(const n of e[t(171)][t(165)][t(145)]())o(e[t(171)][t(165)][t(124)](n));function o(e){const r=t;for(const t of e[r(138)]())t.is(r(132))&&(i[r(159)](t[r(169)])&&n[r(121)]({level:i[r(147)](t[r(169)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(133)](){const t=l,e=this[t(149)][t(171)][t(165)][t(168)][t(153)](),n=new r.ModelTreeWalker({direction:t(127),startPosition:e});for(const e of n)if(e[t(134)].is(t(132))&&this[t(154)][t(159)](e[t(134)][t(169)]))return e[t(134)]}[l(123)](){const t=l;return this[t(149)][t(140)][t(158)](t(151))||function(t){const e=c,n=t[e(454)][e(467)](e(481));return n?n[e(483)]((t,n)=>(e(458)!==n[e(469)]&&t[e(460)](n[e(469)]),t),[]):t[e(463)][e(471)](e(466))?[e(455),e(462),e(468),e(473),e(475),e(456)]:[]}(this[t(149)])}[l(156)](){const t=l,e=this[t(149)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(170)][t(141)][t(139)][t(144)](document[t(126)](o)),r=e[t(136)][t(173)](n)[t(174)](0);r?.is(t(132))&&i[t(121)](r[t(169)])}this[t(154)]=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=["5251428QfxiBf","1587ufqdUG","ck-document-outline__item_empty","set","div","isActive","3575810RDsiJP","setTemplate","2212204ipPoqT","bindTemplate","Empty heading","isEmpty","level","bind","1103715xWWAKk","ck-reset","7074368nqdmtd","9299064vQquGG","text","ck-document-outline__item_active","ck-document-outline__item","click","9gBgvot","4596rkjrKB","ck-document-outline__item_level-"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=174]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(752959===parseInt(e(198))/1+parseInt(e(182))/2*(-parseInt(e(185))/3)+parseInt(e(192))/4+-parseInt(e(190))/5+parseInt(e(184))/6+-parseInt(e(175))/7+parseInt(e(176))/8*(parseInt(e(181))/9))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(193)],o=e?"["+m(t,n(194))+"]":"";this[n(187)](n(177),""),this[n(187)](n(196),1),this[n(187)](n(189),!1),this[n(197)](n(195)).to(this,n(177),t=>!t),this[n(191)]({tag:n(188),attributes:{class:["ck",n(174),n(179),i.to(n(196),t=>n(183)+t),i.if(n(189),n(178)),i.if(n(195),n(186))],title:i.to(n(177))},children:[{text:i.to(n(177),t=>t||o)}],on:{click:i.to(n(180))}})}}function I(t,e){const n=b();return(I=function(t,e){return n[t-=423]})(t,e)}const k=I;function b(){const t=["itemSelected","fire","get","addMany","values","60XlgCCE","215943TzFHpJ","div","insert","delegate","setTemplate","828992nZFaEj","index","type","1164620NdXWvQ","delete","_handleItemClick","locale","getIndex","change:activeItemIndex","ck-document-outline","sync","destroy","isActive","30OQjsCQ","documentOutlineContainer","createCollection","_scrollToItem","activeItemIndex","howMany","remove","1793294yQrYOb","set","click","2571291bUfyLN","_setActiveItem","ck-reset","Editor headings will appear here as you type.","1VtpRTa","items","308376tCefia","5807004KpnHry","_insertItem","source","level","map","element","forEach","_deleteItem","contentLanguageDirection","bind","text","showEmptyHeadingText"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(511882===-parseInt(e(469))/1*(-parseInt(e(462))/2)+parseInt(e(437))/3+parseInt(e(445))/4+parseInt(e(436))/5*(-parseInt(e(471))/6)+parseInt(e(472))/7+-parseInt(e(442))/8+parseInt(e(465))/9*(-parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends p.View{[k(470)];[k(456)];[k(430)];constructor(t,e=!1,n){const i=k;super(t),this[i(430)]=e,this[i(463)](i(459),-1),this[i(456)]=n,this[i(470)]=this[i(457)](),this[i(470)][i(440)](i(464)).to(this),this.on(i(464),this[i(447)][i(428)](this)),this.on(i(450),(t,e,n,o)=>{this[i(466)](o,n)}),this[i(441)]({tag:i(438),attributes:{class:["ck",i(467),i(451)],dir:t[i(427)],"data-document-outline-empty-placeholder":m(t,i(468)),tabindex:-1},children:this[i(470)]})}[k(452)](t){const e=k;t[e(425)](t=>{const n=e;n(439)==t[n(444)]?this[n(473)](t[n(443)],...t[n(435)]):n(446)==t[n(444)]&&this[n(426)](t[n(443)],t[n(460)])})}[k(466)](t,e){const n=k;if(-1!==t){const e=this[n(470)][n(433)](t);e&&(e[n(454)]=!1)}-1!==e&&(this[n(470)][n(433)](e)[n(454)]=!0,this[n(458)](e))}[k(473)](t,...e){const n=k,i=e[n(423)]((e,i)=>{const o=n,r=new v(this[o(448)],this[o(430)]);return r[o(429)]=e[o(429)],r[o(475)]=e[o(475)],t+i===this[o(459)]&&(r[o(454)]=!0),r});this[n(470)][n(434)](i,t)}[k(426)](t,e){const n=k;do{this[n(470)][n(461)](t)}while(--e)}[k(447)](t){const e=k,n=this[e(470)][e(449)](t[e(474)]);this[e(432)](e(431),n)}[k(458)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(470)][e(433)](t)[e(424)],20,this[e(456)])}[k(453)](){const t=k;super[t(453)](),this[t(424)][t(461)]()}}var _=n(6),O=n.n(_),x=n(602),C=n.n(x),T=n(557),E=n.n(T),A=n(302),P=n.n(A),L=n(290),S=n.n(L),D=n(242),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=S();O()(D.A,N);D.A&&D.A.locals&&D.A.locals;const K=M;function M(t,e){const n=j();return(M=function(t,e){return n[t-=414]})(t,e)}function j(){const t=["341qwCZKY","floor","toViewElement","height","length","window","setSelection","604NnlQJO","config","getDomRoot","DocumentOutlineUtils","sync","view","76706OLZDZe","init","activeItemIndex","285042ahAanV","fromCharCode","listenTo","getRootNames","15KEvgST","map","change","document","afterInit","_currentOutlineDefinitions","modelElement","96490rjFNRk","pluginName","documentOutline.container","mapper","scrollToTheSelection","cancel","itemSelected","isPremiumPlugin","get","isOfficialPlugin","model","_updateActiveDefinitionOnViewportChange","_updateActiveDefinitionFromViewportThrottled","plugins","render","_handleOutlineChange","_setActiveViewItem","focus","bind","312288cuefxp","247bwGjaV","appendChild","join","44350hmeIER","domConverter","810npQaCr","add","bottom","documentOutline.showEmptyHeadings","scroll","6405372MmzlKV","mapViewToDom","href","document-outline-container-not-provided","resize","304xDHtMV","getVisible","destroy","locale","editing","DocumentOutlineUI","top","editor","focusTracker","getIntersection","_handleItemSelected","element","indexOf","40FFKyEX"];return(j=function(){return t})()}!function(t){const e=M,n=t();for(;;)try{if(402440===-parseInt(e(415))/1*(-parseInt(e(445))/2)+-parseInt(e(447))/3*(parseInt(e(478))/4)+-parseInt(e(470))/5*(parseInt(e(487))/6)+-parseInt(e(484))/7*(parseInt(e(457))/8)+parseInt(e(452))/9+-parseInt(e(422))/10*(parseInt(e(471))/11)+-parseInt(e(441))/12*(-parseInt(e(442))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class H extends t.Plugin{[K(483)];[K(420)];[K(434)];static get[K(423)](){return K(462)}static get[K(431)](){return!0}static get[K(429)](){return!0}constructor(t){const e=K;super(t),this[e(483)]=new y(t[e(460)],this[e(464)][e(479)][e(430)](e(450)),this[e(464)][e(479)][e(430)](e(424))),this[e(420)]=[],this[e(434)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(433)][e(440)](this),100)}[K(485)](){const t=K,e=this[t(464)],n=e[t(435)][t(430)](t(481));let i=!1;if(this[t(483)][t(436)](),this[t(464)].ui[t(465)][t(448)](this[t(483)][t(468)]),!e[t(479)][t(430)](t(424)))throw new u.CKEditorError(t(455),{editor:e});e[t(479)][t(430)](t(424))[t(443)](this[t(483)][t(468)]),n.on(t(417),this[t(437)][t(440)](this)),n.on(t(486),(e,{index:n})=>this[t(438)](n)),this[t(483)].on(t(428),(e,n)=>{i=!0,this[t(467)](n)}),this[t(483)][t(489)](u.global[t(418)],t(451),()=>{i?i=!1:this[t(434)]()},{useCapture:!0}),this[t(483)][t(489)](u.global[t(476)],t(456),this[t(434)],{useCapture:!0})}[K(419)](){!async function(t){const e=m([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[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=M;return t[e(416)](t=>String[e(488)](t))[e(444)]("")}!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([97]);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]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:1760486400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=M,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(454)]);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(459)](){const t=K;super[t(459)](),this[t(483)][t(459)](),this[t(434)][t(427)]()}[K(437)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(420)]=e,this[i(483)][i(482)](n)}[K(438)](t){const e=K;this[e(420)][e(475)]&&this[e(420)][t]&&(this[e(483)][e(486)]=t)}[K(467)](t){const e=K,n=this[e(420)][t][e(421)];this[e(464)][e(432)][e(417)](t=>{t[e(477)](n,0)}),this[e(464)][e(461)][e(483)][e(426)]({alignToTop:!0,forceScroll:!0}),this[e(464)][e(461)][e(483)][e(439)](),this[e(438)](t)}[K(433)](){const t=K,e=this[t(464)];let n;for(const i of e[t(432)][t(418)][t(414)]()){const o=e[t(461)][t(483)][t(480)](i),r=o&&new u.Rect(o)[t(458)]();if(r){const e=new u.Rect(u.global[t(476)])[t(466)](r);e&&(n=e[t(463)]+.25*e[t(474)])}}if(void 0===n)return;const i=F(e[t(461)],this[t(420)],n);i?this[t(438)](this[t(420)][t(469)](i)):this[t(438)](-1)}}function F(t,e,n,i=0,o=e[K(475)]-1){const r=K,s=Math[r(472)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(425)][r(473)](c[r(421)]);if(!a)return null;const l=t[r(483)][r(446)][r(453)](a);return new u.Rect(l)[r(449)]>n?F(t,e,n,i,s-1):F(t,e,n,s+1,o)}return s<0?null:e[s]}const R=z;function G(){const t=["_licenseKeyCheckInterval","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyTrialLimit","trialLimit","requires","evaluationLimit","isOfficialPlugin","_showLicenseError","94507jepWgE","expired","get","isPremiumPlugin","config","destroy","documentOutlineLicenseKeyInvalid","24rXgOTK","6943167RWmSZC","documentOutlineLicenseKeyValid","pluginName","DocumentOutline","1005333uzKLKR","init","usageLimit","invalid","documentOutlineLicenseKeyUsageLimit","1iHPLvf","domainLimit","1683045FxFlGv","licenseKey","1304060zHXxFg","editor","documentOutlineLicenseKeyEvaluationLimit","649344NFRkCm","featureNotAllowed","216644gHGeyh"];return(G=function(){return t})()}function z(t,e){const n=G();return(z=function(t,e){return n[t-=179]})(t,e)}!function(t){const e=z,n=t();for(;;)try{if(168709===-parseInt(e(186))/1*(parseInt(e(195))/2)+-parseInt(e(181))/3+parseInt(e(190))/4+-parseInt(e(188))/5+-parseInt(e(193))/6+-parseInt(e(206))/7*(parseInt(e(213))/8)+parseInt(e(214))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class V extends t.Plugin{[R(189)];[R(196)];static get[R(202)](){return[h,H]}static get[R(179)](){return R(180)}static get[R(204)](){return!0}static get[R(209)](){return!0}[R(182)](){const t=R;this[t(189)]=this[t(191)][t(210)][t(208)](t(189));const e=this[t(191)];this[t(196)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(215)==r||n(212)==r||n(198)==r||n(199)==r||n(197)==r||n(192)==r||n(200)==r||n(185)==r){delete e[o],i=r,clearInterval(this[n(196)]),this[n(196)]=void 0;break}}n(212)==i&&e[n(205)](n(184)),n(198)==i&&e[n(205)](n(207)),n(199)==i&&e[n(205)](n(187)),n(197)==i&&e[n(205)](n(194),n(180)),n(192)==i&&e[n(205)](n(203)),n(200)==i&&e[n(205)](n(201)),n(185)==i&&e[n(205)](n(183))},1e3)}[R(211)](){const t=R;super[t(211)](),this[t(196)]&&clearInterval(this[t(196)])}}var B=n(901);const U=q;function W(){const t=["539tehOps","getFirstPosition","editor","refresh","execute","335shxXaj","tableOfContents","findAllowedParent","396748ZLnBUu","createElement","change","30Ttdbis","4370634BGxoib","isEnabled","3wLYSWV","7864360AGoCbL","72jfkRNb","model","document","selection","insertObject","418622aGTqGZ","48702xnHnDU","schema","7UyGxBq","579411TjzszU"];return(W=function(){return t})()}function q(t,e){const n=W();return(q=function(t,e){return n[t-=246]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(747053===-parseInt(e(249))/1+parseInt(e(271))/2*(parseInt(e(264))/3)+parseInt(e(258))/4+-parseInt(e(255))/5*(-parseInt(e(246))/6)+-parseInt(e(248))/7*(parseInt(e(265))/8)+-parseInt(e(262))/9*(-parseInt(e(261))/10)+parseInt(e(250))/11*(parseInt(e(266))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class Q extends t.Command{[U(254)](){const t=U;this[t(252)][t(267)][t(260)](e=>{const n=t;this[n(252)][n(267)][n(270)](e[n(259)](n(256)))})}[U(253)](){const t=U,e=this[t(252)][t(267)],n=e[t(268)][t(269)][t(251)]();this[t(263)]=null!==(n&&e[t(247)][t(257)](n,t(256)))}}var X=n(892),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=E().bind(null,"head"),J.domAPI=C(),J.insertStyleElement=S();O()(X.A,J);X.A&&X.A.locals&&X.A.locals;const Z=Y;function Y(t,e){const n=$();return(Y=function(t,e){return n[t-=227]})(t,e)}function $(){const t=["viewItem","pluginName","_registerHeadingIdAttributePostfixer","hasAttribute","2607sxhhzP","78190NgxIiW","nodeAfter","56LuMXXh","document","item","registerPostFixer","HeadingId","match","forEach","1226538XsYGdq","removeAttribute","change","differ","low","has","586227CTVqRA","_customUpcastHeadingsConversion","paragraph","attribute:headingId:","conversion","toViewElement","4hMvQQz","name","set","writer","heading.options","getChanges","isPremiumPlugin","string","90frrAjY","delete","config","model","heading1","upcast","attributes","element:","isRegistered","add","position","getAttribute","headingId","editor","modelRange","157550nHsFhW","for","type","mapper","length","152943xzhgwa","455795IyqaMd","get","clear","schema","view","isOfficialPlugin","afterInit","insert","headingId.modelAttributeName","consume","setAttribute","getContainedElement","extend","consumable","remove","_customDataDowncastHeadingsConversion","8130663NlGLzs","downcast"];return($=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(809102===parseInt(e(283))/1+parseInt(e(239))/2+-parseInt(e(277))/3*(-parseInt(e(289))/4)+-parseInt(e(245))/5*(parseInt(e(297))/6)+-parseInt(e(244))/7*(-parseInt(e(270))/8)+-parseInt(e(261))/9+-parseInt(e(268))/10*(-parseInt(e(267))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Z(264)](){return Z(274)}static get[Z(250)](){return!0}static get[Z(295)](){return!0}[Z(251)](){const t=Z,e=this[t(237)];e[t(299)][t(246)](t(253))||(function(e){const n=t,i=new Map;return e?(e[n(276)](t=>{const e=n;e(285)!==t[e(227)]&&i[e(291)](t[e(249)],t[e(227)])}),i[n(246)]("h1")||i[n(291)]("h1",n(228)),i):i}(this[t(237)][t(299)][t(246)](t(293)))[t(276)]((n,i)=>{const o=t;this[o(284)](i),this[o(260)](n),e[o(227)][o(248)][o(232)](n)&&e[o(227)][o(248)][o(257)](n,{allowAttributes:o(236)})}),this[t(265)]())}[Z(284)](t){const e=Z;this[e(237)][e(287)][e(240)](e(229))[e(233)](n=>n.on(e(231)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(263)][o(235)]("id"),a=n[o(238)][o(256)]();if(a)return c&&c[o(243)]||a[o(266)](o(236))?void(r[o(254)](n[o(263)],{attributes:["id"]})&&s[o(255)](o(236),c,a)):(r[o(254)](n[o(263)],{attributes:["id"]}),void s[o(255)](o(236),(0,u.uid)(),a))},{priority:u.priorities[e(246)](e(281))+.5}))}[Z(260)](t){const e=Z;this[e(237)][e(287)][e(240)](e(262))[e(233)](n=>n.on(e(286)+t,(t,n,i)=>{const o=e;if(!i[o(258)][o(254)](n[o(272)],t[o(290)]))return;const r=n[o(272)][o(235)](o(236)),s=i[o(242)][o(288)](n[o(272)]);i[o(292)][o(255)]("id",r,s)}))}[Z(265)](){const t=Z,e=this[t(237)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(233)](r),e[o(255)](o(236),r,n),r}function r(e,n){const i=t;e[i(278)](i(236),n)}e[t(227)][t(271)][t(273)](s=>{const c=t,a=e[c(227)][c(271)][c(280)][c(294)]();let u=!1;for(const t of a)if(c(252)==t[c(241)]&&t[c(290)])if(et(t[c(290)])){const e=t[c(230)][c(246)](c(236));c(296)==typeof e?n[c(282)](e)?(o(s,t[c(234)][c(269)]),u=!0):i[c(233)](e):(o(s,t[c(234)][c(269)]),u=!0)}else c(296)==typeof t[c(230)][c(246)](c(236))&&(r(s,t[c(234)][c(269)]),u=!0);else if(c(259)==t[c(241)]){const e=t[c(230)][c(246)](c(236));c(296)==typeof e&&n[c(298)](e)}return u}),e[t(227)][t(271)].on(t(279),()=>{const e=t;i[e(276)](t=>n[e(233)](t)),i[e(247)]()})}}function et(t){return!!t[Z(275)](/heading\d/)}function nt(){const t=["register","elementToStructure","abs","editing","change","model","4295IDPIDm"," table-of-contents_empty","init","forEach","isInteger","view","2630OWNooI","createContainerElement","_currentOutlineDefinitions","_defineSchema","$capture","$graveyard","nodeAfter","viewPosition","_tableOfContentsElements","Table of contents","TableOfContentsEditing","modelElement","DocumentOutlineUtils","elementToElement","isOfficialPlugin","pluginName","_updateTableOfContentsElements","map","tableOfContentsHeadingIndex","target","position","listenTo","differ","click","documentOutline.showEmptyHeadings","2aIFvbl","getAttribute","rootName","fromCharCode","table-of-contents__placeholder","href","schema","headingId.modelAttributeName","scrollToTheSelection","isPremiumPlugin","name","for","getChanges","_defineConverters","element","upcast","join","stop","add","toModelElement","table-of-contents","_headingIdModelAttributeName","domEvent","Empty heading","540912GTAeYI","createText","outlineDefinitions","get","data","editor","insertTableOfContents","setSelection","1022416DlJqjd","hasContent","div","836pkeReI","No headings were found in the document.","$blockObject","getAncestors","_handleScrollToHeading","editingDowncast","dataDowncast","text","config","requires","end","245687adIyAc","type","conversion","document","filter","level","reconvertItem","findMappedViewAncestor","tableOfContents","createPositionAt","plugins","modelPosition","viewToModelPosition","headingId","mapper","locale","961065ZDrylj","high","setCustomProperty","registerRawContentMatcher","commands","length","186387tNevmz","preventDefault","11817zmkSRC","afterInit","getCustomProperty","insert","_trackNewToCElements","_createTableOfContents","_redirectMapper"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=332]})(t,e)}const ot=it;!function(t){const e=it,n=t();for(;;)try{if(138215===parseInt(e(361))/1*(parseInt(e(429))/2)+parseInt(e(383))/3+-parseInt(e(350))/4*(parseInt(e(398))/5)+parseInt(e(339))/6+parseInt(e(377))/7+parseInt(e(347))/8+-parseInt(e(385))/9*(parseInt(e(404))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class rt extends t.Plugin{static get[ot(419)](){return ot(414)}static get[ot(418)](){return!0}static get[ot(438)](){return!0}static get[ot(359)](){return[B.Widget,h,tt]}[ot(406)];[ot(412)];[ot(336)];constructor(t){const e=ot;super(t),this[e(406)]=[],this[e(412)]=new Set,this[e(336)]=e(374)}[ot(400)](){const t=ot,e=this[t(344)],n=e[t(395)][t(403)][t(364)];e[t(358)][t(342)](t(436))&&(this[t(336)]=e[t(358)][t(342)](t(436))),this[t(425)](n,t(427),(e,n)=>{const i=t;if(!n[i(423)])return;const o=n[i(423)][i(387)](i(422));Number[i(402)](o)&&(n[i(337)][i(384)](),e[i(332)](),this[i(354)](o))},{priority:t(378),context:t(408)}),this[t(407)](),this[t(442)](),e[t(381)][t(333)](t(345),new Q(e)),e[t(371)][t(342)](t(416)).on(t(396),(e,n)=>{const i=t;this[i(406)]=n[i(341)],this[i(420)]()}),this[t(425)](e[t(397)][t(364)],t(396),()=>{this[t(389)]()})}[ot(386)](){!async function(t){const e=m([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[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(421)](t=>String[e(432)](t))[e(445)]("")}!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([109]);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]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:1760486400;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(434)]);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)}[ot(420)](){const t=ot;this[t(412)][t(401)](e=>{const n=t;n(409)!==e[n(431)]&&this[n(344)][n(395)][n(367)](e)})}[ot(389)](){const t=ot;for(const e of this[t(344)][t(397)][t(364)][t(426)][t(441)]({includeChangesInGraveyard:!0})){if(t(388)!==e[t(362)]||t(369)!==e[t(439)])return;this[t(412)][t(333)](e[t(424)][t(410)])}}[ot(407)](){const t=ot;this[t(344)][t(397)][t(435)][t(392)](t(369),{inheritAllFrom:t(352)})}[ot(442)](){const t=ot,e=this[t(344)][t(363)];e[t(440)](t(444))[t(417)]({model:t(369),view:{name:t(349),classes:t(335)}}),e[t(440)](t(356))[t(393)]({model:t(369),view:(e,{writer:n})=>this[t(390)](n,!0)}),e[t(440)](t(355))[t(393)]({model:t(369),view:(e,{writer:n})=>{const i=t;this[i(412)][i(333)](e);const o=this[i(390)](n);return(0,B.toWidget)(o,n,{label:m(this[i(344)][i(376)],i(413))})}}),this[t(344)][t(343)][t(380)]({name:t(349),classes:t(335)}),this[t(344)][t(395)][t(375)].on(t(373),this[t(391)](),{priority:t(378)})}[ot(390)](t,e=!1){const n=ot,{locale:i}=this[n(344)],o=t[n(405)](n(349),{class:n(335)+(0===this[n(406)][n(382)]?n(399):""),...!e&&{"data-table-of-contents-label":m(i,n(413))}});0===this[n(406)][n(382)]&&!1===e&&t[n(388)](t[n(370)](o,n(360)),t[n(405)]("p",{class:n(433)},[t[n(340)](m(i,n(351)))]));const r=e?"":"["+m(i,n(338))+"]";let s=o;return this[n(406)][n(401)]((i,o,c)=>{const a=n,u=this[a(344)][a(397)][a(348)](i[a(415)],{ignoreWhitespaces:!0}),l=u?i[a(357)]:r,d=i[a(415)][a(430)](this[a(336)]),f=t[a(405)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(340)](l)]),h=this[a(344)][a(358)][a(342)](a(428));t[a(379)](a(422),o,f);const p=t[a(405)]("li",null,[u||!e&&h?f:t[a(340)]("")]),m=o?c[o-1][a(366)]:0,g=Math[a(394)](i[a(366)]-m);if(i[a(366)]>m){const e=st(p,g,t);t[a(388)](t[a(370)](s,a(360)),e)}else{const e=function(t,e){const n=a;return t[n(353)]({includeSelf:!0,parentFirst:!0})[n(365)](t=>t.is(n(443),"ol"))[e]}(s,g);t[a(388)](t[a(370)](e,a(360)),p)}s=p}),o}[ot(354)](t){const e=ot,n=this[e(406)][t][e(415)];this[e(344)][e(397)][e(396)](t=>{t[e(346)](n,0)}),this[e(344)][e(395)][e(403)][e(437)]({alignToTop:!0,forceScroll:!0})}[ot(391)](){return(t,e)=>{const n=it,i=e[n(375)],o=i[n(368)](e[n(411)]),r=i[n(334)](o);r.is(n(443),n(369))&&(e[n(372)]=this[n(344)][n(397)][n(370)](r,0),t[n(332)]())}}}function st(t,e,n){const i=ot;return 1===e?n[i(405)]("ol",null,[t]):n[i(405)]("ol",null,[n[i(405)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=329]})(t,e)}function lt(){const t=["commands","evaluationLimit","2506956OBSJIu","featureNotAllowed","isPremiumPlugin","tableOfContentsLicenseKeyUsageLimit","locale","Table of contents","expired","13478256EOvMkq","editor","invalid","editing","_showLicenseError","view","TableOfContentsUI","30icZFpa","pluginName","14YHsjoM","tooltip","tableOfContentsLicenseKeyValid","isEnabled","tableOfContentsLicenseKeyEvaluationLimit","556296ofhtnB","tableOfContentsLicenseKeyNotAllowed","init","focus","licenseKey","listenTo","trialLimit","548872mvTNMG","TableOfContents","set","insertTableOfContents","1037912ShsEKP","4088571FHKRkI","get","destroy","tableOfContents","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyExpired","usageLimit","execute","tableOfContentsLicenseKeyTrialLimit","config","componentFactory","add","_createButton","bind","1269966iJaxat","tableOfContentsLicenseKeyDomainLimit","domainLimit","isOfficialPlugin","_licenseKeyCheckInterval","menuBar:tableOfContents"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(832784===-parseInt(e(363))/1+parseInt(e(382))/2+parseInt(e(368))/3+parseInt(e(367))/4*(-parseInt(e(349))/5)+-parseInt(e(335))/6+-parseInt(e(351))/7*(parseInt(e(356))/8)+parseInt(e(342))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(360)];[at(331)];static get[at(350)](){return at(348)}static get[at(330)](){return!0}static get[at(337)](){return!0}[at(358)](){const t=at,e=this[t(343)];e.ui[t(378)][t(379)](t(371),()=>{const e=t,n=this[e(380)](p.ButtonView);return n[e(352)]=!0,n}),e.ui[t(378)][t(379)](t(332),()=>this[t(380)](p.MenuBarMenuListItemButtonView)),this[t(360)]=this[t(343)][t(377)][t(369)](t(360));const n=this[t(343)];this[t(331)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(353)==r||e(372)==r||e(373)==r||e(383)==r||e(357)==r||e(355)==r||e(376)==r||e(338)==r){delete n[o],i=r,clearInterval(this[e(331)]),this[e(331)]=void 0;break}}e(372)==i&&n[e(346)](e(344)),e(373)==i&&n[e(346)](e(341)),e(383)==i&&n[e(346)](e(329)),e(357)==i&&n[e(346)](e(336),e(364)),e(355)==i&&n[e(346)](e(334)),e(376)==i&&n[e(346)](e(362)),e(338)==i&&n[e(346)](e(374))},1e3)}[at(380)](t){const e=at,n=this[e(343)],i=n[e(339)],o=n[e(333)][e(369)](e(366)),r=new t(i);return r[e(365)]({label:m(i,e(340)),icon:ct.IconTableOfContents}),r[e(381)](e(354)).to(o,e(354)),this[e(361)](r,e(375),()=>{const t=e;n[t(375)](t(366)),n[t(345)][t(347)][t(359)]()}),r}[at(370)](){const t=at;super[t(370)](),this[t(331)]&&clearInterval(this[t(331)])}}var ft=pt;!function(t){for(var e=pt,n=t();;)try{if(447255===-parseInt(e(316))/1*(-parseInt(e(313))/2)+-parseInt(e(310))/3*(-parseInt(e(322))/4)+parseInt(e(317))/5*(parseInt(e(318))/6)+parseInt(e(311))/7+parseInt(e(307))/8+-parseInt(e(321))/9+-parseInt(e(319))/10*(parseInt(e(309))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class ht extends t.Plugin{static get[ft(314)](){return[rt,dt]}static get[ft(308)](){return ft(320)}static get[ft(312)](){return!0}static get[ft(315)](){return!0}}function pt(t,e){var n=mt();return(pt=function(t,e){return n[t-=307]})(t,e)}function mt(){var t=["218wFQpoK","55435eAbPAT","402XOmTCy","14291300hLckbn","TableOfContents","2430936ybMmdz","4yQeakM","1477144zfyoBF","pluginName","11maOuRQ","235254dIzpKM","3587787OldvyS","isOfficialPlugin","5762pzPzfG","requires","isPremiumPlugin"];return(mt=function(){return t})()}function gt(){var t=["2612DHlvjQ","8455cMFOxk","5503120Bobkco","1186572WFaPDS","2339469lDJBnh","40MutFQd","6QEDdpT","1242777KtEfSE","1531957qyXsWF","1340162YbHrhu","30NUwCHp","121pwwHKP"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=225]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(714252===-parseInt(e(229))/1+-parseInt(e(231))/2*(-parseInt(e(228))/3)+-parseInt(e(234))/4*(parseInt(e(235))/5)+-parseInt(e(232))/6*(parseInt(e(230))/7)+parseInt(e(236))/8+parseInt(e(226))/9*(parseInt(e(227))/10)+parseInt(e(233))/11*(parseInt(e(225))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x504c28,Command as _0xdc046c}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x2a28d6,throttle as _0x50b53b}from'es-toolkit/compat';import{ModelText as _0x47541a,ModelTreeWalker as _0x344350}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4e7586,diffToChanges as _0x58ca15,scrollAncestorsToShowTarget as _0x3008a8,CKEditorError as _0x3fd311,global as _0x2e9ac0,Rect as _0xdc9bcc,uid as _0x45c74f,priorities as _0x233754}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x150be2,ButtonView as _0x541c51,MenuBarMenuListItemButtonView as _0x2bb4d9}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x283e81,toWidget as _0x4095e3}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x53aac5}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x4b526b){let _0x197c81='';for(const _0x106cfe of _0x4b526b['getChildren']())_0x106cfe instanceof _0x47541a&&(_0x197c81+=_0x106cfe['data']);return _0x197c81;}class i extends _0x504c28{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0xe0bd02=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x355341=[];_0xe0bd02['model']['document']['on']('change',_0x2a28d6(()=>{const _0x38416a=_0x355341;_0x355341=this['_getOutlineDefinitions']();const _0x4cf7c3=_0x4e7586(_0x38416a,_0x355341,(_0x17ae8b,_0xcfe3b5)=>_0x17ae8b['level']===_0xcfe3b5['level']&&_0x17ae8b['text']===_0xcfe3b5['text']&&_0x17ae8b['modelElement']===_0xcfe3b5['modelElement']),_0x4d0156=_0x58ca15(_0x4cf7c3,_0x355341),_0x47c600=this['_getActiveHeading'](),_0x3b8fed=_0x355341['findIndex'](_0x5c0eee=>_0x5c0eee['modelElement']===_0x47c600);_0x4d0156['length']&&this['fire']('change',{'outlineDefinitions':_0x355341,'activeItemIndex':_0x3b8fed,'outlineChanges':_0x4d0156}),this['fire']('activeItemIndex',{'index':_0x3b8fed});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x42c091=this['editor'],_0xd2cf28=[],_0x5a1416=this['_headingNames'];for(const _0x5215f3 of _0x42c091['model']['document']['getRootNames']())_0x9d1433(_0x42c091['model']['document']['getRoot'](_0x5215f3));function _0x9d1433(_0x58e667){for(const _0x4c019b of _0x58e667['getChildren']())_0x4c019b['is']('element')&&(_0x5a1416['includes'](_0x4c019b['name'])&&_0xd2cf28['push']({'level':_0x5a1416['indexOf'](_0x4c019b['name'])+0x1,'text':g(_0x4c019b),'modelElement':_0x4c019b}),_0x9d1433(_0x4c019b));}return _0xd2cf28;}['_getActiveHeading'](){const _0x17cd39=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x566f04=new _0x344350({'direction':'backward','startPosition':_0x17cd39});for(const _0x48b148 of _0x566f04)if(_0x48b148['item']['is']('element')&&this['_headingNames']['includes'](_0x48b148['item']['name']))return _0x48b148['item'];}['_getHeadingNames'](){const _0x17e054=this['editor']['config']['get']('documentOutline.headings');return _0x17e054||function(_0x354ad4){const _0x295021=_0x354ad4['config']['get']('heading.options');return _0x295021?_0x295021['reduce']((_0x1cde2b,_0x4d788e)=>('paragraph'!==_0x4d788e['model']&&_0x1cde2b['push'](_0x4d788e['model']),_0x1cde2b),[]):_0x354ad4['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x58a4a9=this['editor'],_0x3357a1=['h1','h2','h3','h4','h5','h6'],_0x666bb9=[];for(const _0x4894e1 of _0x3357a1){const _0x2d7e45=_0x58a4a9['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4894e1)),_0x176be7=_0x58a4a9['data']['toModel'](_0x2d7e45)['getChild'](0x0);_0x176be7?.['is']('element')&&_0x666bb9['push'](_0x176be7['name']);}this['_headingNames']=_0x666bb9;}}function j(_0x275cc6,_0x29bf16){const t=_0x275cc6['t'];switch(_0x29bf16){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 _0x29bf16;}}class A extends _0x150be2{constructor(_0x36db43,_0x30682e=!0x1){super(_0x36db43);const _0x1700bd=this['bindTemplate'],_0x163c71=_0x30682e?'['+j(_0x36db43,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x261cdc=>!_0x261cdc),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x1700bd['to']('level',_0x23ab8f=>'ck-document-outline__item_level-'+_0x23ab8f),_0x1700bd['if']('isActive','ck-document-outline__item_active'),_0x1700bd['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x1700bd['to']('text')},'children':[{'text':_0x1700bd['to']('text',_0x3bde55=>_0x3bde55||_0x163c71)}],'on':{'click':_0x1700bd['to']('click')}});}}class f extends _0x150be2{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x39c76f,_0xa4659c=!0x1,_0x25ff1e){super(_0x39c76f),this['showEmptyHeadingText']=_0xa4659c,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x25ff1e,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x54b57a,_0x5ca707,_0xf6899,_0x4c119e)=>{this['_setActiveItem'](_0x4c119e,_0xf6899);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x39c76f['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x39c76f,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x5aef72){_0x5aef72['forEach'](_0xa73bee=>{'insert'==_0xa73bee['type']?this['_insertItem'](_0xa73bee['index'],..._0xa73bee['values']):'delete'==_0xa73bee['type']&&this['_deleteItem'](_0xa73bee['index'],_0xa73bee['howMany']);});}['_setActiveItem'](_0x77cf24,_0x4a1d5e){if(-0x1!==_0x77cf24){const _0x561908=this['items']['get'](_0x77cf24);_0x561908&&(_0x561908['isActive']=!0x1);}-0x1!==_0x4a1d5e&&(this['items']['get'](_0x4a1d5e)['isActive']=!0x0,this['_scrollToItem'](_0x4a1d5e));}['_insertItem'](_0x2ce1b1,..._0x2bcc4a){const _0x3a96c2=_0x2bcc4a['map']((_0xb4bd20,_0x479489)=>{const _0x308480=new A(this['locale'],this['showEmptyHeadingText']);return _0x308480['text']=_0xb4bd20['text'],_0x308480['level']=_0xb4bd20['level'],_0x2ce1b1+_0x479489===this['activeItemIndex']&&(_0x308480['isActive']=!0x0),_0x308480;});this['items']['addMany'](_0x3a96c2,_0x2ce1b1);}['_deleteItem'](_0x24c6a1,_0x315c26){do{this['items']['remove'](_0x24c6a1);}while(--_0x315c26);}['_handleItemClick'](_0x4c0a42){const _0x5e6de3=this['items']['getIndex'](_0x4c0a42['source']);this['fire']('itemSelected',_0x5e6de3);}['_scrollToItem'](_0x17e652){_0x3008a8(this['items']['get'](_0x17e652)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x504c28{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4bcc8b){super(_0x4bcc8b),this['view']=new f(_0x4bcc8b['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x50b53b(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x468611=this['editor'],_0x24f5fd=_0x468611['plugins']['get']('DocumentOutlineUtils');let _0x2cc61a=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x468611['config']['get']('documentOutline.container'))throw new _0x3fd311('document-outline-container-not-provided',{'editor':_0x468611});_0x468611['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x24f5fd['on']('change',this['_handleOutlineChange']['bind'](this)),_0x24f5fd['on']('activeItemIndex',(_0x18a14c,{index:_0x74ff5b})=>this['_setActiveViewItem'](_0x74ff5b)),this['view']['on']('itemSelected',(_0x29080b,_0x3ebc3f)=>{_0x2cc61a=!0x0,this['_handleItemSelected'](_0x3ebc3f);}),this['view']['listenTo'](_0x2e9ac0['document'],'scroll',()=>{_0x2cc61a?_0x2cc61a=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x2e9ac0['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x56a2a1){const _0x128566=_0x489ea3([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x1ee800=0x1cb264a3,_0x211c63=0x1cb5128b^_0x1ee800,_0x4f5275=window[_0x489ea3([0x44,0x61,0x74,0x65])][_0x489ea3([0x6e,0x6f,0x77])](),_0x22eb46=_0x56a2a1[_0x489ea3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x365e73=new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d61a5=>{_0x22eb46[_0x489ea3([0x6f,0x6e,0x63,0x65])](_0x489ea3([0x72,0x65,0x61,0x64,0x79]),_0x3d61a5);}),_0x1f41c3={[_0x489ea3([0x6b,0x74,0x79])]:_0x489ea3([0x45,0x43]),[_0x489ea3([0x75,0x73,0x65])]:_0x489ea3([0x73,0x69,0x67]),[_0x489ea3([0x63,0x72,0x76])]:_0x489ea3([0x50,0x2d,0x32,0x35,0x36]),[_0x489ea3([0x78])]:_0x489ea3([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]),[_0x489ea3([0x79])]:_0x489ea3([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]),[_0x489ea3([0x61,0x6c,0x67])]:_0x489ea3([0x45,0x53,0x32,0x35,0x36])},_0x577c88=_0x22eb46[_0x489ea3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x489ea3([0x67,0x65,0x74])](_0x489ea3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x288a2b(){let _0x5986ee,_0x32cbd5=null,_0x218457=null;try{if(_0x577c88==_0x489ea3([0x47,0x50,0x4c]))return _0x489ea3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5986ee=_0x41df57(),!_0x5986ee)return _0x489ea3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5986ee[_0x489ea3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x218457=_0x28f645(_0x5986ee[_0x489ea3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5986ee[_0x489ea3([0x6a,0x74,0x69])])),await _0x128649()?_0x3d8f07()?_0x155419()?_0x489ea3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x57cec5()?(_0x5986ee[_0x489ea3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x489ea3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x32cbd5=_0x310415(_0x489ea3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5986ee[_0x489ea3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x489ea3([0x74,0x72,0x69,0x61,0x6c])&&(_0x32cbd5=_0x310415(_0x489ea3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2b2037()):_0x489ea3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x489ea3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x489ea3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x489ea3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x155419(){const _0x22e3f3=[_0x489ea3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x489ea3([0x74,0x72,0x69,0x61,0x6c])][_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5986ee[_0x489ea3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4f5275/0x3e8:0xe10*_0x211c63;return _0x5986ee[_0x489ea3([0x65,0x78,0x70])]<_0x22e3f3;}function _0x3d8f07(){const _0x43fb7e=_0x5986ee[_0x489ea3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x43fb7e&&(!!_0x43fb7e[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x489ea3([0x2a]))||(!!_0x43fb7e[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x489ea3([0x44,0x4f]))||(!!_0x43fb7e[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x489ea3([0x50,0x50]))||!(!_0x43fb7e[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x489ea3([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3ea8f4()))));}function _0x57cec5(){const _0x1f2bde=_0x5986ee[_0x489ea3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1f2bde||0x0==_0x1f2bde[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x100a3a}=new URL(window[_0x489ea3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1f2bde[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x100a3a))return!0x0;const _0x38f6c9=_0x100a3a[_0x489ea3([0x73,0x70,0x6c,0x69,0x74])](_0x489ea3([0x2e]));return _0x1f2bde[_0x489ea3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a154d=>_0x3a154d[_0x489ea3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x489ea3([0x2a])))[_0x489ea3([0x6d,0x61,0x70])](_0x1ccecf=>_0x1ccecf[_0x489ea3([0x73,0x70,0x6c,0x69,0x74])](_0x489ea3([0x2e])))[_0x489ea3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d09e7=>_0x2d09e7[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x38f6c9[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x489ea3([0x6d,0x61,0x70])](_0x5bb84c=>Array(_0x38f6c9[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5bb84c[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x489ea3([0x66,0x69,0x6c,0x6c])](_0x5bb84c[0x0]===_0x489ea3([0x2a])?_0x489ea3([0x2a]):'')[_0x489ea3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5bb84c))[_0x489ea3([0x73,0x6f,0x6d,0x65])](_0x3d1312=>_0x38f6c9[_0x489ea3([0x65,0x76,0x65,0x72,0x79])]((_0x47b0b1,_0x744a5b)=>_0x3d1312[_0x744a5b]===_0x47b0b1||_0x3d1312[_0x744a5b]===_0x489ea3([0x2a])));}function _0x2b2037(){return _0x32cbd5&&_0x218457?new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ce350,_0x1df46c)=>{_0x32cbd5[_0x489ea3([0x74,0x68,0x65,0x6e])](_0x3ce350,_0x1df46c),_0x218457[_0x489ea3([0x74,0x68,0x65,0x6e])](_0x158cb1=>{_0x158cb1!=_0x489ea3([0x56,0x61,0x6c,0x69,0x64])&&_0x3ce350(_0x158cb1);},_0x1df46c);}):_0x32cbd5||_0x218457||_0x489ea3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x28f645(_0x529d9c,_0x135b2c){return new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc8287c=>{if(_0x1092ee())return _0xc8287c(_0x489ea3([0x56,0x61,0x6c,0x69,0x64]));_0x27f6e0(),_0x22eb46[_0x489ea3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x489ea3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xb19891=!0x1;const _0x571166=_0x45c74f();function _0xe3328a(_0xade2b6){return!!_0xade2b6&&(typeof _0xade2b6===_0x489ea3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xade2b6===_0x489ea3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xade2b6[_0x489ea3([0x74,0x68,0x65,0x6e])]===_0x489ea3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xade2b6[_0x489ea3([0x63,0x61,0x74,0x63,0x68])]===_0x489ea3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x417c24(_0x4135e5){_0x23458b(_0x4135e5)[_0x489ea3([0x74,0x68,0x65,0x6e])](_0x340877=>{if(!_0x340877||_0x340877[_0x489ea3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x489ea3([0x6f,0x6b]))return _0x489ea3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x249062(_0x428a33(_0x571166+_0x135b2c))!=_0x340877[_0x489ea3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x489ea3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x489ea3([0x56,0x61,0x6c,0x69,0x64]);})[_0x489ea3([0x74,0x68,0x65,0x6e])](_0x2bc689=>(_0x496394(),_0x2bc689),()=>{const _0xca1c33=_0x510772();return null==_0xca1c33?(_0x496394(),_0x489ea3([0x56,0x61,0x6c,0x69,0x64])):_0x489ea3(_0x4f5275-_0xca1c33>(0x38bee0a3^_0x1ee800)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x489ea3([0x74,0x68,0x65,0x6e])](_0xc8287c)[_0x489ea3([0x63,0x61,0x74,0x63,0x68])](()=>{_0xc8287c(_0x489ea3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x596e42=0x1c848a23^_0x1ee800;function _0x496394(){const _0x2b151c=_0x489ea3([0x6c,0x6c,0x63,0x74,0x2d])+_0x249062(_0x428a33(_0x529d9c)),_0x453bac=_0x3fa9d5(_0x249062(window[_0x489ea3([0x4d,0x61,0x74,0x68])][_0x489ea3([0x63,0x65,0x69,0x6c])](_0x4f5275/_0x596e42)));window[_0x489ea3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x489ea3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b151c,_0x453bac);}function _0x510772(){const _0x4209e2=_0x489ea3([0x6c,0x6c,0x63,0x74,0x2d])+_0x249062(_0x428a33(_0x529d9c)),_0x1ff8ec=window[_0x489ea3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x489ea3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4209e2);return _0x1ff8ec?window[_0x489ea3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fa9d5(_0x1ff8ec),0x10)*_0x596e42:null;}function _0x23458b(_0x8772a9){return new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2429ee,_0x34222f)=>{_0x8772a9[_0x489ea3([0x74,0x68,0x65,0x6e])](_0x2429ee,_0x34222f),window[_0x489ea3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x34222f,0x1cb3b063^_0x1ee800);});}}_0x22eb46[_0x489ea3([0x6f,0x6e])](_0x489ea3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1ef125,_0x1cf14e)=>{if(_0x1cf14e[0x0]!=_0x529d9c)return _0xc8287c(_0x489ea3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1cf14e[0x1]={..._0x1cf14e[0x1],[_0x489ea3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x571166};},{[_0x489ea3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x489ea3([0x68,0x69,0x67,0x68])}),_0x22eb46[_0x489ea3([0x6f,0x6e])](_0x489ea3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d994f=>{_0xe3328a(_0x2d994f[_0x489ea3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xb19891=!0x0,_0x417c24(_0x2d994f[_0x489ea3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x489ea3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x489ea3([0x6c,0x6f,0x77])}),_0x365e73[_0x489ea3([0x74,0x68,0x65,0x6e])](()=>{_0xb19891||_0xc8287c(_0x489ea3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1092ee(){return _0x22eb46[_0x489ea3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x489ea3([0x76,0x69,0x65,0x77])][_0x489ea3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x489ea3([0x61,0x75,0x74,0x6f]);}function _0x27f6e0(){_0x22eb46[_0x489ea3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x489ea3([0x76,0x69,0x65,0x77])][_0x489ea3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x489ea3([0x61,0x75,0x74,0x6f]);}}function _0x310415(_0x2f4e9c){const _0xc94095=[new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38b8f7=>setTimeout(_0x38b8f7,0x1cbb5a6f^_0x1ee800)),_0x365e73[_0x489ea3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4613e2=>{let _0x5db19e=0x0;_0x22eb46[_0x489ea3([0x6d,0x6f,0x64,0x65,0x6c])][_0x489ea3([0x6f,0x6e])](_0x489ea3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x457558,_0x5c7723)=>{_0x5c7723[0x0][_0x489ea3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5db19e++,_0x5db19e==(0x1cb2655b^_0x1ee800)&&(_0x4613e2(),_0x457558[_0x489ea3([0x6f,0x66,0x66])]());});}))];return window[_0x489ea3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x489ea3([0x72,0x61,0x63,0x65])](_0xc94095)[_0x489ea3([0x74,0x68,0x65,0x6e])](()=>_0x2f4e9c);}async function _0x170359(){await _0x365e73,_0x22eb46[_0x489ea3([0x6d,0x6f,0x64,0x65,0x6c])][_0x489ea3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x45d0c2,_0x22eb46[_0x489ea3([0x6d,0x6f,0x64,0x65,0x6c])][_0x489ea3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x45d0c2,_0x22eb46[_0x489ea3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x489ea3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3ea8f4(){return window[_0x489ea3([0x67,0x6c,0x6f,0x62])]&&window[_0x489ea3([0x67,0x6c,0x6f,0x62])][_0x489ea3([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x1e76f6(_0x225f2a){const _0x5bf736=_0x2d1a15();_0x22eb46[_0x5bf736]=_0x489ea3([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])+_0x225f2a,_0x225f2a!=_0x489ea3([0x56,0x61,0x6c,0x69,0x64])&&_0x170359();}function _0x2d1a15(){const _0x9143a8=window[_0x489ea3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x489ea3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x489ea3([0x6e,0x6f,0x77])]())[_0x489ea3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x489ea3([0x2e]),'');let _0x37465a=_0x489ea3([0x61]);for(let _0x49ca34=0x0;_0x49ca34<_0x9143a8[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x49ca34+=0x2){let _0x15af7f=window[_0x489ea3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9143a8[_0x489ea3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x49ca34,_0x49ca34+0x2));_0x15af7f>=_0x128566[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x15af7f-=_0x128566[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x37465a+=_0x128566[_0x15af7f];}return _0x37465a;}function _0x41df57(){const _0x14dc79=_0x577c88[_0x489ea3([0x73,0x70,0x6c,0x69,0x74])](_0x489ea3([0x2e]));if(0x3!=_0x14dc79[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x81e5a6(_0x14dc79[0x1]);function _0x81e5a6(_0xabc287){const _0x3ffdd7=_0x5cd00a(_0xabc287);return _0x3ffdd7&&_0x32718c()?_0x3ffdd7:null;function _0x32718c(){const _0xa05b0d=_0x3ffdd7[_0x489ea3([0x6a,0x74,0x69])],_0x58c8fa=window[_0x489ea3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa05b0d[_0x489ea3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa05b0d[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x42473f={..._0x3ffdd7,[_0x489ea3([0x6a,0x74,0x69])]:_0xa05b0d[_0x489ea3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xa05b0d[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x42473f[_0x489ea3([0x76,0x63])],_0x428a33(_0x42473f)==_0x58c8fa;}}}async function _0x128649(){let _0x6b685d=!0x0;try{const _0x546ded=_0x577c88[_0x489ea3([0x73,0x70,0x6c,0x69,0x74])](_0x489ea3([0x2e])),[_0x3ff0e1,_0x58ac9b,_0x40393f]=_0x546ded;return _0x2cc698(_0x3ff0e1),await _0x1f7e16(_0x3ff0e1,_0x58ac9b,_0x40393f),_0x6b685d;}catch{return!0x1;}function _0x2cc698(_0x46f9a6){const _0x4356e8=_0x5cd00a(_0x46f9a6);_0x4356e8&&_0x4356e8[_0x489ea3([0x61,0x6c,0x67])]==_0x489ea3([0x45,0x53,0x32,0x35,0x36])||(_0x6b685d=!0x1);}async function _0x1f7e16(_0x470164,_0x533154,_0xc4243){const _0x337b00=window[_0x489ea3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x489ea3([0x66,0x72,0x6f,0x6d])](_0x34630f(_0xc4243),_0x391977=>_0x391977[_0x489ea3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2f89e3=new window[(_0x489ea3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x489ea3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x470164+_0x489ea3([0x2e])+_0x533154),_0xc1c0e8=window[_0x489ea3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x489ea3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xc1c0e8)return;const _0x54b725=await _0xc1c0e8[_0x489ea3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x489ea3([0x6a,0x77,0x6b]),_0x1f41c3,{[_0x489ea3([0x6e,0x61,0x6d,0x65])]:_0x489ea3([0x45,0x43,0x44,0x53,0x41]),[_0x489ea3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x489ea3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x489ea3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xc1c0e8[_0x489ea3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x489ea3([0x6e,0x61,0x6d,0x65])]:_0x489ea3([0x45,0x43,0x44,0x53,0x41]),[_0x489ea3([0x68,0x61,0x73,0x68])]:{[_0x489ea3([0x6e,0x61,0x6d,0x65])]:_0x489ea3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x54b725,_0x337b00,_0x2f89e3)||(_0x6b685d=!0x1);}}function _0x5cd00a(_0x4650ae){return _0x4650ae[_0x489ea3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x489ea3([0x65,0x79]))?JSON[_0x489ea3([0x70,0x61,0x72,0x73,0x65])](_0x34630f(_0x4650ae)):null;}function _0x34630f(_0x5eb60f){return window[_0x489ea3([0x61,0x74,0x6f,0x62])](_0x5eb60f[_0x489ea3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x489ea3([0x2b]))[_0x489ea3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x489ea3([0x2f])));}function _0x428a33(_0xb7ccf0){let _0x52458d=0x1505;function _0x312404(_0x44729f){for(let _0x569f54=0x0;_0x569f54<_0x44729f[_0x489ea3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x569f54++){const _0xd1e7c1=_0x44729f[_0x489ea3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x569f54);_0x52458d=(_0x52458d<<0x5)+_0x52458d+_0xd1e7c1,_0x52458d&=_0x52458d;}}function _0x3d4f62(_0x28d19a){Array[_0x489ea3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x28d19a)?_0x28d19a[_0x489ea3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3d4f62):_0x28d19a&&typeof _0x28d19a==_0x489ea3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x489ea3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x28d19a)[_0x489ea3([0x73,0x6f,0x72,0x74])]()[_0x489ea3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x41fb29,_0xbd001c])=>{_0x312404(_0x41fb29),_0x3d4f62(_0xbd001c);}):_0x312404(window[_0x489ea3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x28d19a));}return _0x3d4f62(_0xb7ccf0),_0x52458d>>>0x0;}function _0x249062(_0x3de4a1){return _0x3de4a1[_0x489ea3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x489ea3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x489ea3([0x30]));}function _0x3fa9d5(_0x19e883){return _0x19e883[_0x489ea3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x489ea3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x489ea3([0x6a,0x6f,0x69,0x6e])]('');}function _0x45d0c2(){}function _0x489ea3(_0x3070e4){return _0x3070e4['map'](_0x59f66d=>String['fromCharCode'](_0x59f66d))['join']('');}_0x1e76f6(await _0x288a2b());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x228253,{outlineDefinitions:_0x30501e,outlineChanges:_0x3fd1ef}){this['_currentOutlineDefinitions']=_0x30501e,this['view']['sync'](_0x3fd1ef);}['_setActiveViewItem'](_0x2a8ce7){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x2a8ce7]&&(this['view']['activeItemIndex']=_0x2a8ce7);}['_handleItemSelected'](_0x5b63c5){const _0x5b313c=this['_currentOutlineDefinitions'][_0x5b63c5]['modelElement'];this['editor']['model']['change'](_0x593b53=>{_0x593b53['setSelection'](_0x5b313c,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x5b63c5);}['_updateActiveDefinitionOnViewportChange'](){const _0x10315b=this['editor'];let _0x4561ca;for(const _0x4fe3b5 of _0x10315b['model']['document']['getRootNames']()){const _0x343e45=_0x10315b['editing']['view']['getDomRoot'](_0x4fe3b5),_0x26b1c1=_0x343e45&&new _0xdc9bcc(_0x343e45)['getVisible']();if(_0x26b1c1){const _0xd51ad8=new _0xdc9bcc(_0x2e9ac0['window'])['getIntersection'](_0x26b1c1);_0xd51ad8&&(_0x4561ca=_0xd51ad8['top']+0.25*_0xd51ad8['height']);}}if(void 0x0===_0x4561ca)return;const _0x10593e=h(_0x10315b['editing'],this['_currentOutlineDefinitions'],_0x4561ca);_0x10593e?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x10593e)):this['_setActiveViewItem'](-0x1);}}function h(_0x5144d5,_0x986fcd,_0x586ae1,_0x2ed498=0x0,_0x3d5f07=_0x986fcd['length']-0x1){const _0xd9b912=Math['floor'](_0x2ed498+(_0x3d5f07-_0x2ed498)/0x2);if(_0x3d5f07>=_0x2ed498){const _0x39345c=_0x986fcd[_0xd9b912],_0x31d083=_0x5144d5['mapper']['toViewElement'](_0x39345c['modelElement']);if(!_0x31d083)return null;const _0x5d1ce2=_0x5144d5['view']['domConverter']['mapViewToDom'](_0x31d083);return new _0xdc9bcc(_0x5d1ce2)['bottom']>_0x586ae1?h(_0x5144d5,_0x986fcd,_0x586ae1,_0x2ed498,_0xd9b912-0x1):h(_0x5144d5,_0x986fcd,_0x586ae1,_0xd9b912+0x1,_0x3d5f07);}return _0xd9b912<0x0?null:_0x986fcd[_0xd9b912];}class P extends _0x504c28{['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 _0x372034=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4bed2a;for(const _0x34f121 in _0x372034){const _0x556f2a=_0x34f121,_0x4614c0=_0x372034[_0x556f2a];if('documentOutlineLicenseKeyValid'==_0x4614c0||'documentOutlineLicenseKeyInvalid'==_0x4614c0||'documentOutlineLicenseKeyExpired'==_0x4614c0||'documentOutlineLicenseKeyDomainLimit'==_0x4614c0||'documentOutlineLicenseKeyNotAllowed'==_0x4614c0||'documentOutlineLicenseKeyEvaluationLimit'==_0x4614c0||'documentOutlineLicenseKeyTrialLimit'==_0x4614c0||'documentOutlineLicenseKeyUsageLimit'==_0x4614c0){delete _0x372034[_0x556f2a],_0x4bed2a=_0x4614c0,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4bed2a&&_0x372034['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4bed2a&&_0x372034['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4bed2a&&_0x372034['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4bed2a&&_0x372034['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4bed2a&&_0x372034['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x4bed2a&&_0x372034['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4bed2a&&_0x372034['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0xdc046c{['execute'](){this['editor']['model']['change'](_0x3bf297=>{this['editor']['model']['insertObject'](_0x3bf297['createElement']('tableOfContents'));});}['refresh'](){const _0x25e45a=this['editor']['model'],_0x3932ef=_0x25e45a['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x3932ef&&_0x25e45a['schema']['findAllowedParent'](_0x3932ef,'tableOfContents'));}}class T extends _0x504c28{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x5d943c=this['editor'];if(_0x5d943c['config']['get']('headingId.modelAttributeName'))return;(function(_0x3c3ee0){const _0x4cc7b9=new Map();if(_0x3c3ee0)return _0x3c3ee0['forEach'](_0xb9fd00=>{'paragraph'!==_0xb9fd00['model']&&_0x4cc7b9['set'](_0xb9fd00['view'],_0xb9fd00['model']);}),_0x4cc7b9['get']('h1')||_0x4cc7b9['set']('h1','heading1'),_0x4cc7b9;return _0x4cc7b9;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x4a9520,_0x5f3c3f)=>{this['_customUpcastHeadingsConversion'](_0x5f3c3f),this['_customDataDowncastHeadingsConversion'](_0x4a9520),_0x5d943c['model']['schema']['isRegistered'](_0x4a9520)&&_0x5d943c['model']['schema']['extend'](_0x4a9520,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x4cc4d2){this['editor']['conversion']['for']('upcast')['add'](_0x4470f0=>_0x4470f0['on']('element:'+_0x4cc4d2,(_0x2b8a27,_0x181a90,_0x4c41f1)=>{const {consumable:_0x504441,writer:_0x5b641a}=_0x4c41f1,_0x517f8e=_0x181a90['viewItem']['getAttribute']('id'),_0x44ad83=_0x181a90['modelRange']['getContainedElement']();if(_0x44ad83)return _0x517f8e&&_0x517f8e['length']||_0x44ad83['hasAttribute']('headingId')?void(_0x504441['consume'](_0x181a90['viewItem'],{'attributes':['id']})&&_0x5b641a['setAttribute']('headingId',_0x517f8e,_0x44ad83)):(_0x504441['consume'](_0x181a90['viewItem'],{'attributes':['id']}),void _0x5b641a['setAttribute']('headingId',_0x45c74f(),_0x44ad83));},{'priority':_0x233754['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xdd877a){this['editor']['conversion']['for']('downcast')['add'](_0x401da8=>_0x401da8['on']('attribute:headingId:'+_0xdd877a,(_0x37b2c1,_0x220e1e,_0x35abc5)=>{if(!_0x35abc5['consumable']['consume'](_0x220e1e['item'],_0x37b2c1['name']))return;const _0x3f5edc=_0x220e1e['item']['getAttribute']('headingId'),_0x183c00=_0x35abc5['mapper']['toViewElement'](_0x220e1e['item']);_0x35abc5['writer']['setAttribute']('id',_0x3f5edc,_0x183c00);}));}['_registerHeadingIdAttributePostfixer'](){const _0x161980=this['editor'],_0x410e16=new Set(),_0x44389d=new Set();function _0x38675e(_0x31e8ae,_0x481e5b){const _0x56218a=_0x45c74f();return _0x44389d['add'](_0x56218a),_0x31e8ae['setAttribute']('headingId',_0x56218a,_0x481e5b),_0x56218a;}function _0x4134f3(_0x329fe8,_0x1fa1f3){_0x329fe8['removeAttribute']('headingId',_0x1fa1f3);}_0x161980['model']['document']['registerPostFixer'](_0x495779=>{const _0x1d7216=_0x161980['model']['document']['differ']['getChanges']();let _0x589f39=!0x1;for(const _0x1ee64e of _0x1d7216)if('insert'==_0x1ee64e['type']&&_0x1ee64e['name']){if(b(_0x1ee64e['name'])){const _0x1208e0=_0x1ee64e['attributes']['get']('headingId');'string'==typeof _0x1208e0?_0x410e16['has'](_0x1208e0)?(_0x38675e(_0x495779,_0x1ee64e['position']['nodeAfter']),_0x589f39=!0x0):_0x44389d['add'](_0x1208e0):(_0x38675e(_0x495779,_0x1ee64e['position']['nodeAfter']),_0x589f39=!0x0);}else'string'==typeof _0x1ee64e['attributes']['get']('headingId')&&(_0x4134f3(_0x495779,_0x1ee64e['position']['nodeAfter']),_0x589f39=!0x0);}else{if('remove'==_0x1ee64e['type']){const _0x3d4eb1=_0x1ee64e['attributes']['get']('headingId');'string'==typeof _0x3d4eb1&&_0x410e16['delete'](_0x3d4eb1);}}return _0x589f39;}),_0x161980['model']['document']['on']('change',()=>{_0x44389d['forEach'](_0x44e7cf=>_0x410e16['add'](_0x44e7cf)),_0x44389d['clear']();});}}function b(_0x29400d){return!!_0x29400d['match'](/heading\d/);}class s extends _0x504c28{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x283e81,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3a18ef){super(_0x3a18ef),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0xb34139=this['editor'],_0x47ce2b=_0xb34139['editing']['view']['document'];_0xb34139['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0xb34139['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x47ce2b,'click',(_0x5edb8a,_0x3980f3)=>{if(!_0x3980f3['target'])return;const _0x24f1ca=_0x3980f3['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x24f1ca)&&(_0x3980f3['domEvent']['preventDefault'](),_0x5edb8a['stop'](),this['_handleScrollToHeading'](_0x24f1ca));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0xb34139['commands']['add']('insertTableOfContents',new _(_0xb34139)),(_0xb34139['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0xc333d1,_0x48c829)=>{this['_currentOutlineDefinitions']=_0x48c829['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0xb34139['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x2e86df){const _0x210aec=_0x57d0a5([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x101b72=0x6b9b05fd,_0x2a05ca=0x6b9c73d5^_0x101b72,_0x1d7740=window[_0x57d0a5([0x44,0x61,0x74,0x65])][_0x57d0a5([0x6e,0x6f,0x77])](),_0x3cf668=_0x2e86df[_0x57d0a5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x35bc31=new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfab11b=>{_0x3cf668[_0x57d0a5([0x6f,0x6e,0x63,0x65])](_0x57d0a5([0x72,0x65,0x61,0x64,0x79]),_0xfab11b);}),_0x8f6df5={[_0x57d0a5([0x6b,0x74,0x79])]:_0x57d0a5([0x45,0x43]),[_0x57d0a5([0x75,0x73,0x65])]:_0x57d0a5([0x73,0x69,0x67]),[_0x57d0a5([0x63,0x72,0x76])]:_0x57d0a5([0x50,0x2d,0x32,0x35,0x36]),[_0x57d0a5([0x78])]:_0x57d0a5([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]),[_0x57d0a5([0x79])]:_0x57d0a5([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]),[_0x57d0a5([0x61,0x6c,0x67])]:_0x57d0a5([0x45,0x53,0x32,0x35,0x36])},_0x36e1b5=_0x3cf668[_0x57d0a5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x57d0a5([0x67,0x65,0x74])](_0x57d0a5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x96ef46(){let _0x6fc08d,_0x5ab532=null,_0xe171b6=null;try{if(_0x36e1b5==_0x57d0a5([0x47,0x50,0x4c]))return _0x57d0a5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x6fc08d=_0x4d97fe(),!_0x6fc08d)return _0x57d0a5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x6fc08d[_0x57d0a5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xe171b6=_0x354765(_0x6fc08d[_0x57d0a5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x6fc08d[_0x57d0a5([0x6a,0x74,0x69])])),await _0x430574()?_0x15fbea()?_0x332c74()?_0x57d0a5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x45a6b7()?(_0x6fc08d[_0x57d0a5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57d0a5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5ab532=_0x1e007a(_0x57d0a5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x6fc08d[_0x57d0a5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x57d0a5([0x74,0x72,0x69,0x61,0x6c])&&(_0x5ab532=_0x1e007a(_0x57d0a5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3813b4()):_0x57d0a5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x57d0a5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x57d0a5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x57d0a5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x332c74(){const _0x1aef94=[_0x57d0a5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x57d0a5([0x74,0x72,0x69,0x61,0x6c])][_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6fc08d[_0x57d0a5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1d7740/0x3e8:0xe10*_0x2a05ca;return _0x6fc08d[_0x57d0a5([0x65,0x78,0x70])]<_0x1aef94;}function _0x15fbea(){const _0x8873e2=_0x6fc08d[_0x57d0a5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x8873e2&&(!!_0x8873e2[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57d0a5([0x2a]))||(!!_0x8873e2[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57d0a5([0x54,0x4f,0x43]))||(!!_0x8873e2[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57d0a5([0x50,0x50]))||!(!_0x8873e2[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57d0a5([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3b4394()))));}function _0x45a6b7(){const _0x13774a=_0x6fc08d[_0x57d0a5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x13774a||0x0==_0x13774a[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x436a02}=new URL(window[_0x57d0a5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x13774a[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436a02))return!0x0;const _0x42f643=_0x436a02[_0x57d0a5([0x73,0x70,0x6c,0x69,0x74])](_0x57d0a5([0x2e]));return _0x13774a[_0x57d0a5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14f92a=>_0x14f92a[_0x57d0a5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x57d0a5([0x2a])))[_0x57d0a5([0x6d,0x61,0x70])](_0x350d4b=>_0x350d4b[_0x57d0a5([0x73,0x70,0x6c,0x69,0x74])](_0x57d0a5([0x2e])))[_0x57d0a5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ec8f3=>_0x5ec8f3[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x42f643[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57d0a5([0x6d,0x61,0x70])](_0x32ca65=>Array(_0x42f643[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x32ca65[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x57d0a5([0x66,0x69,0x6c,0x6c])](_0x32ca65[0x0]===_0x57d0a5([0x2a])?_0x57d0a5([0x2a]):'')[_0x57d0a5([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x32ca65))[_0x57d0a5([0x73,0x6f,0x6d,0x65])](_0x53f976=>_0x42f643[_0x57d0a5([0x65,0x76,0x65,0x72,0x79])]((_0xdb6283,_0x53174e)=>_0x53f976[_0x53174e]===_0xdb6283||_0x53f976[_0x53174e]===_0x57d0a5([0x2a])));}function _0x3813b4(){return _0x5ab532&&_0xe171b6?new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b1c70,_0x4ce0b4)=>{_0x5ab532[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x4b1c70,_0x4ce0b4),_0xe171b6[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x1463f1=>{_0x1463f1!=_0x57d0a5([0x56,0x61,0x6c,0x69,0x64])&&_0x4b1c70(_0x1463f1);},_0x4ce0b4);}):_0x5ab532||_0xe171b6||_0x57d0a5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x354765(_0x62e6e7,_0x19f1bc){return new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x386bee=>{if(_0x178fbc())return _0x386bee(_0x57d0a5([0x56,0x61,0x6c,0x69,0x64]));_0x17bbd5(),_0x3cf668[_0x57d0a5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x57d0a5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5649c7=!0x1;const _0x3fad53=_0x45c74f();function _0x53f9c7(_0x551d98){return!!_0x551d98&&(typeof _0x551d98===_0x57d0a5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x551d98===_0x57d0a5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x551d98[_0x57d0a5([0x74,0x68,0x65,0x6e])]===_0x57d0a5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x551d98[_0x57d0a5([0x63,0x61,0x74,0x63,0x68])]===_0x57d0a5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2c1747(_0x17936c){_0x4e538d(_0x17936c)[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x136a52=>{if(!_0x136a52||_0x136a52[_0x57d0a5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x57d0a5([0x6f,0x6b]))return _0x57d0a5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4b22a2(_0x203122(_0x3fad53+_0x19f1bc))!=_0x136a52[_0x57d0a5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x57d0a5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x57d0a5([0x56,0x61,0x6c,0x69,0x64]);})[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x643938=>(_0x3e8410(),_0x643938),()=>{const _0x15d5a3=_0x244f16();return null==_0x15d5a3?(_0x3e8410(),_0x57d0a5([0x56,0x61,0x6c,0x69,0x64])):_0x57d0a5(_0x1d7740-_0x15d5a3>(0x4f9781fd^_0x101b72)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x386bee)[_0x57d0a5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x386bee(_0x57d0a5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2e3a05=0x6badeb7d^_0x101b72;function _0x3e8410(){const _0x49b61e=_0x57d0a5([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b22a2(_0x203122(_0x62e6e7)),_0xd90dcc=_0x54890a(_0x4b22a2(window[_0x57d0a5([0x4d,0x61,0x74,0x68])][_0x57d0a5([0x63,0x65,0x69,0x6c])](_0x1d7740/_0x2e3a05)));window[_0x57d0a5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57d0a5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x49b61e,_0xd90dcc);}function _0x244f16(){const _0x59baa0=_0x57d0a5([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b22a2(_0x203122(_0x62e6e7)),_0x1f7825=window[_0x57d0a5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x57d0a5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59baa0);return _0x1f7825?window[_0x57d0a5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x54890a(_0x1f7825),0x10)*_0x2e3a05:null;}function _0x4e538d(_0x84dc6b){return new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4522c0,_0x592e28)=>{_0x84dc6b[_0x57d0a5([0x74,0x68,0x65,0x6e])](_0x4522c0,_0x592e28),window[_0x57d0a5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x592e28,0x6b9ad13d^_0x101b72);});}}_0x3cf668[_0x57d0a5([0x6f,0x6e])](_0x57d0a5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ea569,_0x44849a)=>{if(_0x44849a[0x0]!=_0x62e6e7)return _0x386bee(_0x57d0a5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x44849a[0x1]={..._0x44849a[0x1],[_0x57d0a5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3fad53};},{[_0x57d0a5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57d0a5([0x68,0x69,0x67,0x68])}),_0x3cf668[_0x57d0a5([0x6f,0x6e])](_0x57d0a5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4a8224=>{_0x53f9c7(_0x4a8224[_0x57d0a5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5649c7=!0x0,_0x2c1747(_0x4a8224[_0x57d0a5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x57d0a5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x57d0a5([0x6c,0x6f,0x77])}),_0x35bc31[_0x57d0a5([0x74,0x68,0x65,0x6e])](()=>{_0x5649c7||_0x386bee(_0x57d0a5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x178fbc(){return _0x3cf668[_0x57d0a5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57d0a5([0x76,0x69,0x65,0x77])][_0x57d0a5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x57d0a5([0x61,0x75,0x74,0x6f]);}function _0x17bbd5(){_0x3cf668[_0x57d0a5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57d0a5([0x76,0x69,0x65,0x77])][_0x57d0a5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57d0a5([0x61,0x75,0x74,0x6f]);}}function _0x1e007a(_0xb0ef4c){const _0x24b047=[new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bddb4=>setTimeout(_0x1bddb4,0x6b923b31^_0x101b72)),_0x35bc31[_0x57d0a5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b7aa7=>{let _0x13f954=0x0;_0x3cf668[_0x57d0a5([0x6d,0x6f,0x64,0x65,0x6c])][_0x57d0a5([0x6f,0x6e])](_0x57d0a5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f548b,_0x570acd)=>{_0x570acd[0x0][_0x57d0a5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x13f954++,_0x13f954==(0x6b9b0405^_0x101b72)&&(_0x2b7aa7(),_0x1f548b[_0x57d0a5([0x6f,0x66,0x66])]());});}))];return window[_0x57d0a5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57d0a5([0x72,0x61,0x63,0x65])](_0x24b047)[_0x57d0a5([0x74,0x68,0x65,0x6e])](()=>_0xb0ef4c);}async function _0x164728(){await _0x35bc31,_0x3cf668[_0x57d0a5([0x6d,0x6f,0x64,0x65,0x6c])][_0x57d0a5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1654d9,_0x3cf668[_0x57d0a5([0x6d,0x6f,0x64,0x65,0x6c])][_0x57d0a5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1654d9,_0x3cf668[_0x57d0a5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x57d0a5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3b4394(){return window[_0x57d0a5([0x67,0x6c,0x6f,0x62])]&&window[_0x57d0a5([0x67,0x6c,0x6f,0x62])][_0x57d0a5([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x5a3803(_0x49d280){const _0xdc82d7=_0x4b419c();_0x3cf668[_0xdc82d7]=_0x57d0a5([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])+_0x49d280,_0x49d280!=_0x57d0a5([0x56,0x61,0x6c,0x69,0x64])&&_0x164728();}function _0x4b419c(){const _0x2fea14=window[_0x57d0a5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x57d0a5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x57d0a5([0x6e,0x6f,0x77])]())[_0x57d0a5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x57d0a5([0x2e]),'');let _0x515fcd=_0x57d0a5([0x6d]);for(let _0x1836d2=0x0;_0x1836d2<_0x2fea14[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1836d2+=0x2){let _0x5e8b57=window[_0x57d0a5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fea14[_0x57d0a5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1836d2,_0x1836d2+0x2));_0x5e8b57>=_0x210aec[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5e8b57-=_0x210aec[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x515fcd+=_0x210aec[_0x5e8b57];}return _0x515fcd;}function _0x4d97fe(){const _0x157485=_0x36e1b5[_0x57d0a5([0x73,0x70,0x6c,0x69,0x74])](_0x57d0a5([0x2e]));if(0x3!=_0x157485[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x37e1b0(_0x157485[0x1]);function _0x37e1b0(_0x1f1fa3){const _0x13df41=_0x2ff5c9(_0x1f1fa3);return _0x13df41&&_0x1f0823()?_0x13df41:null;function _0x1f0823(){const _0x27dba0=_0x13df41[_0x57d0a5([0x6a,0x74,0x69])],_0x53b67c=window[_0x57d0a5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27dba0[_0x57d0a5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27dba0[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x34eea8={..._0x13df41,[_0x57d0a5([0x6a,0x74,0x69])]:_0x27dba0[_0x57d0a5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27dba0[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x34eea8[_0x57d0a5([0x76,0x63])],_0x203122(_0x34eea8)==_0x53b67c;}}}async function _0x430574(){let _0x58987c=!0x0;try{const _0x7d6b98=_0x36e1b5[_0x57d0a5([0x73,0x70,0x6c,0x69,0x74])](_0x57d0a5([0x2e])),[_0x14cca1,_0x6b6dc0,_0x1586a7]=_0x7d6b98;return _0x256f48(_0x14cca1),await _0x20235d(_0x14cca1,_0x6b6dc0,_0x1586a7),_0x58987c;}catch{return!0x1;}function _0x256f48(_0x3bf0c9){const _0x5c979b=_0x2ff5c9(_0x3bf0c9);_0x5c979b&&_0x5c979b[_0x57d0a5([0x61,0x6c,0x67])]==_0x57d0a5([0x45,0x53,0x32,0x35,0x36])||(_0x58987c=!0x1);}async function _0x20235d(_0x37b9b2,_0x5d4667,_0x250005){const _0x3bac86=window[_0x57d0a5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x57d0a5([0x66,0x72,0x6f,0x6d])](_0x4e96d0(_0x250005),_0x2d321e=>_0x2d321e[_0x57d0a5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5e3011=new window[(_0x57d0a5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x57d0a5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37b9b2+_0x57d0a5([0x2e])+_0x5d4667),_0x4d74a0=window[_0x57d0a5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x57d0a5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4d74a0)return;const _0x1ea372=await _0x4d74a0[_0x57d0a5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x57d0a5([0x6a,0x77,0x6b]),_0x8f6df5,{[_0x57d0a5([0x6e,0x61,0x6d,0x65])]:_0x57d0a5([0x45,0x43,0x44,0x53,0x41]),[_0x57d0a5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x57d0a5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x57d0a5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4d74a0[_0x57d0a5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x57d0a5([0x6e,0x61,0x6d,0x65])]:_0x57d0a5([0x45,0x43,0x44,0x53,0x41]),[_0x57d0a5([0x68,0x61,0x73,0x68])]:{[_0x57d0a5([0x6e,0x61,0x6d,0x65])]:_0x57d0a5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1ea372,_0x3bac86,_0x5e3011)||(_0x58987c=!0x1);}}function _0x2ff5c9(_0xc97cbf){return _0xc97cbf[_0x57d0a5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x57d0a5([0x65,0x79]))?JSON[_0x57d0a5([0x70,0x61,0x72,0x73,0x65])](_0x4e96d0(_0xc97cbf)):null;}function _0x4e96d0(_0x232a3c){return window[_0x57d0a5([0x61,0x74,0x6f,0x62])](_0x232a3c[_0x57d0a5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x57d0a5([0x2b]))[_0x57d0a5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x57d0a5([0x2f])));}function _0x203122(_0x2ca7b0){let _0x127914=0x1505;function _0x49364c(_0x3dcf7c){for(let _0x1d046b=0x0;_0x1d046b<_0x3dcf7c[_0x57d0a5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d046b++){const _0x2372e4=_0x3dcf7c[_0x57d0a5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1d046b);_0x127914=(_0x127914<<0x5)+_0x127914+_0x2372e4,_0x127914&=_0x127914;}}function _0x451796(_0x4ed4b8){Array[_0x57d0a5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ed4b8)?_0x4ed4b8[_0x57d0a5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x451796):_0x4ed4b8&&typeof _0x4ed4b8==_0x57d0a5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x57d0a5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ed4b8)[_0x57d0a5([0x73,0x6f,0x72,0x74])]()[_0x57d0a5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x31f341,_0x4a66ea])=>{_0x49364c(_0x31f341),_0x451796(_0x4a66ea);}):_0x49364c(window[_0x57d0a5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ed4b8));}return _0x451796(_0x2ca7b0),_0x127914>>>0x0;}function _0x4b22a2(_0x54932d){return _0x54932d[_0x57d0a5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x57d0a5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x57d0a5([0x30]));}function _0x54890a(_0x31ada2){return _0x31ada2[_0x57d0a5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x57d0a5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x57d0a5([0x6a,0x6f,0x69,0x6e])]('');}function _0x1654d9(){}function _0x57d0a5(_0x309ce6){return _0x309ce6['map'](_0x53f26a=>String['fromCharCode'](_0x53f26a))['join']('');}_0x5a3803(await _0x96ef46());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x55eb86=>{'$graveyard'!==_0x55eb86['rootName']&&this['editor']['editing']['reconvertItem'](_0x55eb86);});}['_trackNewToCElements'](){for(const _0xc538 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0xc538['type']||'tableOfContents'!==_0xc538['name'])return;this['_tableOfContentsElements']['add'](_0xc538['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x2470ff=this['editor']['conversion'];_0x2470ff['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x2470ff['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x126373,{writer:_0x463826})=>this['_createTableOfContents'](_0x463826,!0x0)}),_0x2470ff['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1aa327,{writer:_0x2c279e})=>{this['_tableOfContentsElements']['add'](_0x1aa327);const _0x5c1942=this['_createTableOfContents'](_0x2c279e);return _0x4095e3(_0x5c1942,_0x2c279e,{'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'](_0x2b7975,_0x51fc71=!0x1){const {locale:_0x3d0a1f}=this['editor'],_0x332fcc=_0x2b7975['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x51fc71&&{'data-table-of-contents-label':j(_0x3d0a1f,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x51fc71&&_0x2b7975['insert'](_0x2b7975['createPositionAt'](_0x332fcc,'end'),_0x2b7975['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2b7975['createText'](j(_0x3d0a1f,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x24059b=_0x51fc71?'':'['+j(_0x3d0a1f,'Empty\x20heading')+']';let _0x26aadb=_0x332fcc;return this['_currentOutlineDefinitions']['forEach']((_0x99e791,_0x2318e7,_0x51ca34)=>{const _0x228912=this['editor']['model']['hasContent'](_0x99e791['modelElement'],{'ignoreWhitespaces':!0x0}),_0x4e0383=_0x228912?_0x99e791['text']:_0x24059b,_0x1593eb=_0x99e791['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x5c79f2=_0x2b7975['createContainerElement']('a',{'href':'#'+_0x1593eb,...!_0x51fc71&&{'tabindex':'-1'}},[_0x2b7975['createText'](_0x4e0383)]),_0x3dc228=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2b7975['setCustomProperty']('tableOfContentsHeadingIndex',_0x2318e7,_0x5c79f2);const _0x59672c=_0x2b7975['createContainerElement']('li',null,[_0x228912||!_0x51fc71&&_0x3dc228?_0x5c79f2:_0x2b7975['createText']('')]),_0x54bb4a=_0x2318e7?_0x51ca34[_0x2318e7-0x1]['level']:0x0,_0x476f40=Math['abs'](_0x99e791['level']-_0x54bb4a);if(_0x99e791['level']>_0x54bb4a){const _0x227461=N(_0x59672c,_0x476f40,_0x2b7975);_0x2b7975['insert'](_0x2b7975['createPositionAt'](_0x26aadb,'end'),_0x227461);}else{const _0x1d81e4=function(_0x39d382,_0x227a22){return _0x39d382['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x25ed0c=>_0x25ed0c['is']('element','ol'))[_0x227a22];}(_0x26aadb,_0x476f40);_0x2b7975['insert'](_0x2b7975['createPositionAt'](_0x1d81e4,'end'),_0x59672c);}_0x26aadb=_0x59672c;}),_0x332fcc;}['_handleScrollToHeading'](_0x142c96){const _0x42ced9=this['_currentOutlineDefinitions'][_0x142c96]['modelElement'];this['editor']['model']['change'](_0x182bc6=>{_0x182bc6['setSelection'](_0x42ced9,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x23a7a0,_0x2c3e6c)=>{const _0x3b2946=_0x2c3e6c['mapper'],_0x4d27e9=_0x3b2946['findMappedViewAncestor'](_0x2c3e6c['viewPosition']),_0x4220cd=_0x3b2946['toModelElement'](_0x4d27e9);_0x4220cd['is']('element','tableOfContents')&&(_0x2c3e6c['modelPosition']=this['editor']['model']['createPositionAt'](_0x4220cd,0x0),_0x23a7a0['stop']());};}}function N(_0x1e2115,_0x1cff02,_0x484c5e){return 0x1===_0x1cff02?_0x484c5e['createContainerElement']('ol',null,[_0x1e2115]):_0x484c5e['createContainerElement']('ol',null,[_0x484c5e['createContainerElement']('li',null,[N(_0x1e2115,_0x1cff02-0x1,_0x484c5e)])]);}class o extends _0x504c28{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x38b15e=this['editor'];_0x38b15e['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x857140=this['_createButton'](_0x541c51);return _0x857140['tooltip']=!0x0,_0x857140;}),_0x38b15e['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x2bb4d9)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x44caf7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x7d9dc1;for(const _0x4b6a61 in _0x44caf7){const _0xc09adb=_0x4b6a61,_0x1ee0ac=_0x44caf7[_0xc09adb];if('tableOfContentsLicenseKeyValid'==_0x1ee0ac||'tableOfContentsLicenseKeyInvalid'==_0x1ee0ac||'tableOfContentsLicenseKeyExpired'==_0x1ee0ac||'tableOfContentsLicenseKeyDomainLimit'==_0x1ee0ac||'tableOfContentsLicenseKeyNotAllowed'==_0x1ee0ac||'tableOfContentsLicenseKeyEvaluationLimit'==_0x1ee0ac||'tableOfContentsLicenseKeyTrialLimit'==_0x1ee0ac||'tableOfContentsLicenseKeyUsageLimit'==_0x1ee0ac){delete _0x44caf7[_0xc09adb],_0x7d9dc1=_0x1ee0ac,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x7d9dc1&&_0x44caf7['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x23356e){const _0x314ea2=this['editor'],_0xb14f0d=_0x314ea2['locale'],_0x527096=_0x314ea2['commands']['get']('insertTableOfContents'),_0xbb106f=new _0x23356e(_0xb14f0d);return _0xbb106f['set']({'label':j(_0xb14f0d,'Table\x20of\x20contents'),'icon':_0x53aac5}),_0xbb106f['bind']('isEnabled')['to'](_0x527096,'isEnabled'),this['listenTo'](_0xbb106f,'execute',()=>{_0x314ea2['execute']('insertTableOfContents'),_0x314ea2['editing']['view']['focus']();}),_0xbb106f;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x504c28{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{P as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,T as HeadingId,D as TableOfContents,_ as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
23
|
+
import{Plugin as _0x2c5407,Command as _0x3d2edb}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x27e43c,throttle as _0x23b4ff}from'es-toolkit/compat';import{ModelText as _0x5cde23,ModelTreeWalker as _0x3c80ee}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x48b10b,diffToChanges as _0x1a3280,scrollAncestorsToShowTarget as _0x188153,CKEditorError as _0x2e4492,global as _0x1ea920,Rect as _0x2557b1,uid as _0xba29ad,priorities as _0x518bed}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0xf963c9,ButtonView as _0x2d0cc0,MenuBarMenuListItemButtonView as _0x5ab4d1}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x61d77c,toWidget as _0xc1f770}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x3e481c}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x7c6096){let _0x180371='';for(const _0x3018f1 of _0x7c6096['getChildren']())_0x3018f1 instanceof _0x5cde23&&(_0x180371+=_0x3018f1['data']);return _0x180371;}class i extends _0x2c5407{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x57f72f=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x543af4=[];_0x57f72f['model']['document']['on']('change',_0x27e43c(()=>{const _0x2a9a1c=_0x543af4;_0x543af4=this['_getOutlineDefinitions']();const _0xb9fc36=_0x48b10b(_0x2a9a1c,_0x543af4,(_0x74189b,_0x488900)=>_0x74189b['level']===_0x488900['level']&&_0x74189b['text']===_0x488900['text']&&_0x74189b['modelElement']===_0x488900['modelElement']),_0x1448c3=_0x1a3280(_0xb9fc36,_0x543af4),_0x1835fa=this['_getActiveHeading'](),_0x19ad7b=_0x543af4['findIndex'](_0x4ba694=>_0x4ba694['modelElement']===_0x1835fa);_0x1448c3['length']&&this['fire']('change',{'outlineDefinitions':_0x543af4,'activeItemIndex':_0x19ad7b,'outlineChanges':_0x1448c3}),this['fire']('activeItemIndex',{'index':_0x19ad7b});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0xe550db=this['editor'],_0x4d267d=[],_0x49d564=this['_headingNames'];for(const _0x416d40 of _0xe550db['model']['document']['getRootNames']())_0x3cefbb(_0xe550db['model']['document']['getRoot'](_0x416d40));function _0x3cefbb(_0x2ab103){for(const _0x2dc525 of _0x2ab103['getChildren']())_0x2dc525['is']('element')&&(_0x49d564['includes'](_0x2dc525['name'])&&_0x4d267d['push']({'level':_0x49d564['indexOf'](_0x2dc525['name'])+0x1,'text':g(_0x2dc525),'modelElement':_0x2dc525}),_0x3cefbb(_0x2dc525));}return _0x4d267d;}['_getActiveHeading'](){const _0x5ee5df=this['editor']['model']['document']['selection']['getFirstPosition'](),_0xdf4846=new _0x3c80ee({'direction':'backward','startPosition':_0x5ee5df});for(const _0x46f646 of _0xdf4846)if(_0x46f646['item']['is']('element')&&this['_headingNames']['includes'](_0x46f646['item']['name']))return _0x46f646['item'];}['_getHeadingNames'](){const _0x293833=this['editor']['config']['get']('documentOutline.headings');return _0x293833||function(_0x4ea2e8){const _0x41b83f=_0x4ea2e8['config']['get']('heading.options');return _0x41b83f?_0x41b83f['reduce']((_0x537274,_0x45aa77)=>('paragraph'!==_0x45aa77['model']&&_0x537274['push'](_0x45aa77['model']),_0x537274),[]):_0x4ea2e8['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x79e398=this['editor'],_0xd0174=['h1','h2','h3','h4','h5','h6'],_0x390e24=[];for(const _0x2bd0a6 of _0xd0174){const _0x458d01=_0x79e398['editing']['view']['domConverter']['domToView'](document['createElement'](_0x2bd0a6)),_0x3e490c=_0x79e398['data']['toModel'](_0x458d01)['getChild'](0x0);_0x3e490c?.['is']('element')&&_0x390e24['push'](_0x3e490c['name']);}this['_headingNames']=_0x390e24;}}function j(_0x157c96,_0x30fa12){const t=_0x157c96['t'];switch(_0x30fa12){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 _0x30fa12;}}class A extends _0xf963c9{constructor(_0x5524a3,_0x596ede=!0x1){super(_0x5524a3);const _0x2ce976=this['bindTemplate'],_0x5f0b24=_0x596ede?'['+j(_0x5524a3,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x1da3aa=>!_0x1da3aa),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x2ce976['to']('level',_0x38ddea=>'ck-document-outline__item_level-'+_0x38ddea),_0x2ce976['if']('isActive','ck-document-outline__item_active'),_0x2ce976['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x2ce976['to']('text')},'children':[{'text':_0x2ce976['to']('text',_0xd8f9e4=>_0xd8f9e4||_0x5f0b24)}],'on':{'click':_0x2ce976['to']('click')}});}}class f extends _0xf963c9{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x56ec81,_0x5b3337=!0x1,_0xd34a4f){super(_0x56ec81),this['showEmptyHeadingText']=_0x5b3337,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0xd34a4f,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0xcc6c7c,_0x3c16c2,_0x3e8420,_0x2465ae)=>{this['_setActiveItem'](_0x2465ae,_0x3e8420);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x56ec81['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x56ec81,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x33ddf7){_0x33ddf7['forEach'](_0x1f42e4=>{'insert'==_0x1f42e4['type']?this['_insertItem'](_0x1f42e4['index'],..._0x1f42e4['values']):'delete'==_0x1f42e4['type']&&this['_deleteItem'](_0x1f42e4['index'],_0x1f42e4['howMany']);});}['_setActiveItem'](_0x19775a,_0x26cb89){if(-0x1!==_0x19775a){const _0x2b4e2c=this['items']['get'](_0x19775a);_0x2b4e2c&&(_0x2b4e2c['isActive']=!0x1);}-0x1!==_0x26cb89&&(this['items']['get'](_0x26cb89)['isActive']=!0x0,this['_scrollToItem'](_0x26cb89));}['_insertItem'](_0x310960,..._0xc479e8){const _0x2c3fb2=_0xc479e8['map']((_0x432cb4,_0x3c3e33)=>{const _0x3ea636=new A(this['locale'],this['showEmptyHeadingText']);return _0x3ea636['text']=_0x432cb4['text'],_0x3ea636['level']=_0x432cb4['level'],_0x310960+_0x3c3e33===this['activeItemIndex']&&(_0x3ea636['isActive']=!0x0),_0x3ea636;});this['items']['addMany'](_0x2c3fb2,_0x310960);}['_deleteItem'](_0x4c6d8d,_0x4c9403){do{this['items']['remove'](_0x4c6d8d);}while(--_0x4c9403);}['_handleItemClick'](_0x37a048){const _0x6f4ca5=this['items']['getIndex'](_0x37a048['source']);this['fire']('itemSelected',_0x6f4ca5);}['_scrollToItem'](_0x3d1976){_0x188153(this['items']['get'](_0x3d1976)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x2c5407{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1631fb){super(_0x1631fb),this['view']=new f(_0x1631fb['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x23b4ff(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3486ff=this['editor'],_0x9c464a=_0x3486ff['plugins']['get']('DocumentOutlineUtils');let _0x5e6e89=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3486ff['config']['get']('documentOutline.container'))throw new _0x2e4492('document-outline-container-not-provided',{'editor':_0x3486ff});_0x3486ff['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x9c464a['on']('change',this['_handleOutlineChange']['bind'](this)),_0x9c464a['on']('activeItemIndex',(_0x47ac4f,{index:_0x452239})=>this['_setActiveViewItem'](_0x452239)),this['view']['on']('itemSelected',(_0x56e514,_0x53c66a)=>{_0x5e6e89=!0x0,this['_handleItemSelected'](_0x53c66a);}),this['view']['listenTo'](_0x1ea920['document'],'scroll',()=>{_0x5e6e89?_0x5e6e89=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x1ea920['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5500e8){const _0x3242db=_0xa98007([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x5237eb=0x1cb264a3,_0x36c1d5=0x1cb512e3^_0x5237eb,_0x1a1fca=window[_0xa98007([0x44,0x61,0x74,0x65])][_0xa98007([0x6e,0x6f,0x77])](),_0x1242a2=_0x5500e8[_0xa98007([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x10dd78=new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9332a1=>{_0x1242a2[_0xa98007([0x6f,0x6e,0x63,0x65])](_0xa98007([0x72,0x65,0x61,0x64,0x79]),_0x9332a1);}),_0x32be64={[_0xa98007([0x6b,0x74,0x79])]:_0xa98007([0x45,0x43]),[_0xa98007([0x75,0x73,0x65])]:_0xa98007([0x73,0x69,0x67]),[_0xa98007([0x63,0x72,0x76])]:_0xa98007([0x50,0x2d,0x32,0x35,0x36]),[_0xa98007([0x78])]:_0xa98007([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]),[_0xa98007([0x79])]:_0xa98007([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]),[_0xa98007([0x61,0x6c,0x67])]:_0xa98007([0x45,0x53,0x32,0x35,0x36])},_0x12f8c1=_0x1242a2[_0xa98007([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa98007([0x67,0x65,0x74])](_0xa98007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x162512(){let _0x506646,_0x404343=null,_0x38dc7a=null;try{if(_0x12f8c1==_0xa98007([0x47,0x50,0x4c]))return _0xa98007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x506646=_0x5dcfe8(),!_0x506646)return _0xa98007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x506646[_0xa98007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x38dc7a=_0x217783(_0x506646[_0xa98007([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x506646[_0xa98007([0x6a,0x74,0x69])])),await _0xfec192()?_0x4b1f41()?_0x37c653()?_0xa98007([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2117f2()?(_0x506646[_0xa98007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa98007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x404343=_0x5f244b(_0xa98007([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x506646[_0xa98007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa98007([0x74,0x72,0x69,0x61,0x6c])&&(_0x404343=_0x5f244b(_0xa98007([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x414087()):_0xa98007([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa98007([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa98007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xa98007([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x37c653(){const _0x582184=[_0xa98007([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa98007([0x74,0x72,0x69,0x61,0x6c])][_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x506646[_0xa98007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1a1fca/0x3e8:0xe10*_0x36c1d5;return _0x506646[_0xa98007([0x65,0x78,0x70])]<_0x582184;}function _0x4b1f41(){const _0x3d1a3a=_0x506646[_0xa98007([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d1a3a&&(!!_0x3d1a3a[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa98007([0x2a]))||(!!_0x3d1a3a[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa98007([0x44,0x4f]))||(!!_0x3d1a3a[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa98007([0x50,0x50]))||!(!_0x3d1a3a[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa98007([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x546304()))));}function _0x2117f2(){const _0x5d79c0=_0x506646[_0xa98007([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5d79c0||0x0==_0x5d79c0[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xbfe4cb}=new URL(window[_0xa98007([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5d79c0[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xbfe4cb))return!0x0;const _0x1b3855=_0xbfe4cb[_0xa98007([0x73,0x70,0x6c,0x69,0x74])](_0xa98007([0x2e]));return _0x5d79c0[_0xa98007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ed58d=>_0x2ed58d[_0xa98007([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa98007([0x2a])))[_0xa98007([0x6d,0x61,0x70])](_0x576785=>_0x576785[_0xa98007([0x73,0x70,0x6c,0x69,0x74])](_0xa98007([0x2e])))[_0xa98007([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x272481=>_0x272481[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1b3855[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa98007([0x6d,0x61,0x70])](_0x4d8e8e=>Array(_0x1b3855[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4d8e8e[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa98007([0x66,0x69,0x6c,0x6c])](_0x4d8e8e[0x0]===_0xa98007([0x2a])?_0xa98007([0x2a]):'')[_0xa98007([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4d8e8e))[_0xa98007([0x73,0x6f,0x6d,0x65])](_0x4260a0=>_0x1b3855[_0xa98007([0x65,0x76,0x65,0x72,0x79])]((_0x2d8891,_0x595b5f)=>_0x4260a0[_0x595b5f]===_0x2d8891||_0x4260a0[_0x595b5f]===_0xa98007([0x2a])));}function _0x414087(){return _0x404343&&_0x38dc7a?new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ed874,_0x3a2cfb)=>{_0x404343[_0xa98007([0x74,0x68,0x65,0x6e])](_0x2ed874,_0x3a2cfb),_0x38dc7a[_0xa98007([0x74,0x68,0x65,0x6e])](_0x1751a8=>{_0x1751a8!=_0xa98007([0x56,0x61,0x6c,0x69,0x64])&&_0x2ed874(_0x1751a8);},_0x3a2cfb);}):_0x404343||_0x38dc7a||_0xa98007([0x56,0x61,0x6c,0x69,0x64]);}}function _0x217783(_0x1d0f3f,_0x42eb25){return new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x275211=>{if(_0x928ccb())return _0x275211(_0xa98007([0x56,0x61,0x6c,0x69,0x64]));_0x2da178(),_0x1242a2[_0xa98007([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa98007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x931901=!0x1;const _0x181893=_0xba29ad();function _0x30c783(_0xfffeb4){return!!_0xfffeb4&&(typeof _0xfffeb4===_0xa98007([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xfffeb4===_0xa98007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xfffeb4[_0xa98007([0x74,0x68,0x65,0x6e])]===_0xa98007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xfffeb4[_0xa98007([0x63,0x61,0x74,0x63,0x68])]===_0xa98007([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x73f265(_0x710065){_0x1af98e(_0x710065)[_0xa98007([0x74,0x68,0x65,0x6e])](_0x285157=>{if(!_0x285157||_0x285157[_0xa98007([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa98007([0x6f,0x6b]))return _0xa98007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30487d(_0x58a3ed(_0x181893+_0x42eb25))!=_0x285157[_0xa98007([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa98007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa98007([0x56,0x61,0x6c,0x69,0x64]);})[_0xa98007([0x74,0x68,0x65,0x6e])](_0x558f21=>(_0x21eff4(),_0x558f21),()=>{const _0x3a6371=_0x4daf37();return null==_0x3a6371?(_0x21eff4(),_0xa98007([0x56,0x61,0x6c,0x69,0x64])):_0xa98007(_0x1a1fca-_0x3a6371>(0x38bee0a3^_0x5237eb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa98007([0x74,0x68,0x65,0x6e])](_0x275211)[_0xa98007([0x63,0x61,0x74,0x63,0x68])](()=>{_0x275211(_0xa98007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x50e879=0x1c848a23^_0x5237eb;function _0x21eff4(){const _0x5ae7e0=_0xa98007([0x6c,0x6c,0x63,0x74,0x2d])+_0x30487d(_0x58a3ed(_0x1d0f3f)),_0x3893c3=_0x51ce4c(_0x30487d(window[_0xa98007([0x4d,0x61,0x74,0x68])][_0xa98007([0x63,0x65,0x69,0x6c])](_0x1a1fca/_0x50e879)));window[_0xa98007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa98007([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ae7e0,_0x3893c3);}function _0x4daf37(){const _0x190168=_0xa98007([0x6c,0x6c,0x63,0x74,0x2d])+_0x30487d(_0x58a3ed(_0x1d0f3f)),_0x264e6b=window[_0xa98007([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa98007([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x190168);return _0x264e6b?window[_0xa98007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51ce4c(_0x264e6b),0x10)*_0x50e879:null;}function _0x1af98e(_0x20af5f){return new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45453d,_0x1fb482)=>{_0x20af5f[_0xa98007([0x74,0x68,0x65,0x6e])](_0x45453d,_0x1fb482),window[_0xa98007([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1fb482,0x1cb3b063^_0x5237eb);});}}_0x1242a2[_0xa98007([0x6f,0x6e])](_0xa98007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47082b,_0x162ed8)=>{if(_0x162ed8[0x0]!=_0x1d0f3f)return _0x275211(_0xa98007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x162ed8[0x1]={..._0x162ed8[0x1],[_0xa98007([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x181893};},{[_0xa98007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa98007([0x68,0x69,0x67,0x68])}),_0x1242a2[_0xa98007([0x6f,0x6e])](_0xa98007([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3034e1=>{_0x30c783(_0x3034e1[_0xa98007([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x931901=!0x0,_0x73f265(_0x3034e1[_0xa98007([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa98007([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa98007([0x6c,0x6f,0x77])}),_0x10dd78[_0xa98007([0x74,0x68,0x65,0x6e])](()=>{_0x931901||_0x275211(_0xa98007([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x928ccb(){return _0x1242a2[_0xa98007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa98007([0x76,0x69,0x65,0x77])][_0xa98007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa98007([0x61,0x75,0x74,0x6f]);}function _0x2da178(){_0x1242a2[_0xa98007([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa98007([0x76,0x69,0x65,0x77])][_0xa98007([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa98007([0x61,0x75,0x74,0x6f]);}}function _0x5f244b(_0x24f9c6){const _0x525fbb=[new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x338795=>setTimeout(_0x338795,0x1cbb5a6f^_0x5237eb)),_0x10dd78[_0xa98007([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18aa9a=>{let _0x32ec8f=0x0;_0x1242a2[_0xa98007([0x6d,0x6f,0x64,0x65,0x6c])][_0xa98007([0x6f,0x6e])](_0xa98007([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4b001c,_0x325776)=>{_0x325776[0x0][_0xa98007([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x32ec8f++,_0x32ec8f==(0x1cb2655b^_0x5237eb)&&(_0x18aa9a(),_0x4b001c[_0xa98007([0x6f,0x66,0x66])]());});}))];return window[_0xa98007([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa98007([0x72,0x61,0x63,0x65])](_0x525fbb)[_0xa98007([0x74,0x68,0x65,0x6e])](()=>_0x24f9c6);}async function _0x1c8915(){await _0x10dd78,_0x1242a2[_0xa98007([0x6d,0x6f,0x64,0x65,0x6c])][_0xa98007([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4ab026,_0x1242a2[_0xa98007([0x6d,0x6f,0x64,0x65,0x6c])][_0xa98007([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4ab026,_0x1242a2[_0xa98007([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa98007([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x546304(){return window[_0xa98007([0x67,0x6c,0x6f,0x62])]&&window[_0xa98007([0x67,0x6c,0x6f,0x62])][_0xa98007([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x5e54ef(_0x106163){const _0x5adb0e=_0x1372a6();_0x1242a2[_0x5adb0e]=_0xa98007([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])+_0x106163,_0x106163!=_0xa98007([0x56,0x61,0x6c,0x69,0x64])&&_0x1c8915();}function _0x1372a6(){const _0x152910=window[_0xa98007([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa98007([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa98007([0x6e,0x6f,0x77])]())[_0xa98007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa98007([0x2e]),'');let _0x5c2e1c=_0xa98007([0x61]);for(let _0x3ac6e5=0x0;_0x3ac6e5<_0x152910[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ac6e5+=0x2){let _0x32ac06=window[_0xa98007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x152910[_0xa98007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ac6e5,_0x3ac6e5+0x2));_0x32ac06>=_0x3242db[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x32ac06-=_0x3242db[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5c2e1c+=_0x3242db[_0x32ac06];}return _0x5c2e1c;}function _0x5dcfe8(){const _0xaf5eaa=_0x12f8c1[_0xa98007([0x73,0x70,0x6c,0x69,0x74])](_0xa98007([0x2e]));if(0x3!=_0xaf5eaa[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x31408c(_0xaf5eaa[0x1]);function _0x31408c(_0x17871d){const _0x4de14e=_0x9c26b1(_0x17871d);return _0x4de14e&&_0x34112c()?_0x4de14e:null;function _0x34112c(){const _0x32e846=_0x4de14e[_0xa98007([0x6a,0x74,0x69])],_0x421e04=window[_0xa98007([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32e846[_0xa98007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32e846[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x59353d={..._0x4de14e,[_0xa98007([0x6a,0x74,0x69])]:_0x32e846[_0xa98007([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x32e846[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x59353d[_0xa98007([0x76,0x63])],_0x58a3ed(_0x59353d)==_0x421e04;}}}async function _0xfec192(){let _0x9be095=!0x0;try{const _0x3af537=_0x12f8c1[_0xa98007([0x73,0x70,0x6c,0x69,0x74])](_0xa98007([0x2e])),[_0x2973c0,_0x25ee70,_0x187b96]=_0x3af537;return _0x592480(_0x2973c0),await _0x227ebb(_0x2973c0,_0x25ee70,_0x187b96),_0x9be095;}catch{return!0x1;}function _0x592480(_0x19294b){const _0x152d33=_0x9c26b1(_0x19294b);_0x152d33&&_0x152d33[_0xa98007([0x61,0x6c,0x67])]==_0xa98007([0x45,0x53,0x32,0x35,0x36])||(_0x9be095=!0x1);}async function _0x227ebb(_0x26c2db,_0x14f900,_0x432b34){const _0x388edd=window[_0xa98007([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa98007([0x66,0x72,0x6f,0x6d])](_0x3d2641(_0x432b34),_0x189cde=>_0x189cde[_0xa98007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xea6dcc=new window[(_0xa98007([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa98007([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x26c2db+_0xa98007([0x2e])+_0x14f900),_0x44d7c0=window[_0xa98007([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa98007([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x44d7c0)return;const _0x127469=await _0x44d7c0[_0xa98007([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa98007([0x6a,0x77,0x6b]),_0x32be64,{[_0xa98007([0x6e,0x61,0x6d,0x65])]:_0xa98007([0x45,0x43,0x44,0x53,0x41]),[_0xa98007([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa98007([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa98007([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x44d7c0[_0xa98007([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa98007([0x6e,0x61,0x6d,0x65])]:_0xa98007([0x45,0x43,0x44,0x53,0x41]),[_0xa98007([0x68,0x61,0x73,0x68])]:{[_0xa98007([0x6e,0x61,0x6d,0x65])]:_0xa98007([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x127469,_0x388edd,_0xea6dcc)||(_0x9be095=!0x1);}}function _0x9c26b1(_0x39d384){return _0x39d384[_0xa98007([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa98007([0x65,0x79]))?JSON[_0xa98007([0x70,0x61,0x72,0x73,0x65])](_0x3d2641(_0x39d384)):null;}function _0x3d2641(_0x2899bb){return window[_0xa98007([0x61,0x74,0x6f,0x62])](_0x2899bb[_0xa98007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa98007([0x2b]))[_0xa98007([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa98007([0x2f])));}function _0x58a3ed(_0x3fd33d){let _0x20e6bd=0x1505;function _0x11d0a1(_0xde9573){for(let _0x656e51=0x0;_0x656e51<_0xde9573[_0xa98007([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x656e51++){const _0x2c9880=_0xde9573[_0xa98007([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x656e51);_0x20e6bd=(_0x20e6bd<<0x5)+_0x20e6bd+_0x2c9880,_0x20e6bd&=_0x20e6bd;}}function _0x5ccceb(_0x3ecbdd){Array[_0xa98007([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3ecbdd)?_0x3ecbdd[_0xa98007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ccceb):_0x3ecbdd&&typeof _0x3ecbdd==_0xa98007([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa98007([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3ecbdd)[_0xa98007([0x73,0x6f,0x72,0x74])]()[_0xa98007([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4dda0c,_0x49a8c7])=>{_0x11d0a1(_0x4dda0c),_0x5ccceb(_0x49a8c7);}):_0x11d0a1(window[_0xa98007([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3ecbdd));}return _0x5ccceb(_0x3fd33d),_0x20e6bd>>>0x0;}function _0x30487d(_0x439564){return _0x439564[_0xa98007([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa98007([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa98007([0x30]));}function _0x51ce4c(_0x29ecce){return _0x29ecce[_0xa98007([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa98007([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa98007([0x6a,0x6f,0x69,0x6e])]('');}function _0x4ab026(){}function _0xa98007(_0x3af9e9){return _0x3af9e9['map'](_0x3131ad=>String['fromCharCode'](_0x3131ad))['join']('');}_0x5e54ef(await _0x162512());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x42bdda,{outlineDefinitions:_0x5df75f,outlineChanges:_0x46ba31}){this['_currentOutlineDefinitions']=_0x5df75f,this['view']['sync'](_0x46ba31);}['_setActiveViewItem'](_0x5c1be8){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x5c1be8]&&(this['view']['activeItemIndex']=_0x5c1be8);}['_handleItemSelected'](_0x5b7a9d){const _0x227bb3=this['_currentOutlineDefinitions'][_0x5b7a9d]['modelElement'];this['editor']['model']['change'](_0x5e6543=>{_0x5e6543['setSelection'](_0x227bb3,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x5b7a9d);}['_updateActiveDefinitionOnViewportChange'](){const _0x4224b0=this['editor'];let _0x1b69f0;for(const _0x3790d0 of _0x4224b0['model']['document']['getRootNames']()){const _0x11adc8=_0x4224b0['editing']['view']['getDomRoot'](_0x3790d0),_0x3c5066=_0x11adc8&&new _0x2557b1(_0x11adc8)['getVisible']();if(_0x3c5066){const _0x388275=new _0x2557b1(_0x1ea920['window'])['getIntersection'](_0x3c5066);_0x388275&&(_0x1b69f0=_0x388275['top']+0.25*_0x388275['height']);}}if(void 0x0===_0x1b69f0)return;const _0x2d022f=h(_0x4224b0['editing'],this['_currentOutlineDefinitions'],_0x1b69f0);_0x2d022f?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x2d022f)):this['_setActiveViewItem'](-0x1);}}function h(_0x4280bd,_0xf15a13,_0x4b2fba,_0x3e0b20=0x0,_0x3f0a24=_0xf15a13['length']-0x1){const _0x364255=Math['floor'](_0x3e0b20+(_0x3f0a24-_0x3e0b20)/0x2);if(_0x3f0a24>=_0x3e0b20){const _0x1c027f=_0xf15a13[_0x364255],_0x40ed9e=_0x4280bd['mapper']['toViewElement'](_0x1c027f['modelElement']);if(!_0x40ed9e)return null;const _0x222ff4=_0x4280bd['view']['domConverter']['mapViewToDom'](_0x40ed9e);return new _0x2557b1(_0x222ff4)['bottom']>_0x4b2fba?h(_0x4280bd,_0xf15a13,_0x4b2fba,_0x3e0b20,_0x364255-0x1):h(_0x4280bd,_0xf15a13,_0x4b2fba,_0x364255+0x1,_0x3f0a24);}return _0x364255<0x0?null:_0xf15a13[_0x364255];}class P extends _0x2c5407{['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 _0x4f64d8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1dd38f;for(const _0x158572 in _0x4f64d8){const _0x5d53fc=_0x158572,_0x84a8da=_0x4f64d8[_0x5d53fc];if('documentOutlineLicenseKeyValid'==_0x84a8da||'documentOutlineLicenseKeyInvalid'==_0x84a8da||'documentOutlineLicenseKeyExpired'==_0x84a8da||'documentOutlineLicenseKeyDomainLimit'==_0x84a8da||'documentOutlineLicenseKeyNotAllowed'==_0x84a8da||'documentOutlineLicenseKeyEvaluationLimit'==_0x84a8da||'documentOutlineLicenseKeyTrialLimit'==_0x84a8da||'documentOutlineLicenseKeyUsageLimit'==_0x84a8da){delete _0x4f64d8[_0x5d53fc],_0x1dd38f=_0x84a8da,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1dd38f&&_0x4f64d8['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x3d2edb{['execute'](){this['editor']['model']['change'](_0x34e510=>{this['editor']['model']['insertObject'](_0x34e510['createElement']('tableOfContents'));});}['refresh'](){const _0x3e669b=this['editor']['model'],_0xf1b4a3=_0x3e669b['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0xf1b4a3&&_0x3e669b['schema']['findAllowedParent'](_0xf1b4a3,'tableOfContents'));}}class T extends _0x2c5407{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x560276=this['editor'];if(_0x560276['config']['get']('headingId.modelAttributeName'))return;(function(_0x360684){const _0x5b5379=new Map();if(_0x360684)return _0x360684['forEach'](_0x2c53e0=>{'paragraph'!==_0x2c53e0['model']&&_0x5b5379['set'](_0x2c53e0['view'],_0x2c53e0['model']);}),_0x5b5379['get']('h1')||_0x5b5379['set']('h1','heading1'),_0x5b5379;return _0x5b5379;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x22a9d6,_0x3fab6b)=>{this['_customUpcastHeadingsConversion'](_0x3fab6b),this['_customDataDowncastHeadingsConversion'](_0x22a9d6),_0x560276['model']['schema']['isRegistered'](_0x22a9d6)&&_0x560276['model']['schema']['extend'](_0x22a9d6,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x4fd939){this['editor']['conversion']['for']('upcast')['add'](_0x364e74=>_0x364e74['on']('element:'+_0x4fd939,(_0x131e58,_0x1f48c7,_0x42d161)=>{const {consumable:_0x17b686,writer:_0x4a6d2d}=_0x42d161,_0x33bed8=_0x1f48c7['viewItem']['getAttribute']('id'),_0x22910b=_0x1f48c7['modelRange']['getContainedElement']();if(_0x22910b)return _0x33bed8&&_0x33bed8['length']||_0x22910b['hasAttribute']('headingId')?void(_0x17b686['consume'](_0x1f48c7['viewItem'],{'attributes':['id']})&&_0x4a6d2d['setAttribute']('headingId',_0x33bed8,_0x22910b)):(_0x17b686['consume'](_0x1f48c7['viewItem'],{'attributes':['id']}),void _0x4a6d2d['setAttribute']('headingId',_0xba29ad(),_0x22910b));},{'priority':_0x518bed['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5657d){this['editor']['conversion']['for']('downcast')['add'](_0x2915a8=>_0x2915a8['on']('attribute:headingId:'+_0x5657d,(_0x55ea4a,_0x502350,_0x29ad5d)=>{if(!_0x29ad5d['consumable']['consume'](_0x502350['item'],_0x55ea4a['name']))return;const _0x3aa4a5=_0x502350['item']['getAttribute']('headingId'),_0x4a6746=_0x29ad5d['mapper']['toViewElement'](_0x502350['item']);_0x29ad5d['writer']['setAttribute']('id',_0x3aa4a5,_0x4a6746);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4dfaaf=this['editor'],_0x119e51=new Set(),_0x3286f7=new Set();function _0x310957(_0x4a5084,_0x19371c){const _0x44f740=_0xba29ad();return _0x3286f7['add'](_0x44f740),_0x4a5084['setAttribute']('headingId',_0x44f740,_0x19371c),_0x44f740;}function _0x4ca4e3(_0x1f1380,_0x22540e){_0x1f1380['removeAttribute']('headingId',_0x22540e);}_0x4dfaaf['model']['document']['registerPostFixer'](_0x446f07=>{const _0x331f73=_0x4dfaaf['model']['document']['differ']['getChanges']();let _0x1c6fd7=!0x1;for(const _0x27f7d6 of _0x331f73)if('insert'==_0x27f7d6['type']&&_0x27f7d6['name']){if(b(_0x27f7d6['name'])){const _0xfc4a35=_0x27f7d6['attributes']['get']('headingId');'string'==typeof _0xfc4a35?_0x119e51['has'](_0xfc4a35)?(_0x310957(_0x446f07,_0x27f7d6['position']['nodeAfter']),_0x1c6fd7=!0x0):_0x3286f7['add'](_0xfc4a35):(_0x310957(_0x446f07,_0x27f7d6['position']['nodeAfter']),_0x1c6fd7=!0x0);}else'string'==typeof _0x27f7d6['attributes']['get']('headingId')&&(_0x4ca4e3(_0x446f07,_0x27f7d6['position']['nodeAfter']),_0x1c6fd7=!0x0);}else{if('remove'==_0x27f7d6['type']){const _0x4232c0=_0x27f7d6['attributes']['get']('headingId');'string'==typeof _0x4232c0&&_0x119e51['delete'](_0x4232c0);}}return _0x1c6fd7;}),_0x4dfaaf['model']['document']['on']('change',()=>{_0x3286f7['forEach'](_0x48dcfa=>_0x119e51['add'](_0x48dcfa)),_0x3286f7['clear']();});}}function b(_0x42e80e){return!!_0x42e80e['match'](/heading\d/);}class s extends _0x2c5407{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x61d77c,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5ac817){super(_0x5ac817),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0xa05582=this['editor'],_0x4dfbfa=_0xa05582['editing']['view']['document'];_0xa05582['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0xa05582['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x4dfbfa,'click',(_0xe2bfe8,_0x2fa88d)=>{if(!_0x2fa88d['target'])return;const _0x3e833b=_0x2fa88d['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x3e833b)&&(_0x2fa88d['domEvent']['preventDefault'](),_0xe2bfe8['stop'](),this['_handleScrollToHeading'](_0x3e833b));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0xa05582['commands']['add']('insertTableOfContents',new _(_0xa05582)),(_0xa05582['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0xaf6401,_0x4504df)=>{this['_currentOutlineDefinitions']=_0x4504df['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0xa05582['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x50c4bd){const _0x4da647=_0x4a7d40([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x2f9fc1=0x6b9b05fd,_0x2e064f=0x6b9c73bd^_0x2f9fc1,_0x2f41fd=window[_0x4a7d40([0x44,0x61,0x74,0x65])][_0x4a7d40([0x6e,0x6f,0x77])](),_0x32cdbc=_0x50c4bd[_0x4a7d40([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xc2e59c=new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe63550=>{_0x32cdbc[_0x4a7d40([0x6f,0x6e,0x63,0x65])](_0x4a7d40([0x72,0x65,0x61,0x64,0x79]),_0xe63550);}),_0x1274c2={[_0x4a7d40([0x6b,0x74,0x79])]:_0x4a7d40([0x45,0x43]),[_0x4a7d40([0x75,0x73,0x65])]:_0x4a7d40([0x73,0x69,0x67]),[_0x4a7d40([0x63,0x72,0x76])]:_0x4a7d40([0x50,0x2d,0x32,0x35,0x36]),[_0x4a7d40([0x78])]:_0x4a7d40([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]),[_0x4a7d40([0x79])]:_0x4a7d40([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]),[_0x4a7d40([0x61,0x6c,0x67])]:_0x4a7d40([0x45,0x53,0x32,0x35,0x36])},_0x42ef7d=_0x32cdbc[_0x4a7d40([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a7d40([0x67,0x65,0x74])](_0x4a7d40([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x7371a8(){let _0x59d5e2,_0x230710=null,_0x5261b4=null;try{if(_0x42ef7d==_0x4a7d40([0x47,0x50,0x4c]))return _0x4a7d40([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x59d5e2=_0x2f8190(),!_0x59d5e2)return _0x4a7d40([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x59d5e2[_0x4a7d40([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5261b4=_0x2f7da3(_0x59d5e2[_0x4a7d40([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x59d5e2[_0x4a7d40([0x6a,0x74,0x69])])),await _0x5a736b()?_0x35be53()?_0x5cd132()?_0x4a7d40([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x199531()?(_0x59d5e2[_0x4a7d40([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7d40([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x230710=_0x4190a6(_0x4a7d40([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x59d5e2[_0x4a7d40([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7d40([0x74,0x72,0x69,0x61,0x6c])&&(_0x230710=_0x4190a6(_0x4a7d40([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x584745()):_0x4a7d40([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7d40([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a7d40([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4a7d40([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5cd132(){const _0x577acb=[_0x4a7d40([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a7d40([0x74,0x72,0x69,0x61,0x6c])][_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x59d5e2[_0x4a7d40([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2f41fd/0x3e8:0xe10*_0x2e064f;return _0x59d5e2[_0x4a7d40([0x65,0x78,0x70])]<_0x577acb;}function _0x35be53(){const _0x501d3d=_0x59d5e2[_0x4a7d40([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x501d3d&&(!!_0x501d3d[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7d40([0x2a]))||(!!_0x501d3d[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7d40([0x54,0x4f,0x43]))||(!!_0x501d3d[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7d40([0x50,0x50]))||!(!_0x501d3d[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7d40([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x44a49d()))));}function _0x199531(){const _0x92d11f=_0x59d5e2[_0x4a7d40([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x92d11f||0x0==_0x92d11f[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5e48d8}=new URL(window[_0x4a7d40([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x92d11f[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e48d8))return!0x0;const _0x236734=_0x5e48d8[_0x4a7d40([0x73,0x70,0x6c,0x69,0x74])](_0x4a7d40([0x2e]));return _0x92d11f[_0x4a7d40([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1ac048=>_0x1ac048[_0x4a7d40([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7d40([0x2a])))[_0x4a7d40([0x6d,0x61,0x70])](_0x39cf04=>_0x39cf04[_0x4a7d40([0x73,0x70,0x6c,0x69,0x74])](_0x4a7d40([0x2e])))[_0x4a7d40([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ecc0=>_0x2ecc0[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x236734[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4a7d40([0x6d,0x61,0x70])](_0x1b9001=>Array(_0x236734[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1b9001[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4a7d40([0x66,0x69,0x6c,0x6c])](_0x1b9001[0x0]===_0x4a7d40([0x2a])?_0x4a7d40([0x2a]):'')[_0x4a7d40([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1b9001))[_0x4a7d40([0x73,0x6f,0x6d,0x65])](_0x20e228=>_0x236734[_0x4a7d40([0x65,0x76,0x65,0x72,0x79])]((_0x2a675e,_0x446ed4)=>_0x20e228[_0x446ed4]===_0x2a675e||_0x20e228[_0x446ed4]===_0x4a7d40([0x2a])));}function _0x584745(){return _0x230710&&_0x5261b4?new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f3d9d,_0x5e20a7)=>{_0x230710[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0x4f3d9d,_0x5e20a7),_0x5261b4[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0xc09d76=>{_0xc09d76!=_0x4a7d40([0x56,0x61,0x6c,0x69,0x64])&&_0x4f3d9d(_0xc09d76);},_0x5e20a7);}):_0x230710||_0x5261b4||_0x4a7d40([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f7da3(_0x3f2c3f,_0x4c3db6){return new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c934f=>{if(_0x2774f8())return _0x2c934f(_0x4a7d40([0x56,0x61,0x6c,0x69,0x64]));_0x2de9b4(),_0x32cdbc[_0x4a7d40([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a7d40([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1f43d1=!0x1;const _0x1b96dd=_0xba29ad();function _0x2c28ff(_0x52d2d7){return!!_0x52d2d7&&(typeof _0x52d2d7===_0x4a7d40([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x52d2d7===_0x4a7d40([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x52d2d7[_0x4a7d40([0x74,0x68,0x65,0x6e])]===_0x4a7d40([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x52d2d7[_0x4a7d40([0x63,0x61,0x74,0x63,0x68])]===_0x4a7d40([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d6753(_0x4792b9){_0x2904e1(_0x4792b9)[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0x3c3ea8=>{if(!_0x3c3ea8||_0x3c3ea8[_0x4a7d40([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a7d40([0x6f,0x6b]))return _0x4a7d40([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x127d04(_0x573959(_0x1b96dd+_0x4c3db6))!=_0x3c3ea8[_0x4a7d40([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a7d40([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7d40([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0x444fb3=>(_0x5595f5(),_0x444fb3),()=>{const _0x5533cd=_0x5ef36a();return null==_0x5533cd?(_0x5595f5(),_0x4a7d40([0x56,0x61,0x6c,0x69,0x64])):_0x4a7d40(_0x2f41fd-_0x5533cd>(0x4f9781fd^_0x2f9fc1)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0x2c934f)[_0x4a7d40([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2c934f(_0x4a7d40([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x40ad21=0x6badeb7d^_0x2f9fc1;function _0x5595f5(){const _0x464cd1=_0x4a7d40([0x6c,0x6c,0x63,0x74,0x2d])+_0x127d04(_0x573959(_0x3f2c3f)),_0x25e849=_0x3654e5(_0x127d04(window[_0x4a7d40([0x4d,0x61,0x74,0x68])][_0x4a7d40([0x63,0x65,0x69,0x6c])](_0x2f41fd/_0x40ad21)));window[_0x4a7d40([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7d40([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x464cd1,_0x25e849);}function _0x5ef36a(){const _0xac3f54=_0x4a7d40([0x6c,0x6c,0x63,0x74,0x2d])+_0x127d04(_0x573959(_0x3f2c3f)),_0x3c8018=window[_0x4a7d40([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7d40([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xac3f54);return _0x3c8018?window[_0x4a7d40([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3654e5(_0x3c8018),0x10)*_0x40ad21:null;}function _0x2904e1(_0x19494d){return new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x7d86cf,_0x2afd62)=>{_0x19494d[_0x4a7d40([0x74,0x68,0x65,0x6e])](_0x7d86cf,_0x2afd62),window[_0x4a7d40([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2afd62,0x6b9ad13d^_0x2f9fc1);});}}_0x32cdbc[_0x4a7d40([0x6f,0x6e])](_0x4a7d40([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ba726,_0x247a2a)=>{if(_0x247a2a[0x0]!=_0x3f2c3f)return _0x2c934f(_0x4a7d40([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x247a2a[0x1]={..._0x247a2a[0x1],[_0x4a7d40([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b96dd};},{[_0x4a7d40([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7d40([0x68,0x69,0x67,0x68])}),_0x32cdbc[_0x4a7d40([0x6f,0x6e])](_0x4a7d40([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5d919c=>{_0x2c28ff(_0x5d919c[_0x4a7d40([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1f43d1=!0x0,_0x4d6753(_0x5d919c[_0x4a7d40([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a7d40([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7d40([0x6c,0x6f,0x77])}),_0xc2e59c[_0x4a7d40([0x74,0x68,0x65,0x6e])](()=>{_0x1f43d1||_0x2c934f(_0x4a7d40([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2774f8(){return _0x32cdbc[_0x4a7d40([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7d40([0x76,0x69,0x65,0x77])][_0x4a7d40([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a7d40([0x61,0x75,0x74,0x6f]);}function _0x2de9b4(){_0x32cdbc[_0x4a7d40([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7d40([0x76,0x69,0x65,0x77])][_0x4a7d40([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a7d40([0x61,0x75,0x74,0x6f]);}}function _0x4190a6(_0x2d97b0){const _0xdb6cc5=[new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dad6f=>setTimeout(_0x5dad6f,0x6b923b31^_0x2f9fc1)),_0xc2e59c[_0x4a7d40([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36c23c=>{let _0xd4da00=0x0;_0x32cdbc[_0x4a7d40([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7d40([0x6f,0x6e])](_0x4a7d40([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x10c3b3,_0x5252f8)=>{_0x5252f8[0x0][_0x4a7d40([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xd4da00++,_0xd4da00==(0x6b9b0405^_0x2f9fc1)&&(_0x36c23c(),_0x10c3b3[_0x4a7d40([0x6f,0x66,0x66])]());});}))];return window[_0x4a7d40([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a7d40([0x72,0x61,0x63,0x65])](_0xdb6cc5)[_0x4a7d40([0x74,0x68,0x65,0x6e])](()=>_0x2d97b0);}async function _0x8da126(){await _0xc2e59c,_0x32cdbc[_0x4a7d40([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7d40([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5bf6b3,_0x32cdbc[_0x4a7d40([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7d40([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5bf6b3,_0x32cdbc[_0x4a7d40([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a7d40([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x44a49d(){return window[_0x4a7d40([0x67,0x6c,0x6f,0x62])]&&window[_0x4a7d40([0x67,0x6c,0x6f,0x62])][_0x4a7d40([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x1272b3(_0x25f6ed){const _0x5bbd35=_0x58e20b();_0x32cdbc[_0x5bbd35]=_0x4a7d40([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])+_0x25f6ed,_0x25f6ed!=_0x4a7d40([0x56,0x61,0x6c,0x69,0x64])&&_0x8da126();}function _0x58e20b(){const _0x1475e8=window[_0x4a7d40([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a7d40([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a7d40([0x6e,0x6f,0x77])]())[_0x4a7d40([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a7d40([0x2e]),'');let _0xb3c2cc=_0x4a7d40([0x6d]);for(let _0x435ff0=0x0;_0x435ff0<_0x1475e8[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x435ff0+=0x2){let _0x349b0f=window[_0x4a7d40([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1475e8[_0x4a7d40([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x435ff0,_0x435ff0+0x2));_0x349b0f>=_0x4da647[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x349b0f-=_0x4da647[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xb3c2cc+=_0x4da647[_0x349b0f];}return _0xb3c2cc;}function _0x2f8190(){const _0x3a431d=_0x42ef7d[_0x4a7d40([0x73,0x70,0x6c,0x69,0x74])](_0x4a7d40([0x2e]));if(0x3!=_0x3a431d[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3643d1(_0x3a431d[0x1]);function _0x3643d1(_0x30cd82){const _0x25dc2a=_0x131a84(_0x30cd82);return _0x25dc2a&&_0x5e5438()?_0x25dc2a:null;function _0x5e5438(){const _0x9f3ae7=_0x25dc2a[_0x4a7d40([0x6a,0x74,0x69])],_0x238dc6=window[_0x4a7d40([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9f3ae7[_0x4a7d40([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x9f3ae7[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x205060={..._0x25dc2a,[_0x4a7d40([0x6a,0x74,0x69])]:_0x9f3ae7[_0x4a7d40([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x9f3ae7[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x205060[_0x4a7d40([0x76,0x63])],_0x573959(_0x205060)==_0x238dc6;}}}async function _0x5a736b(){let _0xe7464=!0x0;try{const _0x2ab741=_0x42ef7d[_0x4a7d40([0x73,0x70,0x6c,0x69,0x74])](_0x4a7d40([0x2e])),[_0x2ffc10,_0x1885fa,_0x440c80]=_0x2ab741;return _0x5d405f(_0x2ffc10),await _0x33f7c6(_0x2ffc10,_0x1885fa,_0x440c80),_0xe7464;}catch{return!0x1;}function _0x5d405f(_0x3be7c5){const _0x1e0f67=_0x131a84(_0x3be7c5);_0x1e0f67&&_0x1e0f67[_0x4a7d40([0x61,0x6c,0x67])]==_0x4a7d40([0x45,0x53,0x32,0x35,0x36])||(_0xe7464=!0x1);}async function _0x33f7c6(_0x3e523f,_0x2d356c,_0x2ce672){const _0x47adaf=window[_0x4a7d40([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a7d40([0x66,0x72,0x6f,0x6d])](_0xb749f0(_0x2ce672),_0x5cafa8=>_0x5cafa8[_0x4a7d40([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x573c72=new window[(_0x4a7d40([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a7d40([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3e523f+_0x4a7d40([0x2e])+_0x2d356c),_0x516b87=window[_0x4a7d40([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a7d40([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x516b87)return;const _0x854066=await _0x516b87[_0x4a7d40([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a7d40([0x6a,0x77,0x6b]),_0x1274c2,{[_0x4a7d40([0x6e,0x61,0x6d,0x65])]:_0x4a7d40([0x45,0x43,0x44,0x53,0x41]),[_0x4a7d40([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a7d40([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a7d40([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x516b87[_0x4a7d40([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a7d40([0x6e,0x61,0x6d,0x65])]:_0x4a7d40([0x45,0x43,0x44,0x53,0x41]),[_0x4a7d40([0x68,0x61,0x73,0x68])]:{[_0x4a7d40([0x6e,0x61,0x6d,0x65])]:_0x4a7d40([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x854066,_0x47adaf,_0x573c72)||(_0xe7464=!0x1);}}function _0x131a84(_0x5e3c9c){return _0x5e3c9c[_0x4a7d40([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a7d40([0x65,0x79]))?JSON[_0x4a7d40([0x70,0x61,0x72,0x73,0x65])](_0xb749f0(_0x5e3c9c)):null;}function _0xb749f0(_0x4f91d5){return window[_0x4a7d40([0x61,0x74,0x6f,0x62])](_0x4f91d5[_0x4a7d40([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a7d40([0x2b]))[_0x4a7d40([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a7d40([0x2f])));}function _0x573959(_0x132ea1){let _0xca44ef=0x1505;function _0x1d2d5c(_0xb451fe){for(let _0x11d69c=0x0;_0x11d69c<_0xb451fe[_0x4a7d40([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x11d69c++){const _0x2c212d=_0xb451fe[_0x4a7d40([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x11d69c);_0xca44ef=(_0xca44ef<<0x5)+_0xca44ef+_0x2c212d,_0xca44ef&=_0xca44ef;}}function _0x3ea58a(_0x65d8b9){Array[_0x4a7d40([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x65d8b9)?_0x65d8b9[_0x4a7d40([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3ea58a):_0x65d8b9&&typeof _0x65d8b9==_0x4a7d40([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a7d40([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x65d8b9)[_0x4a7d40([0x73,0x6f,0x72,0x74])]()[_0x4a7d40([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x41d177,_0x42ccaf])=>{_0x1d2d5c(_0x41d177),_0x3ea58a(_0x42ccaf);}):_0x1d2d5c(window[_0x4a7d40([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x65d8b9));}return _0x3ea58a(_0x132ea1),_0xca44ef>>>0x0;}function _0x127d04(_0x182572){return _0x182572[_0x4a7d40([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a7d40([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a7d40([0x30]));}function _0x3654e5(_0x5f5102){return _0x5f5102[_0x4a7d40([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a7d40([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a7d40([0x6a,0x6f,0x69,0x6e])]('');}function _0x5bf6b3(){}function _0x4a7d40(_0x594a19){return _0x594a19['map'](_0x1270c8=>String['fromCharCode'](_0x1270c8))['join']('');}_0x1272b3(await _0x7371a8());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x295faf=>{'$graveyard'!==_0x295faf['rootName']&&this['editor']['editing']['reconvertItem'](_0x295faf);});}['_trackNewToCElements'](){for(const _0x34f359 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x34f359['type']||'tableOfContents'!==_0x34f359['name'])return;this['_tableOfContentsElements']['add'](_0x34f359['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x28d34c=this['editor']['conversion'];_0x28d34c['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x28d34c['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x232c96,{writer:_0x19a55e})=>this['_createTableOfContents'](_0x19a55e,!0x0)}),_0x28d34c['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x14a7db,{writer:_0x3d2a3e})=>{this['_tableOfContentsElements']['add'](_0x14a7db);const _0x4be580=this['_createTableOfContents'](_0x3d2a3e);return _0xc1f770(_0x4be580,_0x3d2a3e,{'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'](_0x2096f7,_0x31c926=!0x1){const {locale:_0x3ce045}=this['editor'],_0x2f3b0e=_0x2096f7['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x31c926&&{'data-table-of-contents-label':j(_0x3ce045,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x31c926&&_0x2096f7['insert'](_0x2096f7['createPositionAt'](_0x2f3b0e,'end'),_0x2096f7['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2096f7['createText'](j(_0x3ce045,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x15f090=_0x31c926?'':'['+j(_0x3ce045,'Empty\x20heading')+']';let _0x244597=_0x2f3b0e;return this['_currentOutlineDefinitions']['forEach']((_0x32a844,_0x42e4cc,_0x3ccd10)=>{const _0x30536a=this['editor']['model']['hasContent'](_0x32a844['modelElement'],{'ignoreWhitespaces':!0x0}),_0x39c6a8=_0x30536a?_0x32a844['text']:_0x15f090,_0x3ab22f=_0x32a844['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x2817ab=_0x2096f7['createContainerElement']('a',{'href':'#'+_0x3ab22f,...!_0x31c926&&{'tabindex':'-1'}},[_0x2096f7['createText'](_0x39c6a8)]),_0x2a8a10=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2096f7['setCustomProperty']('tableOfContentsHeadingIndex',_0x42e4cc,_0x2817ab);const _0x53a825=_0x2096f7['createContainerElement']('li',null,[_0x30536a||!_0x31c926&&_0x2a8a10?_0x2817ab:_0x2096f7['createText']('')]),_0x258894=_0x42e4cc?_0x3ccd10[_0x42e4cc-0x1]['level']:0x0,_0x15a59b=Math['abs'](_0x32a844['level']-_0x258894);if(_0x32a844['level']>_0x258894){const _0x200bec=N(_0x53a825,_0x15a59b,_0x2096f7);_0x2096f7['insert'](_0x2096f7['createPositionAt'](_0x244597,'end'),_0x200bec);}else{const _0x13beca=function(_0x303b77,_0x4c726c){return _0x303b77['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x1bbf25=>_0x1bbf25['is']('element','ol'))[_0x4c726c];}(_0x244597,_0x15a59b);_0x2096f7['insert'](_0x2096f7['createPositionAt'](_0x13beca,'end'),_0x53a825);}_0x244597=_0x53a825;}),_0x2f3b0e;}['_handleScrollToHeading'](_0x541927){const _0x78d8e3=this['_currentOutlineDefinitions'][_0x541927]['modelElement'];this['editor']['model']['change'](_0x2c33aa=>{_0x2c33aa['setSelection'](_0x78d8e3,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x19a98d,_0x124c69)=>{const _0x3467d3=_0x124c69['mapper'],_0x21c70e=_0x3467d3['findMappedViewAncestor'](_0x124c69['viewPosition']),_0x1fb371=_0x3467d3['toModelElement'](_0x21c70e);_0x1fb371['is']('element','tableOfContents')&&(_0x124c69['modelPosition']=this['editor']['model']['createPositionAt'](_0x1fb371,0x0),_0x19a98d['stop']());};}}function N(_0x3facf3,_0x5d6943,_0x4e16e2){return 0x1===_0x5d6943?_0x4e16e2['createContainerElement']('ol',null,[_0x3facf3]):_0x4e16e2['createContainerElement']('ol',null,[_0x4e16e2['createContainerElement']('li',null,[N(_0x3facf3,_0x5d6943-0x1,_0x4e16e2)])]);}class o extends _0x2c5407{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x51b9c8=this['editor'];_0x51b9c8['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x3b0920=this['_createButton'](_0x2d0cc0);return _0x3b0920['tooltip']=!0x0,_0x3b0920;}),_0x51b9c8['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x5ab4d1)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ae798=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1a4442;for(const _0x43ef71 in _0x5ae798){const _0x5a6fdb=_0x43ef71,_0x57744b=_0x5ae798[_0x5a6fdb];if('tableOfContentsLicenseKeyValid'==_0x57744b||'tableOfContentsLicenseKeyInvalid'==_0x57744b||'tableOfContentsLicenseKeyExpired'==_0x57744b||'tableOfContentsLicenseKeyDomainLimit'==_0x57744b||'tableOfContentsLicenseKeyNotAllowed'==_0x57744b||'tableOfContentsLicenseKeyEvaluationLimit'==_0x57744b||'tableOfContentsLicenseKeyTrialLimit'==_0x57744b||'tableOfContentsLicenseKeyUsageLimit'==_0x57744b){delete _0x5ae798[_0x5a6fdb],_0x1a4442=_0x57744b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1a4442&&_0x5ae798['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1a4442&&_0x5ae798['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1a4442&&_0x5ae798['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1a4442&&_0x5ae798['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1a4442&&_0x5ae798['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1a4442&&_0x5ae798['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1a4442&&_0x5ae798['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x465cad){const _0x451c5d=this['editor'],_0x34d7fe=_0x451c5d['locale'],_0x2b5791=_0x451c5d['commands']['get']('insertTableOfContents'),_0x20683c=new _0x465cad(_0x34d7fe);return _0x20683c['set']({'label':j(_0x34d7fe,'Table\x20of\x20contents'),'icon':_0x3e481c}),_0x20683c['bind']('isEnabled')['to'](_0x2b5791,'isEnabled'),this['listenTo'](_0x20683c,'execute',()=>{_0x451c5d['execute']('insertTableOfContents'),_0x451c5d['editing']['view']['focus']();}),_0x20683c;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x2c5407{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{P as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,T as HeadingId,D as TableOfContents,_ as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-document-outline",
|
|
3
|
-
"version": "47.1.0-alpha.
|
|
3
|
+
"version": "47.1.0-alpha.1",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "47.1.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "47.1.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "47.1.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "47.1.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "47.1.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "47.1.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "47.1.0-alpha.
|
|
23
|
-
"ckeditor5": "47.1.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "47.1.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "47.1.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "47.1.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "47.1.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "47.1.0-alpha.1",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "47.1.0-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "47.1.0-alpha.1",
|
|
23
|
+
"ckeditor5": "47.1.0-alpha.1",
|
|
24
24
|
"es-toolkit": "1.39.5"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x484038=_0x11e7;(function(_0x41d582,_0x4d7061){const _0x3514bf=_0x11e7,_0x4c1b5=_0x41d582();while(!![]){try{const _0xf38a82=-parseInt(_0x3514bf(0x204))/0x1+parseInt(_0x3514bf(0x1ff))/0x2*(-parseInt(_0x3514bf(0x1f7))/0x3)+parseInt(_0x3514bf(0x1f1))/0x4+parseInt(_0x3514bf(0x1ec))/0x5*(-parseInt(_0x3514bf(0x1e3))/0x6)+-parseInt(_0x3514bf(0x1f8))/0x7+-parseInt(_0x3514bf(0x1de))/0x8*(-parseInt(_0x3514bf(0x218))/0x9)+parseInt(_0x3514bf(0x1f6))/0xa;if(_0xf38a82===_0x4d7061)break;else _0x4c1b5['push'](_0x4c1b5['shift']());}catch(_0x2ff226){_0x4c1b5['push'](_0x4c1b5['shift']());}}}(_0x4be1,0x50a1f));import{Plugin as _0x5c6ead}from'ckeditor5/src/core.js';import{CKEditorError as _0x75bcb5,global as _0x22e1f3,Rect as _0x278f8a,uid as _0x24a461}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x24b75b}from'./ui/documentoutlineview.js';import{throttle as _0x58f6df}from'es-toolkit/compat';function _0x11e7(_0x1dca59,_0x220893){const _0x4be18c=_0x4be1();return _0x11e7=function(_0x11e712,_0x2c4e3e){_0x11e712=_0x11e712-0x1d5;let _0x223614=_0x4be18c[_0x11e712];return _0x223614;},_0x11e7(_0x1dca59,_0x220893);}import'../../theme/documentoutline.css';function _0x4be1(){const _0x1fdaac=['getVisible','domConverter','indexOf','toViewElement','modelElement','562923WRPPcq','documentOutline.container','get','bind','render','_updateActiveDefinitionFromViewportThrottled','itemSelected','change','element','height','isPremiumPlugin','cancel','href','appendChild','documentOutline.showEmptyHeadings','40kkGZRW','top','_handleOutlineChange','join','scroll','1032066eztcyP','DocumentOutlineUtils','locale','getDomRoot','focusTracker','editor','mapper','listenTo','focus','15MorLUE','setSelection','plugins','init','scrollToTheSelection','395036usweYU','map','length','model','window','14136870lAQqQN','212889iqFCuW','2920379HVWRAF','fromCharCode','_currentOutlineDefinitions','mapViewToDom','afterInit','resize','getIntersection','4UcbSZe','_updateActiveDefinitionOnViewportChange','document-outline-container-not-provided','destroy','view','419754xyGvCl','isOfficialPlugin','sync','bottom','pluginName','DocumentOutlineUI','activeItemIndex','_handleItemSelected','config','floor','editing','add','_setActiveViewItem','document','getRootNames'];_0x4be1=function(){return _0x1fdaac;};return _0x4be1();}export class DocumentOutlineUI extends _0x5c6ead{[_0x484038(0x203)];[_0x484038(0x1fa)];[_0x484038(0x21d)];static get[_0x484038(0x208)](){const _0x2612ad=_0x484038;return _0x2612ad(0x209);}static get[_0x484038(0x205)](){return!0x0;}static get[_0x484038(0x1d9)](){return!0x0;}constructor(_0x5bddc6){const _0x41821f=_0x484038;super(_0x5bddc6),this[_0x41821f(0x203)]=new _0x24b75b(_0x5bddc6[_0x41821f(0x1e5)],this[_0x41821f(0x1e8)][_0x41821f(0x20c)][_0x41821f(0x21a)](_0x41821f(0x1dd)),this[_0x41821f(0x1e8)][_0x41821f(0x20c)][_0x41821f(0x21a)](_0x41821f(0x219))),this[_0x41821f(0x1fa)]=[],this[_0x41821f(0x21d)]=_0x58f6df(this[_0x41821f(0x200)][_0x41821f(0x21b)](this),0x64);}[_0x484038(0x1ef)](){const _0x491e0e=_0x484038,_0x643270=this[_0x491e0e(0x1e8)],_0x5b2051=_0x643270[_0x491e0e(0x1ee)][_0x491e0e(0x21a)](_0x491e0e(0x1e4));let _0x56243d=!0x1;if(this[_0x491e0e(0x203)][_0x491e0e(0x21c)](),this[_0x491e0e(0x1e8)]['ui'][_0x491e0e(0x1e7)][_0x491e0e(0x20f)](this[_0x491e0e(0x203)][_0x491e0e(0x1d7)]),!_0x643270[_0x491e0e(0x20c)][_0x491e0e(0x21a)](_0x491e0e(0x219)))throw new _0x75bcb5(_0x491e0e(0x201),{'editor':_0x643270});_0x643270[_0x491e0e(0x20c)][_0x491e0e(0x21a)](_0x491e0e(0x219))[_0x491e0e(0x1dc)](this[_0x491e0e(0x203)][_0x491e0e(0x1d7)]),_0x5b2051['on'](_0x491e0e(0x1d6),this[_0x491e0e(0x1e0)][_0x491e0e(0x21b)](this)),_0x5b2051['on'](_0x491e0e(0x20a),(_0x4985d0,{index:_0x2f73bc})=>this[_0x491e0e(0x210)](_0x2f73bc)),this[_0x491e0e(0x203)]['on'](_0x491e0e(0x1d5),(_0x137eb0,_0x526756)=>{const _0x5a22f7=_0x491e0e;_0x56243d=!0x0,this[_0x5a22f7(0x20b)](_0x526756);}),this[_0x491e0e(0x203)][_0x491e0e(0x1ea)](_0x22e1f3[_0x491e0e(0x211)],_0x491e0e(0x1e2),()=>{const _0x399b9e=_0x491e0e;_0x56243d?_0x56243d=!0x1:this[_0x399b9e(0x21d)]();},{'useCapture':!0x0}),this[_0x491e0e(0x203)][_0x491e0e(0x1ea)](_0x22e1f3[_0x491e0e(0x1f5)],_0x491e0e(0x1fd),this[_0x491e0e(0x21d)],{'useCapture':!0x0});}[_0x484038(0x1fc)](){!async function(_0xacd8d0){const _0x2daca9=_0x3e5d18([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x474bef=0x1cb264a3,_0x595046=0x1cb5128b^_0x474bef,_0x12c7fd=window[_0x3e5d18([0x44,0x61,0x74,0x65])][_0x3e5d18([0x6e,0x6f,0x77])](),_0x546e3c=_0xacd8d0[_0x3e5d18([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xcd4aa6=new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59222f=>{_0x546e3c[_0x3e5d18([0x6f,0x6e,0x63,0x65])](_0x3e5d18([0x72,0x65,0x61,0x64,0x79]),_0x59222f);}),_0x3f8cfc={[_0x3e5d18([0x6b,0x74,0x79])]:_0x3e5d18([0x45,0x43]),[_0x3e5d18([0x75,0x73,0x65])]:_0x3e5d18([0x73,0x69,0x67]),[_0x3e5d18([0x63,0x72,0x76])]:_0x3e5d18([0x50,0x2d,0x32,0x35,0x36]),[_0x3e5d18([0x78])]:_0x3e5d18([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]),[_0x3e5d18([0x79])]:_0x3e5d18([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]),[_0x3e5d18([0x61,0x6c,0x67])]:_0x3e5d18([0x45,0x53,0x32,0x35,0x36])},_0x226e67=_0x546e3c[_0x3e5d18([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3e5d18([0x67,0x65,0x74])](_0x3e5d18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3d2358(){let _0x55e149,_0x18ecd0=null,_0x50b486=null;try{if(_0x226e67==_0x3e5d18([0x47,0x50,0x4c]))return _0x3e5d18([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x55e149=_0x1a8304(),!_0x55e149)return _0x3e5d18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x55e149[_0x3e5d18([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x50b486=_0xf5df63(_0x55e149[_0x3e5d18([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x55e149[_0x3e5d18([0x6a,0x74,0x69])])),await _0x38b0e6()?_0x4e0300()?_0x2fe106()?_0x3e5d18([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x51e82d()?(_0x55e149[_0x3e5d18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e5d18([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x18ecd0=_0x3c513e(_0x3e5d18([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x55e149[_0x3e5d18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e5d18([0x74,0x72,0x69,0x61,0x6c])&&(_0x18ecd0=_0x3c513e(_0x3e5d18([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc892f1()):_0x3e5d18([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3e5d18([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3e5d18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3e5d18([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2fe106(){const _0x3cbecc=[_0x3e5d18([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3e5d18([0x74,0x72,0x69,0x61,0x6c])][_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55e149[_0x3e5d18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x12c7fd/0x3e8:0xe10*_0x595046;return _0x55e149[_0x3e5d18([0x65,0x78,0x70])]<_0x3cbecc;}function _0x4e0300(){const _0x4f3e5c=_0x55e149[_0x3e5d18([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4f3e5c&&(!!_0x4f3e5c[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5d18([0x2a]))||(!!_0x4f3e5c[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5d18([0x44,0x4f]))||(!!_0x4f3e5c[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5d18([0x50,0x50]))||!(!_0x4f3e5c[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5d18([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x3170d9()))));}function _0x51e82d(){const _0x5729f1=_0x11e7,_0x54b462=_0x55e149[_0x3e5d18([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x54b462||0x0==_0x54b462[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x139f78}=new URL(window[_0x3e5d18([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5729f1(0x1db)]);if(_0x54b462[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x139f78))return!0x0;const _0x444875=_0x139f78[_0x3e5d18([0x73,0x70,0x6c,0x69,0x74])](_0x3e5d18([0x2e]));return _0x54b462[_0x3e5d18([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30b1b2=>_0x30b1b2[_0x3e5d18([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5d18([0x2a])))[_0x3e5d18([0x6d,0x61,0x70])](_0x23bfcb=>_0x23bfcb[_0x3e5d18([0x73,0x70,0x6c,0x69,0x74])](_0x3e5d18([0x2e])))[_0x3e5d18([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x38746d=>_0x38746d[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x444875[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3e5d18([0x6d,0x61,0x70])](_0x4c100a=>Array(_0x444875[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4c100a[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3e5d18([0x66,0x69,0x6c,0x6c])](_0x4c100a[0x0]===_0x3e5d18([0x2a])?_0x3e5d18([0x2a]):'')[_0x3e5d18([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4c100a))[_0x3e5d18([0x73,0x6f,0x6d,0x65])](_0x502921=>_0x444875[_0x3e5d18([0x65,0x76,0x65,0x72,0x79])]((_0x13902b,_0x1977f4)=>_0x502921[_0x1977f4]===_0x13902b||_0x502921[_0x1977f4]===_0x3e5d18([0x2a])));}function _0xc892f1(){return _0x18ecd0&&_0x50b486?new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5860ee,_0x21ae27)=>{_0x18ecd0[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0x5860ee,_0x21ae27),_0x50b486[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0x3f56de=>{_0x3f56de!=_0x3e5d18([0x56,0x61,0x6c,0x69,0x64])&&_0x5860ee(_0x3f56de);},_0x21ae27);}):_0x18ecd0||_0x50b486||_0x3e5d18([0x56,0x61,0x6c,0x69,0x64]);}}function _0xf5df63(_0x78e677,_0x5e8a70){return new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe3de64=>{if(_0xdec09a())return _0xe3de64(_0x3e5d18([0x56,0x61,0x6c,0x69,0x64]));_0x3bbcc0(),_0x546e3c[_0x3e5d18([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3e5d18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5e9425=!0x1;const _0x521ceb=_0x24a461();function _0x184114(_0x5d7d68){return!!_0x5d7d68&&(typeof _0x5d7d68===_0x3e5d18([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5d7d68===_0x3e5d18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5d7d68[_0x3e5d18([0x74,0x68,0x65,0x6e])]===_0x3e5d18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5d7d68[_0x3e5d18([0x63,0x61,0x74,0x63,0x68])]===_0x3e5d18([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1364b9(_0x4bbb99){_0x409643(_0x4bbb99)[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0x34cb1e=>{if(!_0x34cb1e||_0x34cb1e[_0x3e5d18([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3e5d18([0x6f,0x6b]))return _0x3e5d18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28bc61(_0x153118(_0x521ceb+_0x5e8a70))!=_0x34cb1e[_0x3e5d18([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3e5d18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3e5d18([0x56,0x61,0x6c,0x69,0x64]);})[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0x5a8a21=>(_0xa54422(),_0x5a8a21),()=>{const _0x3e6fde=_0xf79c47();return null==_0x3e6fde?(_0xa54422(),_0x3e5d18([0x56,0x61,0x6c,0x69,0x64])):_0x3e5d18(_0x12c7fd-_0x3e6fde>(0x38bee0a3^_0x474bef)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0xe3de64)[_0x3e5d18([0x63,0x61,0x74,0x63,0x68])](()=>{_0xe3de64(_0x3e5d18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28d1d0=0x1c848a23^_0x474bef;function _0xa54422(){const _0x34671e=_0x3e5d18([0x6c,0x6c,0x63,0x74,0x2d])+_0x28bc61(_0x153118(_0x78e677)),_0x3ae4b3=_0x893421(_0x28bc61(window[_0x3e5d18([0x4d,0x61,0x74,0x68])][_0x3e5d18([0x63,0x65,0x69,0x6c])](_0x12c7fd/_0x28d1d0)));window[_0x3e5d18([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e5d18([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x34671e,_0x3ae4b3);}function _0xf79c47(){const _0x4b9b65=_0x3e5d18([0x6c,0x6c,0x63,0x74,0x2d])+_0x28bc61(_0x153118(_0x78e677)),_0x3121e0=window[_0x3e5d18([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e5d18([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b9b65);return _0x3121e0?window[_0x3e5d18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x893421(_0x3121e0),0x10)*_0x28d1d0:null;}function _0x409643(_0x4cd90e){return new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21b5dd,_0x2be714)=>{_0x4cd90e[_0x3e5d18([0x74,0x68,0x65,0x6e])](_0x21b5dd,_0x2be714),window[_0x3e5d18([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2be714,0x1cb3b063^_0x474bef);});}}_0x546e3c[_0x3e5d18([0x6f,0x6e])](_0x3e5d18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4dce51,_0x41a1b6)=>{if(_0x41a1b6[0x0]!=_0x78e677)return _0xe3de64(_0x3e5d18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x41a1b6[0x1]={..._0x41a1b6[0x1],[_0x3e5d18([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x521ceb};},{[_0x3e5d18([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e5d18([0x68,0x69,0x67,0x68])}),_0x546e3c[_0x3e5d18([0x6f,0x6e])](_0x3e5d18([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x378642=>{_0x184114(_0x378642[_0x3e5d18([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5e9425=!0x0,_0x1364b9(_0x378642[_0x3e5d18([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3e5d18([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e5d18([0x6c,0x6f,0x77])}),_0xcd4aa6[_0x3e5d18([0x74,0x68,0x65,0x6e])](()=>{_0x5e9425||_0xe3de64(_0x3e5d18([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xdec09a(){return _0x546e3c[_0x3e5d18([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e5d18([0x76,0x69,0x65,0x77])][_0x3e5d18([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3e5d18([0x61,0x75,0x74,0x6f]);}function _0x3bbcc0(){_0x546e3c[_0x3e5d18([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e5d18([0x76,0x69,0x65,0x77])][_0x3e5d18([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3e5d18([0x61,0x75,0x74,0x6f]);}}function _0x3c513e(_0x477344){const _0x519df5=[new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4273e5=>setTimeout(_0x4273e5,0x1cbb5a6f^_0x474bef)),_0xcd4aa6[_0x3e5d18([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x410194=>{let _0xaacd75=0x0;_0x546e3c[_0x3e5d18([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e5d18([0x6f,0x6e])](_0x3e5d18([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x47bb4e,_0x242f1a)=>{_0x242f1a[0x0][_0x3e5d18([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xaacd75++,_0xaacd75==(0x1cb2655b^_0x474bef)&&(_0x410194(),_0x47bb4e[_0x3e5d18([0x6f,0x66,0x66])]());});}))];return window[_0x3e5d18([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3e5d18([0x72,0x61,0x63,0x65])](_0x519df5)[_0x3e5d18([0x74,0x68,0x65,0x6e])](()=>_0x477344);}async function _0x5b873e(){await _0xcd4aa6,_0x546e3c[_0x3e5d18([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e5d18([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2e9dc7,_0x546e3c[_0x3e5d18([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e5d18([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2e9dc7,_0x546e3c[_0x3e5d18([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3e5d18([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3170d9(){return window[_0x3e5d18([0x67,0x6c,0x6f,0x62])]&&window[_0x3e5d18([0x67,0x6c,0x6f,0x62])][_0x3e5d18([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x29bc8c(_0x1366f8){const _0x3b0e1f=_0x420f6a();_0x546e3c[_0x3b0e1f]=_0x3e5d18([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])+_0x1366f8,_0x1366f8!=_0x3e5d18([0x56,0x61,0x6c,0x69,0x64])&&_0x5b873e();}function _0x420f6a(){const _0x1fe8b8=window[_0x3e5d18([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3e5d18([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3e5d18([0x6e,0x6f,0x77])]())[_0x3e5d18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3e5d18([0x2e]),'');let _0x50199e=_0x3e5d18([0x61]);for(let _0x1590f8=0x0;_0x1590f8<_0x1fe8b8[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1590f8+=0x2){let _0x52c6b8=window[_0x3e5d18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fe8b8[_0x3e5d18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1590f8,_0x1590f8+0x2));_0x52c6b8>=_0x2daca9[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x52c6b8-=_0x2daca9[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x50199e+=_0x2daca9[_0x52c6b8];}return _0x50199e;}function _0x1a8304(){const _0x1a5d06=_0x226e67[_0x3e5d18([0x73,0x70,0x6c,0x69,0x74])](_0x3e5d18([0x2e]));if(0x3!=_0x1a5d06[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1c340c(_0x1a5d06[0x1]);function _0x1c340c(_0xf7a8d){const _0x3502ed=_0xcce3e9(_0xf7a8d);return _0x3502ed&&_0x30a29d()?_0x3502ed:null;function _0x30a29d(){const _0x4caba8=_0x3502ed[_0x3e5d18([0x6a,0x74,0x69])],_0x2cf4e6=window[_0x3e5d18([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4caba8[_0x3e5d18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4caba8[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2ed727={..._0x3502ed,[_0x3e5d18([0x6a,0x74,0x69])]:_0x4caba8[_0x3e5d18([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4caba8[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2ed727[_0x3e5d18([0x76,0x63])],_0x153118(_0x2ed727)==_0x2cf4e6;}}}async function _0x38b0e6(){let _0x2dd51f=!0x0;try{const _0x3c3db0=_0x226e67[_0x3e5d18([0x73,0x70,0x6c,0x69,0x74])](_0x3e5d18([0x2e])),[_0x5c418f,_0x5eba81,_0x5ba1e2]=_0x3c3db0;return _0x210d6a(_0x5c418f),await _0x166700(_0x5c418f,_0x5eba81,_0x5ba1e2),_0x2dd51f;}catch{return!0x1;}function _0x210d6a(_0x4f2e07){const _0x37fa7f=_0xcce3e9(_0x4f2e07);_0x37fa7f&&_0x37fa7f[_0x3e5d18([0x61,0x6c,0x67])]==_0x3e5d18([0x45,0x53,0x32,0x35,0x36])||(_0x2dd51f=!0x1);}async function _0x166700(_0x3ea2be,_0x78d229,_0x537deb){const _0x37d493=window[_0x3e5d18([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3e5d18([0x66,0x72,0x6f,0x6d])](_0x59c041(_0x537deb),_0x25dc0a=>_0x25dc0a[_0x3e5d18([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3b4e63=new window[(_0x3e5d18([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3e5d18([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ea2be+_0x3e5d18([0x2e])+_0x78d229),_0x2dafb9=window[_0x3e5d18([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3e5d18([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2dafb9)return;const _0x279c4b=await _0x2dafb9[_0x3e5d18([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3e5d18([0x6a,0x77,0x6b]),_0x3f8cfc,{[_0x3e5d18([0x6e,0x61,0x6d,0x65])]:_0x3e5d18([0x45,0x43,0x44,0x53,0x41]),[_0x3e5d18([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3e5d18([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3e5d18([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2dafb9[_0x3e5d18([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3e5d18([0x6e,0x61,0x6d,0x65])]:_0x3e5d18([0x45,0x43,0x44,0x53,0x41]),[_0x3e5d18([0x68,0x61,0x73,0x68])]:{[_0x3e5d18([0x6e,0x61,0x6d,0x65])]:_0x3e5d18([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x279c4b,_0x37d493,_0x3b4e63)||(_0x2dd51f=!0x1);}}function _0xcce3e9(_0x1b1787){return _0x1b1787[_0x3e5d18([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3e5d18([0x65,0x79]))?JSON[_0x3e5d18([0x70,0x61,0x72,0x73,0x65])](_0x59c041(_0x1b1787)):null;}function _0x59c041(_0x5c345a){return window[_0x3e5d18([0x61,0x74,0x6f,0x62])](_0x5c345a[_0x3e5d18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3e5d18([0x2b]))[_0x3e5d18([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3e5d18([0x2f])));}function _0x153118(_0x470b6e){let _0x5787e0=0x1505;function _0x4633b0(_0x5057f0){for(let _0x18f594=0x0;_0x18f594<_0x5057f0[_0x3e5d18([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18f594++){const _0x1f9c21=_0x5057f0[_0x3e5d18([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x18f594);_0x5787e0=(_0x5787e0<<0x5)+_0x5787e0+_0x1f9c21,_0x5787e0&=_0x5787e0;}}function _0x7b8e56(_0x78adf){Array[_0x3e5d18([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x78adf)?_0x78adf[_0x3e5d18([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x7b8e56):_0x78adf&&typeof _0x78adf==_0x3e5d18([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3e5d18([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x78adf)[_0x3e5d18([0x73,0x6f,0x72,0x74])]()[_0x3e5d18([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x565e35,_0x1009f7])=>{_0x4633b0(_0x565e35),_0x7b8e56(_0x1009f7);}):_0x4633b0(window[_0x3e5d18([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x78adf));}return _0x7b8e56(_0x470b6e),_0x5787e0>>>0x0;}function _0x28bc61(_0x320f45){return _0x320f45[_0x3e5d18([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3e5d18([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3e5d18([0x30]));}function _0x893421(_0x1ee111){return _0x1ee111[_0x3e5d18([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3e5d18([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3e5d18([0x6a,0x6f,0x69,0x6e])]('');}function _0x2e9dc7(){}function _0x3e5d18(_0x2e28b4){const _0x334764=_0x11e7;return _0x2e28b4[_0x334764(0x1f2)](_0x34acf8=>String[_0x334764(0x1f9)](_0x34acf8))[_0x334764(0x1e1)]('');}_0x29bc8c(await _0x3d2358());}(this);}[_0x484038(0x202)](){const _0x2aac43=_0x484038;super[_0x2aac43(0x202)](),this[_0x2aac43(0x203)][_0x2aac43(0x202)](),this[_0x2aac43(0x21d)][_0x2aac43(0x1da)]();}[_0x484038(0x1e0)](_0x1007a2,{outlineDefinitions:_0x4169bf,outlineChanges:_0x1943a8}){const _0x5ab2e9=_0x484038;this[_0x5ab2e9(0x1fa)]=_0x4169bf,this[_0x5ab2e9(0x203)][_0x5ab2e9(0x206)](_0x1943a8);}[_0x484038(0x210)](_0x5a954d){const _0x321f63=_0x484038;this[_0x321f63(0x1fa)][_0x321f63(0x1f3)]&&this[_0x321f63(0x1fa)][_0x5a954d]&&(this[_0x321f63(0x203)][_0x321f63(0x20a)]=_0x5a954d);}[_0x484038(0x20b)](_0x343d0c){const _0x44a0a9=_0x484038,_0x3e79ec=this[_0x44a0a9(0x1fa)][_0x343d0c][_0x44a0a9(0x217)];this[_0x44a0a9(0x1e8)][_0x44a0a9(0x1f4)][_0x44a0a9(0x1d6)](_0xaad202=>{const _0x20cc63=_0x44a0a9;_0xaad202[_0x20cc63(0x1ed)](_0x3e79ec,0x0);}),this[_0x44a0a9(0x1e8)][_0x44a0a9(0x20e)][_0x44a0a9(0x203)][_0x44a0a9(0x1f0)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x44a0a9(0x1e8)][_0x44a0a9(0x20e)][_0x44a0a9(0x203)][_0x44a0a9(0x1eb)](),this[_0x44a0a9(0x210)](_0x343d0c);}[_0x484038(0x200)](){const _0x122fe7=_0x484038,_0x46545d=this[_0x122fe7(0x1e8)];let _0x20828a;for(const _0x2be9c7 of _0x46545d[_0x122fe7(0x1f4)][_0x122fe7(0x211)][_0x122fe7(0x212)]()){const _0x34248d=_0x46545d[_0x122fe7(0x20e)][_0x122fe7(0x203)][_0x122fe7(0x1e6)](_0x2be9c7),_0x22c23b=_0x34248d&&new _0x278f8a(_0x34248d)[_0x122fe7(0x213)]();if(_0x22c23b){const _0x1e5afe=new _0x278f8a(_0x22e1f3[_0x122fe7(0x1f5)])[_0x122fe7(0x1fe)](_0x22c23b);_0x1e5afe&&(_0x20828a=_0x1e5afe[_0x122fe7(0x1df)]+0.25*_0x1e5afe[_0x122fe7(0x1d8)]);}}if(void 0x0===_0x20828a)return;const _0x3742f8=h(_0x46545d[_0x122fe7(0x20e)],this[_0x122fe7(0x1fa)],_0x20828a);_0x3742f8?this[_0x122fe7(0x210)](this[_0x122fe7(0x1fa)][_0x122fe7(0x215)](_0x3742f8)):this[_0x122fe7(0x210)](-0x1);}}function h(_0x5780ca,_0x310ed8,_0x264fa2,_0x445f4e=0x0,_0x5aaf2f=_0x310ed8[_0x484038(0x1f3)]-0x1){const _0x5ea67a=_0x484038,_0x29f5e3=Math[_0x5ea67a(0x20d)](_0x445f4e+(_0x5aaf2f-_0x445f4e)/0x2);if(_0x5aaf2f>=_0x445f4e){const _0x27f78a=_0x310ed8[_0x29f5e3],_0x29120b=_0x5780ca[_0x5ea67a(0x1e9)][_0x5ea67a(0x216)](_0x27f78a[_0x5ea67a(0x217)]);if(!_0x29120b)return null;const _0x47744f=_0x5780ca[_0x5ea67a(0x203)][_0x5ea67a(0x214)][_0x5ea67a(0x1fb)](_0x29120b);return new _0x278f8a(_0x47744f)[_0x5ea67a(0x207)]>_0x264fa2?h(_0x5780ca,_0x310ed8,_0x264fa2,_0x445f4e,_0x29f5e3-0x1):h(_0x5780ca,_0x310ed8,_0x264fa2,_0x29f5e3+0x1,_0x5aaf2f);}return _0x29f5e3<0x0?null:_0x310ed8[_0x29f5e3];}
|
|
23
|
+
const _0x4b76ca=_0x57f0;(function(_0x2668a5,_0x5a8fbb){const _0x345261=_0x57f0,_0x5e1494=_0x2668a5();while(!![]){try{const _0x11bcaf=-parseInt(_0x345261(0x19f))/0x1*(-parseInt(_0x345261(0x1bd))/0x2)+-parseInt(_0x345261(0x1bf))/0x3*(parseInt(_0x345261(0x1de))/0x4)+-parseInt(_0x345261(0x1d6))/0x5*(parseInt(_0x345261(0x1e7))/0x6)+-parseInt(_0x345261(0x1e4))/0x7*(parseInt(_0x345261(0x1c9))/0x8)+parseInt(_0x345261(0x1c4))/0x9+-parseInt(_0x345261(0x1a6))/0xa*(parseInt(_0x345261(0x1d7))/0xb)+-parseInt(_0x345261(0x1b9))/0xc*(-parseInt(_0x345261(0x1ba))/0xd);if(_0x11bcaf===_0x5a8fbb)break;else _0x5e1494['push'](_0x5e1494['shift']());}catch(_0x2f0f1a){_0x5e1494['push'](_0x5e1494['shift']());}}}(_0xa484,0x62408));function _0x57f0(_0xd6a566,_0x1f3995){const _0xa48437=_0xa484();return _0x57f0=function(_0x57f063,_0x4ef26b){_0x57f063=_0x57f063-0x19e;let _0x3296f4=_0xa48437[_0x57f063];return _0x3296f4;},_0x57f0(_0xd6a566,_0x1f3995);}import{Plugin as _0x2ae2f4}from'ckeditor5/src/core.js';import{CKEditorError as _0x33cff2,global as _0x5c087a,Rect as _0x39be13,uid as _0x32ef86}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x209eeb}from'./ui/documentoutlineview.js';import{throttle as _0x2d28d6}from'es-toolkit/compat';function _0xa484(){const _0x5e3b75=['341qwCZKY','floor','toViewElement','height','length','window','setSelection','604NnlQJO','config','getDomRoot','DocumentOutlineUtils','sync','view','76706OLZDZe','init','activeItemIndex','285042ahAanV','fromCharCode','listenTo','getRootNames','15KEvgST','map','change','document','afterInit','_currentOutlineDefinitions','modelElement','96490rjFNRk','pluginName','documentOutline.container','mapper','scrollToTheSelection','cancel','itemSelected','isPremiumPlugin','get','isOfficialPlugin','model','_updateActiveDefinitionOnViewportChange','_updateActiveDefinitionFromViewportThrottled','plugins','render','_handleOutlineChange','_setActiveViewItem','focus','bind','312288cuefxp','247bwGjaV','appendChild','join','44350hmeIER','domConverter','810npQaCr','add','bottom','documentOutline.showEmptyHeadings','scroll','6405372MmzlKV','mapViewToDom','href','document-outline-container-not-provided','resize','304xDHtMV','getVisible','destroy','locale','editing','DocumentOutlineUI','top','editor','focusTracker','getIntersection','_handleItemSelected','element','indexOf','40FFKyEX'];_0xa484=function(){return _0x5e3b75;};return _0xa484();}import'../../theme/documentoutline.css';export class DocumentOutlineUI extends _0x2ae2f4{[_0x4b76ca(0x1e3)];[_0x4b76ca(0x1a4)];[_0x4b76ca(0x1b2)];static get[_0x4b76ca(0x1a7)](){const _0x2814f2=_0x4b76ca;return _0x2814f2(0x1ce);}static get[_0x4b76ca(0x1af)](){return!0x0;}static get[_0x4b76ca(0x1ad)](){return!0x0;}constructor(_0x3601f6){const _0x2acc8c=_0x4b76ca;super(_0x3601f6),this[_0x2acc8c(0x1e3)]=new _0x209eeb(_0x3601f6[_0x2acc8c(0x1cc)],this[_0x2acc8c(0x1d0)][_0x2acc8c(0x1df)][_0x2acc8c(0x1ae)](_0x2acc8c(0x1c2)),this[_0x2acc8c(0x1d0)][_0x2acc8c(0x1df)][_0x2acc8c(0x1ae)](_0x2acc8c(0x1a8))),this[_0x2acc8c(0x1a4)]=[],this[_0x2acc8c(0x1b2)]=_0x2d28d6(this[_0x2acc8c(0x1b1)][_0x2acc8c(0x1b8)](this),0x64);}[_0x4b76ca(0x1e5)](){const _0xd3c392=_0x4b76ca,_0x59f3b2=this[_0xd3c392(0x1d0)],_0x40d8db=_0x59f3b2[_0xd3c392(0x1b3)][_0xd3c392(0x1ae)](_0xd3c392(0x1e1));let _0x23cd61=!0x1;if(this[_0xd3c392(0x1e3)][_0xd3c392(0x1b4)](),this[_0xd3c392(0x1d0)]['ui'][_0xd3c392(0x1d1)][_0xd3c392(0x1c0)](this[_0xd3c392(0x1e3)][_0xd3c392(0x1d4)]),!_0x59f3b2[_0xd3c392(0x1df)][_0xd3c392(0x1ae)](_0xd3c392(0x1a8)))throw new _0x33cff2(_0xd3c392(0x1c7),{'editor':_0x59f3b2});_0x59f3b2[_0xd3c392(0x1df)][_0xd3c392(0x1ae)](_0xd3c392(0x1a8))[_0xd3c392(0x1bb)](this[_0xd3c392(0x1e3)][_0xd3c392(0x1d4)]),_0x40d8db['on'](_0xd3c392(0x1a1),this[_0xd3c392(0x1b5)][_0xd3c392(0x1b8)](this)),_0x40d8db['on'](_0xd3c392(0x1e6),(_0x223b71,{index:_0x326e38})=>this[_0xd3c392(0x1b6)](_0x326e38)),this[_0xd3c392(0x1e3)]['on'](_0xd3c392(0x1ac),(_0x5a2e3e,_0x25be85)=>{const _0x21ad44=_0xd3c392;_0x23cd61=!0x0,this[_0x21ad44(0x1d3)](_0x25be85);}),this[_0xd3c392(0x1e3)][_0xd3c392(0x1e9)](_0x5c087a[_0xd3c392(0x1a2)],_0xd3c392(0x1c3),()=>{const _0x3ecaea=_0xd3c392;_0x23cd61?_0x23cd61=!0x1:this[_0x3ecaea(0x1b2)]();},{'useCapture':!0x0}),this[_0xd3c392(0x1e3)][_0xd3c392(0x1e9)](_0x5c087a[_0xd3c392(0x1dc)],_0xd3c392(0x1c8),this[_0xd3c392(0x1b2)],{'useCapture':!0x0});}[_0x4b76ca(0x1a3)](){!async function(_0x4b85f4){const _0x4cc86d=_0x899c08([0x61,0x57,0x78,0x6c,0x50,0x47,0x30,0x41,0x33,0x43,0x44,0x64,0x48,0x42,0x73,0x5a,0x45,0x71,0x77,0x55,0x4c,0x6f,0x6a,0x4f,0x72,0x67,0x4d,0x58,0x56,0x54,0x52,0x76,0x75,0x31,0x62,0x49,0x32,0x34,0x38,0x37,0x70,0x74,0x7a,0x4a,0x4b,0x51,0x65,0x69,0x68,0x66,0x4e,0x6b,0x59,0x53,0x39,0x6e,0x36,0x79,0x35,0x6d,0x63,0x46]),_0x7432ad=0x1cb264a3,_0x51e8a7=0x1cb512e3^_0x7432ad,_0x2eadf2=window[_0x899c08([0x44,0x61,0x74,0x65])][_0x899c08([0x6e,0x6f,0x77])](),_0x5a511f=_0x4b85f4[_0x899c08([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x35777a=new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2595fe=>{_0x5a511f[_0x899c08([0x6f,0x6e,0x63,0x65])](_0x899c08([0x72,0x65,0x61,0x64,0x79]),_0x2595fe);}),_0x180719={[_0x899c08([0x6b,0x74,0x79])]:_0x899c08([0x45,0x43]),[_0x899c08([0x75,0x73,0x65])]:_0x899c08([0x73,0x69,0x67]),[_0x899c08([0x63,0x72,0x76])]:_0x899c08([0x50,0x2d,0x32,0x35,0x36]),[_0x899c08([0x78])]:_0x899c08([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]),[_0x899c08([0x79])]:_0x899c08([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]),[_0x899c08([0x61,0x6c,0x67])]:_0x899c08([0x45,0x53,0x32,0x35,0x36])},_0xa0042a=_0x5a511f[_0x899c08([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x899c08([0x67,0x65,0x74])](_0x899c08([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4f815(){let _0x4ef5ce,_0xab30de=null,_0x22a36e=null;try{if(_0xa0042a==_0x899c08([0x47,0x50,0x4c]))return _0x899c08([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4ef5ce=_0x1668ab(),!_0x4ef5ce)return _0x899c08([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4ef5ce[_0x899c08([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x22a36e=_0x3807e2(_0x4ef5ce[_0x899c08([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4ef5ce[_0x899c08([0x6a,0x74,0x69])])),await _0x58eee9()?_0x4bae1d()?_0x4cf8cb()?_0x899c08([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe21aa4()?(_0x4ef5ce[_0x899c08([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x899c08([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xab30de=_0x1c3a3a(_0x899c08([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4ef5ce[_0x899c08([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x899c08([0x74,0x72,0x69,0x61,0x6c])&&(_0xab30de=_0x1c3a3a(_0x899c08([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x530e75()):_0x899c08([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x899c08([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x899c08([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x899c08([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4cf8cb(){const _0x1803e9=[_0x899c08([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x899c08([0x74,0x72,0x69,0x61,0x6c])][_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef5ce[_0x899c08([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2eadf2/0x3e8:0xe10*_0x51e8a7;return _0x4ef5ce[_0x899c08([0x65,0x78,0x70])]<_0x1803e9;}function _0x4bae1d(){const _0x120186=_0x4ef5ce[_0x899c08([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x120186&&(!!_0x120186[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x899c08([0x2a]))||(!!_0x120186[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x899c08([0x44,0x4f]))||(!!_0x120186[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x899c08([0x50,0x50]))||!(!_0x120186[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x899c08([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x38eae5()))));}function _0xe21aa4(){const _0x294f67=_0x57f0,_0x1aaef3=_0x4ef5ce[_0x899c08([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1aaef3||0x0==_0x1aaef3[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd20fd}=new URL(window[_0x899c08([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x294f67(0x1c6)]);if(_0x1aaef3[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd20fd))return!0x0;const _0x22a08b=_0xd20fd[_0x899c08([0x73,0x70,0x6c,0x69,0x74])](_0x899c08([0x2e]));return _0x1aaef3[_0x899c08([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd4968b=>_0xd4968b[_0x899c08([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x899c08([0x2a])))[_0x899c08([0x6d,0x61,0x70])](_0x2efbb8=>_0x2efbb8[_0x899c08([0x73,0x70,0x6c,0x69,0x74])](_0x899c08([0x2e])))[_0x899c08([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x321b9a=>_0x321b9a[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x22a08b[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x899c08([0x6d,0x61,0x70])](_0x1fe26d=>Array(_0x22a08b[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1fe26d[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x899c08([0x66,0x69,0x6c,0x6c])](_0x1fe26d[0x0]===_0x899c08([0x2a])?_0x899c08([0x2a]):'')[_0x899c08([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1fe26d))[_0x899c08([0x73,0x6f,0x6d,0x65])](_0x5c3be6=>_0x22a08b[_0x899c08([0x65,0x76,0x65,0x72,0x79])]((_0x2b3a8c,_0x11ed40)=>_0x5c3be6[_0x11ed40]===_0x2b3a8c||_0x5c3be6[_0x11ed40]===_0x899c08([0x2a])));}function _0x530e75(){return _0xab30de&&_0x22a36e?new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x6aea4e,_0x17b671)=>{_0xab30de[_0x899c08([0x74,0x68,0x65,0x6e])](_0x6aea4e,_0x17b671),_0x22a36e[_0x899c08([0x74,0x68,0x65,0x6e])](_0x1d73cd=>{_0x1d73cd!=_0x899c08([0x56,0x61,0x6c,0x69,0x64])&&_0x6aea4e(_0x1d73cd);},_0x17b671);}):_0xab30de||_0x22a36e||_0x899c08([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3807e2(_0xa53fdd,_0x259c35){return new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3701e8=>{if(_0x1735a5())return _0x3701e8(_0x899c08([0x56,0x61,0x6c,0x69,0x64]));_0x372de7(),_0x5a511f[_0x899c08([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x899c08([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x32b345=!0x1;const _0x42870f=_0x32ef86();function _0x5c023a(_0x285ec1){return!!_0x285ec1&&(typeof _0x285ec1===_0x899c08([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x285ec1===_0x899c08([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x285ec1[_0x899c08([0x74,0x68,0x65,0x6e])]===_0x899c08([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x285ec1[_0x899c08([0x63,0x61,0x74,0x63,0x68])]===_0x899c08([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x782d2e(_0x37e3f4){_0x4522cd(_0x37e3f4)[_0x899c08([0x74,0x68,0x65,0x6e])](_0x120542=>{if(!_0x120542||_0x120542[_0x899c08([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x899c08([0x6f,0x6b]))return _0x899c08([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x13d179(_0xc67132(_0x42870f+_0x259c35))!=_0x120542[_0x899c08([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x899c08([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x899c08([0x56,0x61,0x6c,0x69,0x64]);})[_0x899c08([0x74,0x68,0x65,0x6e])](_0x500f18=>(_0x1bde35(),_0x500f18),()=>{const _0x3bae6c=_0x2d8f5c();return null==_0x3bae6c?(_0x1bde35(),_0x899c08([0x56,0x61,0x6c,0x69,0x64])):_0x899c08(_0x2eadf2-_0x3bae6c>(0x38bee0a3^_0x7432ad)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x899c08([0x74,0x68,0x65,0x6e])](_0x3701e8)[_0x899c08([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3701e8(_0x899c08([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5465cf=0x1c848a23^_0x7432ad;function _0x1bde35(){const _0x9d8851=_0x899c08([0x6c,0x6c,0x63,0x74,0x2d])+_0x13d179(_0xc67132(_0xa53fdd)),_0x4afb40=_0x32cb64(_0x13d179(window[_0x899c08([0x4d,0x61,0x74,0x68])][_0x899c08([0x63,0x65,0x69,0x6c])](_0x2eadf2/_0x5465cf)));window[_0x899c08([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x899c08([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x9d8851,_0x4afb40);}function _0x2d8f5c(){const _0x5ecd7d=_0x899c08([0x6c,0x6c,0x63,0x74,0x2d])+_0x13d179(_0xc67132(_0xa53fdd)),_0x2acfcc=window[_0x899c08([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x899c08([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ecd7d);return _0x2acfcc?window[_0x899c08([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32cb64(_0x2acfcc),0x10)*_0x5465cf:null;}function _0x4522cd(_0x5d1a4b){return new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e2744,_0xf8c796)=>{_0x5d1a4b[_0x899c08([0x74,0x68,0x65,0x6e])](_0x1e2744,_0xf8c796),window[_0x899c08([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf8c796,0x1cb3b063^_0x7432ad);});}}_0x5a511f[_0x899c08([0x6f,0x6e])](_0x899c08([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x20d047,_0x171c22)=>{if(_0x171c22[0x0]!=_0xa53fdd)return _0x3701e8(_0x899c08([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x171c22[0x1]={..._0x171c22[0x1],[_0x899c08([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x42870f};},{[_0x899c08([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x899c08([0x68,0x69,0x67,0x68])}),_0x5a511f[_0x899c08([0x6f,0x6e])](_0x899c08([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x39023b=>{_0x5c023a(_0x39023b[_0x899c08([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x32b345=!0x0,_0x782d2e(_0x39023b[_0x899c08([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x899c08([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x899c08([0x6c,0x6f,0x77])}),_0x35777a[_0x899c08([0x74,0x68,0x65,0x6e])](()=>{_0x32b345||_0x3701e8(_0x899c08([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1735a5(){return _0x5a511f[_0x899c08([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x899c08([0x76,0x69,0x65,0x77])][_0x899c08([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x899c08([0x61,0x75,0x74,0x6f]);}function _0x372de7(){_0x5a511f[_0x899c08([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x899c08([0x76,0x69,0x65,0x77])][_0x899c08([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x899c08([0x61,0x75,0x74,0x6f]);}}function _0x1c3a3a(_0x300f1c){const _0x493e41=[new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42bdd2=>setTimeout(_0x42bdd2,0x1cbb5a6f^_0x7432ad)),_0x35777a[_0x899c08([0x74,0x68,0x65,0x6e])](()=>new window[(_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xafeb7f=>{let _0xa0da63=0x0;_0x5a511f[_0x899c08([0x6d,0x6f,0x64,0x65,0x6c])][_0x899c08([0x6f,0x6e])](_0x899c08([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xee9159,_0x2e006d)=>{_0x2e006d[0x0][_0x899c08([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xa0da63++,_0xa0da63==(0x1cb2655b^_0x7432ad)&&(_0xafeb7f(),_0xee9159[_0x899c08([0x6f,0x66,0x66])]());});}))];return window[_0x899c08([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x899c08([0x72,0x61,0x63,0x65])](_0x493e41)[_0x899c08([0x74,0x68,0x65,0x6e])](()=>_0x300f1c);}async function _0x1ec632(){await _0x35777a,_0x5a511f[_0x899c08([0x6d,0x6f,0x64,0x65,0x6c])][_0x899c08([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x27e64a,_0x5a511f[_0x899c08([0x6d,0x6f,0x64,0x65,0x6c])][_0x899c08([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x27e64a,_0x5a511f[_0x899c08([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x899c08([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x38eae5(){return window[_0x899c08([0x67,0x6c,0x6f,0x62])]&&window[_0x899c08([0x67,0x6c,0x6f,0x62])][_0x899c08([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0xdd6806(_0x2c22c7){const _0x38e9f1=_0x39a4c5();_0x5a511f[_0x38e9f1]=_0x899c08([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])+_0x2c22c7,_0x2c22c7!=_0x899c08([0x56,0x61,0x6c,0x69,0x64])&&_0x1ec632();}function _0x39a4c5(){const _0x5f3929=window[_0x899c08([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x899c08([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x899c08([0x6e,0x6f,0x77])]())[_0x899c08([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x899c08([0x2e]),'');let _0xb955a5=_0x899c08([0x61]);for(let _0x3c3ff4=0x0;_0x3c3ff4<_0x5f3929[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3c3ff4+=0x2){let _0x1306d7=window[_0x899c08([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f3929[_0x899c08([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3c3ff4,_0x3c3ff4+0x2));_0x1306d7>=_0x4cc86d[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1306d7-=_0x4cc86d[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xb955a5+=_0x4cc86d[_0x1306d7];}return _0xb955a5;}function _0x1668ab(){const _0x25ea3e=_0xa0042a[_0x899c08([0x73,0x70,0x6c,0x69,0x74])](_0x899c08([0x2e]));if(0x3!=_0x25ea3e[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5f1aa3(_0x25ea3e[0x1]);function _0x5f1aa3(_0x411d92){const _0x367bde=_0x10ca8d(_0x411d92);return _0x367bde&&_0x3a1c8e()?_0x367bde:null;function _0x3a1c8e(){const _0x5b6974=_0x367bde[_0x899c08([0x6a,0x74,0x69])],_0x9e7ef0=window[_0x899c08([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b6974[_0x899c08([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b6974[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x59fb35={..._0x367bde,[_0x899c08([0x6a,0x74,0x69])]:_0x5b6974[_0x899c08([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5b6974[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x59fb35[_0x899c08([0x76,0x63])],_0xc67132(_0x59fb35)==_0x9e7ef0;}}}async function _0x58eee9(){let _0x13a548=!0x0;try{const _0x59e8b9=_0xa0042a[_0x899c08([0x73,0x70,0x6c,0x69,0x74])](_0x899c08([0x2e])),[_0x2cf45f,_0x4b7281,_0x210a76]=_0x59e8b9;return _0xb7e76d(_0x2cf45f),await _0x201237(_0x2cf45f,_0x4b7281,_0x210a76),_0x13a548;}catch{return!0x1;}function _0xb7e76d(_0x30b98d){const _0x2f1c33=_0x10ca8d(_0x30b98d);_0x2f1c33&&_0x2f1c33[_0x899c08([0x61,0x6c,0x67])]==_0x899c08([0x45,0x53,0x32,0x35,0x36])||(_0x13a548=!0x1);}async function _0x201237(_0x30f17a,_0x192308,_0x398944){const _0x5ef5f4=window[_0x899c08([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x899c08([0x66,0x72,0x6f,0x6d])](_0x4ccb71(_0x398944),_0x4e0ef7=>_0x4e0ef7[_0x899c08([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35f199=new window[(_0x899c08([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x899c08([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x30f17a+_0x899c08([0x2e])+_0x192308),_0x49bf1a=window[_0x899c08([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x899c08([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x49bf1a)return;const _0x373210=await _0x49bf1a[_0x899c08([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x899c08([0x6a,0x77,0x6b]),_0x180719,{[_0x899c08([0x6e,0x61,0x6d,0x65])]:_0x899c08([0x45,0x43,0x44,0x53,0x41]),[_0x899c08([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x899c08([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x899c08([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x49bf1a[_0x899c08([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x899c08([0x6e,0x61,0x6d,0x65])]:_0x899c08([0x45,0x43,0x44,0x53,0x41]),[_0x899c08([0x68,0x61,0x73,0x68])]:{[_0x899c08([0x6e,0x61,0x6d,0x65])]:_0x899c08([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x373210,_0x5ef5f4,_0x35f199)||(_0x13a548=!0x1);}}function _0x10ca8d(_0x481f80){return _0x481f80[_0x899c08([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x899c08([0x65,0x79]))?JSON[_0x899c08([0x70,0x61,0x72,0x73,0x65])](_0x4ccb71(_0x481f80)):null;}function _0x4ccb71(_0x29a46e){return window[_0x899c08([0x61,0x74,0x6f,0x62])](_0x29a46e[_0x899c08([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x899c08([0x2b]))[_0x899c08([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x899c08([0x2f])));}function _0xc67132(_0x5ea91a){let _0x3b6967=0x1505;function _0x5d607e(_0xc61a96){for(let _0x5ee062=0x0;_0x5ee062<_0xc61a96[_0x899c08([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ee062++){const _0x7c0b22=_0xc61a96[_0x899c08([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5ee062);_0x3b6967=(_0x3b6967<<0x5)+_0x3b6967+_0x7c0b22,_0x3b6967&=_0x3b6967;}}function _0x4ba517(_0x20dddb){Array[_0x899c08([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x20dddb)?_0x20dddb[_0x899c08([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4ba517):_0x20dddb&&typeof _0x20dddb==_0x899c08([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x899c08([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x20dddb)[_0x899c08([0x73,0x6f,0x72,0x74])]()[_0x899c08([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x155a61,_0x3565fc])=>{_0x5d607e(_0x155a61),_0x4ba517(_0x3565fc);}):_0x5d607e(window[_0x899c08([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x20dddb));}return _0x4ba517(_0x5ea91a),_0x3b6967>>>0x0;}function _0x13d179(_0x575350){return _0x575350[_0x899c08([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x899c08([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x899c08([0x30]));}function _0x32cb64(_0x502646){return _0x502646[_0x899c08([0x73,0x70,0x6c,0x69,0x74])]('')[_0x899c08([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x899c08([0x6a,0x6f,0x69,0x6e])]('');}function _0x27e64a(){}function _0x899c08(_0x464db2){const _0x2eb950=_0x57f0;return _0x464db2[_0x2eb950(0x1a0)](_0x54728f=>String[_0x2eb950(0x1e8)](_0x54728f))[_0x2eb950(0x1bc)]('');}_0xdd6806(await _0x4f815());}(this);}[_0x4b76ca(0x1cb)](){const _0x420beb=_0x4b76ca;super[_0x420beb(0x1cb)](),this[_0x420beb(0x1e3)][_0x420beb(0x1cb)](),this[_0x420beb(0x1b2)][_0x420beb(0x1ab)]();}[_0x4b76ca(0x1b5)](_0x446e9c,{outlineDefinitions:_0x207b66,outlineChanges:_0x5b428f}){const _0x306f49=_0x4b76ca;this[_0x306f49(0x1a4)]=_0x207b66,this[_0x306f49(0x1e3)][_0x306f49(0x1e2)](_0x5b428f);}[_0x4b76ca(0x1b6)](_0x1e4760){const _0x5de294=_0x4b76ca;this[_0x5de294(0x1a4)][_0x5de294(0x1db)]&&this[_0x5de294(0x1a4)][_0x1e4760]&&(this[_0x5de294(0x1e3)][_0x5de294(0x1e6)]=_0x1e4760);}[_0x4b76ca(0x1d3)](_0x4c9828){const _0x59401f=_0x4b76ca,_0x1382e4=this[_0x59401f(0x1a4)][_0x4c9828][_0x59401f(0x1a5)];this[_0x59401f(0x1d0)][_0x59401f(0x1b0)][_0x59401f(0x1a1)](_0x2c0ef1=>{const _0x8c5c5c=_0x59401f;_0x2c0ef1[_0x8c5c5c(0x1dd)](_0x1382e4,0x0);}),this[_0x59401f(0x1d0)][_0x59401f(0x1cd)][_0x59401f(0x1e3)][_0x59401f(0x1aa)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x59401f(0x1d0)][_0x59401f(0x1cd)][_0x59401f(0x1e3)][_0x59401f(0x1b7)](),this[_0x59401f(0x1b6)](_0x4c9828);}[_0x4b76ca(0x1b1)](){const _0x20709c=_0x4b76ca,_0x34e188=this[_0x20709c(0x1d0)];let _0x2eeac8;for(const _0x35f783 of _0x34e188[_0x20709c(0x1b0)][_0x20709c(0x1a2)][_0x20709c(0x19e)]()){const _0x4bdc64=_0x34e188[_0x20709c(0x1cd)][_0x20709c(0x1e3)][_0x20709c(0x1e0)](_0x35f783),_0x1d1047=_0x4bdc64&&new _0x39be13(_0x4bdc64)[_0x20709c(0x1ca)]();if(_0x1d1047){const _0x88777d=new _0x39be13(_0x5c087a[_0x20709c(0x1dc)])[_0x20709c(0x1d2)](_0x1d1047);_0x88777d&&(_0x2eeac8=_0x88777d[_0x20709c(0x1cf)]+0.25*_0x88777d[_0x20709c(0x1da)]);}}if(void 0x0===_0x2eeac8)return;const _0x15a7d4=h(_0x34e188[_0x20709c(0x1cd)],this[_0x20709c(0x1a4)],_0x2eeac8);_0x15a7d4?this[_0x20709c(0x1b6)](this[_0x20709c(0x1a4)][_0x20709c(0x1d5)](_0x15a7d4)):this[_0x20709c(0x1b6)](-0x1);}}function h(_0x217f62,_0x44a422,_0x4e1a34,_0x211795=0x0,_0x53cb17=_0x44a422[_0x4b76ca(0x1db)]-0x1){const _0x4fcfdb=_0x4b76ca,_0x777e68=Math[_0x4fcfdb(0x1d8)](_0x211795+(_0x53cb17-_0x211795)/0x2);if(_0x53cb17>=_0x211795){const _0x45f9bc=_0x44a422[_0x777e68],_0x5db682=_0x217f62[_0x4fcfdb(0x1a9)][_0x4fcfdb(0x1d9)](_0x45f9bc[_0x4fcfdb(0x1a5)]);if(!_0x5db682)return null;const _0x5326fa=_0x217f62[_0x4fcfdb(0x1e3)][_0x4fcfdb(0x1be)][_0x4fcfdb(0x1c5)](_0x5db682);return new _0x39be13(_0x5326fa)[_0x4fcfdb(0x1c1)]>_0x4e1a34?h(_0x217f62,_0x44a422,_0x4e1a34,_0x211795,_0x777e68-0x1):h(_0x217f62,_0x44a422,_0x4e1a34,_0x777e68+0x1,_0x53cb17);}return _0x777e68<0x0?null:_0x44a422[_0x777e68];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4f5493=_0x1a5e;function _0x1f27(){const _0x24298e=['high','map','insert','No\x20headings\x20were\x20found\x20in\x20the\x20document.','scrollToTheSelection','register','add','document','elementToElement','nodeAfter','config','length','_defineConverters','differ','join','hasContent','$graveyard','_tableOfContentsElements','table-of-contents','tableOfContents','getChanges','element','setCustomProperty','fromCharCode','data','for','reconvertItem','_handleScrollToHeading','end','mapper','model','4150zeIBeT','commands','11341rWyCDA','stop','change','isPremiumPlugin','init','viewToModelPosition','60525fCxSMI','registerRawContentMatcher','outlineDefinitions','preventDefault','target','filter','3613068ewjXVB','toModelElement','_currentOutlineDefinitions','editing','dataDowncast','modelPosition','284486CdfDlW','8akrdoA','upcast','$capture','isInteger','text','elementToStructure','plugins','tableOfContentsHeadingIndex','TableOfContentsEditing','table-of-contents__placeholder','_createTableOfContents','pluginName','headingId.modelAttributeName','editor','26kNoMkg','findMappedViewAncestor','position','createContainerElement','click','insertTableOfContents','viewPosition','2gBuMsy','Empty\x20heading','domEvent','documentOutline.showEmptyHeadings','220yCkatR','modelElement','isOfficialPlugin','45822VAFfyJ','DocumentOutlineUtils','getAttribute','setSelection','editingDowncast','forEach','listenTo','level','rootName','getAncestors','_defineSchema','_headingIdModelAttributeName','getCustomProperty','createPositionAt','view','name','div','schema','headingId','type','locale','abs','_updateTableOfContentsElements','conversion','$blockObject','\x20table-of-contents_empty','Table\x20of\x20contents','afterInit','10841265qNvMAp','558eqSxXO','href','get','_trackNewToCElements','createText','requires','_redirectMapper','2963280NpxTfb'];_0x1f27=function(){return _0x24298e;};return _0x1f27();}(function(_0x11b300,_0x19b22f){const _0x738b8e=_0x1a5e,_0x50e7b0=_0x11b300();while(!![]){try{const _0x5a95e0=-parseInt(_0x738b8e(0x9c))/0x1*(-parseInt(_0x738b8e(0xfb))/0x2)+-parseInt(_0x738b8e(0xc7))/0x3+parseInt(_0x738b8e(0xa0))/0x4*(-parseInt(_0x738b8e(0xef))/0x5)+-parseInt(_0x738b8e(0xc0))/0x6*(-parseInt(_0x738b8e(0xa3))/0x7)+parseInt(_0x738b8e(0x87))/0x8*(parseInt(_0x738b8e(0xbf))/0x9)+parseInt(_0x738b8e(0xe7))/0xa*(-parseInt(_0x738b8e(0xe9))/0xb)+-parseInt(_0x738b8e(0xf5))/0xc*(-parseInt(_0x738b8e(0x95))/0xd);if(_0x5a95e0===_0x19b22f)break;else _0x50e7b0['push'](_0x50e7b0['shift']());}catch(_0x2cf9ca){_0x50e7b0['push'](_0x50e7b0['shift']());}}}(_0x1f27,0x97083));import{Plugin as _0x1f7e25}from'ckeditor5/src/core.js';import{toWidget as _0x503213,Widget as _0x271df3}from'ckeditor5/src/widget.js';import{uid as _0x5faadc}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x40aaaf}from'./tableofcontentscommand.js';function _0x1a5e(_0x4ea9f4,_0xc10091){const _0x1f2766=_0x1f27();return _0x1a5e=function(_0x1a5e73,_0x31ec86){_0x1a5e73=_0x1a5e73-0x87;let _0x3f19ed=_0x1f2766[_0x1a5e73];return _0x3f19ed;},_0x1a5e(_0x4ea9f4,_0xc10091);}import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0xc3b84c}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x4fd6ef}from'./headingid.js';import{getTranslation as _0x345d11}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x1f7e25{static get[_0x4f5493(0x92)](){const _0x2951e2=_0x4f5493;return _0x2951e2(0x8f);}static get[_0x4f5493(0xa2)](){return!0x0;}static get[_0x4f5493(0xec)](){return!0x0;}static get[_0x4f5493(0xc5)](){return[_0x271df3,_0xc3b84c,_0x4fd6ef];}[_0x4f5493(0xf7)];[_0x4f5493(0xd9)];[_0x4f5493(0xae)];constructor(_0x555187){const _0x4c27ce=_0x4f5493;super(_0x555187),this[_0x4c27ce(0xf7)]=[],this[_0x4c27ce(0xd9)]=new Set(),this[_0x4c27ce(0xae)]=_0x4c27ce(0xb5);}[_0x4f5493(0xed)](){const _0x3667e1=_0x4f5493,_0x3e814e=this[_0x3667e1(0x94)],_0x514ae2=_0x3e814e[_0x3667e1(0xf8)][_0x3667e1(0xb1)][_0x3667e1(0xcf)];_0x3e814e[_0x3667e1(0xd2)][_0x3667e1(0xc2)](_0x3667e1(0x93))&&(this[_0x3667e1(0xae)]=_0x3e814e[_0x3667e1(0xd2)][_0x3667e1(0xc2)](_0x3667e1(0x93))),this[_0x3667e1(0xa9)](_0x514ae2,_0x3667e1(0x99),(_0x170637,_0x4622c9)=>{const _0x1292a7=_0x3667e1;if(!_0x4622c9[_0x1292a7(0xf3)])return;const _0xfd431f=_0x4622c9[_0x1292a7(0xf3)][_0x1292a7(0xaf)](_0x1292a7(0x8e));Number[_0x1292a7(0x8a)](_0xfd431f)&&(_0x4622c9[_0x1292a7(0x9e)][_0x1292a7(0xf2)](),_0x170637[_0x1292a7(0xea)](),this[_0x1292a7(0xe3)](_0xfd431f));},{'priority':_0x3667e1(0xc8),'context':_0x3667e1(0x89)}),this[_0x3667e1(0xad)](),this[_0x3667e1(0xd4)](),_0x3e814e[_0x3667e1(0xe8)][_0x3667e1(0xce)](_0x3667e1(0x9a),new _0x40aaaf(_0x3e814e)),(_0x3e814e[_0x3667e1(0x8d)][_0x3667e1(0xc2)](_0x3667e1(0xa4))['on'](_0x3667e1(0xeb),(_0x5050b7,_0x39ebb1)=>{const _0x2a309d=_0x3667e1;this[_0x2a309d(0xf7)]=_0x39ebb1[_0x2a309d(0xf1)],this[_0x2a309d(0xb9)]();}),this[_0x3667e1(0xa9)](_0x3e814e[_0x3667e1(0xe6)][_0x3667e1(0xcf)],_0x3667e1(0xeb),()=>{const _0x182897=_0x3667e1;this[_0x182897(0xc3)]();}));}[_0x4f5493(0xbe)](){!async function(_0x15b509){const _0x15822a=_0x2219bb([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x55fc7f=0x6b9b05fd,_0x460b1b=0x6b9c73d5^_0x55fc7f,_0x49e1e5=window[_0x2219bb([0x44,0x61,0x74,0x65])][_0x2219bb([0x6e,0x6f,0x77])](),_0x3d8a45=_0x15b509[_0x2219bb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xd97992=new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe27bb3=>{_0x3d8a45[_0x2219bb([0x6f,0x6e,0x63,0x65])](_0x2219bb([0x72,0x65,0x61,0x64,0x79]),_0xe27bb3);}),_0x156ae4={[_0x2219bb([0x6b,0x74,0x79])]:_0x2219bb([0x45,0x43]),[_0x2219bb([0x75,0x73,0x65])]:_0x2219bb([0x73,0x69,0x67]),[_0x2219bb([0x63,0x72,0x76])]:_0x2219bb([0x50,0x2d,0x32,0x35,0x36]),[_0x2219bb([0x78])]:_0x2219bb([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]),[_0x2219bb([0x79])]:_0x2219bb([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]),[_0x2219bb([0x61,0x6c,0x67])]:_0x2219bb([0x45,0x53,0x32,0x35,0x36])},_0x407319=_0x3d8a45[_0x2219bb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2219bb([0x67,0x65,0x74])](_0x2219bb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3eb28e(){let _0x196a85,_0x3aef7a=null,_0x22e98e=null;try{if(_0x407319==_0x2219bb([0x47,0x50,0x4c]))return _0x2219bb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x196a85=_0x465230(),!_0x196a85)return _0x2219bb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x196a85[_0x2219bb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x22e98e=_0x40be98(_0x196a85[_0x2219bb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x196a85[_0x2219bb([0x6a,0x74,0x69])])),await _0x330f44()?_0x4c3a6f()?_0x2d7b0e()?_0x2219bb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x139e96()?(_0x196a85[_0x2219bb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2219bb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3aef7a=_0x3d7bb4(_0x2219bb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x196a85[_0x2219bb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2219bb([0x74,0x72,0x69,0x61,0x6c])&&(_0x3aef7a=_0x3d7bb4(_0x2219bb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x411e5b()):_0x2219bb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2219bb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2219bb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2219bb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2d7b0e(){const _0x30f689=[_0x2219bb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2219bb([0x74,0x72,0x69,0x61,0x6c])][_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x196a85[_0x2219bb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x49e1e5/0x3e8:0xe10*_0x460b1b;return _0x196a85[_0x2219bb([0x65,0x78,0x70])]<_0x30f689;}function _0x4c3a6f(){const _0xae6c66=_0x196a85[_0x2219bb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xae6c66&&(!!_0xae6c66[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2219bb([0x2a]))||(!!_0xae6c66[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2219bb([0x54,0x4f,0x43]))||(!!_0xae6c66[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2219bb([0x50,0x50]))||!(!_0xae6c66[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2219bb([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x477d82()))));}function _0x139e96(){const _0x5c32da=_0x1a5e,_0xd3517b=_0x196a85[_0x2219bb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xd3517b||0x0==_0xd3517b[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f6778}=new URL(window[_0x2219bb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5c32da(0xc1)]);if(_0xd3517b[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f6778))return!0x0;const _0x384aa1=_0x4f6778[_0x2219bb([0x73,0x70,0x6c,0x69,0x74])](_0x2219bb([0x2e]));return _0xd3517b[_0x2219bb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x443521=>_0x443521[_0x2219bb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2219bb([0x2a])))[_0x2219bb([0x6d,0x61,0x70])](_0x330bcf=>_0x330bcf[_0x2219bb([0x73,0x70,0x6c,0x69,0x74])](_0x2219bb([0x2e])))[_0x2219bb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a6155=>_0x4a6155[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x384aa1[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2219bb([0x6d,0x61,0x70])](_0x2994c5=>Array(_0x384aa1[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2994c5[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2219bb([0x66,0x69,0x6c,0x6c])](_0x2994c5[0x0]===_0x2219bb([0x2a])?_0x2219bb([0x2a]):'')[_0x2219bb([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2994c5))[_0x2219bb([0x73,0x6f,0x6d,0x65])](_0x5278ba=>_0x384aa1[_0x2219bb([0x65,0x76,0x65,0x72,0x79])]((_0x38e748,_0x13abf8)=>_0x5278ba[_0x13abf8]===_0x38e748||_0x5278ba[_0x13abf8]===_0x2219bb([0x2a])));}function _0x411e5b(){return _0x3aef7a&&_0x22e98e?new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5c9bed,_0x335318)=>{_0x3aef7a[_0x2219bb([0x74,0x68,0x65,0x6e])](_0x5c9bed,_0x335318),_0x22e98e[_0x2219bb([0x74,0x68,0x65,0x6e])](_0x48b1c5=>{_0x48b1c5!=_0x2219bb([0x56,0x61,0x6c,0x69,0x64])&&_0x5c9bed(_0x48b1c5);},_0x335318);}):_0x3aef7a||_0x22e98e||_0x2219bb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x40be98(_0x34216b,_0x4992df){return new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xba929b=>{if(_0x46446d())return _0xba929b(_0x2219bb([0x56,0x61,0x6c,0x69,0x64]));_0x1f7bd7(),_0x3d8a45[_0x2219bb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2219bb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xdf63b1=!0x1;const _0x3c9c6d=_0x5faadc();function _0x29c397(_0x403677){return!!_0x403677&&(typeof _0x403677===_0x2219bb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x403677===_0x2219bb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x403677[_0x2219bb([0x74,0x68,0x65,0x6e])]===_0x2219bb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x403677[_0x2219bb([0x63,0x61,0x74,0x63,0x68])]===_0x2219bb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3f145b(_0x3b7c8d){_0x1abeca(_0x3b7c8d)[_0x2219bb([0x74,0x68,0x65,0x6e])](_0x17e6b7=>{if(!_0x17e6b7||_0x17e6b7[_0x2219bb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2219bb([0x6f,0x6b]))return _0x2219bb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x16c998(_0x497bd4(_0x3c9c6d+_0x4992df))!=_0x17e6b7[_0x2219bb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2219bb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2219bb([0x56,0x61,0x6c,0x69,0x64]);})[_0x2219bb([0x74,0x68,0x65,0x6e])](_0x55366a=>(_0x18116c(),_0x55366a),()=>{const _0x5297fa=_0x58ac43();return null==_0x5297fa?(_0x18116c(),_0x2219bb([0x56,0x61,0x6c,0x69,0x64])):_0x2219bb(_0x49e1e5-_0x5297fa>(0x4f9781fd^_0x55fc7f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2219bb([0x74,0x68,0x65,0x6e])](_0xba929b)[_0x2219bb([0x63,0x61,0x74,0x63,0x68])](()=>{_0xba929b(_0x2219bb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xd04771=0x6badeb7d^_0x55fc7f;function _0x18116c(){const _0x2e1025=_0x2219bb([0x6c,0x6c,0x63,0x74,0x2d])+_0x16c998(_0x497bd4(_0x34216b)),_0x2010bd=_0x4702ce(_0x16c998(window[_0x2219bb([0x4d,0x61,0x74,0x68])][_0x2219bb([0x63,0x65,0x69,0x6c])](_0x49e1e5/_0xd04771)));window[_0x2219bb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2219bb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e1025,_0x2010bd);}function _0x58ac43(){const _0x1688fb=_0x2219bb([0x6c,0x6c,0x63,0x74,0x2d])+_0x16c998(_0x497bd4(_0x34216b)),_0x4a6918=window[_0x2219bb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2219bb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1688fb);return _0x4a6918?window[_0x2219bb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4702ce(_0x4a6918),0x10)*_0xd04771:null;}function _0x1abeca(_0x14d8cb){return new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20bec3,_0x1936ea)=>{_0x14d8cb[_0x2219bb([0x74,0x68,0x65,0x6e])](_0x20bec3,_0x1936ea),window[_0x2219bb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1936ea,0x6b9ad13d^_0x55fc7f);});}}_0x3d8a45[_0x2219bb([0x6f,0x6e])](_0x2219bb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b7776,_0x1f98b9)=>{if(_0x1f98b9[0x0]!=_0x34216b)return _0xba929b(_0x2219bb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1f98b9[0x1]={..._0x1f98b9[0x1],[_0x2219bb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3c9c6d};},{[_0x2219bb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2219bb([0x68,0x69,0x67,0x68])}),_0x3d8a45[_0x2219bb([0x6f,0x6e])](_0x2219bb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xc47143=>{_0x29c397(_0xc47143[_0x2219bb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xdf63b1=!0x0,_0x3f145b(_0xc47143[_0x2219bb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2219bb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2219bb([0x6c,0x6f,0x77])}),_0xd97992[_0x2219bb([0x74,0x68,0x65,0x6e])](()=>{_0xdf63b1||_0xba929b(_0x2219bb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x46446d(){return _0x3d8a45[_0x2219bb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2219bb([0x76,0x69,0x65,0x77])][_0x2219bb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2219bb([0x61,0x75,0x74,0x6f]);}function _0x1f7bd7(){_0x3d8a45[_0x2219bb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2219bb([0x76,0x69,0x65,0x77])][_0x2219bb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2219bb([0x61,0x75,0x74,0x6f]);}}function _0x3d7bb4(_0x8e366f){const _0x212297=[new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57d311=>setTimeout(_0x57d311,0x6b923b31^_0x55fc7f)),_0xd97992[_0x2219bb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48c539=>{let _0x1a4de7=0x0;_0x3d8a45[_0x2219bb([0x6d,0x6f,0x64,0x65,0x6c])][_0x2219bb([0x6f,0x6e])](_0x2219bb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x24133b,_0x39393e)=>{_0x39393e[0x0][_0x2219bb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1a4de7++,_0x1a4de7==(0x6b9b0405^_0x55fc7f)&&(_0x48c539(),_0x24133b[_0x2219bb([0x6f,0x66,0x66])]());});}))];return window[_0x2219bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2219bb([0x72,0x61,0x63,0x65])](_0x212297)[_0x2219bb([0x74,0x68,0x65,0x6e])](()=>_0x8e366f);}async function _0x25bf6c(){await _0xd97992,_0x3d8a45[_0x2219bb([0x6d,0x6f,0x64,0x65,0x6c])][_0x2219bb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x24f119,_0x3d8a45[_0x2219bb([0x6d,0x6f,0x64,0x65,0x6c])][_0x2219bb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x24f119,_0x3d8a45[_0x2219bb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2219bb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x477d82(){return window[_0x2219bb([0x67,0x6c,0x6f,0x62])]&&window[_0x2219bb([0x67,0x6c,0x6f,0x62])][_0x2219bb([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x26b7c9(_0x1e87fe){const _0x598886=_0x34eb3d();_0x3d8a45[_0x598886]=_0x2219bb([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])+_0x1e87fe,_0x1e87fe!=_0x2219bb([0x56,0x61,0x6c,0x69,0x64])&&_0x25bf6c();}function _0x34eb3d(){const _0x67ef74=window[_0x2219bb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2219bb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2219bb([0x6e,0x6f,0x77])]())[_0x2219bb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2219bb([0x2e]),'');let _0x3513c8=_0x2219bb([0x6d]);for(let _0x509b18=0x0;_0x509b18<_0x67ef74[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x509b18+=0x2){let _0x2cc650=window[_0x2219bb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x67ef74[_0x2219bb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x509b18,_0x509b18+0x2));_0x2cc650>=_0x15822a[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2cc650-=_0x15822a[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3513c8+=_0x15822a[_0x2cc650];}return _0x3513c8;}function _0x465230(){const _0x17778d=_0x407319[_0x2219bb([0x73,0x70,0x6c,0x69,0x74])](_0x2219bb([0x2e]));if(0x3!=_0x17778d[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x330afd(_0x17778d[0x1]);function _0x330afd(_0x52566e){const _0x5c1fb4=_0x1e756c(_0x52566e);return _0x5c1fb4&&_0xe5c16b()?_0x5c1fb4:null;function _0xe5c16b(){const _0x5d0573=_0x5c1fb4[_0x2219bb([0x6a,0x74,0x69])],_0x241b9d=window[_0x2219bb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d0573[_0x2219bb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d0573[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2ba076={..._0x5c1fb4,[_0x2219bb([0x6a,0x74,0x69])]:_0x5d0573[_0x2219bb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5d0573[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2ba076[_0x2219bb([0x76,0x63])],_0x497bd4(_0x2ba076)==_0x241b9d;}}}async function _0x330f44(){let _0x340d72=!0x0;try{const _0x3b5b6d=_0x407319[_0x2219bb([0x73,0x70,0x6c,0x69,0x74])](_0x2219bb([0x2e])),[_0x3bcb8c,_0x56be1c,_0x48f88d]=_0x3b5b6d;return _0x5a6ee0(_0x3bcb8c),await _0xaafa3a(_0x3bcb8c,_0x56be1c,_0x48f88d),_0x340d72;}catch{return!0x1;}function _0x5a6ee0(_0x4dfda4){const _0x4d0a9a=_0x1e756c(_0x4dfda4);_0x4d0a9a&&_0x4d0a9a[_0x2219bb([0x61,0x6c,0x67])]==_0x2219bb([0x45,0x53,0x32,0x35,0x36])||(_0x340d72=!0x1);}async function _0xaafa3a(_0x386ae5,_0x12625c,_0x200386){const _0x4edddc=window[_0x2219bb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2219bb([0x66,0x72,0x6f,0x6d])](_0x507fa4(_0x200386),_0x8d6298=>_0x8d6298[_0x2219bb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x421511=new window[(_0x2219bb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2219bb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x386ae5+_0x2219bb([0x2e])+_0x12625c),_0x2830bc=window[_0x2219bb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2219bb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2830bc)return;const _0xba6bec=await _0x2830bc[_0x2219bb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2219bb([0x6a,0x77,0x6b]),_0x156ae4,{[_0x2219bb([0x6e,0x61,0x6d,0x65])]:_0x2219bb([0x45,0x43,0x44,0x53,0x41]),[_0x2219bb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2219bb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2219bb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2830bc[_0x2219bb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2219bb([0x6e,0x61,0x6d,0x65])]:_0x2219bb([0x45,0x43,0x44,0x53,0x41]),[_0x2219bb([0x68,0x61,0x73,0x68])]:{[_0x2219bb([0x6e,0x61,0x6d,0x65])]:_0x2219bb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xba6bec,_0x4edddc,_0x421511)||(_0x340d72=!0x1);}}function _0x1e756c(_0x9bd63a){return _0x9bd63a[_0x2219bb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2219bb([0x65,0x79]))?JSON[_0x2219bb([0x70,0x61,0x72,0x73,0x65])](_0x507fa4(_0x9bd63a)):null;}function _0x507fa4(_0x50cb82){return window[_0x2219bb([0x61,0x74,0x6f,0x62])](_0x50cb82[_0x2219bb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2219bb([0x2b]))[_0x2219bb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2219bb([0x2f])));}function _0x497bd4(_0x3209da){let _0x20d7c9=0x1505;function _0x74f394(_0x4f7dc8){for(let _0x22b96c=0x0;_0x22b96c<_0x4f7dc8[_0x2219bb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22b96c++){const _0x4a1d46=_0x4f7dc8[_0x2219bb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22b96c);_0x20d7c9=(_0x20d7c9<<0x5)+_0x20d7c9+_0x4a1d46,_0x20d7c9&=_0x20d7c9;}}function _0x5e90bd(_0x37bf8e){Array[_0x2219bb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x37bf8e)?_0x37bf8e[_0x2219bb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5e90bd):_0x37bf8e&&typeof _0x37bf8e==_0x2219bb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2219bb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x37bf8e)[_0x2219bb([0x73,0x6f,0x72,0x74])]()[_0x2219bb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x244259,_0xfb9e74])=>{_0x74f394(_0x244259),_0x5e90bd(_0xfb9e74);}):_0x74f394(window[_0x2219bb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x37bf8e));}return _0x5e90bd(_0x3209da),_0x20d7c9>>>0x0;}function _0x16c998(_0x480a00){return _0x480a00[_0x2219bb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2219bb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2219bb([0x30]));}function _0x4702ce(_0xbb9d97){return _0xbb9d97[_0x2219bb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2219bb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2219bb([0x6a,0x6f,0x69,0x6e])]('');}function _0x24f119(){}function _0x2219bb(_0xbdde23){const _0x57402c=_0x1a5e;return _0xbdde23[_0x57402c(0xc9)](_0x41fba9=>String[_0x57402c(0xdf)](_0x41fba9))[_0x57402c(0xd6)]('');}_0x26b7c9(await _0x3eb28e());}(this);}[_0x4f5493(0xb9)](){const _0x6fb5b0=_0x4f5493;this[_0x6fb5b0(0xd9)][_0x6fb5b0(0xa8)](_0x254aaf=>{const _0x4cc915=_0x6fb5b0;_0x4cc915(0xd8)!==_0x254aaf[_0x4cc915(0xab)]&&this[_0x4cc915(0x94)][_0x4cc915(0xf8)][_0x4cc915(0xe2)](_0x254aaf);});}[_0x4f5493(0xc3)](){const _0x186b27=_0x4f5493;for(const _0x28bbc6 of this[_0x186b27(0x94)][_0x186b27(0xe6)][_0x186b27(0xcf)][_0x186b27(0xd5)][_0x186b27(0xdc)]({'includeChangesInGraveyard':!0x0})){if(_0x186b27(0xca)!==_0x28bbc6[_0x186b27(0xb6)]||_0x186b27(0xdb)!==_0x28bbc6[_0x186b27(0xb2)])return;this[_0x186b27(0xd9)][_0x186b27(0xce)](_0x28bbc6[_0x186b27(0x97)][_0x186b27(0xd1)]);}}[_0x4f5493(0xad)](){const _0x5637c0=_0x4f5493;this[_0x5637c0(0x94)][_0x5637c0(0xe6)][_0x5637c0(0xb4)][_0x5637c0(0xcd)](_0x5637c0(0xdb),{'inheritAllFrom':_0x5637c0(0xbb)});}[_0x4f5493(0xd4)](){const _0x240a38=_0x4f5493,_0x357ceb=this[_0x240a38(0x94)][_0x240a38(0xba)];_0x357ceb[_0x240a38(0xe1)](_0x240a38(0x88))[_0x240a38(0xd0)]({'model':_0x240a38(0xdb),'view':{'name':_0x240a38(0xb3),'classes':_0x240a38(0xda)}}),_0x357ceb[_0x240a38(0xe1)](_0x240a38(0xf9))[_0x240a38(0x8c)]({'model':_0x240a38(0xdb),'view':(_0x460c94,{writer:_0x427b96})=>this[_0x240a38(0x91)](_0x427b96,!0x0)}),_0x357ceb[_0x240a38(0xe1)](_0x240a38(0xa7))[_0x240a38(0x8c)]({'model':_0x240a38(0xdb),'view':(_0x53649f,{writer:_0x1de611})=>{const _0x2695db=_0x240a38;this[_0x2695db(0xd9)][_0x2695db(0xce)](_0x53649f);const _0x1ab7b0=this[_0x2695db(0x91)](_0x1de611);return _0x503213(_0x1ab7b0,_0x1de611,{'label':_0x345d11(this[_0x2695db(0x94)][_0x2695db(0xb7)],_0x2695db(0xbd))});}}),this[_0x240a38(0x94)][_0x240a38(0xe0)][_0x240a38(0xf0)]({'name':_0x240a38(0xb3),'classes':_0x240a38(0xda)}),this[_0x240a38(0x94)][_0x240a38(0xf8)][_0x240a38(0xe5)]['on'](_0x240a38(0xee),this[_0x240a38(0xc6)](),{'priority':_0x240a38(0xc8)});}[_0x4f5493(0x91)](_0x2a9246,_0x1edb5a=!0x1){const _0x24c5a0=_0x4f5493,{locale:_0x3a0147}=this[_0x24c5a0(0x94)],_0x106388=_0x2a9246[_0x24c5a0(0x98)](_0x24c5a0(0xb3),{'class':_0x24c5a0(0xda)+(0x0===this[_0x24c5a0(0xf7)][_0x24c5a0(0xd3)]?_0x24c5a0(0xbc):''),...!_0x1edb5a&&{'data-table-of-contents-label':_0x345d11(_0x3a0147,_0x24c5a0(0xbd))}});0x0===this[_0x24c5a0(0xf7)][_0x24c5a0(0xd3)]&&!0x1===_0x1edb5a&&_0x2a9246[_0x24c5a0(0xca)](_0x2a9246[_0x24c5a0(0xb0)](_0x106388,_0x24c5a0(0xe4)),_0x2a9246[_0x24c5a0(0x98)]('p',{'class':_0x24c5a0(0x90)},[_0x2a9246[_0x24c5a0(0xc4)](_0x345d11(_0x3a0147,_0x24c5a0(0xcb)))]));const _0x4101be=_0x1edb5a?'':'['+_0x345d11(_0x3a0147,_0x24c5a0(0x9d))+']';let _0x429aec=_0x106388;return this[_0x24c5a0(0xf7)][_0x24c5a0(0xa8)]((_0x56d12f,_0xd4a7b3,_0x3d61af)=>{const _0x1faada=_0x24c5a0,_0x301151=this[_0x1faada(0x94)][_0x1faada(0xe6)][_0x1faada(0xd7)](_0x56d12f[_0x1faada(0xa1)],{'ignoreWhitespaces':!0x0}),_0x5a4d18=_0x301151?_0x56d12f[_0x1faada(0x8b)]:_0x4101be,_0x369d58=_0x56d12f[_0x1faada(0xa1)][_0x1faada(0xa5)](this[_0x1faada(0xae)]),_0xa4b81b=_0x2a9246[_0x1faada(0x98)]('a',{'href':'#'+_0x369d58,...!_0x1edb5a&&{'tabindex':'-1'}},[_0x2a9246[_0x1faada(0xc4)](_0x5a4d18)]),_0x5f06d2=this[_0x1faada(0x94)][_0x1faada(0xd2)][_0x1faada(0xc2)](_0x1faada(0x9f));_0x2a9246[_0x1faada(0xde)](_0x1faada(0x8e),_0xd4a7b3,_0xa4b81b);const _0x44858d=_0x2a9246[_0x1faada(0x98)]('li',null,[_0x301151||!_0x1edb5a&&_0x5f06d2?_0xa4b81b:_0x2a9246[_0x1faada(0xc4)]('')]),_0x482dcb=_0xd4a7b3?_0x3d61af[_0xd4a7b3-0x1][_0x1faada(0xaa)]:0x0,_0x4d28fd=Math[_0x1faada(0xb8)](_0x56d12f[_0x1faada(0xaa)]-_0x482dcb);if(_0x56d12f[_0x1faada(0xaa)]>_0x482dcb){const _0x30eb53=N(_0x44858d,_0x4d28fd,_0x2a9246);_0x2a9246[_0x1faada(0xca)](_0x2a9246[_0x1faada(0xb0)](_0x429aec,_0x1faada(0xe4)),_0x30eb53);}else{const _0x40ea8d=function(_0x9ac778,_0x368c4f){const _0x339742=_0x1faada;return _0x9ac778[_0x339742(0xac)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x339742(0xf4)](_0xf68a2=>_0xf68a2['is'](_0x339742(0xdd),'ol'))[_0x368c4f];}(_0x429aec,_0x4d28fd);_0x2a9246[_0x1faada(0xca)](_0x2a9246[_0x1faada(0xb0)](_0x40ea8d,_0x1faada(0xe4)),_0x44858d);}_0x429aec=_0x44858d;}),_0x106388;}[_0x4f5493(0xe3)](_0x12f28a){const _0x33810d=_0x4f5493,_0x965a0f=this[_0x33810d(0xf7)][_0x12f28a][_0x33810d(0xa1)];this[_0x33810d(0x94)][_0x33810d(0xe6)][_0x33810d(0xeb)](_0x42d6b4=>{const _0xf054b4=_0x33810d;_0x42d6b4[_0xf054b4(0xa6)](_0x965a0f,0x0);}),this[_0x33810d(0x94)][_0x33810d(0xf8)][_0x33810d(0xb1)][_0x33810d(0xcc)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x4f5493(0xc6)](){return(_0x240eb7,_0x8b68be)=>{const _0x3ade96=_0x1a5e,_0x1cb14a=_0x8b68be[_0x3ade96(0xe5)],_0x1df736=_0x1cb14a[_0x3ade96(0x96)](_0x8b68be[_0x3ade96(0x9b)]),_0x1c79ae=_0x1cb14a[_0x3ade96(0xf6)](_0x1df736);_0x1c79ae['is'](_0x3ade96(0xdd),_0x3ade96(0xdb))&&(_0x8b68be[_0x3ade96(0xfa)]=this[_0x3ade96(0x94)][_0x3ade96(0xe6)][_0x3ade96(0xb0)](_0x1c79ae,0x0),_0x240eb7[_0x3ade96(0xea)]());};}}function N(_0x37c106,_0x2467f5,_0x40ca38){const _0x3aed28=_0x4f5493;return 0x1===_0x2467f5?_0x40ca38[_0x3aed28(0x98)]('ol',null,[_0x37c106]):_0x40ca38[_0x3aed28(0x98)]('ol',null,[_0x40ca38[_0x3aed28(0x98)]('li',null,[N(_0x37c106,_0x2467f5-0x1,_0x40ca38)])]);}
|
|
23
|
+
function _0x4cb4(){const _0x279c6f=['register','elementToStructure','abs','editing','change','model','4295IDPIDm','\x20table-of-contents_empty','init','forEach','isInteger','view','2630OWNooI','createContainerElement','_currentOutlineDefinitions','_defineSchema','$capture','$graveyard','nodeAfter','viewPosition','_tableOfContentsElements','Table\x20of\x20contents','TableOfContentsEditing','modelElement','DocumentOutlineUtils','elementToElement','isOfficialPlugin','pluginName','_updateTableOfContentsElements','map','tableOfContentsHeadingIndex','target','position','listenTo','differ','click','documentOutline.showEmptyHeadings','2aIFvbl','getAttribute','rootName','fromCharCode','table-of-contents__placeholder','href','schema','headingId.modelAttributeName','scrollToTheSelection','isPremiumPlugin','name','for','getChanges','_defineConverters','element','upcast','join','stop','add','toModelElement','table-of-contents','_headingIdModelAttributeName','domEvent','Empty\x20heading','540912GTAeYI','createText','outlineDefinitions','get','data','editor','insertTableOfContents','setSelection','1022416DlJqjd','hasContent','div','836pkeReI','No\x20headings\x20were\x20found\x20in\x20the\x20document.','$blockObject','getAncestors','_handleScrollToHeading','editingDowncast','dataDowncast','text','config','requires','end','245687adIyAc','type','conversion','document','filter','level','reconvertItem','findMappedViewAncestor','tableOfContents','createPositionAt','plugins','modelPosition','viewToModelPosition','headingId','mapper','locale','961065ZDrylj','high','setCustomProperty','registerRawContentMatcher','commands','length','186387tNevmz','preventDefault','11817zmkSRC','afterInit','getCustomProperty','insert','_trackNewToCElements','_createTableOfContents','_redirectMapper'];_0x4cb4=function(){return _0x279c6f;};return _0x4cb4();}function _0x497d(_0x4aef7f,_0x169547){const _0x4cb473=_0x4cb4();return _0x497d=function(_0x497da1,_0x566f47){_0x497da1=_0x497da1-0x14c;let _0x3a5bae=_0x4cb473[_0x497da1];return _0x3a5bae;},_0x497d(_0x4aef7f,_0x169547);}const _0x3dbe44=_0x497d;(function(_0x35962a,_0x4eb2d9){const _0x146087=_0x497d,_0xcd600=_0x35962a();while(!![]){try{const _0x44c006=parseInt(_0x146087(0x169))/0x1*(parseInt(_0x146087(0x1ad))/0x2)+parseInt(_0x146087(0x17f))/0x3+-parseInt(_0x146087(0x15e))/0x4*(parseInt(_0x146087(0x18e))/0x5)+parseInt(_0x146087(0x153))/0x6+parseInt(_0x146087(0x179))/0x7+parseInt(_0x146087(0x15b))/0x8+-parseInt(_0x146087(0x181))/0x9*(parseInt(_0x146087(0x194))/0xa);if(_0x44c006===_0x4eb2d9)break;else _0xcd600['push'](_0xcd600['shift']());}catch(_0x1581bb){_0xcd600['push'](_0xcd600['shift']());}}}(_0x4cb4,0x21be7));import{Plugin as _0x47961b}from'ckeditor5/src/core.js';import{toWidget as _0x35de38,Widget as _0x4edae0}from'ckeditor5/src/widget.js';import{uid as _0x22cfb9}from'ckeditor5/src/utils.js';import{TableOfContentsCommand as _0x5e5b38}from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import{DocumentOutlineUtils as _0xea9d5b}from'../documentoutline/documentoutlineutils.js';import{HeadingId as _0x1e555e}from'./headingid.js';import{getTranslation as _0x375c95}from'../utils/common-translations.js';export class TableOfContentsEditing extends _0x47961b{static get[_0x3dbe44(0x1a3)](){const _0x18baf0=_0x3dbe44;return _0x18baf0(0x19e);}static get[_0x3dbe44(0x1a2)](){return!0x0;}static get[_0x3dbe44(0x1b6)](){return!0x0;}static get[_0x3dbe44(0x167)](){return[_0x4edae0,_0xea9d5b,_0x1e555e];}[_0x3dbe44(0x196)];[_0x3dbe44(0x19c)];[_0x3dbe44(0x150)];constructor(_0xa0668d){const _0x2e0ee5=_0x3dbe44;super(_0xa0668d),this[_0x2e0ee5(0x196)]=[],this[_0x2e0ee5(0x19c)]=new Set(),this[_0x2e0ee5(0x150)]=_0x2e0ee5(0x176);}[_0x3dbe44(0x190)](){const _0x376176=_0x3dbe44,_0x5dd1cd=this[_0x376176(0x158)],_0x4a7487=_0x5dd1cd[_0x376176(0x18b)][_0x376176(0x193)][_0x376176(0x16c)];_0x5dd1cd[_0x376176(0x166)][_0x376176(0x156)](_0x376176(0x1b4))&&(this[_0x376176(0x150)]=_0x5dd1cd[_0x376176(0x166)][_0x376176(0x156)](_0x376176(0x1b4))),this[_0x376176(0x1a9)](_0x4a7487,_0x376176(0x1ab),(_0x367c95,_0x4399da)=>{const _0x5a5f69=_0x376176;if(!_0x4399da[_0x5a5f69(0x1a7)])return;const _0x28a8ea=_0x4399da[_0x5a5f69(0x1a7)][_0x5a5f69(0x183)](_0x5a5f69(0x1a6));Number[_0x5a5f69(0x192)](_0x28a8ea)&&(_0x4399da[_0x5a5f69(0x151)][_0x5a5f69(0x180)](),_0x367c95[_0x5a5f69(0x14c)](),this[_0x5a5f69(0x162)](_0x28a8ea));},{'priority':_0x376176(0x17a),'context':_0x376176(0x198)}),this[_0x376176(0x197)](),this[_0x376176(0x1ba)](),_0x5dd1cd[_0x376176(0x17d)][_0x376176(0x14d)](_0x376176(0x159),new _0x5e5b38(_0x5dd1cd)),(_0x5dd1cd[_0x376176(0x173)][_0x376176(0x156)](_0x376176(0x1a0))['on'](_0x376176(0x18c),(_0x368cd3,_0x5a2681)=>{const _0x137500=_0x376176;this[_0x137500(0x196)]=_0x5a2681[_0x137500(0x155)],this[_0x137500(0x1a4)]();}),this[_0x376176(0x1a9)](_0x5dd1cd[_0x376176(0x18d)][_0x376176(0x16c)],_0x376176(0x18c),()=>{const _0x3599cb=_0x376176;this[_0x3599cb(0x185)]();}));}[_0x3dbe44(0x182)](){!async function(_0x527268){const _0x40f58a=_0x3efa41([0x6d,0x72,0x34,0x7a,0x32,0x79,0x61,0x6b,0x4d,0x33,0x78,0x30,0x70,0x68,0x74,0x44,0x37,0x6a,0x42,0x77,0x31,0x54,0x36,0x71,0x52,0x66,0x65,0x55,0x75,0x5a,0x63,0x4f,0x4c,0x4e,0x4b,0x56,0x67,0x51,0x53,0x50,0x45,0x39,0x69,0x47,0x49,0x48,0x6f,0x58,0x6c,0x4a,0x57,0x38,0x59,0x73,0x43,0x62,0x35,0x41,0x6e,0x64,0x46,0x76]),_0x43048b=0x6b9b05fd,_0x3082ba=0x6b9c73bd^_0x43048b,_0x5af21d=window[_0x3efa41([0x44,0x61,0x74,0x65])][_0x3efa41([0x6e,0x6f,0x77])](),_0x43e2fd=_0x527268[_0x3efa41([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2eaa1b=new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ed86c=>{_0x43e2fd[_0x3efa41([0x6f,0x6e,0x63,0x65])](_0x3efa41([0x72,0x65,0x61,0x64,0x79]),_0x1ed86c);}),_0x101a8a={[_0x3efa41([0x6b,0x74,0x79])]:_0x3efa41([0x45,0x43]),[_0x3efa41([0x75,0x73,0x65])]:_0x3efa41([0x73,0x69,0x67]),[_0x3efa41([0x63,0x72,0x76])]:_0x3efa41([0x50,0x2d,0x32,0x35,0x36]),[_0x3efa41([0x78])]:_0x3efa41([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]),[_0x3efa41([0x79])]:_0x3efa41([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]),[_0x3efa41([0x61,0x6c,0x67])]:_0x3efa41([0x45,0x53,0x32,0x35,0x36])},_0x165c04=_0x43e2fd[_0x3efa41([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3efa41([0x67,0x65,0x74])](_0x3efa41([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1a9964(){let _0x1153c8,_0x55e335=null,_0x229ab8=null;try{if(_0x165c04==_0x3efa41([0x47,0x50,0x4c]))return _0x3efa41([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1153c8=_0x4fcc92(),!_0x1153c8)return _0x3efa41([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1153c8[_0x3efa41([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x229ab8=_0x5b1090(_0x1153c8[_0x3efa41([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1153c8[_0x3efa41([0x6a,0x74,0x69])])),await _0x471168()?_0x8c80a2()?_0x69edd1()?_0x3efa41([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x32debb()?(_0x1153c8[_0x3efa41([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3efa41([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x55e335=_0x5b7ef7(_0x3efa41([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1153c8[_0x3efa41([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3efa41([0x74,0x72,0x69,0x61,0x6c])&&(_0x55e335=_0x5b7ef7(_0x3efa41([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3752fa()):_0x3efa41([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3efa41([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3efa41([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3efa41([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x69edd1(){const _0x574626=[_0x3efa41([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3efa41([0x74,0x72,0x69,0x61,0x6c])][_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1153c8[_0x3efa41([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5af21d/0x3e8:0xe10*_0x3082ba;return _0x1153c8[_0x3efa41([0x65,0x78,0x70])]<_0x574626;}function _0x8c80a2(){const _0x447898=_0x1153c8[_0x3efa41([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x447898&&(!!_0x447898[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3efa41([0x2a]))||(!!_0x447898[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3efa41([0x54,0x4f,0x43]))||(!!_0x447898[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3efa41([0x50,0x50]))||!(!_0x447898[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3efa41([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4bc8cb()))));}function _0x32debb(){const _0x1f10b1=_0x497d,_0x422f7c=_0x1153c8[_0x3efa41([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x422f7c||0x0==_0x422f7c[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x133612}=new URL(window[_0x3efa41([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1f10b1(0x1b2)]);if(_0x422f7c[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x133612))return!0x0;const _0x1b9b04=_0x133612[_0x3efa41([0x73,0x70,0x6c,0x69,0x74])](_0x3efa41([0x2e]));return _0x422f7c[_0x3efa41([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x32bd1d=>_0x32bd1d[_0x3efa41([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3efa41([0x2a])))[_0x3efa41([0x6d,0x61,0x70])](_0xaff3c3=>_0xaff3c3[_0x3efa41([0x73,0x70,0x6c,0x69,0x74])](_0x3efa41([0x2e])))[_0x3efa41([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34ff8e=>_0x34ff8e[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1b9b04[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3efa41([0x6d,0x61,0x70])](_0x4f2121=>Array(_0x1b9b04[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4f2121[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3efa41([0x66,0x69,0x6c,0x6c])](_0x4f2121[0x0]===_0x3efa41([0x2a])?_0x3efa41([0x2a]):'')[_0x3efa41([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4f2121))[_0x3efa41([0x73,0x6f,0x6d,0x65])](_0x3dddaf=>_0x1b9b04[_0x3efa41([0x65,0x76,0x65,0x72,0x79])]((_0xa11c07,_0x220e73)=>_0x3dddaf[_0x220e73]===_0xa11c07||_0x3dddaf[_0x220e73]===_0x3efa41([0x2a])));}function _0x3752fa(){return _0x55e335&&_0x229ab8?new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x312274,_0xca8bb8)=>{_0x55e335[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x312274,_0xca8bb8),_0x229ab8[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x4164d7=>{_0x4164d7!=_0x3efa41([0x56,0x61,0x6c,0x69,0x64])&&_0x312274(_0x4164d7);},_0xca8bb8);}):_0x55e335||_0x229ab8||_0x3efa41([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b1090(_0x459c03,_0x100d19){return new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x327d0d=>{if(_0x2a9720())return _0x327d0d(_0x3efa41([0x56,0x61,0x6c,0x69,0x64]));_0x50a870(),_0x43e2fd[_0x3efa41([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3efa41([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x159ff5=!0x1;const _0x54fc60=_0x22cfb9();function _0x2140f3(_0x389bee){return!!_0x389bee&&(typeof _0x389bee===_0x3efa41([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x389bee===_0x3efa41([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x389bee[_0x3efa41([0x74,0x68,0x65,0x6e])]===_0x3efa41([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x389bee[_0x3efa41([0x63,0x61,0x74,0x63,0x68])]===_0x3efa41([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f95b7(_0x5c9ef3){_0x178bed(_0x5c9ef3)[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x2c0bb3=>{if(!_0x2c0bb3||_0x2c0bb3[_0x3efa41([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3efa41([0x6f,0x6b]))return _0x3efa41([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x439046(_0x3f5c59(_0x54fc60+_0x100d19))!=_0x2c0bb3[_0x3efa41([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3efa41([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3efa41([0x56,0x61,0x6c,0x69,0x64]);})[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x59c2b4=>(_0x3e353b(),_0x59c2b4),()=>{const _0x4c107f=_0x4ed258();return null==_0x4c107f?(_0x3e353b(),_0x3efa41([0x56,0x61,0x6c,0x69,0x64])):_0x3efa41(_0x5af21d-_0x4c107f>(0x4f9781fd^_0x43048b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x327d0d)[_0x3efa41([0x63,0x61,0x74,0x63,0x68])](()=>{_0x327d0d(_0x3efa41([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1114ca=0x6badeb7d^_0x43048b;function _0x3e353b(){const _0x283276=_0x3efa41([0x6c,0x6c,0x63,0x74,0x2d])+_0x439046(_0x3f5c59(_0x459c03)),_0x5324f2=_0x3d731a(_0x439046(window[_0x3efa41([0x4d,0x61,0x74,0x68])][_0x3efa41([0x63,0x65,0x69,0x6c])](_0x5af21d/_0x1114ca)));window[_0x3efa41([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3efa41([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x283276,_0x5324f2);}function _0x4ed258(){const _0x349980=_0x3efa41([0x6c,0x6c,0x63,0x74,0x2d])+_0x439046(_0x3f5c59(_0x459c03)),_0xa6397a=window[_0x3efa41([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3efa41([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x349980);return _0xa6397a?window[_0x3efa41([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d731a(_0xa6397a),0x10)*_0x1114ca:null;}function _0x178bed(_0x26c266){return new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9a7c12,_0x200b64)=>{_0x26c266[_0x3efa41([0x74,0x68,0x65,0x6e])](_0x9a7c12,_0x200b64),window[_0x3efa41([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x200b64,0x6b9ad13d^_0x43048b);});}}_0x43e2fd[_0x3efa41([0x6f,0x6e])](_0x3efa41([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3bb1ec,_0x1212ff)=>{if(_0x1212ff[0x0]!=_0x459c03)return _0x327d0d(_0x3efa41([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1212ff[0x1]={..._0x1212ff[0x1],[_0x3efa41([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54fc60};},{[_0x3efa41([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3efa41([0x68,0x69,0x67,0x68])}),_0x43e2fd[_0x3efa41([0x6f,0x6e])](_0x3efa41([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x45d915=>{_0x2140f3(_0x45d915[_0x3efa41([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x159ff5=!0x0,_0x2f95b7(_0x45d915[_0x3efa41([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3efa41([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3efa41([0x6c,0x6f,0x77])}),_0x2eaa1b[_0x3efa41([0x74,0x68,0x65,0x6e])](()=>{_0x159ff5||_0x327d0d(_0x3efa41([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2a9720(){return _0x43e2fd[_0x3efa41([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3efa41([0x76,0x69,0x65,0x77])][_0x3efa41([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3efa41([0x61,0x75,0x74,0x6f]);}function _0x50a870(){_0x43e2fd[_0x3efa41([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3efa41([0x76,0x69,0x65,0x77])][_0x3efa41([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3efa41([0x61,0x75,0x74,0x6f]);}}function _0x5b7ef7(_0x511f4a){const _0x5cd131=[new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20b280=>setTimeout(_0x20b280,0x6b923b31^_0x43048b)),_0x2eaa1b[_0x3efa41([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x550883=>{let _0x1a2a7a=0x0;_0x43e2fd[_0x3efa41([0x6d,0x6f,0x64,0x65,0x6c])][_0x3efa41([0x6f,0x6e])](_0x3efa41([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x373904,_0x42437d)=>{_0x42437d[0x0][_0x3efa41([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1a2a7a++,_0x1a2a7a==(0x6b9b0405^_0x43048b)&&(_0x550883(),_0x373904[_0x3efa41([0x6f,0x66,0x66])]());});}))];return window[_0x3efa41([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3efa41([0x72,0x61,0x63,0x65])](_0x5cd131)[_0x3efa41([0x74,0x68,0x65,0x6e])](()=>_0x511f4a);}async function _0x40757e(){await _0x2eaa1b,_0x43e2fd[_0x3efa41([0x6d,0x6f,0x64,0x65,0x6c])][_0x3efa41([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xfa486b,_0x43e2fd[_0x3efa41([0x6d,0x6f,0x64,0x65,0x6c])][_0x3efa41([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xfa486b,_0x43e2fd[_0x3efa41([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3efa41([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4bc8cb(){return window[_0x3efa41([0x67,0x6c,0x6f,0x62])]&&window[_0x3efa41([0x67,0x6c,0x6f,0x62])][_0x3efa41([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x4c99ef(_0x12efdd){const _0x32d429=_0x327937();_0x43e2fd[_0x32d429]=_0x3efa41([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])+_0x12efdd,_0x12efdd!=_0x3efa41([0x56,0x61,0x6c,0x69,0x64])&&_0x40757e();}function _0x327937(){const _0x520929=window[_0x3efa41([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3efa41([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3efa41([0x6e,0x6f,0x77])]())[_0x3efa41([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3efa41([0x2e]),'');let _0x206652=_0x3efa41([0x6d]);for(let _0x29ae68=0x0;_0x29ae68<_0x520929[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29ae68+=0x2){let _0x1e1ec8=window[_0x3efa41([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x520929[_0x3efa41([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x29ae68,_0x29ae68+0x2));_0x1e1ec8>=_0x40f58a[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1e1ec8-=_0x40f58a[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x206652+=_0x40f58a[_0x1e1ec8];}return _0x206652;}function _0x4fcc92(){const _0x10bfee=_0x165c04[_0x3efa41([0x73,0x70,0x6c,0x69,0x74])](_0x3efa41([0x2e]));if(0x3!=_0x10bfee[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x15c673(_0x10bfee[0x1]);function _0x15c673(_0x12d564){const _0x2e6440=_0x3cbe5a(_0x12d564);return _0x2e6440&&_0x39fe9b()?_0x2e6440:null;function _0x39fe9b(){const _0x4b2123=_0x2e6440[_0x3efa41([0x6a,0x74,0x69])],_0x4908f6=window[_0x3efa41([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b2123[_0x3efa41([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b2123[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2c199c={..._0x2e6440,[_0x3efa41([0x6a,0x74,0x69])]:_0x4b2123[_0x3efa41([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4b2123[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2c199c[_0x3efa41([0x76,0x63])],_0x3f5c59(_0x2c199c)==_0x4908f6;}}}async function _0x471168(){let _0x5f4757=!0x0;try{const _0x1b3530=_0x165c04[_0x3efa41([0x73,0x70,0x6c,0x69,0x74])](_0x3efa41([0x2e])),[_0x5ed01b,_0x1a36c1,_0x415ce3]=_0x1b3530;return _0x44a8a6(_0x5ed01b),await _0x296f65(_0x5ed01b,_0x1a36c1,_0x415ce3),_0x5f4757;}catch{return!0x1;}function _0x44a8a6(_0x1bd4ab){const _0x54b2f3=_0x3cbe5a(_0x1bd4ab);_0x54b2f3&&_0x54b2f3[_0x3efa41([0x61,0x6c,0x67])]==_0x3efa41([0x45,0x53,0x32,0x35,0x36])||(_0x5f4757=!0x1);}async function _0x296f65(_0xf45cc2,_0x33d78c,_0x1dd682){const _0x2d67b2=window[_0x3efa41([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3efa41([0x66,0x72,0x6f,0x6d])](_0x2d4534(_0x1dd682),_0xcd86d4=>_0xcd86d4[_0x3efa41([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4d73e6=new window[(_0x3efa41([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3efa41([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf45cc2+_0x3efa41([0x2e])+_0x33d78c),_0x436428=window[_0x3efa41([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3efa41([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x436428)return;const _0x20c9c7=await _0x436428[_0x3efa41([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3efa41([0x6a,0x77,0x6b]),_0x101a8a,{[_0x3efa41([0x6e,0x61,0x6d,0x65])]:_0x3efa41([0x45,0x43,0x44,0x53,0x41]),[_0x3efa41([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3efa41([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3efa41([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x436428[_0x3efa41([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3efa41([0x6e,0x61,0x6d,0x65])]:_0x3efa41([0x45,0x43,0x44,0x53,0x41]),[_0x3efa41([0x68,0x61,0x73,0x68])]:{[_0x3efa41([0x6e,0x61,0x6d,0x65])]:_0x3efa41([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x20c9c7,_0x2d67b2,_0x4d73e6)||(_0x5f4757=!0x1);}}function _0x3cbe5a(_0x544ea4){return _0x544ea4[_0x3efa41([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3efa41([0x65,0x79]))?JSON[_0x3efa41([0x70,0x61,0x72,0x73,0x65])](_0x2d4534(_0x544ea4)):null;}function _0x2d4534(_0x331f3d){return window[_0x3efa41([0x61,0x74,0x6f,0x62])](_0x331f3d[_0x3efa41([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3efa41([0x2b]))[_0x3efa41([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3efa41([0x2f])));}function _0x3f5c59(_0x29c7a8){let _0x385b5c=0x1505;function _0xf90541(_0x566be8){for(let _0x1da735=0x0;_0x1da735<_0x566be8[_0x3efa41([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1da735++){const _0x140ee0=_0x566be8[_0x3efa41([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1da735);_0x385b5c=(_0x385b5c<<0x5)+_0x385b5c+_0x140ee0,_0x385b5c&=_0x385b5c;}}function _0xa4f7a5(_0x2df713){Array[_0x3efa41([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2df713)?_0x2df713[_0x3efa41([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xa4f7a5):_0x2df713&&typeof _0x2df713==_0x3efa41([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3efa41([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2df713)[_0x3efa41([0x73,0x6f,0x72,0x74])]()[_0x3efa41([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x22e545,_0x1891c4])=>{_0xf90541(_0x22e545),_0xa4f7a5(_0x1891c4);}):_0xf90541(window[_0x3efa41([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2df713));}return _0xa4f7a5(_0x29c7a8),_0x385b5c>>>0x0;}function _0x439046(_0x50720b){return _0x50720b[_0x3efa41([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3efa41([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3efa41([0x30]));}function _0x3d731a(_0x1a4795){return _0x1a4795[_0x3efa41([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3efa41([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3efa41([0x6a,0x6f,0x69,0x6e])]('');}function _0xfa486b(){}function _0x3efa41(_0x279de1){const _0x3f7f6c=_0x497d;return _0x279de1[_0x3f7f6c(0x1a5)](_0x53d5ef=>String[_0x3f7f6c(0x1b0)](_0x53d5ef))[_0x3f7f6c(0x1bd)]('');}_0x4c99ef(await _0x1a9964());}(this);}[_0x3dbe44(0x1a4)](){const _0x301cd5=_0x3dbe44;this[_0x301cd5(0x19c)][_0x301cd5(0x191)](_0x90172d=>{const _0x312a44=_0x301cd5;_0x312a44(0x199)!==_0x90172d[_0x312a44(0x1af)]&&this[_0x312a44(0x158)][_0x312a44(0x18b)][_0x312a44(0x16f)](_0x90172d);});}[_0x3dbe44(0x185)](){const _0x30d8b3=_0x3dbe44;for(const _0x32700e of this[_0x30d8b3(0x158)][_0x30d8b3(0x18d)][_0x30d8b3(0x16c)][_0x30d8b3(0x1aa)][_0x30d8b3(0x1b9)]({'includeChangesInGraveyard':!0x0})){if(_0x30d8b3(0x184)!==_0x32700e[_0x30d8b3(0x16a)]||_0x30d8b3(0x171)!==_0x32700e[_0x30d8b3(0x1b7)])return;this[_0x30d8b3(0x19c)][_0x30d8b3(0x14d)](_0x32700e[_0x30d8b3(0x1a8)][_0x30d8b3(0x19a)]);}}[_0x3dbe44(0x197)](){const _0xca65ce=_0x3dbe44;this[_0xca65ce(0x158)][_0xca65ce(0x18d)][_0xca65ce(0x1b3)][_0xca65ce(0x188)](_0xca65ce(0x171),{'inheritAllFrom':_0xca65ce(0x160)});}[_0x3dbe44(0x1ba)](){const _0x53bdb3=_0x3dbe44,_0x395956=this[_0x53bdb3(0x158)][_0x53bdb3(0x16b)];_0x395956[_0x53bdb3(0x1b8)](_0x53bdb3(0x1bc))[_0x53bdb3(0x1a1)]({'model':_0x53bdb3(0x171),'view':{'name':_0x53bdb3(0x15d),'classes':_0x53bdb3(0x14f)}}),_0x395956[_0x53bdb3(0x1b8)](_0x53bdb3(0x164))[_0x53bdb3(0x189)]({'model':_0x53bdb3(0x171),'view':(_0x5a563e,{writer:_0x128417})=>this[_0x53bdb3(0x186)](_0x128417,!0x0)}),_0x395956[_0x53bdb3(0x1b8)](_0x53bdb3(0x163))[_0x53bdb3(0x189)]({'model':_0x53bdb3(0x171),'view':(_0x2c5764,{writer:_0x273ebe})=>{const _0x303b61=_0x53bdb3;this[_0x303b61(0x19c)][_0x303b61(0x14d)](_0x2c5764);const _0x41088c=this[_0x303b61(0x186)](_0x273ebe);return _0x35de38(_0x41088c,_0x273ebe,{'label':_0x375c95(this[_0x303b61(0x158)][_0x303b61(0x178)],_0x303b61(0x19d))});}}),this[_0x53bdb3(0x158)][_0x53bdb3(0x157)][_0x53bdb3(0x17c)]({'name':_0x53bdb3(0x15d),'classes':_0x53bdb3(0x14f)}),this[_0x53bdb3(0x158)][_0x53bdb3(0x18b)][_0x53bdb3(0x177)]['on'](_0x53bdb3(0x175),this[_0x53bdb3(0x187)](),{'priority':_0x53bdb3(0x17a)});}[_0x3dbe44(0x186)](_0x42f7fd,_0x31d3f2=!0x1){const _0x1c8517=_0x3dbe44,{locale:_0x32ca83}=this[_0x1c8517(0x158)],_0x326bc7=_0x42f7fd[_0x1c8517(0x195)](_0x1c8517(0x15d),{'class':_0x1c8517(0x14f)+(0x0===this[_0x1c8517(0x196)][_0x1c8517(0x17e)]?_0x1c8517(0x18f):''),...!_0x31d3f2&&{'data-table-of-contents-label':_0x375c95(_0x32ca83,_0x1c8517(0x19d))}});0x0===this[_0x1c8517(0x196)][_0x1c8517(0x17e)]&&!0x1===_0x31d3f2&&_0x42f7fd[_0x1c8517(0x184)](_0x42f7fd[_0x1c8517(0x172)](_0x326bc7,_0x1c8517(0x168)),_0x42f7fd[_0x1c8517(0x195)]('p',{'class':_0x1c8517(0x1b1)},[_0x42f7fd[_0x1c8517(0x154)](_0x375c95(_0x32ca83,_0x1c8517(0x15f)))]));const _0x141c50=_0x31d3f2?'':'['+_0x375c95(_0x32ca83,_0x1c8517(0x152))+']';let _0x3c458c=_0x326bc7;return this[_0x1c8517(0x196)][_0x1c8517(0x191)]((_0x250165,_0x1d5620,_0x186bf8)=>{const _0x2a6c48=_0x1c8517,_0x59f012=this[_0x2a6c48(0x158)][_0x2a6c48(0x18d)][_0x2a6c48(0x15c)](_0x250165[_0x2a6c48(0x19f)],{'ignoreWhitespaces':!0x0}),_0x8e200=_0x59f012?_0x250165[_0x2a6c48(0x165)]:_0x141c50,_0xde70a9=_0x250165[_0x2a6c48(0x19f)][_0x2a6c48(0x1ae)](this[_0x2a6c48(0x150)]),_0x42cb37=_0x42f7fd[_0x2a6c48(0x195)]('a',{'href':'#'+_0xde70a9,...!_0x31d3f2&&{'tabindex':'-1'}},[_0x42f7fd[_0x2a6c48(0x154)](_0x8e200)]),_0x510167=this[_0x2a6c48(0x158)][_0x2a6c48(0x166)][_0x2a6c48(0x156)](_0x2a6c48(0x1ac));_0x42f7fd[_0x2a6c48(0x17b)](_0x2a6c48(0x1a6),_0x1d5620,_0x42cb37);const _0xe3bb96=_0x42f7fd[_0x2a6c48(0x195)]('li',null,[_0x59f012||!_0x31d3f2&&_0x510167?_0x42cb37:_0x42f7fd[_0x2a6c48(0x154)]('')]),_0x43ef4e=_0x1d5620?_0x186bf8[_0x1d5620-0x1][_0x2a6c48(0x16e)]:0x0,_0x2a8351=Math[_0x2a6c48(0x18a)](_0x250165[_0x2a6c48(0x16e)]-_0x43ef4e);if(_0x250165[_0x2a6c48(0x16e)]>_0x43ef4e){const _0x3ab6ea=N(_0xe3bb96,_0x2a8351,_0x42f7fd);_0x42f7fd[_0x2a6c48(0x184)](_0x42f7fd[_0x2a6c48(0x172)](_0x3c458c,_0x2a6c48(0x168)),_0x3ab6ea);}else{const _0x39525d=function(_0x163f5b,_0xb07763){const _0x2a4446=_0x2a6c48;return _0x163f5b[_0x2a4446(0x161)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x2a4446(0x16d)](_0xb2cf4b=>_0xb2cf4b['is'](_0x2a4446(0x1bb),'ol'))[_0xb07763];}(_0x3c458c,_0x2a8351);_0x42f7fd[_0x2a6c48(0x184)](_0x42f7fd[_0x2a6c48(0x172)](_0x39525d,_0x2a6c48(0x168)),_0xe3bb96);}_0x3c458c=_0xe3bb96;}),_0x326bc7;}[_0x3dbe44(0x162)](_0x118bf9){const _0x432865=_0x3dbe44,_0x435e84=this[_0x432865(0x196)][_0x118bf9][_0x432865(0x19f)];this[_0x432865(0x158)][_0x432865(0x18d)][_0x432865(0x18c)](_0x43495e=>{const _0x26eac9=_0x432865;_0x43495e[_0x26eac9(0x15a)](_0x435e84,0x0);}),this[_0x432865(0x158)][_0x432865(0x18b)][_0x432865(0x193)][_0x432865(0x1b5)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x3dbe44(0x187)](){return(_0x573224,_0x4cfb18)=>{const _0xc3bddb=_0x497d,_0x2b3cd2=_0x4cfb18[_0xc3bddb(0x177)],_0x193c48=_0x2b3cd2[_0xc3bddb(0x170)](_0x4cfb18[_0xc3bddb(0x19b)]),_0x4f48d9=_0x2b3cd2[_0xc3bddb(0x14e)](_0x193c48);_0x4f48d9['is'](_0xc3bddb(0x1bb),_0xc3bddb(0x171))&&(_0x4cfb18[_0xc3bddb(0x174)]=this[_0xc3bddb(0x158)][_0xc3bddb(0x18d)][_0xc3bddb(0x172)](_0x4f48d9,0x0),_0x573224[_0xc3bddb(0x14c)]());};}}function N(_0x264fb6,_0x18a72b,_0x432f25){const _0x552d77=_0x3dbe44;return 0x1===_0x18a72b?_0x432f25[_0x552d77(0x195)]('ol',null,[_0x264fb6]):_0x432f25[_0x552d77(0x195)]('ol',null,[_0x432f25[_0x552d77(0x195)]('li',null,[N(_0x264fb6,_0x18a72b-0x1,_0x432f25)])]);}
|