@ckeditor/ckeditor5-document-outline 45.2.1-alpha.2 → 45.2.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>R,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>mt,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=431]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(449)]())i instanceof r.Text&&(n+=i[e(442)]);return n}function a(){const t=["htmlH5","htmlH6","plugins","8750392nfwDCA","10265424YuHXau","model","reduce","data","134mzZBYM","3517068NjJvAL","14114KJVvqp","config","push","9YwOASA","getChildren","htmlH2","has","get","195366WXeDBd","htmlH1","15336920KwfSag","htmlH4","GeneralHtmlSupport","742161QadRro","paragraph","15HdIevu","htmlH3","heading.options"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(675659===parseInt(e(445))/1*(parseInt(e(443))/2)+-parseInt(e(458))/3+parseInt(e(444))/4+parseInt(e(432))/5*(parseInt(e(453))/6)+-parseInt(e(438))/7+-parseInt(e(439))/8+parseInt(e(448))/9*(parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=131]})(t,e)}function f(){const t=["indexOf","editing","_getOutlineDefinitions","afterInit","getRoot","element","activeItemIndex","121701bkRJZq","getChildren","createElement","level","item","domToView","document","toModel","isOfficialPlugin","length","pluginName","7819iQhzdW","change","_deriveHeadingElementsFromConversion","_getActiveHeading","backward","push","6036zVkWOv","domConverter","includes","_getHeadingNames","242790hTsZOr","view","selection","name","modelElement","get","findIndex","editor","145ZvbvIC","_headingNames","isPremiumPlugin","DocumentOutlineUtils","init","getFirstPosition","226ArOmrO","documentOutline.headings","fire","171VRQZju","1520BxpTjv","13270hMcwVj","data","getChild","model","8591iJOVli","46204rkwYQG","1qMlnWe","getRootNames","text","config"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(179794===parseInt(e(176))/1*(parseInt(e(165))/2)+parseInt(e(187))/3+-parseInt(e(175))/4*(-parseInt(e(159))/5)+-parseInt(e(151))/6+parseInt(e(141))/7*(parseInt(e(169))/8)+parseInt(e(168))/9*(parseInt(e(170))/10)+-parseInt(e(174))/11*(parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(140)](){return l(162)}static get[l(138)](){return!0}static get[l(161)](){return!0}[l(160)]=[];[l(163)](){const t=l,e=this[t(158)];this[t(160)]=this[t(150)]();let n=[];e[t(173)][t(136)].on(t(142),o((()=>{const e=t,i=n;n=this[e(182)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(133)]===n[e(133)]&&t[e(178)]===n[e(178)]&&t[e(155)]===n[e(155)])),r=(0,u.diffToChanges)(o,n),s=this[e(144)](),c=n[e(157)]((t=>t[e(155)]===s));r[e(139)]&&this[e(167)](e(142),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(167)](e(186),{index:c})}),250,{leading:!0,trailing:!0}))}[l(183)](){const t=l;this[t(160)][t(139)]||this[t(143)]()}[l(182)](){const t=l,e=this[t(158)],n=[],i=this[t(160)];for(const n of e[t(173)][t(136)][t(177)]())o(e[t(173)][t(136)][t(184)](n));function o(e){const r=t;for(const t of e[r(131)]())t.is(r(185))&&(i[r(149)](t[r(154)])&&n[r(146)]({level:i[r(180)](t[r(154)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(144)](){const t=l,e=this[t(158)][t(173)][t(136)][t(153)][t(164)](),n=new r.TreeWalker({direction:t(145),startPosition:e});for(const e of n)if(e[t(134)].is(t(185))&&this[t(160)][t(149)](e[t(134)][t(154)]))return e[t(134)]}[l(150)](){const t=l;return this[t(158)][t(179)][t(156)](t(166))||function(t){const e=s,n=t[e(446)][e(452)](e(434));return n?n[e(441)](((t,n)=>(e(431)!==n[e(440)]&&t[e(447)](n[e(440)]),t)),[]):t[e(437)][e(451)](e(457))?[e(454),e(450),e(433),e(456),e(435),e(436)]:[]}(this[t(158)])}[l(143)](){const t=l,e=this[t(158)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(181)][t(152)][t(148)][t(135)](document[t(132)](o)),r=e[t(171)][t(137)](n)[t(172)](0);r?.is(t(185))&&i[t(146)](r[t(154)])}this[t(160)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["text","ck-document-outline__item_empty","ck-document-outline__item","div","bindTemplate","setTemplate","1752915KMifjb","isActive","171395fjIMHt","ck-reset","717158LWCrji","1JkfOwf","level","Empty heading","isEmpty","bind","ck-document-outline__item_level-","2018910tsxgOW","1282284HPghol","1494348eRlQzK","ck-document-outline__item_active","click","5717848TcDXyU","set"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(282682===-parseInt(e(427))/1*(-parseInt(e(426))/2)+-parseInt(e(410))/3+-parseInt(e(411))/4+-parseInt(e(422))/5+parseInt(e(409))/6+parseInt(e(424))/7+parseInt(e(414))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(420)],o=e?"["+p(t,n(429))+"]":"";this[n(415)](n(416),""),this[n(415)](n(428),1),this[n(415)](n(423),!1),this[n(431)](n(430)).to(this,n(416),(t=>!t)),this[n(421)]({tag:n(419),attributes:{class:["ck",n(425),n(418),i.to(n(428),(t=>n(432)+t)),i.if(n(423),n(412)),i.if(n(430),n(417))],title:i.to(n(416))},children:[{text:i.to(n(416),(t=>t||o))}],on:{click:i.to(n(413))}})}}const k=I;function b(){const t=["delegate","ck-reset","2743348HhBidB","sync","_insertItem","fire","source","isActive","remove","set","50bVQdBa","forEach","addMany","2269827WPVJTY","insert","3NMJOAx","activeItemIndex","5nSQPdg","setTemplate","documentOutlineContainer","_handleItemClick","getIndex","values","bind","showEmptyHeadingText","element","_deleteItem","1429540meGXNT","_scrollToItem","get","31298762vBWDCp","ck-document-outline","type","items","text","index","itemSelected","6876468pOwjwF","11026136gtWUOH","delete","Editor headings will appear here as you type.","howMany","level","div","destroy","map","contentLanguageDirection","locale","15902qNqtcv","change:activeItemIndex","12KnWNoU","click","144XrWnjE","_setActiveItem","createCollection"];return(b=function(){return t})()}function I(t,e){const n=b();return(I=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=I,n=t();for(;;)try{if(918685===-parseInt(e(318))/1*(parseInt(e(322))/2)+parseInt(e(285))/3*(parseInt(e(272))/4)+-parseInt(e(287))/5*(parseInt(e(307))/6)+-parseInt(e(297))/7+-parseInt(e(308))/8+-parseInt(e(283))/9*(-parseInt(e(280))/10)+-parseInt(e(300))/11*(-parseInt(e(320))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[k(303)];[k(289)];[k(294)];constructor(t,e=!1,n){const i=k;super(t),this[i(294)]=e,this[i(279)](i(286),-1),this[i(289)]=n,this[i(303)]=this[i(324)](),this[i(303)][i(325)](i(321)).to(this),this.on(i(321),this[i(290)][i(293)](this)),this.on(i(319),((t,e,n,o)=>{this[i(323)](o,n)})),this[i(288)]({tag:i(313),attributes:{class:["ck",i(326),i(301)],dir:t[i(316)],"data-document-outline-empty-placeholder":p(t,i(310)),tabindex:-1},children:this[i(303)]})}[k(273)](t){const e=k;t[e(281)]((t=>{const n=e;n(284)==t[n(302)]?this[n(274)](t[n(305)],...t[n(292)]):n(309)==t[n(302)]&&this[n(296)](t[n(305)],t[n(311)])}))}[k(323)](t,e){const n=k;if(-1!==t){const e=this[n(303)][n(299)](t);e&&(e[n(277)]=!1)}-1!==e&&(this[n(303)][n(299)](e)[n(277)]=!0,this[n(298)](e))}[k(274)](t,...e){const n=k,i=e[n(315)](((e,i)=>{const o=n,r=new v(this[o(317)],this[o(294)]);return r[o(304)]=e[o(304)],r[o(312)]=e[o(312)],t+i===this[o(286)]&&(r[o(277)]=!0),r}));this[n(303)][n(282)](i,t)}[k(296)](t,e){const n=k;do{this[n(303)][n(278)](t)}while(--e)}[k(290)](t){const e=k,n=this[e(303)][e(291)](t[e(276)]);this[e(275)](e(306),n)}[k(298)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(303)][e(299)](t)[e(295)],20,this[e(289)])}[k(314)](){const t=k;super[t(314)](),this[t(295)][t(278)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),A=n.n(T),E=n(667),P=n.n(E),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=A().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const M=K;function K(t,e){const n=j();return(K=function(t,e){return n[t-=254]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(384994===-parseInt(e(312))/1+-parseInt(e(286))/2+-parseInt(e(310))/3+-parseInt(e(287))/4+-parseInt(e(279))/5*(parseInt(e(261))/6)+parseInt(e(324))/7+parseInt(e(281))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class R extends t.Plugin{[M(314)];[M(306)];[M(255)];static get[M(273)](){return M(258)}static get[M(282)](){return!0}static get[M(270)](){return!0}constructor(t){const e=M;super(t),this[e(314)]=new y(t[e(323)],this[e(292)][e(322)][e(291)](e(301)),this[e(292)][e(322)][e(291)](e(264))),this[e(306)]=[],this[e(255)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(308)][e(293)](this),100)}[M(302)](){const t=M,e=this[t(292)],n=e[t(297)][t(291)](t(311));let i=!1;if(this[t(314)][t(269)](),this[t(292)].ui[t(318)][t(266)](this[t(314)][t(303)]),!e[t(322)][t(291)](t(264)))throw new u.CKEditorError(t(284),{editor:e});e[t(322)][t(291)](t(264))[t(260)](this[t(314)][t(303)]),n.on(t(315),this[t(267)][t(293)](this)),n.on(t(257),((e,{index:n})=>this[t(256)](n))),this[t(314)].on(t(265),((e,n)=>{i=!0,this[t(272)](n)})),this[t(314)][t(280)](u.global[t(296)],t(321),(()=>{i?i=!1:this[t(255)]()}),{useCapture:!0}),this[t(314)][t(280)](u.global[t(320)],t(295),this[t(255)],{useCapture:!0})}[M(254)](){!async function(t){const e=p([50,72,85,77,110,86,106,117,112,121,113,114,87,67,65,48,51,68,83,116,70,109,84,55,90,99,75,82,54,111,71,120,100,79,53,107,98,74,104,115,69,73,80,89,57,122,102,118,97,56,88,105,66,52,101,76,119,49,81,103,108,78]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=K;return t[e(319)]((t=>String[e(290)](t)))[e(275)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([72]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1749945600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=K,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(316)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([102,105,108,116,101,114])]((t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])]))[p([109,97,112])]((t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t)))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[M(317)](){const t=M;super[t(317)](),this[t(314)][t(317)](),this[t(255)][t(263)]()}[M(267)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(306)]=e,this[i(314)][i(305)](n)}[M(256)](t){const e=M;this[e(306)][e(283)]&&this[e(306)][t]&&(this[e(314)][e(257)]=t)}[M(272)](t){const e=M,n=this[e(306)][t][e(299)];this[e(292)][e(298)][e(315)]((t=>{t[e(259)](n,0)})),this[e(292)][e(278)][e(314)][e(304)]({alignToTop:!0,forceScroll:!0}),this[e(292)][e(278)][e(314)][e(313)](),this[e(256)](t)}[M(308)](){const t=M,e=this[t(292)];let n;for(const i of e[t(298)][t(296)][t(268)]()){const o=e[t(278)][t(314)][t(300)](i),r=o&&new u.Rect(o)[t(276)]();if(r){const e=new u.Rect(u.global[t(320)])[t(309)](r);e&&(n=e[t(289)]+.25*e[t(274)])}}if(void 0===n)return;const i=H(e[t(278)],this[t(306)],n);i?this[t(256)](this[t(306)][t(294)](i)):this[t(256)](-1)}}function j(){const t=["scroll","config","locale","3873163rdCUEU","afterInit","_updateActiveDefinitionFromViewportThrottled","_setActiveViewItem","activeItemIndex","DocumentOutlineUI","setSelection","appendChild","10374OrOqrd","toViewElement","cancel","documentOutline.container","itemSelected","add","_handleOutlineChange","getRootNames","render","isPremiumPlugin","floor","_handleItemSelected","pluginName","height","join","getVisible","mapViewToDom","editing","2205eyhMzG","listenTo","15476080yWXhyy","isOfficialPlugin","length","document-outline-container-not-provided","mapper","51324PgCqeN","1049500lMhVMi","domConverter","top","fromCharCode","get","editor","bind","indexOf","resize","document","plugins","model","modelElement","getDomRoot","documentOutline.showEmptyHeadings","init","element","scrollToTheSelection","sync","_currentOutlineDefinitions","bottom","_updateActiveDefinitionOnViewportChange","getIntersection","1622586OOebOM","DocumentOutlineUtils","511437dtsMDu","focus","view","change","href","destroy","focusTracker","map","window"];return(j=function(){return t})()}function H(t,e,n,i=0,o=e[M(283)]-1){const r=M,s=Math[r(271)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(285)][r(262)](c[r(299)]);if(!a)return null;const l=t[r(314)][r(288)][r(277)](a);return new u.Rect(l)[r(307)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function V(t,e){const n=U();return(V=function(t,e){return n[t-=499]})(t,e)}const B=V;function U(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(U=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(739209===-parseInt(e(530))/1+-parseInt(e(507))/2*(parseInt(e(506))/3)+parseInt(e(527))/4+-parseInt(e(521))/5*(parseInt(e(536))/6)+parseInt(e(533))/7*(-parseInt(e(515))/8)+parseInt(e(524))/9*(-parseInt(e(503))/10)+parseInt(e(523))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class W extends t.Plugin{[B(511)];[B(505)];static get[B(517)](){return[h,R]}static get[B(499)](){return B(526)}static get[B(504)](){return!0}static get[B(508)](){return!0}[B(522)](){const t=B;this[t(511)]=this[t(525)][t(502)][t(500)](t(511));const e=this[t(525)];this[t(505)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(529)==r||n(535)==r||n(532)==r||n(518)==r||n(520)==r||n(519)==r||n(513)==r||n(516)==r){delete e[o],i=r,clearInterval(this[n(505)]),this[n(505)]=void 0;break}}n(535)==i&&e[n(509)](n(514)),n(532)==i&&e[n(509)](n(510)),n(518)==i&&e[n(509)](n(528)),n(520)==i&&e[n(509)](n(534),n(526)),n(519)==i&&e[n(509)](n(501)),n(513)==i&&e[n(509)](n(512)),n(516)==i&&e[n(509)](n(537))}),1e3)}[B(531)](){const t=B;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var q=n(901);const F=J;function J(t,e){const n=Z();return(J=function(t,e){return n[t-=454]})(t,e)}function Z(){const t=["createElement","588868XqiFHW","findAllowedParent","model","477PizSTK","2567130gtRUPl","1462rsHEUP","isEnabled","3008015xhoVFB","refresh","tableOfContents","1609528XnMtRg","getFirstPosition","1201844hmYFOn","change","576687abcQFw","schema","selection","6kkrmEo","editor","execute","document","9ZSoWJh","insertObject"];return(Z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class z extends t.Command{[F(469)](){const t=F;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[F(458)](){const t=F,e=this[t(468)][t(476)],n=e[t(470)][t(466)][t(461)]();this[t(456)]=null!==(n&&e[t(465)][t(475)](n,t(459)))}}var Q=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=A().bind(null,"head"),X.domAPI=C(),X.insertStyleElement=S();O()(Q.A,X);Q.A&&Q.A.locals&&Q.A.locals;const Y=G;function G(t,e){const n=tt();return(G=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=G,n=t();for(;;)try{if(669155===parseInt(e(345))/1*(-parseInt(e(350))/2)+parseInt(e(287))/3*(parseInt(e(346))/4)+parseInt(e(309))/5+-parseInt(e(348))/6*(parseInt(e(282))/7)+-parseInt(e(289))/8+parseInt(e(291))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[Y(314)](){return Y(322)}static get[Y(295)](){return!0}static get[Y(331)](){return!0}[Y(292)](){const t=Y,e=this[t(283)];e[t(284)][t(288)](t(298))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(311)!==t[e(285)]&&i[e(294)](t[e(342)],t[e(285)])})),i[n(288)]("h1")||i[n(294)]("h1",n(318)),i):i}(this[t(283)][t(284)][t(288)](t(344)))[t(332)](((n,i)=>{const o=t;this[o(337)](i),this[o(325)](n),e[o(285)][o(327)][o(349)](n)&&e[o(285)][o(327)][o(293)](n,{allowAttributes:o(320)})})),this[t(307)]())}[Y(337)](t){const e=Y;this[e(283)][e(321)][e(300)](e(302))[e(308)]((n=>n.on(e(301)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(341)][o(338)]("id"),a=n[o(310)][o(347)]();if(a)return c&&c[o(297)]||a[o(319)](o(320))?void(r[o(324)](n[o(341)],{attributes:["id"]})&&s[o(296)](o(320),c,a)):(r[o(324)](n[o(341)],{attributes:["id"]}),void s[o(296)](o(320),(0,u.uid)(),a))}),{priority:u.priorities[e(288)](e(286))+.5})))}[Y(325)](t){const e=Y;this[e(283)][e(321)][e(300)](e(305))[e(308)]((n=>n.on(e(279)+t,((t,n,i)=>{const o=e;if(!i[o(326)][o(324)](n[o(315)],t[o(304)]))return;const r=n[o(315)][o(338)](o(320)),s=i[o(335)][o(329)](n[o(315)]);i[o(312)][o(296)]("id",r,s)}))))}[Y(307)](){const t=Y,e=this[t(283)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(308)](r),e[o(296)](o(320),r,n),r}function r(e,n){const i=t;e[i(317)](i(320),n)}e[t(285)][t(303)][t(299)]((s=>{const c=t,a=e[c(285)][c(303)][c(343)][c(340)]();let u=!1;for(const t of a)if(c(280)==t[c(313)]&&t[c(304)])if(t[c(304)][c(281)](/heading\d/)){const e=t[c(339)][c(288)](c(320));c(330)==typeof e?n[c(334)](e)?(o(s,t[c(306)][c(316)]),u=!0):i[c(308)](e):(o(s,t[c(306)][c(316)]),u=!0)}else c(330)==typeof t[c(339)][c(288)](c(320))&&(r(s,t[c(306)][c(316)]),u=!0);else if(c(323)==t[c(313)]){const e=t[c(339)][c(288)](c(320));c(330)==typeof e&&n[c(290)](e)}return u})),e[t(285)][t(303)].on(t(328),(()=>{const e=t;i[e(332)]((t=>n[e(308)](t))),i[e(336)]()}))}}function tt(){const t=["removeAttribute","heading1","hasAttribute","headingId","conversion","HeadingId","remove","consume","_customDataDowncastHeadingsConversion","consumable","schema","change","toViewElement","string","isPremiumPlugin","forEach","17431710EAvwBV","has","mapper","clear","_customUpcastHeadingsConversion","getAttribute","attributes","getChanges","viewItem","view","differ","heading.options","28261XhUwJk","112208nTtgTN","getContainedElement","3957594pAWRBn","isRegistered","50PKnRea","attribute:headingId:","insert","match","7kJAupq","editor","config","model","low","6knpnwJ","get","702248ZgyFfw","delete","2132856MAXriB","afterInit","extend","set","isOfficialPlugin","setAttribute","length","headingId.modelAttributeName","registerPostFixer","for","element:","upcast","document","name","downcast","position","_registerHeadingIdAttributePostfixer","add","434005ZdAoOx","modelRange","paragraph","writer","type","pluginName","item","nodeAfter"];return(tt=function(){return t})()}const et=nt;function nt(t,e){const n=it();return(nt=function(t,e){return n[t-=235]})(t,e)}function it(){const t=["_createTableOfContents","conversion","20547720MbLZqY","mapper","hasContent","viewPosition","insertTableOfContents","model","_trackNewToCElements","_currentOutlineDefinitions","isInteger","dataDowncast","join","add","stop","forEach","text","position","div","_handleScrollToHeading","config","$graveyard","headingId.modelAttributeName","tableOfContentsHeadingIndex","_headingIdModelAttributeName","102874YraspB","upcast","findMappedViewAncestor","_tableOfContentsElements","reconvertItem","getChanges","preventDefault","high","click","11733365YFKPAw"," table-of-contents_empty","fromCharCode","createContainerElement","schema","end","nodeAfter","change","listenTo","type","insert","getCustomProperty","setCustomProperty","1476PpBBwm","for","tableOfContents","plugins","href","documentOutline.showEmptyHeadings","_defineSchema","domEvent","data","setSelection","register","_defineConverters","view","registerRawContentMatcher","headingId","elementToStructure","DocumentOutlineUtils","2103745iHcRKN","length","name","filter","viewToModelPosition","table-of-contents__placeholder","isOfficialPlugin","editor","TableOfContentsEditing","69wbtkRN","level","modelPosition","56912bJDcrl","differ","map","outlineDefinitions","429648RvvWdR","editingDowncast","createText","afterInit","get","target","locale","table-of-contents","$capture","requires","elementToElement","createPositionAt","scrollToTheSelection","12dLFFyd","pluginName","modelElement","init","7082238milnpP","commands","Empty heading","_updateTableOfContentsElements","No headings were found in the document.","element","_redirectMapper","Table of contents","getAncestors","document","isPremiumPlugin","toModelElement","getAttribute","$blockObject","rootName","abs","editing"];return(it=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(842344===-parseInt(e(315))/1+parseInt(e(260))/2*(-parseInt(e(308))/3)+-parseInt(e(328))/4*(parseInt(e(299))/5)+-parseInt(e(332))/6+parseInt(e(269))/7+parseInt(e(311))/8*(parseInt(e(282))/9)+parseInt(e(237))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[et(329)](){return et(307)}static get[et(305)](){return!0}static get[et(342)](){return!0}static get[et(324)](){return[q.Widget,h,$]}[et(244)];[et(263)];[et(259)];constructor(t){const e=et;super(t),this[e(244)]=[],this[e(263)]=new Set,this[e(259)]=e(296)}[et(331)](){const t=et,e=this[t(306)],n=e[t(348)][t(294)][t(341)];e[t(255)][t(319)](t(257))&&(this[t(259)]=e[t(255)][t(319)](t(257))),this[t(277)](n,t(268),((e,n)=>{const i=t;if(!n[i(320)])return;const o=n[i(320)][i(280)](i(258));Number[i(245)](o)&&(n[i(289)][i(266)](),e[i(249)](),this[i(254)](o))}),{priority:t(267),context:t(323)}),this[t(288)](),this[t(293)](),e[t(333)][t(248)](t(241),new z(e)),e[t(285)][t(319)](t(298)).on(t(276),((e,n)=>{const i=t;this[i(244)]=n[i(314)],this[i(335)]()})),this[t(277)](e[t(242)][t(341)],t(276),(()=>{this[t(243)]()}))}[et(318)](){!async function(t){const e=p([50,120,68,82,88,74,52,78,51,97,80,75,103,99,101,122,102,72,119,67,89,104,117,106,55,66,121,54,116,70,79,107,105,83,115,49,48,110,71,86,100,113,69,90,76,85,87,108,53,114,98,57,65,84,112,81,118,73,111,109,56,77]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=nt;return t[e(313)]((t=>String[e(271)](t)))[e(247)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([120]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1749945600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=nt,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(286)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([102,105,108,116,101,114])]((t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])]))[p([109,97,112])]((t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t)))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[et(335)](){const t=et;this[t(263)][t(250)]((e=>{const n=t;n(256)!==e[n(346)]&&this[n(306)][n(348)][n(264)](e)}))}[et(243)](){const t=et;for(const e of this[t(306)][t(242)][t(341)][t(312)][t(265)]({includeChangesInGraveyard:!0})){if(t(279)!==e[t(278)]||t(284)!==e[t(301)])return;this[t(263)][t(248)](e[t(252)][t(275)])}}[et(288)](){const t=et;this[t(306)][t(242)][t(273)][t(292)](t(284),{inheritAllFrom:t(345)})}[et(293)](){const t=et,e=this[t(306)][t(236)];e[t(283)](t(261))[t(325)]({model:t(284),view:{name:t(253),classes:t(322)}}),e[t(283)](t(246))[t(297)]({model:t(284),view:(e,{writer:n})=>this[t(235)](n,!0)}),e[t(283)](t(316))[t(297)]({model:t(284),view:(e,{writer:n})=>{const i=t;this[i(263)][i(248)](e);const o=this[i(235)](n);return(0,q.toWidget)(o,n,{label:p(this[i(306)][i(321)],i(339))})}}),this[t(306)][t(290)][t(295)]({name:t(253),classes:t(322)}),this[t(306)][t(348)][t(238)].on(t(303),this[t(338)](),{priority:t(267)})}[et(235)](t,e=!1){const n=et,{locale:i}=this[n(306)],o=t[n(272)](n(253),{class:n(322)+(0===this[n(244)][n(300)]?n(270):""),...!e&&{"data-table-of-contents-label":p(i,n(339))}});0===this[n(244)][n(300)]&&!1===e&&t[n(279)](t[n(326)](o,n(274)),t[n(272)]("p",{class:n(304)},[t[n(317)](p(i,n(336)))]));const r=e?"":"["+p(i,n(334))+"]";let s=o;return this[n(244)][n(250)](((i,o,c)=>{const a=n,u=this[a(306)][a(242)][a(239)](i[a(330)],{ignoreWhitespaces:!0}),l=u?i[a(251)]:r,d=i[a(330)][a(344)](this[a(259)]),f=t[a(272)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(317)](l)]),h=this[a(306)][a(255)][a(319)](a(287));t[a(281)](a(258),o,f);const m=t[a(272)]("li",null,[u||!e&&h?f:t[a(317)]("")]),p=o?c[o-1][a(309)]:0,g=Math[a(347)](i[a(309)]-p);if(i[a(309)]>p){const e=rt(m,g,t);t[a(279)](t[a(326)](s,a(274)),e)}else{const e=function(t,e){const n=a;return t[n(340)]({includeSelf:!0,parentFirst:!0})[n(302)]((t=>t.is(n(337),"ol")))[e]}(s,g);t[a(279)](t[a(326)](e,a(274)),m)}s=m})),o}[et(254)](t){const e=et,n=this[e(244)][t][e(330)];this[e(306)][e(242)][e(276)]((t=>{t[e(291)](n,0)})),this[e(306)][e(348)][e(294)][e(327)]({alignToTop:!0,forceScroll:!0})}[et(338)](){return(t,e)=>{const n=nt,i=e[n(238)],o=i[n(262)](e[n(240)]),r=i[n(343)](o);r.is(n(337),n(284))&&(e[n(310)]=this[n(306)][n(242)][n(326)](r,0),t[n(249)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(272)]("ol",null,[t]):n[i(272)]("ol",null,[n[i(272)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=132]})(t,e)}function ut(){const t=["bind","tableOfContentsLicenseKeyValid","trialLimit","isEnabled","pluginName","listenTo","isPremiumPlugin","componentFactory","usageLimit","destroy","set","isOfficialPlugin","commands","TableOfContents","tableOfContentsLicenseKeyTrialLimit","2123304XiQPqJ","1332UPqYTG","evaluationLimit","editing","menuBar:tableOfContents","focus","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","expired","licenseKey","featureNotAllowed","domainLimit","view","tableOfContentsLicenseKeyNotAllowed","invalid","2120lBgYQy","_createButton","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyUsageLimit","463332xceRyD","60957WgANKR","config","tooltip","Table of contents","tableOfContentsLicenseKeyDomainLimit","14yVBlwK","133881jybhOf","752ghUZzz","editor","_licenseKeyCheckInterval","tableOfContents","insertTableOfContents","TableOfContentsUI","8731173eERZjC","add","execute","6BeLyMg","_showLicenseError","init","get","1129150PqAySu","locale"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(421463===parseInt(e(134))/1+-parseInt(e(184))/2*(parseInt(e(144))/3)+-parseInt(e(166))/4*(-parseInt(e(180))/5)+parseInt(e(165))/6*(-parseInt(e(133))/7)+parseInt(e(135))/8*(parseInt(e(185))/9)+-parseInt(e(148))/10+parseInt(e(141))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(174)];[ct(137)];static get[ct(154)](){return ct(140)}static get[ct(161)](){return!0}static get[ct(156)](){return!0}[ct(146)](){const t=ct,e=this[t(136)];e.ui[t(157)][t(142)](t(138),(()=>{const e=t,n=this[e(181)](m.ButtonView);return n[e(187)]=!0,n})),e.ui[t(157)][t(142)](t(169),(()=>this[t(181)](m.MenuBarMenuListItemButtonView))),this[t(174)]=this[t(136)][t(186)][t(147)](t(174));const n=this[t(136)];this[t(137)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(151)==r||e(182)==r||e(171)==r||e(132)==r||e(178)==r||e(172)==r||e(164)==r||e(183)==r){delete n[o],i=r,clearInterval(this[e(137)]),this[e(137)]=void 0;break}}e(182)==i&&n[e(145)](e(179)),e(171)==i&&n[e(145)](e(173)),e(132)==i&&n[e(145)](e(176)),e(178)==i&&n[e(145)](e(175),e(163)),e(172)==i&&n[e(145)](e(167)),e(164)==i&&n[e(145)](e(152)),e(183)==i&&n[e(145)](e(158))}),1e3)}[ct(181)](t){const e=ct,n=this[e(136)],i=n[e(149)],o=n[e(162)][e(147)](e(139)),r=new t(i);return r[e(160)]({label:p(i,e(188)),icon:st.IconTableOfContents}),r[e(150)](e(153)).to(o,e(153)),this[e(155)](r,e(143),(()=>{const t=e;n[t(143)](t(139)),n[t(168)][t(177)][t(170)]()})),r}[ct(159)](){const t=ct;super[t(159)](),this[t(137)]&&clearInterval(this[t(137)])}}var dt=ht;function ft(){var t=["4626872mIuuUh","18951kqqCNm","2816870horwxj","12hZdpOI","requires","pluginName","TableOfContents","6kGbSTO","4715460ZRQSwA","873506lwuHwa","isPremiumPlugin","isOfficialPlugin","826150dDPopc","211522OhnabB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=160]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(306941===parseInt(e(173))/1+-parseInt(e(169))/2+-parseInt(e(161))/3*(-parseInt(e(163))/4)+parseInt(e(172))/5+parseInt(e(167))/6*(parseInt(e(162))/7)+-parseInt(e(160))/8+parseInt(e(168))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[dt(164)](){return[ot,lt]}static get[dt(165)](){return dt(166)}static get[dt(171)](){return!0}static get[dt(170)](){return!0}}function pt(){var t=["7166784MZovrI","1115474qxCZqk","2270704NRJudx","2195350DaGKMc","23848mVReif","2qkbmZu","9qlnxPr","26918300fGgvzn","35oAdVQM","2234685HXtDTb"];return(pt=function(){return t})()}function gt(t,e){var n=pt();return(gt=function(t,e){return n[t-=298]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(846294===parseInt(e(298))/1+-parseInt(e(302))/2*(parseInt(e(306))/3)+-parseInt(e(299))/4+-parseInt(e(300))/5+-parseInt(e(307))/6+parseInt(e(305))/7*(-parseInt(e(301))/8)+-parseInt(e(303))/9*(-parseInt(e(304))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>R,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>pt,TableOfContentsCommand:()=>Q,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=431]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(449)]())i instanceof r.Text&&(n+=i[e(442)]);return n}function a(){const t=["htmlH5","htmlH6","plugins","8750392nfwDCA","10265424YuHXau","model","reduce","data","134mzZBYM","3517068NjJvAL","14114KJVvqp","config","push","9YwOASA","getChildren","htmlH2","has","get","195366WXeDBd","htmlH1","15336920KwfSag","htmlH4","GeneralHtmlSupport","742161QadRro","paragraph","15HdIevu","htmlH3","heading.options"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(675659===parseInt(e(445))/1*(parseInt(e(443))/2)+-parseInt(e(458))/3+parseInt(e(444))/4+parseInt(e(432))/5*(parseInt(e(453))/6)+-parseInt(e(438))/7+-parseInt(e(439))/8+parseInt(e(448))/9*(parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=131]})(t,e)}function f(){const t=["indexOf","editing","_getOutlineDefinitions","afterInit","getRoot","element","activeItemIndex","121701bkRJZq","getChildren","createElement","level","item","domToView","document","toModel","isOfficialPlugin","length","pluginName","7819iQhzdW","change","_deriveHeadingElementsFromConversion","_getActiveHeading","backward","push","6036zVkWOv","domConverter","includes","_getHeadingNames","242790hTsZOr","view","selection","name","modelElement","get","findIndex","editor","145ZvbvIC","_headingNames","isPremiumPlugin","DocumentOutlineUtils","init","getFirstPosition","226ArOmrO","documentOutline.headings","fire","171VRQZju","1520BxpTjv","13270hMcwVj","data","getChild","model","8591iJOVli","46204rkwYQG","1qMlnWe","getRootNames","text","config"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(179794===parseInt(e(176))/1*(parseInt(e(165))/2)+parseInt(e(187))/3+-parseInt(e(175))/4*(-parseInt(e(159))/5)+-parseInt(e(151))/6+parseInt(e(141))/7*(parseInt(e(169))/8)+parseInt(e(168))/9*(parseInt(e(170))/10)+-parseInt(e(174))/11*(parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(140)](){return l(162)}static get[l(138)](){return!0}static get[l(161)](){return!0}[l(160)]=[];[l(163)](){const t=l,e=this[t(158)];this[t(160)]=this[t(150)]();let n=[];e[t(173)][t(136)].on(t(142),o((()=>{const e=t,i=n;n=this[e(182)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(133)]===n[e(133)]&&t[e(178)]===n[e(178)]&&t[e(155)]===n[e(155)])),r=(0,u.diffToChanges)(o,n),s=this[e(144)](),c=n[e(157)]((t=>t[e(155)]===s));r[e(139)]&&this[e(167)](e(142),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(167)](e(186),{index:c})}),250,{leading:!0,trailing:!0}))}[l(183)](){const t=l;this[t(160)][t(139)]||this[t(143)]()}[l(182)](){const t=l,e=this[t(158)],n=[],i=this[t(160)];for(const n of e[t(173)][t(136)][t(177)]())o(e[t(173)][t(136)][t(184)](n));function o(e){const r=t;for(const t of e[r(131)]())t.is(r(185))&&(i[r(149)](t[r(154)])&&n[r(146)]({level:i[r(180)](t[r(154)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(144)](){const t=l,e=this[t(158)][t(173)][t(136)][t(153)][t(164)](),n=new r.TreeWalker({direction:t(145),startPosition:e});for(const e of n)if(e[t(134)].is(t(185))&&this[t(160)][t(149)](e[t(134)][t(154)]))return e[t(134)]}[l(150)](){const t=l;return this[t(158)][t(179)][t(156)](t(166))||function(t){const e=s,n=t[e(446)][e(452)](e(434));return n?n[e(441)](((t,n)=>(e(431)!==n[e(440)]&&t[e(447)](n[e(440)]),t)),[]):t[e(437)][e(451)](e(457))?[e(454),e(450),e(433),e(456),e(435),e(436)]:[]}(this[t(158)])}[l(143)](){const t=l,e=this[t(158)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(181)][t(152)][t(148)][t(135)](document[t(132)](o)),r=e[t(171)][t(137)](n)[t(172)](0);r?.is(t(185))&&i[t(146)](r[t(154)])}this[t(160)]=i}}var p=n(311);function m(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["text","ck-document-outline__item_empty","ck-document-outline__item","div","bindTemplate","setTemplate","1752915KMifjb","isActive","171395fjIMHt","ck-reset","717158LWCrji","1JkfOwf","level","Empty heading","isEmpty","bind","ck-document-outline__item_level-","2018910tsxgOW","1282284HPghol","1494348eRlQzK","ck-document-outline__item_active","click","5717848TcDXyU","set"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(282682===-parseInt(e(427))/1*(-parseInt(e(426))/2)+-parseInt(e(410))/3+-parseInt(e(411))/4+-parseInt(e(422))/5+parseInt(e(409))/6+parseInt(e(424))/7+parseInt(e(414))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends p.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(420)],o=e?"["+m(t,n(429))+"]":"";this[n(415)](n(416),""),this[n(415)](n(428),1),this[n(415)](n(423),!1),this[n(431)](n(430)).to(this,n(416),(t=>!t)),this[n(421)]({tag:n(419),attributes:{class:["ck",n(425),n(418),i.to(n(428),(t=>n(432)+t)),i.if(n(423),n(412)),i.if(n(430),n(417))],title:i.to(n(416))},children:[{text:i.to(n(416),(t=>t||o))}],on:{click:i.to(n(413))}})}}const k=b;function I(){const t=["delegate","ck-reset","2743348HhBidB","sync","_insertItem","fire","source","isActive","remove","set","50bVQdBa","forEach","addMany","2269827WPVJTY","insert","3NMJOAx","activeItemIndex","5nSQPdg","setTemplate","documentOutlineContainer","_handleItemClick","getIndex","values","bind","showEmptyHeadingText","element","_deleteItem","1429540meGXNT","_scrollToItem","get","31298762vBWDCp","ck-document-outline","type","items","text","index","itemSelected","6876468pOwjwF","11026136gtWUOH","delete","Editor headings will appear here as you type.","howMany","level","div","destroy","map","contentLanguageDirection","locale","15902qNqtcv","change:activeItemIndex","12KnWNoU","click","144XrWnjE","_setActiveItem","createCollection"];return(I=function(){return t})()}function b(t,e){const n=I();return(b=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(918685===-parseInt(e(318))/1*(parseInt(e(322))/2)+parseInt(e(285))/3*(parseInt(e(272))/4)+-parseInt(e(287))/5*(parseInt(e(307))/6)+-parseInt(e(297))/7+-parseInt(e(308))/8+-parseInt(e(283))/9*(-parseInt(e(280))/10)+-parseInt(e(300))/11*(-parseInt(e(320))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[k(303)];[k(289)];[k(294)];constructor(t,e=!1,n){const i=k;super(t),this[i(294)]=e,this[i(279)](i(286),-1),this[i(289)]=n,this[i(303)]=this[i(324)](),this[i(303)][i(325)](i(321)).to(this),this.on(i(321),this[i(290)][i(293)](this)),this.on(i(319),((t,e,n,o)=>{this[i(323)](o,n)})),this[i(288)]({tag:i(313),attributes:{class:["ck",i(326),i(301)],dir:t[i(316)],"data-document-outline-empty-placeholder":m(t,i(310)),tabindex:-1},children:this[i(303)]})}[k(273)](t){const e=k;t[e(281)]((t=>{const n=e;n(284)==t[n(302)]?this[n(274)](t[n(305)],...t[n(292)]):n(309)==t[n(302)]&&this[n(296)](t[n(305)],t[n(311)])}))}[k(323)](t,e){const n=k;if(-1!==t){const e=this[n(303)][n(299)](t);e&&(e[n(277)]=!1)}-1!==e&&(this[n(303)][n(299)](e)[n(277)]=!0,this[n(298)](e))}[k(274)](t,...e){const n=k,i=e[n(315)](((e,i)=>{const o=n,r=new v(this[o(317)],this[o(294)]);return r[o(304)]=e[o(304)],r[o(312)]=e[o(312)],t+i===this[o(286)]&&(r[o(277)]=!0),r}));this[n(303)][n(282)](i,t)}[k(296)](t,e){const n=k;do{this[n(303)][n(278)](t)}while(--e)}[k(290)](t){const e=k,n=this[e(303)][e(291)](t[e(276)]);this[e(275)](e(306),n)}[k(298)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(303)][e(299)](t)[e(295)],20,this[e(289)])}[k(314)](){const t=k;super[t(314)](),this[t(295)][t(278)]()}}var _=n(673),O=n.n(_),x=n(545),T=n.n(x),C=n(262),A=n.n(C),E=n(667),P=n.n(E),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=A().bind(null,"head"),D.domAPI=T(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const M=j;function K(){const t=["_setActiveViewItem","window","top","href","49671YNxEHg","height","getIntersection","15785KRzpXr","activeItemIndex","afterInit","DocumentOutlineUtils","locale","editor","sync","_handleOutlineChange","1830nlNjQM","domConverter","_handleItemSelected","init","indexOf","get","document-outline-container-not-provided","modelElement","appendChild","scrollToTheSelection","DocumentOutlineUI","resize","document","354PGWwyz","bottom","7SvNeWs","element","bind","4932576fWoenf","mapViewToDom","floor","map","getRootNames","783392DpvrXG","getVisible","editing","itemSelected","_updateActiveDefinitionOnViewportChange","pluginName","2642604UnpMmS","_currentOutlineDefinitions","388807QJVFPh","fromCharCode","focus","change","2016676TSrNOx","listenTo","add","cancel","toViewElement","length","mapper","documentOutline.showEmptyHeadings","setSelection","focusTracker","documentOutline.container","getDomRoot","plugins","view","model","isOfficialPlugin","join","2UzyLEW","_updateActiveDefinitionFromViewportThrottled","config","isPremiumPlugin","render","scroll","destroy"];return(K=function(){return t})()}function j(t,e){const n=K();return(j=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(662008===parseInt(e(469))/1*(parseInt(e(416))/2)+-parseInt(e(467))/3+parseInt(e(473))/4+-parseInt(e(430))/5*(-parseInt(e(451))/6)+parseInt(e(453))/7*(-parseInt(e(461))/8)+parseInt(e(427))/9*(parseInt(e(438))/10)+-parseInt(e(456))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class R extends t.Plugin{[M(486)];[M(468)];[M(417)];static get[M(466)](){return M(448)}static get[M(488)](){return!0}static get[M(419)](){return!0}constructor(t){const e=M;super(t),this[e(486)]=new y(t[e(434)],this[e(435)][e(418)][e(443)](e(480)),this[e(435)][e(418)][e(443)](e(483))),this[e(468)]=[],this[e(417)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(465)][e(455)](this),100)}[M(441)](){const t=M,e=this[t(435)],n=e[t(485)][t(443)](t(433));let i=!1;if(this[t(486)][t(420)](),this[t(435)].ui[t(482)][t(475)](this[t(486)][t(454)]),!e[t(418)][t(443)](t(483)))throw new u.CKEditorError(t(444),{editor:e});e[t(418)][t(443)](t(483))[t(446)](this[t(486)][t(454)]),n.on(t(472),this[t(437)][t(455)](this)),n.on(t(431),((e,{index:n})=>this[t(423)](n))),this[t(486)].on(t(464),((e,n)=>{i=!0,this[t(440)](n)})),this[t(486)][t(474)](u.global[t(450)],t(421),(()=>{i?i=!1:this[t(417)]()}),{useCapture:!0}),this[t(486)][t(474)](u.global[t(424)],t(449),this[t(417)],{useCapture:!0})}[M(432)](){!async function(t){const e=m([75,109,116,113,98,49,53,56,54,108,71,52,86,102,78,69,100,48,67,119,121,84,112,117,122,104,79,50,85,74,80,114,68,77,57,103,76,111,82,107,106,65,88,51,90,97,118,99,73,101,72,120,70,89,115,105,66,87,110,55,83,81]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=j;return t[e(459)]((t=>String[e(470)](t)))[e(489)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([75]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([68,79]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750118400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=j,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(426)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[M(422)](){const t=M;super[t(422)](),this[t(486)][t(422)](),this[t(417)][t(476)]()}[M(437)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(468)]=e,this[i(486)][i(436)](n)}[M(423)](t){const e=M;this[e(468)][e(478)]&&this[e(468)][t]&&(this[e(486)][e(431)]=t)}[M(440)](t){const e=M,n=this[e(468)][t][e(445)];this[e(435)][e(487)][e(472)]((t=>{t[e(481)](n,0)})),this[e(435)][e(463)][e(486)][e(447)]({alignToTop:!0,forceScroll:!0}),this[e(435)][e(463)][e(486)][e(471)](),this[e(423)](t)}[M(465)](){const t=M,e=this[t(435)];let n;for(const i of e[t(487)][t(450)][t(460)]()){const o=e[t(463)][t(486)][t(484)](i),r=o&&new u.Rect(o)[t(462)]();if(r){const e=new u.Rect(u.global[t(424)])[t(429)](r);e&&(n=e[t(425)]+.25*e[t(428)])}}if(void 0===n)return;const i=H(e[t(463)],this[t(468)],n);i?this[t(423)](this[t(468)][t(442)](i)):this[t(423)](-1)}}function H(t,e,n,i=0,o=e[M(478)]-1){const r=M,s=Math[r(458)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(479)][r(477)](c[r(445)]);if(!a)return null;const l=t[r(486)][r(439)][r(457)](a);return new u.Rect(l)[r(452)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function V(t,e){const n=U();return(V=function(t,e){return n[t-=499]})(t,e)}const W=V;function U(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(U=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(739209===-parseInt(e(530))/1+-parseInt(e(507))/2*(parseInt(e(506))/3)+parseInt(e(527))/4+-parseInt(e(521))/5*(parseInt(e(536))/6)+parseInt(e(533))/7*(-parseInt(e(515))/8)+parseInt(e(524))/9*(-parseInt(e(503))/10)+parseInt(e(523))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class B extends t.Plugin{[W(511)];[W(505)];static get[W(517)](){return[h,R]}static get[W(499)](){return W(526)}static get[W(504)](){return!0}static get[W(508)](){return!0}[W(522)](){const t=W;this[t(511)]=this[t(525)][t(502)][t(500)](t(511));const e=this[t(525)];this[t(505)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(529)==r||n(535)==r||n(532)==r||n(518)==r||n(520)==r||n(519)==r||n(513)==r||n(516)==r){delete e[o],i=r,clearInterval(this[n(505)]),this[n(505)]=void 0;break}}n(535)==i&&e[n(509)](n(514)),n(532)==i&&e[n(509)](n(510)),n(518)==i&&e[n(509)](n(528)),n(520)==i&&e[n(509)](n(534),n(526)),n(519)==i&&e[n(509)](n(501)),n(513)==i&&e[n(509)](n(512)),n(516)==i&&e[n(509)](n(537))}),1e3)}[W(531)](){const t=W;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var q=n(901);const F=J;function J(t,e){const n=z();return(J=function(t,e){return n[t-=454]})(t,e)}function z(){const t=["createElement","588868XqiFHW","findAllowedParent","model","477PizSTK","2567130gtRUPl","1462rsHEUP","isEnabled","3008015xhoVFB","refresh","tableOfContents","1609528XnMtRg","getFirstPosition","1201844hmYFOn","change","576687abcQFw","schema","selection","6kkrmEo","editor","execute","document","9ZSoWJh","insertObject"];return(z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class Q extends t.Command{[F(469)](){const t=F;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[F(458)](){const t=F,e=this[t(468)][t(476)],n=e[t(470)][t(466)][t(461)]();this[t(456)]=null!==(n&&e[t(465)][t(475)](n,t(459)))}}var Z=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=A().bind(null,"head"),X.domAPI=T(),X.insertStyleElement=S();O()(Z.A,X);Z.A&&Z.A.locals&&Z.A.locals;const G=Y;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=Y,n=t();for(;;)try{if(669155===parseInt(e(345))/1*(-parseInt(e(350))/2)+parseInt(e(287))/3*(parseInt(e(346))/4)+parseInt(e(309))/5+-parseInt(e(348))/6*(parseInt(e(282))/7)+-parseInt(e(289))/8+parseInt(e(291))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[G(314)](){return G(322)}static get[G(295)](){return!0}static get[G(331)](){return!0}[G(292)](){const t=G,e=this[t(283)];e[t(284)][t(288)](t(298))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(311)!==t[e(285)]&&i[e(294)](t[e(342)],t[e(285)])})),i[n(288)]("h1")||i[n(294)]("h1",n(318)),i):i}(this[t(283)][t(284)][t(288)](t(344)))[t(332)](((n,i)=>{const o=t;this[o(337)](i),this[o(325)](n),e[o(285)][o(327)][o(349)](n)&&e[o(285)][o(327)][o(293)](n,{allowAttributes:o(320)})})),this[t(307)]())}[G(337)](t){const e=G;this[e(283)][e(321)][e(300)](e(302))[e(308)]((n=>n.on(e(301)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(341)][o(338)]("id"),a=n[o(310)][o(347)]();if(a)return c&&c[o(297)]||a[o(319)](o(320))?void(r[o(324)](n[o(341)],{attributes:["id"]})&&s[o(296)](o(320),c,a)):(r[o(324)](n[o(341)],{attributes:["id"]}),void s[o(296)](o(320),(0,u.uid)(),a))}),{priority:u.priorities[e(288)](e(286))+.5})))}[G(325)](t){const e=G;this[e(283)][e(321)][e(300)](e(305))[e(308)]((n=>n.on(e(279)+t,((t,n,i)=>{const o=e;if(!i[o(326)][o(324)](n[o(315)],t[o(304)]))return;const r=n[o(315)][o(338)](o(320)),s=i[o(335)][o(329)](n[o(315)]);i[o(312)][o(296)]("id",r,s)}))))}[G(307)](){const t=G,e=this[t(283)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(308)](r),e[o(296)](o(320),r,n),r}function r(e,n){const i=t;e[i(317)](i(320),n)}e[t(285)][t(303)][t(299)]((s=>{const c=t,a=e[c(285)][c(303)][c(343)][c(340)]();let u=!1;for(const t of a)if(c(280)==t[c(313)]&&t[c(304)])if(t[c(304)][c(281)](/heading\d/)){const e=t[c(339)][c(288)](c(320));c(330)==typeof e?n[c(334)](e)?(o(s,t[c(306)][c(316)]),u=!0):i[c(308)](e):(o(s,t[c(306)][c(316)]),u=!0)}else c(330)==typeof t[c(339)][c(288)](c(320))&&(r(s,t[c(306)][c(316)]),u=!0);else if(c(323)==t[c(313)]){const e=t[c(339)][c(288)](c(320));c(330)==typeof e&&n[c(290)](e)}return u})),e[t(285)][t(303)].on(t(328),(()=>{const e=t;i[e(332)]((t=>n[e(308)](t))),i[e(336)]()}))}}function tt(){const t=["removeAttribute","heading1","hasAttribute","headingId","conversion","HeadingId","remove","consume","_customDataDowncastHeadingsConversion","consumable","schema","change","toViewElement","string","isPremiumPlugin","forEach","17431710EAvwBV","has","mapper","clear","_customUpcastHeadingsConversion","getAttribute","attributes","getChanges","viewItem","view","differ","heading.options","28261XhUwJk","112208nTtgTN","getContainedElement","3957594pAWRBn","isRegistered","50PKnRea","attribute:headingId:","insert","match","7kJAupq","editor","config","model","low","6knpnwJ","get","702248ZgyFfw","delete","2132856MAXriB","afterInit","extend","set","isOfficialPlugin","setAttribute","length","headingId.modelAttributeName","registerPostFixer","for","element:","upcast","document","name","downcast","position","_registerHeadingIdAttributePostfixer","add","434005ZdAoOx","modelRange","paragraph","writer","type","pluginName","item","nodeAfter"];return(tt=function(){return t})()}const et=it;function nt(){const t=["outlineDefinitions","type","table-of-contents__placeholder","createText","562177aEXsHP","DocumentOutlineUtils","headingId.modelAttributeName","1200wOFYzW","getAttribute","createPositionAt","380282JPrGWo","_currentOutlineDefinitions","1974693QrYjyM","tableOfContentsHeadingIndex","editing","$capture","getChanges","hasContent","isInteger","div","element","headingId","table-of-contents","_createTableOfContents","register","Empty heading","document","createContainerElement","pluginName","mapper","length","insert","schema","isOfficialPlugin","nodeAfter","preventDefault","findMappedViewAncestor","viewToModelPosition","data","upcast","_trackNewToCElements","view","elementToElement","requires","init","add","Table of contents","href","target","getAncestors","join","isPremiumPlugin","plugins","afterInit","setCustomProperty","_updateTableOfContentsElements","$graveyard","1077498NVulFT","documentOutline.showEmptyHeadings","name","registerRawContentMatcher","click","stop","end","setSelection","change","_tableOfContentsElements","get","740XQoVhw","reconvertItem","tableOfContents","scrollToTheSelection","_defineSchema","No headings were found in the document.","insertTableOfContents","commands"," table-of-contents_empty","model","1260eQLdox","editor","config","getCustomProperty","modelPosition","rootName","4887xJEdVv","toModelElement","text","8OFNgdU","_defineConverters","for","domEvent","forEach","1404114MSdjIq","_headingIdModelAttributeName","TableOfContentsEditing","conversion","listenTo","_redirectMapper","locale","$blockObject","editingDowncast","dataDowncast","differ","map","fromCharCode","abs","level","modelElement","position","high","_handleScrollToHeading","filter","elementToStructure","viewPosition"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=120]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(846822===parseInt(e(143))/1+parseInt(e(196))/2+-parseInt(e(151))/3+parseInt(e(146))/4*(parseInt(e(217))/5)+parseInt(e(231))/6+-parseInt(e(149))/7*(-parseInt(e(226))/8)+parseInt(e(223))/9*(parseInt(e(207))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(167)](){return et(233)}static get[et(172)](){return!0}static get[et(190)](){return!0}static get[et(182)](){return[q.Widget,h,$]}[et(150)];[et(205)];[et(232)];constructor(t){const e=et;super(t),this[e(150)]=[],this[e(205)]=new Set,this[e(232)]=e(160)}[et(183)](){const t=et,e=this[t(218)],n=e[t(153)][t(180)][t(165)];e[t(219)][t(206)](t(145))&&(this[t(232)]=e[t(219)][t(206)](t(145))),this[t(121)](n,t(200),((e,n)=>{const i=t;if(!n[i(187)])return;const o=n[i(187)][i(220)](i(152));Number[i(157)](o)&&(n[i(229)][i(174)](),e[i(201)](),this[i(135)](o))}),{priority:t(134),context:t(154)}),this[t(211)](),this[t(227)](),e[t(214)][t(184)](t(213),new Q(e)),e[t(191)][t(206)](t(144)).on(t(204),((e,n)=>{const i=t;this[i(150)]=n[i(139)],this[i(194)]()})),this[t(121)](e[t(216)][t(165)],t(204),(()=>{this[t(179)]()}))}[et(192)](){!async function(t){const e=m([67,68,55,110,87,81,80,79,108,106,73,54,99,82,85,51,98,78,86,49,122,72,114,50,120,100,66,74,89,71,101,97,116,113,48,83,75,109,103,117,104,119,105,65,115,76,102,70,112,57,77,52,69,107,90,56,84,121,53,111,88,118]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=it;return t[e(128)]((t=>String[e(129)](t)))[e(189)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([67]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([84,79,67]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750118400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=it,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(186)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([102,105,108,116,101,114])]((t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])]))[m([109,97,112])]((t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t)))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[et(194)](){const t=et;this[t(205)][t(230)]((e=>{const n=t;n(195)!==e[n(222)]&&this[n(218)][n(153)][n(208)](e)}))}[et(179)](){const t=et;for(const e of this[t(218)][t(216)][t(165)][t(127)][t(155)]({includeChangesInGraveyard:!0})){if(t(170)!==e[t(140)]||t(209)!==e[t(198)])return;this[t(205)][t(184)](e[t(133)][t(173)])}}[et(211)](){const t=et;this[t(218)][t(216)][t(171)][t(163)](t(209),{inheritAllFrom:t(124)})}[et(227)](){const t=et,e=this[t(218)][t(120)];e[t(228)](t(178))[t(181)]({model:t(209),view:{name:t(158),classes:t(161)}}),e[t(228)](t(126))[t(137)]({model:t(209),view:(e,{writer:n})=>this[t(162)](n,!0)}),e[t(228)](t(125))[t(137)]({model:t(209),view:(e,{writer:n})=>{const i=t;this[i(205)][i(184)](e);const o=this[i(162)](n);return(0,q.toWidget)(o,n,{label:m(this[i(218)][i(123)],i(185))})}}),this[t(218)][t(177)][t(199)]({name:t(158),classes:t(161)}),this[t(218)][t(153)][t(168)].on(t(176),this[t(122)](),{priority:t(134)})}[et(162)](t,e=!1){const n=et,{locale:i}=this[n(218)],o=t[n(166)](n(158),{class:n(161)+(0===this[n(150)][n(169)]?n(215):""),...!e&&{"data-table-of-contents-label":m(i,n(185))}});0===this[n(150)][n(169)]&&!1===e&&t[n(170)](t[n(148)](o,n(202)),t[n(166)]("p",{class:n(141)},[t[n(142)](m(i,n(212)))]));const r=e?"":"["+m(i,n(164))+"]";let s=o;return this[n(150)][n(230)](((i,o,c)=>{const a=n,u=this[a(218)][a(216)][a(156)](i[a(132)],{ignoreWhitespaces:!0}),l=u?i[a(225)]:r,d=i[a(132)][a(147)](this[a(232)]),f=t[a(166)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(142)](l)]),h=this[a(218)][a(219)][a(206)](a(197));t[a(193)](a(152),o,f);const p=t[a(166)]("li",null,[u||!e&&h?f:t[a(142)]("")]),m=o?c[o-1][a(131)]:0,g=Math[a(130)](i[a(131)]-m);if(i[a(131)]>m){const e=rt(p,g,t);t[a(170)](t[a(148)](s,a(202)),e)}else{const e=function(t,e){const n=a;return t[n(188)]({includeSelf:!0,parentFirst:!0})[n(136)]((t=>t.is(n(159),"ol")))[e]}(s,g);t[a(170)](t[a(148)](e,a(202)),p)}s=p})),o}[et(135)](t){const e=et,n=this[e(150)][t][e(132)];this[e(218)][e(216)][e(204)]((t=>{t[e(203)](n,0)})),this[e(218)][e(153)][e(180)][e(210)]({alignToTop:!0,forceScroll:!0})}[et(122)](){return(t,e)=>{const n=it,i=e[n(168)],o=i[n(175)](e[n(138)]),r=i[n(224)](o);r.is(n(159),n(209))&&(e[n(221)]=this[n(218)][n(216)][n(148)](r,0),t[n(201)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(166)]("ol",null,[t]):n[i(166)]("ol",null,[n[i(166)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=132]})(t,e)}function ut(){const t=["bind","tableOfContentsLicenseKeyValid","trialLimit","isEnabled","pluginName","listenTo","isPremiumPlugin","componentFactory","usageLimit","destroy","set","isOfficialPlugin","commands","TableOfContents","tableOfContentsLicenseKeyTrialLimit","2123304XiQPqJ","1332UPqYTG","evaluationLimit","editing","menuBar:tableOfContents","focus","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","expired","licenseKey","featureNotAllowed","domainLimit","view","tableOfContentsLicenseKeyNotAllowed","invalid","2120lBgYQy","_createButton","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyUsageLimit","463332xceRyD","60957WgANKR","config","tooltip","Table of contents","tableOfContentsLicenseKeyDomainLimit","14yVBlwK","133881jybhOf","752ghUZzz","editor","_licenseKeyCheckInterval","tableOfContents","insertTableOfContents","TableOfContentsUI","8731173eERZjC","add","execute","6BeLyMg","_showLicenseError","init","get","1129150PqAySu","locale"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(421463===parseInt(e(134))/1+-parseInt(e(184))/2*(parseInt(e(144))/3)+-parseInt(e(166))/4*(-parseInt(e(180))/5)+parseInt(e(165))/6*(-parseInt(e(133))/7)+parseInt(e(135))/8*(parseInt(e(185))/9)+-parseInt(e(148))/10+parseInt(e(141))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(174)];[ct(137)];static get[ct(154)](){return ct(140)}static get[ct(161)](){return!0}static get[ct(156)](){return!0}[ct(146)](){const t=ct,e=this[t(136)];e.ui[t(157)][t(142)](t(138),(()=>{const e=t,n=this[e(181)](p.ButtonView);return n[e(187)]=!0,n})),e.ui[t(157)][t(142)](t(169),(()=>this[t(181)](p.MenuBarMenuListItemButtonView))),this[t(174)]=this[t(136)][t(186)][t(147)](t(174));const n=this[t(136)];this[t(137)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(151)==r||e(182)==r||e(171)==r||e(132)==r||e(178)==r||e(172)==r||e(164)==r||e(183)==r){delete n[o],i=r,clearInterval(this[e(137)]),this[e(137)]=void 0;break}}e(182)==i&&n[e(145)](e(179)),e(171)==i&&n[e(145)](e(173)),e(132)==i&&n[e(145)](e(176)),e(178)==i&&n[e(145)](e(175),e(163)),e(172)==i&&n[e(145)](e(167)),e(164)==i&&n[e(145)](e(152)),e(183)==i&&n[e(145)](e(158))}),1e3)}[ct(181)](t){const e=ct,n=this[e(136)],i=n[e(149)],o=n[e(162)][e(147)](e(139)),r=new t(i);return r[e(160)]({label:m(i,e(188)),icon:st.IconTableOfContents}),r[e(150)](e(153)).to(o,e(153)),this[e(155)](r,e(143),(()=>{const t=e;n[t(143)](t(139)),n[t(168)][t(177)][t(170)]()})),r}[ct(159)](){const t=ct;super[t(159)](),this[t(137)]&&clearInterval(this[t(137)])}}var dt=ht;function ft(){var t=["4626872mIuuUh","18951kqqCNm","2816870horwxj","12hZdpOI","requires","pluginName","TableOfContents","6kGbSTO","4715460ZRQSwA","873506lwuHwa","isPremiumPlugin","isOfficialPlugin","826150dDPopc","211522OhnabB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=160]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(306941===parseInt(e(173))/1+-parseInt(e(169))/2+-parseInt(e(161))/3*(-parseInt(e(163))/4)+parseInt(e(172))/5+parseInt(e(167))/6*(parseInt(e(162))/7)+-parseInt(e(160))/8+parseInt(e(168))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[dt(164)](){return[ot,lt]}static get[dt(165)](){return dt(166)}static get[dt(171)](){return!0}static get[dt(170)](){return!0}}function mt(){var t=["7166784MZovrI","1115474qxCZqk","2270704NRJudx","2195350DaGKMc","23848mVReif","2qkbmZu","9qlnxPr","26918300fGgvzn","35oAdVQM","2234685HXtDTb"];return(mt=function(){return t})()}function gt(t,e){var n=mt();return(gt=function(t,e){return n[t-=298]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(846294===parseInt(e(298))/1+-parseInt(e(302))/2*(parseInt(e(306))/3)+-parseInt(e(299))/4+-parseInt(e(300))/5+-parseInt(e(307))/6+parseInt(e(305))/7*(-parseInt(e(301))/8)+-parseInt(e(303))/9*(-parseInt(e(304))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0xed05ff,Command as _0x23036d}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0xb019a,throttle as _0x4729bb}from'es-toolkit/compat';import{Text as _0x503496,TreeWalker as _0x4588bb}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0xb40efe,diffToChanges as _0x4fbd1d,scrollAncestorsToShowTarget as _0x5621a2,CKEditorError as _0xe786eb,global as _0x2821a5,Rect as _0x560c2a,uid as _0x7460d4,priorities as _0x41e6c8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x2d9149,ButtonView as _0x5da7d9,MenuBarMenuListItemButtonView as _0x446ef5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x3b6083,toWidget as _0x22b9ae}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x526ff6}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x5a0ed1){let _0x43f2c9='';for(const _0x6c2f54 of _0x5a0ed1['getChildren']())_0x6c2f54 instanceof _0x503496&&(_0x43f2c9+=_0x6c2f54['data']);return _0x43f2c9;}class i extends _0xed05ff{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4e6aa6=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x3a7b57=[];_0x4e6aa6['model']['document']['on']('change',_0xb019a(()=>{const _0x3cb554=_0x3a7b57;_0x3a7b57=this['_getOutlineDefinitions']();const _0x4048d2=_0xb40efe(_0x3cb554,_0x3a7b57,(_0x35401d,_0x233541)=>_0x35401d['level']===_0x233541['level']&&_0x35401d['text']===_0x233541['text']&&_0x35401d['modelElement']===_0x233541['modelElement']),_0x55dd72=_0x4fbd1d(_0x4048d2,_0x3a7b57),_0x5e1498=this['_getActiveHeading'](),_0xdadc2f=_0x3a7b57['findIndex'](_0x10db4b=>_0x10db4b['modelElement']===_0x5e1498);_0x55dd72['length']&&this['fire']('change',{'outlineDefinitions':_0x3a7b57,'activeItemIndex':_0xdadc2f,'outlineChanges':_0x55dd72}),this['fire']('activeItemIndex',{'index':_0xdadc2f});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x19a5fe=this['editor'],_0xa0b3f6=[],_0x5f4234=this['_headingNames'];for(const _0x258848 of _0x19a5fe['model']['document']['getRootNames']())_0x537b9b(_0x19a5fe['model']['document']['getRoot'](_0x258848));function _0x537b9b(_0x3def70){for(const _0x163012 of _0x3def70['getChildren']())_0x163012['is']('element')&&(_0x5f4234['includes'](_0x163012['name'])&&_0xa0b3f6['push']({'level':_0x5f4234['indexOf'](_0x163012['name'])+0x1,'text':p(_0x163012),'modelElement':_0x163012}),_0x537b9b(_0x163012));}return _0xa0b3f6;}['_getActiveHeading'](){const _0x150350=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5cf128=new _0x4588bb({'direction':'backward','startPosition':_0x150350});for(const _0x5b28d2 of _0x5cf128)if(_0x5b28d2['item']['is']('element')&&this['_headingNames']['includes'](_0x5b28d2['item']['name']))return _0x5b28d2['item'];}['_getHeadingNames'](){const _0x457d21=this['editor']['config']['get']('documentOutline.headings');return _0x457d21||function(_0x410574){const _0x4a94b7=_0x410574['config']['get']('heading.options');return _0x4a94b7?_0x4a94b7['reduce']((_0x30b241,_0x37c409)=>('paragraph'!==_0x37c409['model']&&_0x30b241['push'](_0x37c409['model']),_0x30b241),[]):_0x410574['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x5e3b95=this['editor'],_0x1f709d=['h1','h2','h3','h4','h5','h6'],_0x5b2eb9=[];for(const _0x3d22a6 of _0x1f709d){const _0x54dc20=_0x5e3b95['editing']['view']['domConverter']['domToView'](document['createElement'](_0x3d22a6)),_0xd619e7=_0x5e3b95['data']['toModel'](_0x54dc20)['getChild'](0x0);_0xd619e7?.['is']('element')&&_0x5b2eb9['push'](_0xd619e7['name']);}this['_headingNames']=_0x5b2eb9;}}function j(_0x31e437,_0x53b9b5){const t=_0x31e437['t'];switch(_0x53b9b5){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 _0x53b9b5;}}class $ extends _0x2d9149{constructor(_0x5c2efb,_0x5b148b=!0x1){super(_0x5c2efb);const _0x19e66d=this['bindTemplate'],_0x4bca4d=_0x5b148b?'['+j(_0x5c2efb,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x3ed816=>!_0x3ed816),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x19e66d['to']('level',_0x343254=>'ck-document-outline__item_level-'+_0x343254),_0x19e66d['if']('isActive','ck-document-outline__item_active'),_0x19e66d['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x19e66d['to']('text')},'children':[{'text':_0x19e66d['to']('text',_0x2ec139=>_0x2ec139||_0x4bca4d)}],'on':{'click':_0x19e66d['to']('click')}});}}class l extends _0x2d9149{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x2b7d04,_0x3eda39=!0x1,_0x30286e){super(_0x2b7d04),this['showEmptyHeadingText']=_0x3eda39,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x30286e,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x4ef754,_0x328085,_0x2dbc74,_0x144c87)=>{this['_setActiveItem'](_0x144c87,_0x2dbc74);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2b7d04['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x2b7d04,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x49fdea){_0x49fdea['forEach'](_0x30902d=>{'insert'==_0x30902d['type']?this['_insertItem'](_0x30902d['index'],..._0x30902d['values']):'delete'==_0x30902d['type']&&this['_deleteItem'](_0x30902d['index'],_0x30902d['howMany']);});}['_setActiveItem'](_0x442012,_0x44ff1c){if(-0x1!==_0x442012){const _0x1edc5b=this['items']['get'](_0x442012);_0x1edc5b&&(_0x1edc5b['isActive']=!0x1);}-0x1!==_0x44ff1c&&(this['items']['get'](_0x44ff1c)['isActive']=!0x0,this['_scrollToItem'](_0x44ff1c));}['_insertItem'](_0x3ad731,..._0x2fb4e4){const _0x3e21f9=_0x2fb4e4['map']((_0x1e8e0e,_0x36d5ab)=>{const _0x384f86=new $(this['locale'],this['showEmptyHeadingText']);return _0x384f86['text']=_0x1e8e0e['text'],_0x384f86['level']=_0x1e8e0e['level'],_0x3ad731+_0x36d5ab===this['activeItemIndex']&&(_0x384f86['isActive']=!0x0),_0x384f86;});this['items']['addMany'](_0x3e21f9,_0x3ad731);}['_deleteItem'](_0x160214,_0x5d9693){do{this['items']['remove'](_0x160214);}while(--_0x5d9693);}['_handleItemClick'](_0x16f0e4){const _0x5e9609=this['items']['getIndex'](_0x16f0e4['source']);this['fire']('itemSelected',_0x5e9609);}['_scrollToItem'](_0x4c08b7){_0x5621a2(this['items']['get'](_0x4c08b7)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0xed05ff{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x40f954){super(_0x40f954),this['view']=new l(_0x40f954['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4729bb(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x1bce96=this['editor'],_0x1a98e8=_0x1bce96['plugins']['get']('DocumentOutlineUtils');let _0xe36f9b=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x1bce96['config']['get']('documentOutline.container'))throw new _0xe786eb('document-outline-container-not-provided',{'editor':_0x1bce96});_0x1bce96['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x1a98e8['on']('change',this['_handleOutlineChange']['bind'](this)),_0x1a98e8['on']('activeItemIndex',(_0x3406e7,{index:_0x391322})=>this['_setActiveViewItem'](_0x391322)),this['view']['on']('itemSelected',(_0xd1af8a,_0x4d5c8c)=>{_0xe36f9b=!0x0,this['_handleItemSelected'](_0x4d5c8c);}),this['view']['listenTo'](_0x2821a5['document'],'scroll',()=>{_0xe36f9b?_0xe36f9b=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x2821a5['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4012e3){const _0x5349ec=_0x155bdf([0x32,0x48,0x55,0x4d,0x6e,0x56,0x6a,0x75,0x70,0x79,0x71,0x72,0x57,0x43,0x41,0x30,0x33,0x44,0x53,0x74,0x46,0x6d,0x54,0x37,0x5a,0x63,0x4b,0x52,0x36,0x6f,0x47,0x78,0x64,0x4f,0x35,0x6b,0x62,0x4a,0x68,0x73,0x45,0x49,0x50,0x59,0x39,0x7a,0x66,0x76,0x61,0x38,0x58,0x69,0x42,0x34,0x65,0x4c,0x77,0x31,0x51,0x67,0x6c,0x4e]),_0x47fa58=0x243cdd25,_0x17ef67=0x243bb7f5^_0x47fa58,_0x16b7c5=window[_0x155bdf([0x44,0x61,0x74,0x65])][_0x155bdf([0x6e,0x6f,0x77])](),_0x30c8ce=_0x4012e3[_0x155bdf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3aef0f=new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50f9ac=>{_0x30c8ce[_0x155bdf([0x6f,0x6e,0x63,0x65])](_0x155bdf([0x72,0x65,0x61,0x64,0x79]),_0x50f9ac);}),_0x969f2={[_0x155bdf([0x6b,0x74,0x79])]:_0x155bdf([0x45,0x43]),[_0x155bdf([0x75,0x73,0x65])]:_0x155bdf([0x73,0x69,0x67]),[_0x155bdf([0x63,0x72,0x76])]:_0x155bdf([0x50,0x2d,0x32,0x35,0x36]),[_0x155bdf([0x78])]:_0x155bdf([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]),[_0x155bdf([0x79])]:_0x155bdf([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]),[_0x155bdf([0x61,0x6c,0x67])]:_0x155bdf([0x45,0x53,0x32,0x35,0x36])},_0x2c1ee0=_0x30c8ce[_0x155bdf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x155bdf([0x67,0x65,0x74])](_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd7d2d3(){let _0x594308,_0x13d036=null,_0x5df36f=null;try{if(_0x2c1ee0==_0x155bdf([0x47,0x50,0x4c]))return _0x155bdf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x594308=_0x3e03d2(),!_0x594308)return _0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x594308[_0x155bdf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5df36f=_0xd81f7f(_0x594308[_0x155bdf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x594308[_0x155bdf([0x6a,0x74,0x69])])),await _0x45d6d0()?_0x4fe284()?_0x1ac8d9()?_0x155bdf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x188ff7()?(_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x155bdf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x13d036=_0x3c755d(_0x155bdf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x155bdf([0x74,0x72,0x69,0x61,0x6c])&&(_0x13d036=_0x3c755d(_0x155bdf([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x34db40()):_0x155bdf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x155bdf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ac8d9(){const _0x189336=[_0x155bdf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x155bdf([0x74,0x72,0x69,0x61,0x6c])][_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16b7c5/0x3e8:0xe10*_0x17ef67;return _0x594308[_0x155bdf([0x65,0x78,0x70])]<_0x189336;}function _0x4fe284(){const _0x5c147a=_0x594308[_0x155bdf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5c147a&&(!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x2a]))||(!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x44,0x4f]))||!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x50,0x50]))));}function _0x188ff7(){const _0x45c48f=_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x45c48f||0x0==_0x45c48f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x544e8c}=new URL(window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x45c48f[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544e8c))return!0x0;const _0x3bf91f=_0x544e8c[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e]));return _0x45c48f[_0x155bdf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x549413=>_0x549413[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x2a])))[_0x155bdf([0x6d,0x61,0x70])](_0x2e1f54=>_0x2e1f54[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e])))[_0x155bdf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x587612=>_0x587612[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3bf91f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x155bdf([0x6d,0x61,0x70])](_0x3b6374=>Array(_0x3bf91f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3b6374[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x155bdf([0x66,0x69,0x6c,0x6c])](_0x3b6374[0x0]===_0x155bdf([0x2a])?_0x155bdf([0x2a]):'')[_0x155bdf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3b6374))[_0x155bdf([0x73,0x6f,0x6d,0x65])](_0x245ae5=>_0x3bf91f[_0x155bdf([0x65,0x76,0x65,0x72,0x79])]((_0x36bc4f,_0x311efa)=>_0x245ae5[_0x311efa]===_0x36bc4f||_0x245ae5[_0x311efa]===_0x155bdf([0x2a])));}function _0x34db40(){return _0x13d036&&_0x5df36f?new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x514f85,_0x18788e)=>{_0x13d036[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x514f85,_0x18788e),_0x5df36f[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x12d7d6=>{_0x12d7d6!=_0x155bdf([0x56,0x61,0x6c,0x69,0x64])&&_0x514f85(_0x12d7d6);},_0x18788e);}):_0x13d036||_0x5df36f||_0x155bdf([0x56,0x61,0x6c,0x69,0x64]);}}function _0xd81f7f(_0x2ae80e,_0x4bb44f){return new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x369dcb=>{if(_0x48b33b())return _0x369dcb(_0x155bdf([0x56,0x61,0x6c,0x69,0x64]));_0x1087ab(),_0x30c8ce[_0x155bdf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e0b84=!0x1;const _0x541f53=_0x7460d4();function _0x4f7c5b(_0x2e5039){return!!_0x2e5039&&(typeof _0x2e5039===_0x155bdf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2e5039===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2e5039[_0x155bdf([0x74,0x68,0x65,0x6e])]===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2e5039[_0x155bdf([0x63,0x61,0x74,0x63,0x68])]===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e7137(_0x480e2c){_0x202ee9(_0x480e2c)[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x4d3daf=>{if(!_0x4d3daf||_0x4d3daf[_0x155bdf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x155bdf([0x6f,0x6b]))return _0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x25c0bf(_0x4023c7(_0x541f53+_0x4bb44f))!=_0x4d3daf[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x155bdf([0x56,0x61,0x6c,0x69,0x64]);})[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x402ac5=>(_0x49064f(),_0x402ac5),()=>{const _0x3c05c2=_0x2b5346();return null==_0x3c05c2?(_0x49064f(),_0x155bdf([0x56,0x61,0x6c,0x69,0x64])):_0x155bdf(_0x16b7c5-_0x3c05c2>(0x305925^_0x47fa58)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x369dcb)[_0x155bdf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x545942=0x240a33a5^_0x47fa58;function _0x49064f(){const _0x269d6c=_0x155bdf([0x6c,0x6c,0x63,0x74,0x2d])+_0x25c0bf(_0x4023c7(_0x2ae80e)),_0x2607a0=_0x1d9d26(_0x25c0bf(window[_0x155bdf([0x4d,0x61,0x74,0x68])][_0x155bdf([0x63,0x65,0x69,0x6c])](_0x16b7c5/_0x545942)));window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x155bdf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x269d6c,_0x2607a0);}function _0x2b5346(){const _0xfc3e34=_0x155bdf([0x6c,0x6c,0x63,0x74,0x2d])+_0x25c0bf(_0x4023c7(_0x2ae80e)),_0x2d0060=window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x155bdf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfc3e34);return _0x2d0060?window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d9d26(_0x2d0060),0x10)*_0x545942:null;}function _0x202ee9(_0x5180bb){return new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x513256,_0x28a9b0)=>{_0x5180bb[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x513256,_0x28a9b0),window[_0x155bdf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x28a9b0,0x243d09e5^_0x47fa58);});}}_0x30c8ce[_0x155bdf([0x6f,0x6e])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2b26f5,_0x2a978f)=>{if(_0x2a978f[0x0]!=_0x2ae80e)return _0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a978f[0x1]={..._0x2a978f[0x1],[_0x155bdf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x541f53};},{[_0x155bdf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x155bdf([0x68,0x69,0x67,0x68])}),_0x30c8ce[_0x155bdf([0x6f,0x6e])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x153c01=>{_0x4f7c5b(_0x153c01[_0x155bdf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e0b84=!0x0,_0x1e7137(_0x153c01[_0x155bdf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x155bdf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x155bdf([0x6c,0x6f,0x77])}),_0x3aef0f[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>{_0x2e0b84||_0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48b33b(){return _0x30c8ce[_0x155bdf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x155bdf([0x76,0x69,0x65,0x77])][_0x155bdf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x155bdf([0x61,0x75,0x74,0x6f]);}function _0x1087ab(){_0x30c8ce[_0x155bdf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x155bdf([0x76,0x69,0x65,0x77])][_0x155bdf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x155bdf([0x61,0x75,0x74,0x6f]);}}function _0x3c755d(_0x56375d){const _0x125787=[new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47ebf2=>setTimeout(_0x47ebf2,0x2435e3e9^_0x47fa58)),_0x3aef0f[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5071b7=>{let _0x259687=0x0;_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x6f,0x6e])](_0x155bdf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5615f3,_0x3b8459)=>{_0x3b8459[0x0][_0x155bdf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x259687++,_0x259687==(0x243cdcdd^_0x47fa58)&&(_0x5071b7(),_0x5615f3[_0x155bdf([0x6f,0x66,0x66])]());});}))];return window[_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x155bdf([0x72,0x61,0x63,0x65])](_0x125787)[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>_0x56375d);}async function _0x232f78(){await _0x3aef0f,_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x57935b,_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x57935b,_0x30c8ce[_0x155bdf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x291183(_0x258fe2){const _0x160bb=_0x2eb72b();_0x30c8ce[_0x160bb]=_0x155bdf([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])+_0x258fe2,_0x258fe2!=_0x155bdf([0x56,0x61,0x6c,0x69,0x64])&&_0x232f78();}function _0x2eb72b(){const _0x3387e7=window[_0x155bdf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x155bdf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x155bdf([0x6e,0x6f,0x77])]())[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x155bdf([0x2e]),'');let _0x58498b=_0x155bdf([0x48]);for(let _0x45e88e=0x0;_0x45e88e<_0x3387e7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45e88e+=0x2){let _0x21f8a5=window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3387e7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45e88e,_0x45e88e+0x2));_0x21f8a5>=_0x5349ec[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x21f8a5-=_0x5349ec[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x58498b+=_0x5349ec[_0x21f8a5];}return _0x58498b;}function _0x3e03d2(){const _0x212096=_0x2c1ee0[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e]));if(0x3!=_0x212096[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40de1a(_0x212096[0x1]);function _0x40de1a(_0x1d4736){const _0x5665ab=_0x2f3184(_0x1d4736);return _0x5665ab&&_0x520711()?_0x5665ab:null;function _0x520711(){const _0x20aae7=_0x5665ab[_0x155bdf([0x6a,0x74,0x69])],_0x41318d=window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20aae7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20aae7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b42aa={..._0x5665ab,[_0x155bdf([0x6a,0x74,0x69])]:_0x20aae7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x20aae7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b42aa[_0x155bdf([0x76,0x63])],_0x4023c7(_0x2b42aa)==_0x41318d;}}}async function _0x45d6d0(){let _0x1aec7c=!0x0;try{const _0x392153=_0x2c1ee0[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e])),[_0x2109cd,_0x5023d0,_0x55cc59]=_0x392153;return _0x21ba0c(_0x2109cd),await _0x425f16(_0x2109cd,_0x5023d0,_0x55cc59),_0x1aec7c;}catch{return!0x1;}function _0x21ba0c(_0x542913){const _0x5d8cb3=_0x2f3184(_0x542913);_0x5d8cb3&&_0x5d8cb3[_0x155bdf([0x61,0x6c,0x67])]==_0x155bdf([0x45,0x53,0x32,0x35,0x36])||(_0x1aec7c=!0x1);}async function _0x425f16(_0x292d1f,_0x20f509,_0xfaad52){const _0x5dca59=window[_0x155bdf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x155bdf([0x66,0x72,0x6f,0x6d])](_0x27fc1b(_0xfaad52),_0x44ceab=>_0x44ceab[_0x155bdf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ed2c4=new window[(_0x155bdf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x155bdf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x292d1f+_0x155bdf([0x2e])+_0x20f509),_0x1bbad6=window[_0x155bdf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x155bdf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1bbad6)return;const _0x2be85e=await _0x1bbad6[_0x155bdf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x155bdf([0x6a,0x77,0x6b]),_0x969f2,{[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x45,0x43,0x44,0x53,0x41]),[_0x155bdf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x155bdf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1bbad6[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x45,0x43,0x44,0x53,0x41]),[_0x155bdf([0x68,0x61,0x73,0x68])]:{[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2be85e,_0x5dca59,_0x2ed2c4)||(_0x1aec7c=!0x1);}}function _0x2f3184(_0xded2dd){return _0xded2dd[_0x155bdf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x155bdf([0x65,0x79]))?JSON[_0x155bdf([0x70,0x61,0x72,0x73,0x65])](_0x27fc1b(_0xded2dd)):null;}function _0x27fc1b(_0x139250){return window[_0x155bdf([0x61,0x74,0x6f,0x62])](_0x139250[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x155bdf([0x2b]))[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x155bdf([0x2f])));}function _0x4023c7(_0x59f233){let _0x489606=0x1505;function _0x12905e(_0x2770c6){for(let _0x43eeba=0x0;_0x43eeba<_0x2770c6[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43eeba++){const _0x48ab35=_0x2770c6[_0x155bdf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43eeba);_0x489606=(_0x489606<<0x5)+_0x489606+_0x48ab35,_0x489606&=_0x489606;}}function _0x3f23b2(_0x1a34e1){Array[_0x155bdf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1a34e1)?_0x1a34e1[_0x155bdf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3f23b2):_0x1a34e1&&typeof _0x1a34e1==_0x155bdf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x155bdf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1a34e1)[_0x155bdf([0x73,0x6f,0x72,0x74])]()[_0x155bdf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40eb8b,_0xa8f16a])=>{_0x12905e(_0x40eb8b),_0x3f23b2(_0xa8f16a);}):_0x12905e(window[_0x155bdf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1a34e1));}return _0x3f23b2(_0x59f233),_0x489606>>>0x0;}function _0x25c0bf(_0x449dde){return _0x449dde[_0x155bdf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x155bdf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x155bdf([0x30]));}function _0x1d9d26(_0x16a997){return _0x16a997[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])]('')[_0x155bdf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x155bdf([0x6a,0x6f,0x69,0x6e])]('');}function _0x57935b(){}function _0x155bdf(_0x4626a4){return _0x4626a4['map'](_0x192833=>String['fromCharCode'](_0x192833))['join']('');}_0x291183(await _0xd7d2d3());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x352a72,{outlineDefinitions:_0x57bd28,outlineChanges:_0x1ab990}){this['_currentOutlineDefinitions']=_0x57bd28,this['view']['sync'](_0x1ab990);}['_setActiveViewItem'](_0x5d329d){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x5d329d]&&(this['view']['activeItemIndex']=_0x5d329d);}['_handleItemSelected'](_0x2da509){const _0x98326a=this['_currentOutlineDefinitions'][_0x2da509]['modelElement'];this['editor']['model']['change'](_0x3d6613=>{_0x3d6613['setSelection'](_0x98326a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x2da509);}['_updateActiveDefinitionOnViewportChange'](){const _0xae85e2=this['editor'];let _0x6d7367;for(const _0x32678c of _0xae85e2['model']['document']['getRootNames']()){const _0x3597f0=_0xae85e2['editing']['view']['getDomRoot'](_0x32678c),_0x2d13d4=_0x3597f0&&new _0x560c2a(_0x3597f0)['getVisible']();if(_0x2d13d4){const _0x47bcbe=new _0x560c2a(_0x2821a5['window'])['getIntersection'](_0x2d13d4);_0x47bcbe&&(_0x6d7367=_0x47bcbe['top']+0.25*_0x47bcbe['height']);}}if(void 0x0===_0x6d7367)return;const _0x1da405=d(_0xae85e2['editing'],this['_currentOutlineDefinitions'],_0x6d7367);_0x1da405?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x1da405)):this['_setActiveViewItem'](-0x1);}}function d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x136e52=0x0,_0x4f6184=_0x2bf705['length']-0x1){const _0x5a362a=Math['floor'](_0x136e52+(_0x4f6184-_0x136e52)/0x2);if(_0x4f6184>=_0x136e52){const _0x2bf02c=_0x2bf705[_0x5a362a],_0x20fd05=_0xe4c6f6['mapper']['toViewElement'](_0x2bf02c['modelElement']);if(!_0x20fd05)return null;const _0x2431e2=_0xe4c6f6['view']['domConverter']['mapViewToDom'](_0x20fd05);return new _0x560c2a(_0x2431e2)['bottom']>_0x3f03ae?d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x136e52,_0x5a362a-0x1):d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x5a362a+0x1,_0x4f6184);}return _0x5a362a<0x0?null:_0x2bf705[_0x5a362a];}class u extends _0xed05ff{['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 _0x3e2ce5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x347424;for(const _0x1f2441 in _0x3e2ce5){const _0x3a1ab5=_0x1f2441,_0x1e8bda=_0x3e2ce5[_0x3a1ab5];if('documentOutlineLicenseKeyValid'==_0x1e8bda||'documentOutlineLicenseKeyInvalid'==_0x1e8bda||'documentOutlineLicenseKeyExpired'==_0x1e8bda||'documentOutlineLicenseKeyDomainLimit'==_0x1e8bda||'documentOutlineLicenseKeyNotAllowed'==_0x1e8bda||'documentOutlineLicenseKeyEvaluationLimit'==_0x1e8bda||'documentOutlineLicenseKeyTrialLimit'==_0x1e8bda||'documentOutlineLicenseKeyUsageLimit'==_0x1e8bda){delete _0x3e2ce5[_0x3a1ab5],_0x347424=_0x1e8bda,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x347424&&_0x3e2ce5['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x347424&&_0x3e2ce5['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x347424&&_0x3e2ce5['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x23036d{['execute'](){this['editor']['model']['change'](_0x5cc9c2=>{this['editor']['model']['insertObject'](_0x5cc9c2['createElement']('tableOfContents'));});}['refresh'](){const _0x3a2b83=this['editor']['model'],_0x2f9757=_0x3a2b83['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x2f9757&&_0x3a2b83['schema']['findAllowedParent'](_0x2f9757,'tableOfContents'));}}class b extends _0xed05ff{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x463488=this['editor'];if(_0x463488['config']['get']('headingId.modelAttributeName'))return;(function(_0x76116){const _0x31533c=new Map();if(_0x76116)return _0x76116['forEach'](_0x1be702=>{'paragraph'!==_0x1be702['model']&&_0x31533c['set'](_0x1be702['view'],_0x1be702['model']);}),_0x31533c['get']('h1')||_0x31533c['set']('h1','heading1'),_0x31533c;return _0x31533c;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x2da35c,_0x127a2b)=>{this['_customUpcastHeadingsConversion'](_0x127a2b),this['_customDataDowncastHeadingsConversion'](_0x2da35c),_0x463488['model']['schema']['isRegistered'](_0x2da35c)&&_0x463488['model']['schema']['extend'](_0x2da35c,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x5f2dc7){this['editor']['conversion']['for']('upcast')['add'](_0x53022b=>_0x53022b['on']('element:'+_0x5f2dc7,(_0x4be8bc,_0x79bc1d,_0x126356)=>{const {consumable:_0xc07c09,writer:_0x2314ee}=_0x126356,_0x48d851=_0x79bc1d['viewItem']['getAttribute']('id'),_0x6a2ad9=_0x79bc1d['modelRange']['getContainedElement']();if(_0x6a2ad9)return _0x48d851&&_0x48d851['length']||_0x6a2ad9['hasAttribute']('headingId')?void(_0xc07c09['consume'](_0x79bc1d['viewItem'],{'attributes':['id']})&&_0x2314ee['setAttribute']('headingId',_0x48d851,_0x6a2ad9)):(_0xc07c09['consume'](_0x79bc1d['viewItem'],{'attributes':['id']}),void _0x2314ee['setAttribute']('headingId',_0x7460d4(),_0x6a2ad9));},{'priority':_0x41e6c8['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x1d85df){this['editor']['conversion']['for']('downcast')['add'](_0x5ca624=>_0x5ca624['on']('attribute:headingId:'+_0x1d85df,(_0x188b79,_0x472727,_0x2566f1)=>{if(!_0x2566f1['consumable']['consume'](_0x472727['item'],_0x188b79['name']))return;const _0x183bb1=_0x472727['item']['getAttribute']('headingId'),_0x1f0f11=_0x2566f1['mapper']['toViewElement'](_0x472727['item']);_0x2566f1['writer']['setAttribute']('id',_0x183bb1,_0x1f0f11);}));}['_registerHeadingIdAttributePostfixer'](){const _0x183d34=this['editor'],_0x4ecab0=new Set(),_0x109542=new Set();function _0x480562(_0x269377,_0x2aa3bc){const _0x63130e=_0x7460d4();return _0x109542['add'](_0x63130e),_0x269377['setAttribute']('headingId',_0x63130e,_0x2aa3bc),_0x63130e;}function _0x434dbb(_0x1f47ed,_0x30955f){_0x1f47ed['removeAttribute']('headingId',_0x30955f);}_0x183d34['model']['document']['registerPostFixer'](_0x2e8a21=>{const _0x79bd0e=_0x183d34['model']['document']['differ']['getChanges']();let _0xf87798=!0x1;for(const _0x5527d0 of _0x79bd0e)if('insert'==_0x5527d0['type']&&_0x5527d0['name']){if(_0x5527d0['name']['match'](/heading\d/)){const _0x135d11=_0x5527d0['attributes']['get']('headingId');'string'==typeof _0x135d11?_0x4ecab0['has'](_0x135d11)?(_0x480562(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0):_0x109542['add'](_0x135d11):(_0x480562(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0);}else'string'==typeof _0x5527d0['attributes']['get']('headingId')&&(_0x434dbb(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0);}else{if('remove'==_0x5527d0['type']){const _0x22c7a9=_0x5527d0['attributes']['get']('headingId');'string'==typeof _0x22c7a9&&_0x4ecab0['delete'](_0x22c7a9);}}return _0xf87798;}),_0x183d34['model']['document']['on']('change',()=>{_0x109542['forEach'](_0x52cd4b=>_0x4ecab0['add'](_0x52cd4b)),_0x109542['clear']();});}}class s extends _0xed05ff{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x3b6083,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3c27a7){super(_0x3c27a7),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x578998=this['editor'],_0x9f0f48=_0x578998['editing']['view']['document'];_0x578998['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x578998['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x9f0f48,'click',(_0x49dde5,_0x38961d)=>{if(!_0x38961d['target'])return;const _0x1b43b9=_0x38961d['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x1b43b9)&&(_0x38961d['domEvent']['preventDefault'](),_0x49dde5['stop'](),this['_handleScrollToHeading'](_0x1b43b9));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x578998['commands']['add']('insertTableOfContents',new O(_0x578998)),(_0x578998['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x173f74,_0x576683)=>{this['_currentOutlineDefinitions']=_0x576683['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x578998['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x35e167){const _0x1079c5=_0x1ec45a([0x32,0x78,0x44,0x52,0x58,0x4a,0x34,0x4e,0x33,0x61,0x50,0x4b,0x67,0x63,0x65,0x7a,0x66,0x48,0x77,0x43,0x59,0x68,0x75,0x6a,0x37,0x42,0x79,0x36,0x74,0x46,0x4f,0x6b,0x69,0x53,0x73,0x31,0x30,0x6e,0x47,0x56,0x64,0x71,0x45,0x5a,0x4c,0x55,0x57,0x6c,0x35,0x72,0x62,0x39,0x41,0x54,0x70,0x51,0x76,0x49,0x6f,0x6d,0x38,0x4d]),_0x461965=0x64a28005,_0x4f4b4f=0x64a5ead5^_0x461965,_0x5a43ce=window[_0x1ec45a([0x44,0x61,0x74,0x65])][_0x1ec45a([0x6e,0x6f,0x77])](),_0x33bffb=_0x35e167[_0x1ec45a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xdc4d47=new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c8f5f=>{_0x33bffb[_0x1ec45a([0x6f,0x6e,0x63,0x65])](_0x1ec45a([0x72,0x65,0x61,0x64,0x79]),_0x4c8f5f);}),_0x289277={[_0x1ec45a([0x6b,0x74,0x79])]:_0x1ec45a([0x45,0x43]),[_0x1ec45a([0x75,0x73,0x65])]:_0x1ec45a([0x73,0x69,0x67]),[_0x1ec45a([0x63,0x72,0x76])]:_0x1ec45a([0x50,0x2d,0x32,0x35,0x36]),[_0x1ec45a([0x78])]:_0x1ec45a([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]),[_0x1ec45a([0x79])]:_0x1ec45a([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]),[_0x1ec45a([0x61,0x6c,0x67])]:_0x1ec45a([0x45,0x53,0x32,0x35,0x36])},_0x4350a2=_0x33bffb[_0x1ec45a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1ec45a([0x67,0x65,0x74])](_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1e9c32(){let _0x427636,_0x5380e2=null,_0x5822e3=null;try{if(_0x4350a2==_0x1ec45a([0x47,0x50,0x4c]))return _0x1ec45a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x427636=_0x2c9029(),!_0x427636)return _0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x427636[_0x1ec45a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5822e3=_0x12d531(_0x427636[_0x1ec45a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x427636[_0x1ec45a([0x6a,0x74,0x69])])),await _0x5ad201()?_0x47152b()?_0x3d5049()?_0x1ec45a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x10f1a3()?(_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ec45a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5380e2=_0x1b16a5(_0x1ec45a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ec45a([0x74,0x72,0x69,0x61,0x6c])&&(_0x5380e2=_0x1b16a5(_0x1ec45a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d5bab()):_0x1ec45a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1ec45a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d5049(){const _0x3ce745=[_0x1ec45a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1ec45a([0x74,0x72,0x69,0x61,0x6c])][_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a43ce/0x3e8:0xe10*_0x4f4b4f;return _0x427636[_0x1ec45a([0x65,0x78,0x70])]<_0x3ce745;}function _0x47152b(){const _0x5e1e8b=_0x427636[_0x1ec45a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5e1e8b&&(!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x2a]))||(!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x54,0x4f,0x43]))||!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x50,0x50]))));}function _0x10f1a3(){const _0x4fdf95=_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4fdf95||0x0==_0x4fdf95[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f6627}=new URL(window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4fdf95[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f6627))return!0x0;const _0x16a58d=_0x4f6627[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e]));return _0x4fdf95[_0x1ec45a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x330db1=>_0x330db1[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x2a])))[_0x1ec45a([0x6d,0x61,0x70])](_0x3966f6=>_0x3966f6[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e])))[_0x1ec45a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x201d36=>_0x201d36[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16a58d[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ec45a([0x6d,0x61,0x70])](_0x155db4=>Array(_0x16a58d[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x155db4[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ec45a([0x66,0x69,0x6c,0x6c])](_0x155db4[0x0]===_0x1ec45a([0x2a])?_0x1ec45a([0x2a]):'')[_0x1ec45a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x155db4))[_0x1ec45a([0x73,0x6f,0x6d,0x65])](_0xf1bf40=>_0x16a58d[_0x1ec45a([0x65,0x76,0x65,0x72,0x79])]((_0x4f5d33,_0x39b681)=>_0xf1bf40[_0x39b681]===_0x4f5d33||_0xf1bf40[_0x39b681]===_0x1ec45a([0x2a])));}function _0x3d5bab(){return _0x5380e2&&_0x5822e3?new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46fce9,_0x389800)=>{_0x5380e2[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x46fce9,_0x389800),_0x5822e3[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x183ffe=>{_0x183ffe!=_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])&&_0x46fce9(_0x183ffe);},_0x389800);}):_0x5380e2||_0x5822e3||_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12d531(_0xa7925c,_0x3076a4){return new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9c26c4=>{if(_0x5cffef())return _0x9c26c4(_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]));_0x1c6a9a(),_0x33bffb[_0x1ec45a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3a6c2d=!0x1;const _0x1e09ff=_0x7460d4();function _0x38923b(_0x4178dd){return!!_0x4178dd&&(typeof _0x4178dd===_0x1ec45a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4178dd===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4178dd[_0x1ec45a([0x74,0x68,0x65,0x6e])]===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4178dd[_0x1ec45a([0x63,0x61,0x74,0x63,0x68])]===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x386359(_0x55e8f9){_0x1d656c(_0x55e8f9)[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x4676eb=>{if(!_0x4676eb||_0x4676eb[_0x1ec45a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1ec45a([0x6f,0x6b]))return _0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x9051b1(_0x50ed1b(_0x1e09ff+_0x3076a4))!=_0x4676eb[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]);})[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x5516ad=>(_0x20d176(),_0x5516ad),()=>{const _0x5a8187=_0x4e7851();return null==_0x5a8187?(_0x20d176(),_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])):_0x1ec45a(_0x5a43ce-_0x5a8187>(0x40ae0405^_0x461965)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x9c26c4)[_0x1ec45a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4988c7=0x64946e85^_0x461965;function _0x20d176(){const _0x39a176=_0x1ec45a([0x6c,0x6c,0x63,0x74,0x2d])+_0x9051b1(_0x50ed1b(_0xa7925c)),_0x3dc2d0=_0x58c4b1(_0x9051b1(window[_0x1ec45a([0x4d,0x61,0x74,0x68])][_0x1ec45a([0x63,0x65,0x69,0x6c])](_0x5a43ce/_0x4988c7)));window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ec45a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39a176,_0x3dc2d0);}function _0x4e7851(){const _0xbc94d=_0x1ec45a([0x6c,0x6c,0x63,0x74,0x2d])+_0x9051b1(_0x50ed1b(_0xa7925c)),_0x3f632c=window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ec45a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xbc94d);return _0x3f632c?window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58c4b1(_0x3f632c),0x10)*_0x4988c7:null;}function _0x1d656c(_0x2ba1a1){return new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x79ba89,_0x350e6b)=>{_0x2ba1a1[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x79ba89,_0x350e6b),window[_0x1ec45a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x350e6b,0x64a354c5^_0x461965);});}}_0x33bffb[_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x49a639,_0x3ad3c0)=>{if(_0x3ad3c0[0x0]!=_0xa7925c)return _0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ad3c0[0x1]={..._0x3ad3c0[0x1],[_0x1ec45a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e09ff};},{[_0x1ec45a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ec45a([0x68,0x69,0x67,0x68])}),_0x33bffb[_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9c56d7=>{_0x38923b(_0x9c56d7[_0x1ec45a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3a6c2d=!0x0,_0x386359(_0x9c56d7[_0x1ec45a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1ec45a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ec45a([0x6c,0x6f,0x77])}),_0xdc4d47[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>{_0x3a6c2d||_0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5cffef(){return _0x33bffb[_0x1ec45a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ec45a([0x76,0x69,0x65,0x77])][_0x1ec45a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1ec45a([0x61,0x75,0x74,0x6f]);}function _0x1c6a9a(){_0x33bffb[_0x1ec45a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ec45a([0x76,0x69,0x65,0x77])][_0x1ec45a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1ec45a([0x61,0x75,0x74,0x6f]);}}function _0x1b16a5(_0xe55bae){const _0x4b802f=[new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f431d=>setTimeout(_0x4f431d,0x64abbec9^_0x461965)),_0xdc4d47[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e009f=>{let _0x122910=0x0;_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x331761,_0x367798)=>{_0x367798[0x0][_0x1ec45a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x122910++,_0x122910==(0x64a281fd^_0x461965)&&(_0x2e009f(),_0x331761[_0x1ec45a([0x6f,0x66,0x66])]());});}))];return window[_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1ec45a([0x72,0x61,0x63,0x65])](_0x4b802f)[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>_0xe55bae);}async function _0x2594e6(){await _0xdc4d47,_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42f422,_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42f422,_0x33bffb[_0x1ec45a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x83a2b0(_0x1872b3){const _0x327bad=_0x396d24();_0x33bffb[_0x327bad]=_0x1ec45a([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])+_0x1872b3,_0x1872b3!=_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])&&_0x2594e6();}function _0x396d24(){const _0x35ba34=window[_0x1ec45a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1ec45a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1ec45a([0x6e,0x6f,0x77])]())[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1ec45a([0x2e]),'');let _0x135f8c=_0x1ec45a([0x78]);for(let _0x40dcf9=0x0;_0x40dcf9<_0x35ba34[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x40dcf9+=0x2){let _0xdb6f69=window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x35ba34[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x40dcf9,_0x40dcf9+0x2));_0xdb6f69>=_0x1079c5[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xdb6f69-=_0x1079c5[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x135f8c+=_0x1079c5[_0xdb6f69];}return _0x135f8c;}function _0x2c9029(){const _0x17c0c6=_0x4350a2[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e]));if(0x3!=_0x17c0c6[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x21372a(_0x17c0c6[0x1]);function _0x21372a(_0x543196){const _0x574bf1=_0x55ecc0(_0x543196);return _0x574bf1&&_0x16ef05()?_0x574bf1:null;function _0x16ef05(){const _0x1209f1=_0x574bf1[_0x1ec45a([0x6a,0x74,0x69])],_0x255d38=window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1209f1[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1209f1[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x6ea124={..._0x574bf1,[_0x1ec45a([0x6a,0x74,0x69])]:_0x1209f1[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1209f1[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x6ea124[_0x1ec45a([0x76,0x63])],_0x50ed1b(_0x6ea124)==_0x255d38;}}}async function _0x5ad201(){let _0x4b191a=!0x0;try{const _0x4c9964=_0x4350a2[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e])),[_0x123ebb,_0x16a3c4,_0xe7dd2b]=_0x4c9964;return _0x1ba22f(_0x123ebb),await _0x25ac13(_0x123ebb,_0x16a3c4,_0xe7dd2b),_0x4b191a;}catch{return!0x1;}function _0x1ba22f(_0x378a2d){const _0x114b10=_0x55ecc0(_0x378a2d);_0x114b10&&_0x114b10[_0x1ec45a([0x61,0x6c,0x67])]==_0x1ec45a([0x45,0x53,0x32,0x35,0x36])||(_0x4b191a=!0x1);}async function _0x25ac13(_0x341b48,_0x442ef4,_0x5d247a){const _0x132619=window[_0x1ec45a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1ec45a([0x66,0x72,0x6f,0x6d])](_0x3b5c92(_0x5d247a),_0x33864e=>_0x33864e[_0x1ec45a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f1856=new window[(_0x1ec45a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1ec45a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x341b48+_0x1ec45a([0x2e])+_0x442ef4),_0x5a3a9c=window[_0x1ec45a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1ec45a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5a3a9c)return;const _0x110fa8=await _0x5a3a9c[_0x1ec45a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1ec45a([0x6a,0x77,0x6b]),_0x289277,{[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x45,0x43,0x44,0x53,0x41]),[_0x1ec45a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1ec45a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5a3a9c[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x45,0x43,0x44,0x53,0x41]),[_0x1ec45a([0x68,0x61,0x73,0x68])]:{[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x110fa8,_0x132619,_0x1f1856)||(_0x4b191a=!0x1);}}function _0x55ecc0(_0x544e8b){return _0x544e8b[_0x1ec45a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1ec45a([0x65,0x79]))?JSON[_0x1ec45a([0x70,0x61,0x72,0x73,0x65])](_0x3b5c92(_0x544e8b)):null;}function _0x3b5c92(_0x440113){return window[_0x1ec45a([0x61,0x74,0x6f,0x62])](_0x440113[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1ec45a([0x2b]))[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1ec45a([0x2f])));}function _0x50ed1b(_0x8f0af3){let _0x597c2a=0x1505;function _0x5b3c42(_0x2718e7){for(let _0x22ec8b=0x0;_0x22ec8b<_0x2718e7[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22ec8b++){const _0x2e0334=_0x2718e7[_0x1ec45a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22ec8b);_0x597c2a=(_0x597c2a<<0x5)+_0x597c2a+_0x2e0334,_0x597c2a&=_0x597c2a;}}function _0x1c111d(_0x47ad86){Array[_0x1ec45a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x47ad86)?_0x47ad86[_0x1ec45a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c111d):_0x47ad86&&typeof _0x47ad86==_0x1ec45a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1ec45a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x47ad86)[_0x1ec45a([0x73,0x6f,0x72,0x74])]()[_0x1ec45a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3763fd,_0x46f9ca])=>{_0x5b3c42(_0x3763fd),_0x1c111d(_0x46f9ca);}):_0x5b3c42(window[_0x1ec45a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x47ad86));}return _0x1c111d(_0x8f0af3),_0x597c2a>>>0x0;}function _0x9051b1(_0x5095e7){return _0x5095e7[_0x1ec45a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1ec45a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1ec45a([0x30]));}function _0x58c4b1(_0x32c0c7){return _0x32c0c7[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1ec45a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1ec45a([0x6a,0x6f,0x69,0x6e])]('');}function _0x42f422(){}function _0x1ec45a(_0x4cddbd){return _0x4cddbd['map'](_0x41ad58=>String['fromCharCode'](_0x41ad58))['join']('');}_0x83a2b0(await _0x1e9c32());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x4e93a5=>{'$graveyard'!==_0x4e93a5['rootName']&&this['editor']['editing']['reconvertItem'](_0x4e93a5);});}['_trackNewToCElements'](){for(const _0x373c0f of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x373c0f['type']||'tableOfContents'!==_0x373c0f['name'])return;this['_tableOfContentsElements']['add'](_0x373c0f['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x1f4732=this['editor']['conversion'];_0x1f4732['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x1f4732['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x42c6d2,{writer:_0x2a51dc})=>this['_createTableOfContents'](_0x2a51dc,!0x0)}),_0x1f4732['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1316df,{writer:_0x49bde3})=>{this['_tableOfContentsElements']['add'](_0x1316df);const _0x4e2499=this['_createTableOfContents'](_0x49bde3);return _0x22b9ae(_0x4e2499,_0x49bde3,{'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'](_0xb2b7d6,_0x29a37e=!0x1){const {locale:_0x5d9f70}=this['editor'],_0x2838f8=_0xb2b7d6['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x29a37e&&{'data-table-of-contents-label':j(_0x5d9f70,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x29a37e&&_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x2838f8,'end'),_0xb2b7d6['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0xb2b7d6['createText'](j(_0x5d9f70,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x680310=_0x29a37e?'':'['+j(_0x5d9f70,'Empty\x20heading')+']';let _0x43bb94=_0x2838f8;return this['_currentOutlineDefinitions']['forEach']((_0x42eafa,_0x57866f,_0x1a15e8)=>{const _0x262f42=this['editor']['model']['hasContent'](_0x42eafa['modelElement'],{'ignoreWhitespaces':!0x0}),_0x48105d=_0x262f42?_0x42eafa['text']:_0x680310,_0xed209a=_0x42eafa['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x46b4ea=_0xb2b7d6['createContainerElement']('a',{'href':'#'+_0xed209a,...!_0x29a37e&&{'tabindex':'-1'}},[_0xb2b7d6['createText'](_0x48105d)]),_0x182d99=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0xb2b7d6['setCustomProperty']('tableOfContentsHeadingIndex',_0x57866f,_0x46b4ea);const _0x56f025=_0xb2b7d6['createContainerElement']('li',null,[_0x262f42||!_0x29a37e&&_0x182d99?_0x46b4ea:_0xb2b7d6['createText']('')]),_0x178316=_0x57866f?_0x1a15e8[_0x57866f-0x1]['level']:0x0,_0x19210c=Math['abs'](_0x42eafa['level']-_0x178316);if(_0x42eafa['level']>_0x178316){const _0x195583=N(_0x56f025,_0x19210c,_0xb2b7d6);_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x43bb94,'end'),_0x195583);}else{const _0x1303ca=function(_0x527bb1,_0x40f644){return _0x527bb1['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x44ec0a=>_0x44ec0a['is']('element','ol'))[_0x40f644];}(_0x43bb94,_0x19210c);_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x1303ca,'end'),_0x56f025);}_0x43bb94=_0x56f025;}),_0x2838f8;}['_handleScrollToHeading'](_0x38040d){const _0x1cd30d=this['_currentOutlineDefinitions'][_0x38040d]['modelElement'];this['editor']['model']['change'](_0x21f8a0=>{_0x21f8a0['setSelection'](_0x1cd30d,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x362219,_0x5b1ee1)=>{const _0x53b52b=_0x5b1ee1['mapper'],_0x33b5f8=_0x53b52b['findMappedViewAncestor'](_0x5b1ee1['viewPosition']),_0x1a308e=_0x53b52b['toModelElement'](_0x33b5f8);_0x1a308e['is']('element','tableOfContents')&&(_0x5b1ee1['modelPosition']=this['editor']['model']['createPositionAt'](_0x1a308e,0x0),_0x362219['stop']());};}}function N(_0x1dc964,_0x406f57,_0x9605b4){return 0x1===_0x406f57?_0x9605b4['createContainerElement']('ol',null,[_0x1dc964]):_0x9605b4['createContainerElement']('ol',null,[_0x9605b4['createContainerElement']('li',null,[N(_0x1dc964,_0x406f57-0x1,_0x9605b4)])]);}class o extends _0xed05ff{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4039af=this['editor'];_0x4039af['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x33b6c8=this['_createButton'](_0x5da7d9);return _0x33b6c8['tooltip']=!0x0,_0x33b6c8;}),_0x4039af['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x446ef5)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x6af22f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x25af5e;for(const _0x33e124 in _0x6af22f){const _0x384406=_0x33e124,_0x9dc4b2=_0x6af22f[_0x384406];if('tableOfContentsLicenseKeyValid'==_0x9dc4b2||'tableOfContentsLicenseKeyInvalid'==_0x9dc4b2||'tableOfContentsLicenseKeyExpired'==_0x9dc4b2||'tableOfContentsLicenseKeyDomainLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyNotAllowed'==_0x9dc4b2||'tableOfContentsLicenseKeyEvaluationLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyTrialLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyUsageLimit'==_0x9dc4b2){delete _0x6af22f[_0x384406],_0x25af5e=_0x9dc4b2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x25af5e&&_0x6af22f['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x25af5e&&_0x6af22f['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x25af5e&&_0x6af22f['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x566da9){const _0x28e371=this['editor'],_0x4e5118=_0x28e371['locale'],_0x47fd19=_0x28e371['commands']['get']('insertTableOfContents'),_0x3cf19e=new _0x566da9(_0x4e5118);return _0x3cf19e['set']({'label':j(_0x4e5118,'Table\x20of\x20contents'),'icon':_0x526ff6}),_0x3cf19e['bind']('isEnabled')['to'](_0x47fd19,'isEnabled'),this['listenTo'](_0x3cf19e,'execute',()=>{_0x28e371['execute']('insertTableOfContents'),_0x28e371['editing']['view']['focus']();}),_0x3cf19e;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0xed05ff{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
23
|
+
import{Plugin as _0x143b66,Command as _0x16a657}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x33663a,throttle as _0xe33b03}from'es-toolkit/compat';import{Text as _0x26c0d0,TreeWalker as _0x2b0610}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x16b5a6,diffToChanges as _0x39707a,scrollAncestorsToShowTarget as _0x12fe9b,CKEditorError as _0x71ab98,global as _0x407dc7,Rect as _0x3bc8e3,uid as _0x56414f,priorities as _0x21c62e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x237dcb,ButtonView as _0x136e58,MenuBarMenuListItemButtonView as _0x2119c0}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x1b690d,toWidget as _0x3b12e5}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x18a6ff}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x3b685b){let _0x123771='';for(const _0x1d34ca of _0x3b685b['getChildren']())_0x1d34ca instanceof _0x26c0d0&&(_0x123771+=_0x1d34ca['data']);return _0x123771;}class i extends _0x143b66{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0xa6f437=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x29ab0c=[];_0xa6f437['model']['document']['on']('change',_0x33663a(()=>{const _0x5ab633=_0x29ab0c;_0x29ab0c=this['_getOutlineDefinitions']();const _0x14a38e=_0x16b5a6(_0x5ab633,_0x29ab0c,(_0x33d5c1,_0x34842c)=>_0x33d5c1['level']===_0x34842c['level']&&_0x33d5c1['text']===_0x34842c['text']&&_0x33d5c1['modelElement']===_0x34842c['modelElement']),_0x5cef13=_0x39707a(_0x14a38e,_0x29ab0c),_0x1650da=this['_getActiveHeading'](),_0x420b35=_0x29ab0c['findIndex'](_0x49cc07=>_0x49cc07['modelElement']===_0x1650da);_0x5cef13['length']&&this['fire']('change',{'outlineDefinitions':_0x29ab0c,'activeItemIndex':_0x420b35,'outlineChanges':_0x5cef13}),this['fire']('activeItemIndex',{'index':_0x420b35});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5bbffb=this['editor'],_0x23cd4a=[],_0x96451f=this['_headingNames'];for(const _0x230385 of _0x5bbffb['model']['document']['getRootNames']())_0x1bba7b(_0x5bbffb['model']['document']['getRoot'](_0x230385));function _0x1bba7b(_0x46216b){for(const _0x1c4d10 of _0x46216b['getChildren']())_0x1c4d10['is']('element')&&(_0x96451f['includes'](_0x1c4d10['name'])&&_0x23cd4a['push']({'level':_0x96451f['indexOf'](_0x1c4d10['name'])+0x1,'text':p(_0x1c4d10),'modelElement':_0x1c4d10}),_0x1bba7b(_0x1c4d10));}return _0x23cd4a;}['_getActiveHeading'](){const _0x1aab1e=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x359091=new _0x2b0610({'direction':'backward','startPosition':_0x1aab1e});for(const _0xd79f7a of _0x359091)if(_0xd79f7a['item']['is']('element')&&this['_headingNames']['includes'](_0xd79f7a['item']['name']))return _0xd79f7a['item'];}['_getHeadingNames'](){const _0x4f0587=this['editor']['config']['get']('documentOutline.headings');return _0x4f0587||function(_0x2a355e){const _0x595d34=_0x2a355e['config']['get']('heading.options');return _0x595d34?_0x595d34['reduce']((_0x36351f,_0xf5d397)=>('paragraph'!==_0xf5d397['model']&&_0x36351f['push'](_0xf5d397['model']),_0x36351f),[]):_0x2a355e['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x2c4782=this['editor'],_0x4480fb=['h1','h2','h3','h4','h5','h6'],_0x5aff43=[];for(const _0x2652a4 of _0x4480fb){const _0x3d532d=_0x2c4782['editing']['view']['domConverter']['domToView'](document['createElement'](_0x2652a4)),_0x5c2470=_0x2c4782['data']['toModel'](_0x3d532d)['getChild'](0x0);_0x5c2470?.['is']('element')&&_0x5aff43['push'](_0x5c2470['name']);}this['_headingNames']=_0x5aff43;}}function j(_0x5361d8,_0x4e39a4){const t=_0x5361d8['t'];switch(_0x4e39a4){case'Empty\x20heading':return t('Empty\x20heading');case'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':return t('Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.');case'No\x20headings\x20were\x20found\x20in\x20the\x20document.':return t('No\x20headings\x20were\x20found\x20in\x20the\x20document.');case'Table\x20of\x20contents':return t('Table\x20of\x20contents');default:return _0x4e39a4;}}class $ extends _0x237dcb{constructor(_0x1913a6,_0x4b3af4=!0x1){super(_0x1913a6);const _0x3d0347=this['bindTemplate'],_0x27584d=_0x4b3af4?'['+j(_0x1913a6,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x4531d6=>!_0x4531d6),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x3d0347['to']('level',_0x61219=>'ck-document-outline__item_level-'+_0x61219),_0x3d0347['if']('isActive','ck-document-outline__item_active'),_0x3d0347['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x3d0347['to']('text')},'children':[{'text':_0x3d0347['to']('text',_0x337986=>_0x337986||_0x27584d)}],'on':{'click':_0x3d0347['to']('click')}});}}class l extends _0x237dcb{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x32d6ea,_0x21b8c6=!0x1,_0x4e2371){super(_0x32d6ea),this['showEmptyHeadingText']=_0x21b8c6,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x4e2371,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1557f8,_0x5cdd44,_0x307b24,_0x37a1b7)=>{this['_setActiveItem'](_0x37a1b7,_0x307b24);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x32d6ea['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x32d6ea,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0xab3fb2){_0xab3fb2['forEach'](_0x96efb6=>{'insert'==_0x96efb6['type']?this['_insertItem'](_0x96efb6['index'],..._0x96efb6['values']):'delete'==_0x96efb6['type']&&this['_deleteItem'](_0x96efb6['index'],_0x96efb6['howMany']);});}['_setActiveItem'](_0x14542a,_0xc1902b){if(-0x1!==_0x14542a){const _0x1c4b1e=this['items']['get'](_0x14542a);_0x1c4b1e&&(_0x1c4b1e['isActive']=!0x1);}-0x1!==_0xc1902b&&(this['items']['get'](_0xc1902b)['isActive']=!0x0,this['_scrollToItem'](_0xc1902b));}['_insertItem'](_0x3b6bef,..._0x444994){const _0x322df6=_0x444994['map']((_0x296abf,_0x20bf2e)=>{const _0x339502=new $(this['locale'],this['showEmptyHeadingText']);return _0x339502['text']=_0x296abf['text'],_0x339502['level']=_0x296abf['level'],_0x3b6bef+_0x20bf2e===this['activeItemIndex']&&(_0x339502['isActive']=!0x0),_0x339502;});this['items']['addMany'](_0x322df6,_0x3b6bef);}['_deleteItem'](_0x59dd3c,_0x4ffa77){do{this['items']['remove'](_0x59dd3c);}while(--_0x4ffa77);}['_handleItemClick'](_0x41f023){const _0x17a69a=this['items']['getIndex'](_0x41f023['source']);this['fire']('itemSelected',_0x17a69a);}['_scrollToItem'](_0x469c51){_0x12fe9b(this['items']['get'](_0x469c51)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x143b66{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xb914e4){super(_0xb914e4),this['view']=new l(_0xb914e4['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0xe33b03(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x37938d=this['editor'],_0x26aa04=_0x37938d['plugins']['get']('DocumentOutlineUtils');let _0x180fbe=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x37938d['config']['get']('documentOutline.container'))throw new _0x71ab98('document-outline-container-not-provided',{'editor':_0x37938d});_0x37938d['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x26aa04['on']('change',this['_handleOutlineChange']['bind'](this)),_0x26aa04['on']('activeItemIndex',(_0x11474c,{index:_0x51d347})=>this['_setActiveViewItem'](_0x51d347)),this['view']['on']('itemSelected',(_0xee3828,_0x5000c0)=>{_0x180fbe=!0x0,this['_handleItemSelected'](_0x5000c0);}),this['view']['listenTo'](_0x407dc7['document'],'scroll',()=>{_0x180fbe?_0x180fbe=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x407dc7['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x210873){const _0xce4397=_0x3d7f09([0x4b,0x6d,0x74,0x71,0x62,0x31,0x35,0x38,0x36,0x6c,0x47,0x34,0x56,0x66,0x4e,0x45,0x64,0x30,0x43,0x77,0x79,0x54,0x70,0x75,0x7a,0x68,0x4f,0x32,0x55,0x4a,0x50,0x72,0x44,0x4d,0x39,0x67,0x4c,0x6f,0x52,0x6b,0x6a,0x41,0x58,0x33,0x5a,0x61,0x76,0x63,0x49,0x65,0x48,0x78,0x46,0x59,0x73,0x69,0x42,0x57,0x6e,0x37,0x53,0x51]),_0x47d73a=0x7438d4ae,_0x3d7f8c=0x743fbfae^_0x47d73a,_0x4273e2=window[_0x3d7f09([0x44,0x61,0x74,0x65])][_0x3d7f09([0x6e,0x6f,0x77])](),_0x127d27=_0x210873[_0x3d7f09([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4955cd=new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x356177=>{_0x127d27[_0x3d7f09([0x6f,0x6e,0x63,0x65])](_0x3d7f09([0x72,0x65,0x61,0x64,0x79]),_0x356177);}),_0x10c986={[_0x3d7f09([0x6b,0x74,0x79])]:_0x3d7f09([0x45,0x43]),[_0x3d7f09([0x75,0x73,0x65])]:_0x3d7f09([0x73,0x69,0x67]),[_0x3d7f09([0x63,0x72,0x76])]:_0x3d7f09([0x50,0x2d,0x32,0x35,0x36]),[_0x3d7f09([0x78])]:_0x3d7f09([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x3d7f09([0x79])]:_0x3d7f09([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x3d7f09([0x61,0x6c,0x67])]:_0x3d7f09([0x45,0x53,0x32,0x35,0x36])},_0x200224=_0x127d27[_0x3d7f09([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3d7f09([0x67,0x65,0x74])](_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x22dbaa(){let _0x5be826,_0x1ad928=null,_0x4520fa=null;try{if(_0x200224==_0x3d7f09([0x47,0x50,0x4c]))return _0x3d7f09([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5be826=_0x8ab16(),!_0x5be826)return _0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5be826[_0x3d7f09([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4520fa=_0x23425e(_0x5be826[_0x3d7f09([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5be826[_0x3d7f09([0x6a,0x74,0x69])])),await _0x3e4978()?_0x590e81()?_0x4302b4()?_0x3d7f09([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3a17fc()?(_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d7f09([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1ad928=_0x1b38b9(_0x3d7f09([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d7f09([0x74,0x72,0x69,0x61,0x6c])&&(_0x1ad928=_0x1b38b9(_0x3d7f09([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x30fa2b()):_0x3d7f09([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3d7f09([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3d7f09([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4302b4(){const _0x5b266b=[_0x3d7f09([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3d7f09([0x74,0x72,0x69,0x61,0x6c])][_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4273e2/0x3e8:0xe10*_0x3d7f8c;return _0x5be826[_0x3d7f09([0x65,0x78,0x70])]<_0x5b266b;}function _0x590e81(){const _0x34f91e=_0x5be826[_0x3d7f09([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x34f91e&&(!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x2a]))||(!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x44,0x4f]))||!!_0x34f91e[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x50,0x50]))));}function _0x3a17fc(){const _0x4c5735=_0x5be826[_0x3d7f09([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4c5735||0x0==_0x4c5735[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x424658}=new URL(window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4c5735[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x424658))return!0x0;const _0x56c47d=_0x424658[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e]));return _0x4c5735[_0x3d7f09([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2c56b7=>_0x2c56b7[_0x3d7f09([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d7f09([0x2a])))[_0x3d7f09([0x6d,0x61,0x70])](_0x2e26ba=>_0x2e26ba[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e])))[_0x3d7f09([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ed1d=>_0x2ed1d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x56c47d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d7f09([0x6d,0x61,0x70])](_0x248a35=>Array(_0x56c47d[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x248a35[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d7f09([0x66,0x69,0x6c,0x6c])](_0x248a35[0x0]===_0x3d7f09([0x2a])?_0x3d7f09([0x2a]):'')[_0x3d7f09([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x248a35))[_0x3d7f09([0x73,0x6f,0x6d,0x65])](_0x6eb7ed=>_0x56c47d[_0x3d7f09([0x65,0x76,0x65,0x72,0x79])]((_0x19d209,_0x4afc11)=>_0x6eb7ed[_0x4afc11]===_0x19d209||_0x6eb7ed[_0x4afc11]===_0x3d7f09([0x2a])));}function _0x30fa2b(){return _0x1ad928&&_0x4520fa?new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x321dfe,_0x5ebafd)=>{_0x1ad928[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x321dfe,_0x5ebafd),_0x4520fa[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0xabbb59=>{_0xabbb59!=_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])&&_0x321dfe(_0xabbb59);},_0x5ebafd);}):_0x1ad928||_0x4520fa||_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]);}}function _0x23425e(_0x4c9013,_0x43bbb5){return new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19d2d5=>{if(_0xe2ead6())return _0x19d2d5(_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]));_0x5ce0be(),_0x127d27[_0x3d7f09([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5570d9=!0x1;const _0x397045=_0x56414f();function _0x4cddd6(_0x28b646){return!!_0x28b646&&(typeof _0x28b646===_0x3d7f09([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x28b646===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x28b646[_0x3d7f09([0x74,0x68,0x65,0x6e])]===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x28b646[_0x3d7f09([0x63,0x61,0x74,0x63,0x68])]===_0x3d7f09([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x24be5d(_0xda32e5){_0x367994(_0xda32e5)[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x2d2526=>{if(!_0x2d2526||_0x2d2526[_0x3d7f09([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3d7f09([0x6f,0x6b]))return _0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2b16ed(_0x2e9cb8(_0x397045+_0x43bbb5))!=_0x2d2526[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3d7f09([0x56,0x61,0x6c,0x69,0x64]);})[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x7acfaa=>(_0x5f3f65(),_0x7acfaa),()=>{const _0x290747=_0xf7f67c();return null==_0x290747?(_0x5f3f65(),_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])):_0x3d7f09(_0x4273e2-_0x290747>(0x503450ae^_0x47d73a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x19d2d5)[_0x3d7f09([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x458ae0=0x740e3a2e^_0x47d73a;function _0x5f3f65(){const _0x2f101d=_0x3d7f09([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b16ed(_0x2e9cb8(_0x4c9013)),_0x44a44f=_0x2015ed(_0x2b16ed(window[_0x3d7f09([0x4d,0x61,0x74,0x68])][_0x3d7f09([0x63,0x65,0x69,0x6c])](_0x4273e2/_0x458ae0)));window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d7f09([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2f101d,_0x44a44f);}function _0xf7f67c(){const _0x597cef=_0x3d7f09([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b16ed(_0x2e9cb8(_0x4c9013)),_0x29fd9c=window[_0x3d7f09([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d7f09([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x597cef);return _0x29fd9c?window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2015ed(_0x29fd9c),0x10)*_0x458ae0:null;}function _0x367994(_0x22c1db){return new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d91a9,_0x6328a)=>{_0x22c1db[_0x3d7f09([0x74,0x68,0x65,0x6e])](_0x4d91a9,_0x6328a),window[_0x3d7f09([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x6328a,0x7439006e^_0x47d73a);});}}_0x127d27[_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3345b2,_0x49be66)=>{if(_0x49be66[0x0]!=_0x4c9013)return _0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49be66[0x1]={..._0x49be66[0x1],[_0x3d7f09([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x397045};},{[_0x3d7f09([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d7f09([0x68,0x69,0x67,0x68])}),_0x127d27[_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3eb48a=>{_0x4cddd6(_0x3eb48a[_0x3d7f09([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5570d9=!0x0,_0x24be5d(_0x3eb48a[_0x3d7f09([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3d7f09([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d7f09([0x6c,0x6f,0x77])}),_0x4955cd[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>{_0x5570d9||_0x19d2d5(_0x3d7f09([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xe2ead6(){return _0x127d27[_0x3d7f09([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d7f09([0x76,0x69,0x65,0x77])][_0x3d7f09([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3d7f09([0x61,0x75,0x74,0x6f]);}function _0x5ce0be(){_0x127d27[_0x3d7f09([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d7f09([0x76,0x69,0x65,0x77])][_0x3d7f09([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3d7f09([0x61,0x75,0x74,0x6f]);}}function _0x1b38b9(_0x203cd9){const _0xb38e7a=[new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33543c=>setTimeout(_0x33543c,0x7431ea62^_0x47d73a)),_0x4955cd[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x864c19=>{let _0x362df8=0x0;_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x6f,0x6e])](_0x3d7f09([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x241773,_0x19a6db)=>{_0x19a6db[0x0][_0x3d7f09([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x362df8++,_0x362df8==(0x7438d556^_0x47d73a)&&(_0x864c19(),_0x241773[_0x3d7f09([0x6f,0x66,0x66])]());});}))];return window[_0x3d7f09([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3d7f09([0x72,0x61,0x63,0x65])](_0xb38e7a)[_0x3d7f09([0x74,0x68,0x65,0x6e])](()=>_0x203cd9);}async function _0x2e87cc(){await _0x4955cd,_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5bb530,_0x127d27[_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d7f09([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5bb530,_0x127d27[_0x3d7f09([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3d7f09([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5d1539(_0xfacbdd){const _0x46888b=_0x3df9f4();_0x127d27[_0x46888b]=_0x3d7f09([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xfacbdd,_0xfacbdd!=_0x3d7f09([0x56,0x61,0x6c,0x69,0x64])&&_0x2e87cc();}function _0x3df9f4(){const _0x3931f6=window[_0x3d7f09([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3d7f09([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3d7f09([0x6e,0x6f,0x77])]())[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3d7f09([0x2e]),'');let _0x180293=_0x3d7f09([0x4b]);for(let _0x584043=0x0;_0x584043<_0x3931f6[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x584043+=0x2){let _0x416494=window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3931f6[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x584043,_0x584043+0x2));_0x416494>=_0xce4397[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x416494-=_0xce4397[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x180293+=_0xce4397[_0x416494];}return _0x180293;}function _0x8ab16(){const _0x55eec4=_0x200224[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e]));if(0x3!=_0x55eec4[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x13c5e6(_0x55eec4[0x1]);function _0x13c5e6(_0x2a0848){const _0x3677f1=_0x1fec3f(_0x2a0848);return _0x3677f1&&_0x11bf01()?_0x3677f1:null;function _0x11bf01(){const _0x2a2750=_0x3677f1[_0x3d7f09([0x6a,0x74,0x69])],_0x47de15=window[_0x3d7f09([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a2750[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a2750[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x34335b={..._0x3677f1,[_0x3d7f09([0x6a,0x74,0x69])]:_0x2a2750[_0x3d7f09([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2a2750[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x34335b[_0x3d7f09([0x76,0x63])],_0x2e9cb8(_0x34335b)==_0x47de15;}}}async function _0x3e4978(){let _0x2ee1d9=!0x0;try{const _0x5c4d54=_0x200224[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])](_0x3d7f09([0x2e])),[_0xbeb3d6,_0xcd3447,_0x2fb339]=_0x5c4d54;return _0x166c0f(_0xbeb3d6),await _0x1c3be5(_0xbeb3d6,_0xcd3447,_0x2fb339),_0x2ee1d9;}catch{return!0x1;}function _0x166c0f(_0x3b84c0){const _0x2b7681=_0x1fec3f(_0x3b84c0);_0x2b7681&&_0x2b7681[_0x3d7f09([0x61,0x6c,0x67])]==_0x3d7f09([0x45,0x53,0x32,0x35,0x36])||(_0x2ee1d9=!0x1);}async function _0x1c3be5(_0x412c61,_0xf8f0f5,_0x358056){const _0xdf55e5=window[_0x3d7f09([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3d7f09([0x66,0x72,0x6f,0x6d])](_0x3a9047(_0x358056),_0x5ef5b9=>_0x5ef5b9[_0x3d7f09([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x42e3f5=new window[(_0x3d7f09([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3d7f09([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x412c61+_0x3d7f09([0x2e])+_0xf8f0f5),_0x12b3af=window[_0x3d7f09([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3d7f09([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x12b3af)return;const _0x1aa6de=await _0x12b3af[_0x3d7f09([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3d7f09([0x6a,0x77,0x6b]),_0x10c986,{[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x45,0x43,0x44,0x53,0x41]),[_0x3d7f09([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3d7f09([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x12b3af[_0x3d7f09([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x45,0x43,0x44,0x53,0x41]),[_0x3d7f09([0x68,0x61,0x73,0x68])]:{[_0x3d7f09([0x6e,0x61,0x6d,0x65])]:_0x3d7f09([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aa6de,_0xdf55e5,_0x42e3f5)||(_0x2ee1d9=!0x1);}}function _0x1fec3f(_0x8ac07a){return _0x8ac07a[_0x3d7f09([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3d7f09([0x65,0x79]))?JSON[_0x3d7f09([0x70,0x61,0x72,0x73,0x65])](_0x3a9047(_0x8ac07a)):null;}function _0x3a9047(_0x46f65b){return window[_0x3d7f09([0x61,0x74,0x6f,0x62])](_0x46f65b[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3d7f09([0x2b]))[_0x3d7f09([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3d7f09([0x2f])));}function _0x2e9cb8(_0x41cf50){let _0xa9facb=0x1505;function _0x40d4e6(_0x1bf1b9){for(let _0x3cb651=0x0;_0x3cb651<_0x1bf1b9[_0x3d7f09([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3cb651++){const _0x3ae99f=_0x1bf1b9[_0x3d7f09([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3cb651);_0xa9facb=(_0xa9facb<<0x5)+_0xa9facb+_0x3ae99f,_0xa9facb&=_0xa9facb;}}function _0x13ab31(_0x598717){Array[_0x3d7f09([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x598717)?_0x598717[_0x3d7f09([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x13ab31):_0x598717&&typeof _0x598717==_0x3d7f09([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3d7f09([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x598717)[_0x3d7f09([0x73,0x6f,0x72,0x74])]()[_0x3d7f09([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x502fcf,_0x41f967])=>{_0x40d4e6(_0x502fcf),_0x13ab31(_0x41f967);}):_0x40d4e6(window[_0x3d7f09([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x598717));}return _0x13ab31(_0x41cf50),_0xa9facb>>>0x0;}function _0x2b16ed(_0xb31447){return _0xb31447[_0x3d7f09([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3d7f09([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3d7f09([0x30]));}function _0x2015ed(_0x2b1d4b){return _0x2b1d4b[_0x3d7f09([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3d7f09([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3d7f09([0x6a,0x6f,0x69,0x6e])]('');}function _0x5bb530(){}function _0x3d7f09(_0x4a66e7){return _0x4a66e7['map'](_0xfc005e=>String['fromCharCode'](_0xfc005e))['join']('');}_0x5d1539(await _0x22dbaa());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x28c7ba,{outlineDefinitions:_0x42c388,outlineChanges:_0x218760}){this['_currentOutlineDefinitions']=_0x42c388,this['view']['sync'](_0x218760);}['_setActiveViewItem'](_0x165be6){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x165be6]&&(this['view']['activeItemIndex']=_0x165be6);}['_handleItemSelected'](_0x13d77c){const _0x1812e9=this['_currentOutlineDefinitions'][_0x13d77c]['modelElement'];this['editor']['model']['change'](_0x1d2fc6=>{_0x1d2fc6['setSelection'](_0x1812e9,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x13d77c);}['_updateActiveDefinitionOnViewportChange'](){const _0x432871=this['editor'];let _0x5d713e;for(const _0x401669 of _0x432871['model']['document']['getRootNames']()){const _0x5174f5=_0x432871['editing']['view']['getDomRoot'](_0x401669),_0xd2f73a=_0x5174f5&&new _0x3bc8e3(_0x5174f5)['getVisible']();if(_0xd2f73a){const _0x29d945=new _0x3bc8e3(_0x407dc7['window'])['getIntersection'](_0xd2f73a);_0x29d945&&(_0x5d713e=_0x29d945['top']+0.25*_0x29d945['height']);}}if(void 0x0===_0x5d713e)return;const _0x371971=d(_0x432871['editing'],this['_currentOutlineDefinitions'],_0x5d713e);_0x371971?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x371971)):this['_setActiveViewItem'](-0x1);}}function d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x2afb10=0x0,_0x2b5812=_0x2ae84a['length']-0x1){const _0x39d36d=Math['floor'](_0x2afb10+(_0x2b5812-_0x2afb10)/0x2);if(_0x2b5812>=_0x2afb10){const _0x777a2b=_0x2ae84a[_0x39d36d],_0x615dfd=_0xedd52e['mapper']['toViewElement'](_0x777a2b['modelElement']);if(!_0x615dfd)return null;const _0x40aae4=_0xedd52e['view']['domConverter']['mapViewToDom'](_0x615dfd);return new _0x3bc8e3(_0x40aae4)['bottom']>_0x2c0a98?d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x2afb10,_0x39d36d-0x1):d(_0xedd52e,_0x2ae84a,_0x2c0a98,_0x39d36d+0x1,_0x2b5812);}return _0x39d36d<0x0?null:_0x2ae84a[_0x39d36d];}class u extends _0x143b66{['licenseKey'];['_licenseKeyCheckInterval'];static get['requires'](){return[i,n];}static get['pluginName'](){return'DocumentOutline';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x42cddb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1e9566;for(const _0x5c9cb7 in _0x42cddb){const _0x1c82b3=_0x5c9cb7,_0x248ca9=_0x42cddb[_0x1c82b3];if('documentOutlineLicenseKeyValid'==_0x248ca9||'documentOutlineLicenseKeyInvalid'==_0x248ca9||'documentOutlineLicenseKeyExpired'==_0x248ca9||'documentOutlineLicenseKeyDomainLimit'==_0x248ca9||'documentOutlineLicenseKeyNotAllowed'==_0x248ca9||'documentOutlineLicenseKeyEvaluationLimit'==_0x248ca9||'documentOutlineLicenseKeyTrialLimit'==_0x248ca9||'documentOutlineLicenseKeyUsageLimit'==_0x248ca9){delete _0x42cddb[_0x1c82b3],_0x1e9566=_0x248ca9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1e9566&&_0x42cddb['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1e9566&&_0x42cddb['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1e9566&&_0x42cddb['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1e9566&&_0x42cddb['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x16a657{['execute'](){this['editor']['model']['change'](_0x87d421=>{this['editor']['model']['insertObject'](_0x87d421['createElement']('tableOfContents'));});}['refresh'](){const _0x2e579b=this['editor']['model'],_0x40c4f2=_0x2e579b['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x40c4f2&&_0x2e579b['schema']['findAllowedParent'](_0x40c4f2,'tableOfContents'));}}class b extends _0x143b66{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x438fc9=this['editor'];if(_0x438fc9['config']['get']('headingId.modelAttributeName'))return;(function(_0x5d08f5){const _0xfcd9a7=new Map();if(_0x5d08f5)return _0x5d08f5['forEach'](_0x16e84c=>{'paragraph'!==_0x16e84c['model']&&_0xfcd9a7['set'](_0x16e84c['view'],_0x16e84c['model']);}),_0xfcd9a7['get']('h1')||_0xfcd9a7['set']('h1','heading1'),_0xfcd9a7;return _0xfcd9a7;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x485772,_0x425c03)=>{this['_customUpcastHeadingsConversion'](_0x425c03),this['_customDataDowncastHeadingsConversion'](_0x485772),_0x438fc9['model']['schema']['isRegistered'](_0x485772)&&_0x438fc9['model']['schema']['extend'](_0x485772,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x44e28d){this['editor']['conversion']['for']('upcast')['add'](_0xcd11ec=>_0xcd11ec['on']('element:'+_0x44e28d,(_0x908668,_0x5e23f3,_0x4a0d72)=>{const {consumable:_0x86fef8,writer:_0x28c33e}=_0x4a0d72,_0x513c1f=_0x5e23f3['viewItem']['getAttribute']('id'),_0x43cad1=_0x5e23f3['modelRange']['getContainedElement']();if(_0x43cad1)return _0x513c1f&&_0x513c1f['length']||_0x43cad1['hasAttribute']('headingId')?void(_0x86fef8['consume'](_0x5e23f3['viewItem'],{'attributes':['id']})&&_0x28c33e['setAttribute']('headingId',_0x513c1f,_0x43cad1)):(_0x86fef8['consume'](_0x5e23f3['viewItem'],{'attributes':['id']}),void _0x28c33e['setAttribute']('headingId',_0x56414f(),_0x43cad1));},{'priority':_0x21c62e['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x304cfb){this['editor']['conversion']['for']('downcast')['add'](_0x10d73c=>_0x10d73c['on']('attribute:headingId:'+_0x304cfb,(_0x1242e5,_0x118247,_0x4618d3)=>{if(!_0x4618d3['consumable']['consume'](_0x118247['item'],_0x1242e5['name']))return;const _0x2b135c=_0x118247['item']['getAttribute']('headingId'),_0x4fdba1=_0x4618d3['mapper']['toViewElement'](_0x118247['item']);_0x4618d3['writer']['setAttribute']('id',_0x2b135c,_0x4fdba1);}));}['_registerHeadingIdAttributePostfixer'](){const _0x580ac4=this['editor'],_0x37965b=new Set(),_0x117956=new Set();function _0x344372(_0x3a07f3,_0x4f875d){const _0x196df0=_0x56414f();return _0x117956['add'](_0x196df0),_0x3a07f3['setAttribute']('headingId',_0x196df0,_0x4f875d),_0x196df0;}function _0x537852(_0x385fb7,_0x17178b){_0x385fb7['removeAttribute']('headingId',_0x17178b);}_0x580ac4['model']['document']['registerPostFixer'](_0x18bcff=>{const _0x2ba8a2=_0x580ac4['model']['document']['differ']['getChanges']();let _0x224eb8=!0x1;for(const _0x5b4bdb of _0x2ba8a2)if('insert'==_0x5b4bdb['type']&&_0x5b4bdb['name']){if(_0x5b4bdb['name']['match'](/heading\d/)){const _0x2e9049=_0x5b4bdb['attributes']['get']('headingId');'string'==typeof _0x2e9049?_0x37965b['has'](_0x2e9049)?(_0x344372(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0):_0x117956['add'](_0x2e9049):(_0x344372(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0);}else'string'==typeof _0x5b4bdb['attributes']['get']('headingId')&&(_0x537852(_0x18bcff,_0x5b4bdb['position']['nodeAfter']),_0x224eb8=!0x0);}else{if('remove'==_0x5b4bdb['type']){const _0x8ecc4f=_0x5b4bdb['attributes']['get']('headingId');'string'==typeof _0x8ecc4f&&_0x37965b['delete'](_0x8ecc4f);}}return _0x224eb8;}),_0x580ac4['model']['document']['on']('change',()=>{_0x117956['forEach'](_0xa32c3=>_0x37965b['add'](_0xa32c3)),_0x117956['clear']();});}}class s extends _0x143b66{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x1b690d,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x1575d9){super(_0x1575d9),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x309565=this['editor'],_0x2faa1f=_0x309565['editing']['view']['document'];_0x309565['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x309565['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x2faa1f,'click',(_0x56a885,_0xbe441c)=>{if(!_0xbe441c['target'])return;const _0x293da0=_0xbe441c['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x293da0)&&(_0xbe441c['domEvent']['preventDefault'](),_0x56a885['stop'](),this['_handleScrollToHeading'](_0x293da0));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x309565['commands']['add']('insertTableOfContents',new O(_0x309565)),(_0x309565['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x3c2621,_0x3911d7)=>{this['_currentOutlineDefinitions']=_0x3911d7['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x309565['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x2979b5){const _0x1d6abb=_0x402a5d([0x43,0x44,0x37,0x6e,0x57,0x51,0x50,0x4f,0x6c,0x6a,0x49,0x36,0x63,0x52,0x55,0x33,0x62,0x4e,0x56,0x31,0x7a,0x48,0x72,0x32,0x78,0x64,0x42,0x4a,0x59,0x47,0x65,0x61,0x74,0x71,0x30,0x53,0x4b,0x6d,0x67,0x75,0x68,0x77,0x69,0x41,0x73,0x4c,0x66,0x46,0x70,0x39,0x4d,0x34,0x45,0x6b,0x5a,0x38,0x54,0x79,0x35,0x6f,0x58,0x76]),_0x5223c5=0x3c478f81,_0x49e631=0x3c40e481^_0x5223c5,_0x5b2b8b=window[_0x402a5d([0x44,0x61,0x74,0x65])][_0x402a5d([0x6e,0x6f,0x77])](),_0x2a6c23=_0x2979b5[_0x402a5d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36117a=new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32beba=>{_0x2a6c23[_0x402a5d([0x6f,0x6e,0x63,0x65])](_0x402a5d([0x72,0x65,0x61,0x64,0x79]),_0x32beba);}),_0x29b712={[_0x402a5d([0x6b,0x74,0x79])]:_0x402a5d([0x45,0x43]),[_0x402a5d([0x75,0x73,0x65])]:_0x402a5d([0x73,0x69,0x67]),[_0x402a5d([0x63,0x72,0x76])]:_0x402a5d([0x50,0x2d,0x32,0x35,0x36]),[_0x402a5d([0x78])]:_0x402a5d([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x402a5d([0x79])]:_0x402a5d([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x402a5d([0x61,0x6c,0x67])]:_0x402a5d([0x45,0x53,0x32,0x35,0x36])},_0x1ea68c=_0x2a6c23[_0x402a5d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x402a5d([0x67,0x65,0x74])](_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1810f0(){let _0x404eed,_0xe69ec2=null,_0x586548=null;try{if(_0x1ea68c==_0x402a5d([0x47,0x50,0x4c]))return _0x402a5d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x404eed=_0x184df9(),!_0x404eed)return _0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x404eed[_0x402a5d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x586548=_0x31076a(_0x404eed[_0x402a5d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x404eed[_0x402a5d([0x6a,0x74,0x69])])),await _0x21ca65()?_0x1f5f02()?_0x41eaff()?_0x402a5d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5f48eb()?(_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x402a5d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xe69ec2=_0x169097(_0x402a5d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x402a5d([0x74,0x72,0x69,0x61,0x6c])&&(_0xe69ec2=_0x169097(_0x402a5d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xec29ea()):_0x402a5d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x402a5d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x402a5d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41eaff(){const _0x4be66e=[_0x402a5d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x402a5d([0x74,0x72,0x69,0x61,0x6c])][_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b2b8b/0x3e8:0xe10*_0x49e631;return _0x404eed[_0x402a5d([0x65,0x78,0x70])]<_0x4be66e;}function _0x1f5f02(){const _0x1948d7=_0x404eed[_0x402a5d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1948d7&&(!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x2a]))||(!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x54,0x4f,0x43]))||!!_0x1948d7[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x50,0x50]))));}function _0x5f48eb(){const _0x355c3c=_0x404eed[_0x402a5d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x355c3c||0x0==_0x355c3c[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x143cfa}=new URL(window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x355c3c[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x143cfa))return!0x0;const _0x3f5613=_0x143cfa[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e]));return _0x355c3c[_0x402a5d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x43ae82=>_0x43ae82[_0x402a5d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402a5d([0x2a])))[_0x402a5d([0x6d,0x61,0x70])](_0x3c0771=>_0x3c0771[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e])))[_0x402a5d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x212872=>_0x212872[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f5613[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x402a5d([0x6d,0x61,0x70])](_0x25471b=>Array(_0x3f5613[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x25471b[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x402a5d([0x66,0x69,0x6c,0x6c])](_0x25471b[0x0]===_0x402a5d([0x2a])?_0x402a5d([0x2a]):'')[_0x402a5d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x25471b))[_0x402a5d([0x73,0x6f,0x6d,0x65])](_0x9029fc=>_0x3f5613[_0x402a5d([0x65,0x76,0x65,0x72,0x79])]((_0x333e6f,_0xaa707c)=>_0x9029fc[_0xaa707c]===_0x333e6f||_0x9029fc[_0xaa707c]===_0x402a5d([0x2a])));}function _0xec29ea(){return _0xe69ec2&&_0x586548?new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ef8af,_0x4e9a0d)=>{_0xe69ec2[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x2ef8af,_0x4e9a0d),_0x586548[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x4b5a12=>{_0x4b5a12!=_0x402a5d([0x56,0x61,0x6c,0x69,0x64])&&_0x2ef8af(_0x4b5a12);},_0x4e9a0d);}):_0xe69ec2||_0x586548||_0x402a5d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31076a(_0x4ea0ef,_0x51e489){return new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ded12=>{if(_0x2c763b())return _0x4ded12(_0x402a5d([0x56,0x61,0x6c,0x69,0x64]));_0x50f129(),_0x2a6c23[_0x402a5d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3e552e=!0x1;const _0x3bfecd=_0x56414f();function _0x5cf768(_0xb7177e){return!!_0xb7177e&&(typeof _0xb7177e===_0x402a5d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb7177e===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb7177e[_0x402a5d([0x74,0x68,0x65,0x6e])]===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb7177e[_0x402a5d([0x63,0x61,0x74,0x63,0x68])]===_0x402a5d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5118b3(_0x511f99){_0x171bff(_0x511f99)[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x24b536=>{if(!_0x24b536||_0x24b536[_0x402a5d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x402a5d([0x6f,0x6b]))return _0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x22cd2f(_0x2fef87(_0x3bfecd+_0x51e489))!=_0x24b536[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x402a5d([0x56,0x61,0x6c,0x69,0x64]);})[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x29a225=>(_0x707c17(),_0x29a225),()=>{const _0x52ff32=_0xc27934();return null==_0x52ff32?(_0x707c17(),_0x402a5d([0x56,0x61,0x6c,0x69,0x64])):_0x402a5d(_0x5b2b8b-_0x52ff32>(0x184b0b81^_0x5223c5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x4ded12)[_0x402a5d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ea882=0x3c716101^_0x5223c5;function _0x707c17(){const _0x4f79fd=_0x402a5d([0x6c,0x6c,0x63,0x74,0x2d])+_0x22cd2f(_0x2fef87(_0x4ea0ef)),_0x28ca61=_0xb15d11(_0x22cd2f(window[_0x402a5d([0x4d,0x61,0x74,0x68])][_0x402a5d([0x63,0x65,0x69,0x6c])](_0x5b2b8b/_0x3ea882)));window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x402a5d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f79fd,_0x28ca61);}function _0xc27934(){const _0x147513=_0x402a5d([0x6c,0x6c,0x63,0x74,0x2d])+_0x22cd2f(_0x2fef87(_0x4ea0ef)),_0x42d2c1=window[_0x402a5d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x402a5d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x147513);return _0x42d2c1?window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb15d11(_0x42d2c1),0x10)*_0x3ea882:null;}function _0x171bff(_0x2cf94d){return new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x25f0dd,_0x47d30a)=>{_0x2cf94d[_0x402a5d([0x74,0x68,0x65,0x6e])](_0x25f0dd,_0x47d30a),window[_0x402a5d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x47d30a,0x3c465b41^_0x5223c5);});}}_0x2a6c23[_0x402a5d([0x6f,0x6e])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b1c47,_0x49ea19)=>{if(_0x49ea19[0x0]!=_0x4ea0ef)return _0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49ea19[0x1]={..._0x49ea19[0x1],[_0x402a5d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3bfecd};},{[_0x402a5d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x402a5d([0x68,0x69,0x67,0x68])}),_0x2a6c23[_0x402a5d([0x6f,0x6e])](_0x402a5d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1aea52=>{_0x5cf768(_0x1aea52[_0x402a5d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3e552e=!0x0,_0x5118b3(_0x1aea52[_0x402a5d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x402a5d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x402a5d([0x6c,0x6f,0x77])}),_0x36117a[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>{_0x3e552e||_0x4ded12(_0x402a5d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c763b(){return _0x2a6c23[_0x402a5d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x402a5d([0x76,0x69,0x65,0x77])][_0x402a5d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x402a5d([0x61,0x75,0x74,0x6f]);}function _0x50f129(){_0x2a6c23[_0x402a5d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x402a5d([0x76,0x69,0x65,0x77])][_0x402a5d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x402a5d([0x61,0x75,0x74,0x6f]);}}function _0x169097(_0xab3c83){const _0x25d157=[new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x333752=>setTimeout(_0x333752,0x3c4eb14d^_0x5223c5)),_0x36117a[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14af1b=>{let _0x201625=0x0;_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x6f,0x6e])](_0x402a5d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x39bc4e,_0x218444)=>{_0x218444[0x0][_0x402a5d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x201625++,_0x201625==(0x3c478e79^_0x5223c5)&&(_0x14af1b(),_0x39bc4e[_0x402a5d([0x6f,0x66,0x66])]());});}))];return window[_0x402a5d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x402a5d([0x72,0x61,0x63,0x65])](_0x25d157)[_0x402a5d([0x74,0x68,0x65,0x6e])](()=>_0xab3c83);}async function _0x5bef39(){await _0x36117a,_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x30d775,_0x2a6c23[_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c])][_0x402a5d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x30d775,_0x2a6c23[_0x402a5d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x402a5d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1ee237(_0x19adf1){const _0x19d4dd=_0x1f9696();_0x2a6c23[_0x19d4dd]=_0x402a5d([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x19adf1,_0x19adf1!=_0x402a5d([0x56,0x61,0x6c,0x69,0x64])&&_0x5bef39();}function _0x1f9696(){const _0x360771=window[_0x402a5d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x402a5d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x402a5d([0x6e,0x6f,0x77])]())[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x402a5d([0x2e]),'');let _0x1b3549=_0x402a5d([0x43]);for(let _0x249e07=0x0;_0x249e07<_0x360771[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x249e07+=0x2){let _0x2b5346=window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x360771[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x249e07,_0x249e07+0x2));_0x2b5346>=_0x1d6abb[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2b5346-=_0x1d6abb[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1b3549+=_0x1d6abb[_0x2b5346];}return _0x1b3549;}function _0x184df9(){const _0x805102=_0x1ea68c[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e]));if(0x3!=_0x805102[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40091f(_0x805102[0x1]);function _0x40091f(_0x2abef0){const _0x596824=_0x121c68(_0x2abef0);return _0x596824&&_0x116748()?_0x596824:null;function _0x116748(){const _0x5951a7=_0x596824[_0x402a5d([0x6a,0x74,0x69])],_0x23e60b=window[_0x402a5d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5951a7[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5951a7[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4bcccd={..._0x596824,[_0x402a5d([0x6a,0x74,0x69])]:_0x5951a7[_0x402a5d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5951a7[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4bcccd[_0x402a5d([0x76,0x63])],_0x2fef87(_0x4bcccd)==_0x23e60b;}}}async function _0x21ca65(){let _0x2da2e3=!0x0;try{const _0x527951=_0x1ea68c[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])](_0x402a5d([0x2e])),[_0x293831,_0x219ce7,_0x3e3fa7]=_0x527951;return _0x3b7123(_0x293831),await _0x24aa5c(_0x293831,_0x219ce7,_0x3e3fa7),_0x2da2e3;}catch{return!0x1;}function _0x3b7123(_0x2cfdbc){const _0xed17ea=_0x121c68(_0x2cfdbc);_0xed17ea&&_0xed17ea[_0x402a5d([0x61,0x6c,0x67])]==_0x402a5d([0x45,0x53,0x32,0x35,0x36])||(_0x2da2e3=!0x1);}async function _0x24aa5c(_0x141009,_0x2afacb,_0x47ce91){const _0x2f1777=window[_0x402a5d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x402a5d([0x66,0x72,0x6f,0x6d])](_0x337ae8(_0x47ce91),_0x25b4d8=>_0x25b4d8[_0x402a5d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1abba3=new window[(_0x402a5d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x402a5d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x141009+_0x402a5d([0x2e])+_0x2afacb),_0x536500=window[_0x402a5d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x402a5d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x536500)return;const _0x3eb474=await _0x536500[_0x402a5d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x402a5d([0x6a,0x77,0x6b]),_0x29b712,{[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x45,0x43,0x44,0x53,0x41]),[_0x402a5d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x402a5d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x536500[_0x402a5d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x45,0x43,0x44,0x53,0x41]),[_0x402a5d([0x68,0x61,0x73,0x68])]:{[_0x402a5d([0x6e,0x61,0x6d,0x65])]:_0x402a5d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3eb474,_0x2f1777,_0x1abba3)||(_0x2da2e3=!0x1);}}function _0x121c68(_0x113503){return _0x113503[_0x402a5d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x402a5d([0x65,0x79]))?JSON[_0x402a5d([0x70,0x61,0x72,0x73,0x65])](_0x337ae8(_0x113503)):null;}function _0x337ae8(_0x3d6606){return window[_0x402a5d([0x61,0x74,0x6f,0x62])](_0x3d6606[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x402a5d([0x2b]))[_0x402a5d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x402a5d([0x2f])));}function _0x2fef87(_0x902080){let _0x21330c=0x1505;function _0x4f7ae0(_0x184ffe){for(let _0x5da81f=0x0;_0x5da81f<_0x184ffe[_0x402a5d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5da81f++){const _0x217597=_0x184ffe[_0x402a5d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5da81f);_0x21330c=(_0x21330c<<0x5)+_0x21330c+_0x217597,_0x21330c&=_0x21330c;}}function _0x169bce(_0x23ec1e){Array[_0x402a5d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x23ec1e)?_0x23ec1e[_0x402a5d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x169bce):_0x23ec1e&&typeof _0x23ec1e==_0x402a5d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x402a5d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x23ec1e)[_0x402a5d([0x73,0x6f,0x72,0x74])]()[_0x402a5d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xf45810,_0x1a73bf])=>{_0x4f7ae0(_0xf45810),_0x169bce(_0x1a73bf);}):_0x4f7ae0(window[_0x402a5d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x23ec1e));}return _0x169bce(_0x902080),_0x21330c>>>0x0;}function _0x22cd2f(_0x1faa52){return _0x1faa52[_0x402a5d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x402a5d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x402a5d([0x30]));}function _0xb15d11(_0x3e8d07){return _0x3e8d07[_0x402a5d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x402a5d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x402a5d([0x6a,0x6f,0x69,0x6e])]('');}function _0x30d775(){}function _0x402a5d(_0x3cf8bd){return _0x3cf8bd['map'](_0x49fe06=>String['fromCharCode'](_0x49fe06))['join']('');}_0x1ee237(await _0x1810f0());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x49e87c=>{'$graveyard'!==_0x49e87c['rootName']&&this['editor']['editing']['reconvertItem'](_0x49e87c);});}['_trackNewToCElements'](){for(const _0x5c80e7 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x5c80e7['type']||'tableOfContents'!==_0x5c80e7['name'])return;this['_tableOfContentsElements']['add'](_0x5c80e7['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3f543c=this['editor']['conversion'];_0x3f543c['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3f543c['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x51008a,{writer:_0x2c2b90})=>this['_createTableOfContents'](_0x2c2b90,!0x0)}),_0x3f543c['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x23fb89,{writer:_0x1b4523})=>{this['_tableOfContentsElements']['add'](_0x23fb89);const _0x1a8398=this['_createTableOfContents'](_0x1b4523);return _0x3b12e5(_0x1a8398,_0x1b4523,{'label':j(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x4866ab,_0xd5366a=!0x1){const {locale:_0x3f354f}=this['editor'],_0x1a64eb=_0x4866ab['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xd5366a&&{'data-table-of-contents-label':j(_0x3f354f,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xd5366a&&_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x1a64eb,'end'),_0x4866ab['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x4866ab['createText'](j(_0x3f354f,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x444ddb=_0xd5366a?'':'['+j(_0x3f354f,'Empty\x20heading')+']';let _0x289d34=_0x1a64eb;return this['_currentOutlineDefinitions']['forEach']((_0x25cb75,_0x1a2f76,_0x3234d2)=>{const _0x36ceb0=this['editor']['model']['hasContent'](_0x25cb75['modelElement'],{'ignoreWhitespaces':!0x0}),_0x29b2dd=_0x36ceb0?_0x25cb75['text']:_0x444ddb,_0x2d0644=_0x25cb75['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x4f25bd=_0x4866ab['createContainerElement']('a',{'href':'#'+_0x2d0644,...!_0xd5366a&&{'tabindex':'-1'}},[_0x4866ab['createText'](_0x29b2dd)]),_0x3aeecd=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x4866ab['setCustomProperty']('tableOfContentsHeadingIndex',_0x1a2f76,_0x4f25bd);const _0x41bf1f=_0x4866ab['createContainerElement']('li',null,[_0x36ceb0||!_0xd5366a&&_0x3aeecd?_0x4f25bd:_0x4866ab['createText']('')]),_0x2a13f3=_0x1a2f76?_0x3234d2[_0x1a2f76-0x1]['level']:0x0,_0x474ad4=Math['abs'](_0x25cb75['level']-_0x2a13f3);if(_0x25cb75['level']>_0x2a13f3){const _0x487d7c=N(_0x41bf1f,_0x474ad4,_0x4866ab);_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x289d34,'end'),_0x487d7c);}else{const _0x6d2bad=function(_0x203d23,_0x513f40){return _0x203d23['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5364fe=>_0x5364fe['is']('element','ol'))[_0x513f40];}(_0x289d34,_0x474ad4);_0x4866ab['insert'](_0x4866ab['createPositionAt'](_0x6d2bad,'end'),_0x41bf1f);}_0x289d34=_0x41bf1f;}),_0x1a64eb;}['_handleScrollToHeading'](_0x738a9c){const _0x12c09a=this['_currentOutlineDefinitions'][_0x738a9c]['modelElement'];this['editor']['model']['change'](_0x19962f=>{_0x19962f['setSelection'](_0x12c09a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x12baa9,_0x2c83ff)=>{const _0xddf97b=_0x2c83ff['mapper'],_0x448438=_0xddf97b['findMappedViewAncestor'](_0x2c83ff['viewPosition']),_0x238c69=_0xddf97b['toModelElement'](_0x448438);_0x238c69['is']('element','tableOfContents')&&(_0x2c83ff['modelPosition']=this['editor']['model']['createPositionAt'](_0x238c69,0x0),_0x12baa9['stop']());};}}function N(_0x386176,_0x39f154,_0x1373ce){return 0x1===_0x39f154?_0x1373ce['createContainerElement']('ol',null,[_0x386176]):_0x1373ce['createContainerElement']('ol',null,[_0x1373ce['createContainerElement']('li',null,[N(_0x386176,_0x39f154-0x1,_0x1373ce)])]);}class o extends _0x143b66{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2416b1=this['editor'];_0x2416b1['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1d2a6e=this['_createButton'](_0x136e58);return _0x1d2a6e['tooltip']=!0x0,_0x1d2a6e;}),_0x2416b1['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x2119c0)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x22a4cb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1608dd;for(const _0x235307 in _0x22a4cb){const _0x287dbf=_0x235307,_0x107c6a=_0x22a4cb[_0x287dbf];if('tableOfContentsLicenseKeyValid'==_0x107c6a||'tableOfContentsLicenseKeyInvalid'==_0x107c6a||'tableOfContentsLicenseKeyExpired'==_0x107c6a||'tableOfContentsLicenseKeyDomainLimit'==_0x107c6a||'tableOfContentsLicenseKeyNotAllowed'==_0x107c6a||'tableOfContentsLicenseKeyEvaluationLimit'==_0x107c6a||'tableOfContentsLicenseKeyTrialLimit'==_0x107c6a||'tableOfContentsLicenseKeyUsageLimit'==_0x107c6a){delete _0x22a4cb[_0x287dbf],_0x1608dd=_0x107c6a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1608dd&&_0x22a4cb['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1608dd&&_0x22a4cb['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1608dd&&_0x22a4cb['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1608dd&&_0x22a4cb['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3cab15){const _0xec8661=this['editor'],_0x360e26=_0xec8661['locale'],_0x1ea2b0=_0xec8661['commands']['get']('insertTableOfContents'),_0x68407=new _0x3cab15(_0x360e26);return _0x68407['set']({'label':j(_0x360e26,'Table\x20of\x20contents'),'icon':_0x18a6ff}),_0x68407['bind']('isEnabled')['to'](_0x1ea2b0,'isEnabled'),this['listenTo'](_0x68407,'execute',()=>{_0xec8661['execute']('insertTableOfContents'),_0xec8661['editing']['view']['focus']();}),_0x68407;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x143b66{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-document-outline",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.4",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.4",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.4",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.4",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.4",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.4",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.4",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.4",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.4",
|
|
24
24
|
"es-toolkit": "1.32.0"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5ca09a=_0x4f83;(function(_0xd69111,_0x5c43a1){const _0x28e9ef=_0x4f83,_0x5b5591=_0xd69111();while(!![]){try{const _0x283eae=-parseInt(_0x28e9ef(0x138))/0x1+-parseInt(_0x28e9ef(0x11e))/0x2+-parseInt(_0x28e9ef(0x136))/0x3+-parseInt(_0x28e9ef(0x11f))/0x4+-parseInt(_0x28e9ef(0x117))/0x5*(parseInt(_0x28e9ef(0x105))/0x6)+parseInt(_0x28e9ef(0x144))/0x7+parseInt(_0x28e9ef(0x119))/0x8;if(_0x283eae===_0x5c43a1)break;else _0x5b5591['push'](_0x5b5591['shift']());}catch(_0x299b90){_0x5b5591['push'](_0x5b5591['shift']());}}}(_0x4bb0,0x5dfe2));import{Plugin as _0x117266}from'ckeditor5/src/core.js';import{CKEditorError as _0x6bdfc6,global as _0x4cd6d6,Rect as _0x257f6c,uid as _0xd3cb09}from'ckeditor5/src/utils.js';import _0x525980 from'./ui/documentoutlineview.js';import{throttle as _0x35bbf5}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x4f83(_0x300e6c,_0x50ff63){const _0x4bb0b4=_0x4bb0();return _0x4f83=function(_0x4f8333,_0x4701f0){_0x4f8333=_0x4f8333-0xfe;let _0x5cbc21=_0x4bb0b4[_0x4f8333];return _0x5cbc21;},_0x4f83(_0x300e6c,_0x50ff63);}export default class n extends _0x117266{[_0x5ca09a(0x13a)];[_0x5ca09a(0x132)];[_0x5ca09a(0xff)];static get[_0x5ca09a(0x111)](){const _0x837101=_0x5ca09a;return _0x837101(0x102);}static get[_0x5ca09a(0x11a)](){return!0x0;}static get[_0x5ca09a(0x10e)](){return!0x0;}constructor(_0x53282c){const _0x513f46=_0x5ca09a;super(_0x53282c),this[_0x513f46(0x13a)]=new _0x525980(_0x53282c[_0x513f46(0x143)],this[_0x513f46(0x124)][_0x513f46(0x142)][_0x513f46(0x123)](_0x513f46(0x12d)),this[_0x513f46(0x124)][_0x513f46(0x142)][_0x513f46(0x123)](_0x513f46(0x108))),this[_0x513f46(0x132)]=[],this[_0x513f46(0xff)]=_0x35bbf5(this[_0x513f46(0x134)][_0x513f46(0x125)](this),0x64);}[_0x5ca09a(0x12e)](){const _0x44a821=_0x5ca09a,_0x175b97=this[_0x44a821(0x124)],_0x1d999b=_0x175b97[_0x44a821(0x129)][_0x44a821(0x123)](_0x44a821(0x137));let _0x2c6437=!0x1;if(this[_0x44a821(0x13a)][_0x44a821(0x10d)](),this[_0x44a821(0x124)]['ui'][_0x44a821(0x13e)][_0x44a821(0x10a)](this[_0x44a821(0x13a)][_0x44a821(0x12f)]),!_0x175b97[_0x44a821(0x142)][_0x44a821(0x123)](_0x44a821(0x108)))throw new _0x6bdfc6(_0x44a821(0x11c),{'editor':_0x175b97});_0x175b97[_0x44a821(0x142)][_0x44a821(0x123)](_0x44a821(0x108))[_0x44a821(0x104)](this[_0x44a821(0x13a)][_0x44a821(0x12f)]),_0x1d999b['on'](_0x44a821(0x13b),this[_0x44a821(0x10b)][_0x44a821(0x125)](this)),_0x1d999b['on'](_0x44a821(0x101),(_0x4484f9,{index:_0x417e0e})=>this[_0x44a821(0x100)](_0x417e0e)),this[_0x44a821(0x13a)]['on'](_0x44a821(0x109),(_0x23288b,_0x5e664f)=>{const _0x47d2bd=_0x44a821;_0x2c6437=!0x0,this[_0x47d2bd(0x110)](_0x5e664f);}),this[_0x44a821(0x13a)][_0x44a821(0x118)](_0x4cd6d6[_0x44a821(0x128)],_0x44a821(0x141),()=>{const _0x5e4f2c=_0x44a821;_0x2c6437?_0x2c6437=!0x1:this[_0x5e4f2c(0xff)]();},{'useCapture':!0x0}),this[_0x44a821(0x13a)][_0x44a821(0x118)](_0x4cd6d6[_0x44a821(0x140)],_0x44a821(0x127),this[_0x44a821(0xff)],{'useCapture':!0x0});}[_0x5ca09a(0xfe)](){!async function(_0x3b1612){const _0x4fe4c5=_0x1d7455([0x32,0x48,0x55,0x4d,0x6e,0x56,0x6a,0x75,0x70,0x79,0x71,0x72,0x57,0x43,0x41,0x30,0x33,0x44,0x53,0x74,0x46,0x6d,0x54,0x37,0x5a,0x63,0x4b,0x52,0x36,0x6f,0x47,0x78,0x64,0x4f,0x35,0x6b,0x62,0x4a,0x68,0x73,0x45,0x49,0x50,0x59,0x39,0x7a,0x66,0x76,0x61,0x38,0x58,0x69,0x42,0x34,0x65,0x4c,0x77,0x31,0x51,0x67,0x6c,0x4e]),_0x3c9a5f=0x243cdd25,_0x2bd19b=0x243bb7f5^_0x3c9a5f,_0x519097=window[_0x1d7455([0x44,0x61,0x74,0x65])][_0x1d7455([0x6e,0x6f,0x77])](),_0x191b48=_0x3b1612[_0x1d7455([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x51624f=new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59a2ef=>{_0x191b48[_0x1d7455([0x6f,0x6e,0x63,0x65])](_0x1d7455([0x72,0x65,0x61,0x64,0x79]),_0x59a2ef);}),_0x4b619b={[_0x1d7455([0x6b,0x74,0x79])]:_0x1d7455([0x45,0x43]),[_0x1d7455([0x75,0x73,0x65])]:_0x1d7455([0x73,0x69,0x67]),[_0x1d7455([0x63,0x72,0x76])]:_0x1d7455([0x50,0x2d,0x32,0x35,0x36]),[_0x1d7455([0x78])]:_0x1d7455([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]),[_0x1d7455([0x79])]:_0x1d7455([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]),[_0x1d7455([0x61,0x6c,0x67])]:_0x1d7455([0x45,0x53,0x32,0x35,0x36])},_0x4b4700=_0x191b48[_0x1d7455([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d7455([0x67,0x65,0x74])](_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2dddc2(){let _0x39b401,_0x36e33d=null,_0x42b201=null;try{if(_0x4b4700==_0x1d7455([0x47,0x50,0x4c]))return _0x1d7455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x39b401=_0x18db30(),!_0x39b401)return _0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x39b401[_0x1d7455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x42b201=_0x274741(_0x39b401[_0x1d7455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x39b401[_0x1d7455([0x6a,0x74,0x69])])),await _0x2a6531()?_0x4c66ba()?_0x267f85()?_0x1d7455([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3defcb()?(_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d7455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x36e33d=_0x4f51e5(_0x1d7455([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d7455([0x74,0x72,0x69,0x61,0x6c])&&(_0x36e33d=_0x4f51e5(_0x1d7455([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x369de1()):_0x1d7455([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d7455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x267f85(){const _0xff6968=[_0x1d7455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d7455([0x74,0x72,0x69,0x61,0x6c])][_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x519097/0x3e8:0xe10*_0x2bd19b;return _0x39b401[_0x1d7455([0x65,0x78,0x70])]<_0xff6968;}function _0x4c66ba(){const _0x39efb6=_0x39b401[_0x1d7455([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x39efb6&&(!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x2a]))||(!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x44,0x4f]))||!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x50,0x50]))));}function _0x3defcb(){const _0x15584f=_0x4f83,_0x5ce650=_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5ce650||0x0==_0x5ce650[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20bf8c}=new URL(window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x15584f(0x13c)]);if(_0x5ce650[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20bf8c))return!0x0;const _0x18c03a=_0x20bf8c[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e]));return _0x5ce650[_0x1d7455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5173c0=>_0x5173c0[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x2a])))[_0x1d7455([0x6d,0x61,0x70])](_0x3b9df6=>_0x3b9df6[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e])))[_0x1d7455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c9aab=>_0x4c9aab[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x18c03a[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d7455([0x6d,0x61,0x70])](_0x27c96e=>Array(_0x18c03a[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x27c96e[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d7455([0x66,0x69,0x6c,0x6c])](_0x27c96e[0x0]===_0x1d7455([0x2a])?_0x1d7455([0x2a]):'')[_0x1d7455([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x27c96e))[_0x1d7455([0x73,0x6f,0x6d,0x65])](_0x2065b6=>_0x18c03a[_0x1d7455([0x65,0x76,0x65,0x72,0x79])]((_0x463a9e,_0x1ce9f3)=>_0x2065b6[_0x1ce9f3]===_0x463a9e||_0x2065b6[_0x1ce9f3]===_0x1d7455([0x2a])));}function _0x369de1(){return _0x36e33d&&_0x42b201?new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e8f65,_0x18adc4)=>{_0x36e33d[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x2e8f65,_0x18adc4),_0x42b201[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x4688b8=>{_0x4688b8!=_0x1d7455([0x56,0x61,0x6c,0x69,0x64])&&_0x2e8f65(_0x4688b8);},_0x18adc4);}):_0x36e33d||_0x42b201||_0x1d7455([0x56,0x61,0x6c,0x69,0x64]);}}function _0x274741(_0x2e0e82,_0x147538){return new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ac3a4=>{if(_0x29b1e2())return _0x1ac3a4(_0x1d7455([0x56,0x61,0x6c,0x69,0x64]));_0x27349c(),_0x191b48[_0x1d7455([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15f690=!0x1;const _0x12c516=_0xd3cb09();function _0x46e7b9(_0x1ac16a){return!!_0x1ac16a&&(typeof _0x1ac16a===_0x1d7455([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1ac16a===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1ac16a[_0x1d7455([0x74,0x68,0x65,0x6e])]===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1ac16a[_0x1d7455([0x63,0x61,0x74,0x63,0x68])]===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e4bfa(_0x15f35e){_0x20826d(_0x15f35e)[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x48ecc8=>{if(!_0x48ecc8||_0x48ecc8[_0x1d7455([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d7455([0x6f,0x6b]))return _0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x358913(_0x2a8466(_0x12c516+_0x147538))!=_0x48ecc8[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d7455([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x45a453=>(_0x3c4120(),_0x45a453),()=>{const _0x2d22e0=_0x32bf3c();return null==_0x2d22e0?(_0x3c4120(),_0x1d7455([0x56,0x61,0x6c,0x69,0x64])):_0x1d7455(_0x519097-_0x2d22e0>(0x305925^_0x3c9a5f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x1ac3a4)[_0x1d7455([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x41668e=0x240a33a5^_0x3c9a5f;function _0x3c4120(){const _0x1ea958=_0x1d7455([0x6c,0x6c,0x63,0x74,0x2d])+_0x358913(_0x2a8466(_0x2e0e82)),_0x189f5f=_0x2292dd(_0x358913(window[_0x1d7455([0x4d,0x61,0x74,0x68])][_0x1d7455([0x63,0x65,0x69,0x6c])](_0x519097/_0x41668e)));window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d7455([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ea958,_0x189f5f);}function _0x32bf3c(){const _0x4bcd26=_0x1d7455([0x6c,0x6c,0x63,0x74,0x2d])+_0x358913(_0x2a8466(_0x2e0e82)),_0x303262=window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d7455([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bcd26);return _0x303262?window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2292dd(_0x303262),0x10)*_0x41668e:null;}function _0x20826d(_0x321f7c){return new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1875b5,_0x1851da)=>{_0x321f7c[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x1875b5,_0x1851da),window[_0x1d7455([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1851da,0x243d09e5^_0x3c9a5f);});}}_0x191b48[_0x1d7455([0x6f,0x6e])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x89b2cc,_0x270de7)=>{if(_0x270de7[0x0]!=_0x2e0e82)return _0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x270de7[0x1]={..._0x270de7[0x1],[_0x1d7455([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x12c516};},{[_0x1d7455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d7455([0x68,0x69,0x67,0x68])}),_0x191b48[_0x1d7455([0x6f,0x6e])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x223576=>{_0x46e7b9(_0x223576[_0x1d7455([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15f690=!0x0,_0x5e4bfa(_0x223576[_0x1d7455([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d7455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d7455([0x6c,0x6f,0x77])}),_0x51624f[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>{_0x15f690||_0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x29b1e2(){return _0x191b48[_0x1d7455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d7455([0x76,0x69,0x65,0x77])][_0x1d7455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d7455([0x61,0x75,0x74,0x6f]);}function _0x27349c(){_0x191b48[_0x1d7455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d7455([0x76,0x69,0x65,0x77])][_0x1d7455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d7455([0x61,0x75,0x74,0x6f]);}}function _0x4f51e5(_0x2ec807){const _0x578911=[new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf2001a=>setTimeout(_0xf2001a,0x2435e3e9^_0x3c9a5f)),_0x51624f[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2284a0=>{let _0x5876a2=0x0;_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x6f,0x6e])](_0x1d7455([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x29bc2e,_0x378a0a)=>{_0x378a0a[0x0][_0x1d7455([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5876a2++,_0x5876a2==(0x243cdcdd^_0x3c9a5f)&&(_0x2284a0(),_0x29bc2e[_0x1d7455([0x6f,0x66,0x66])]());});}))];return window[_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d7455([0x72,0x61,0x63,0x65])](_0x578911)[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>_0x2ec807);}async function _0x13782f(){await _0x51624f,_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36770e,_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36770e,_0x191b48[_0x1d7455([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3d3820(_0x4425b7){const _0x493e81=_0x229dd6();_0x191b48[_0x493e81]=_0x1d7455([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])+_0x4425b7,_0x4425b7!=_0x1d7455([0x56,0x61,0x6c,0x69,0x64])&&_0x13782f();}function _0x229dd6(){const _0x4f681d=window[_0x1d7455([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d7455([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d7455([0x6e,0x6f,0x77])]())[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d7455([0x2e]),'');let _0x3f9f44=_0x1d7455([0x48]);for(let _0xd56e6d=0x0;_0xd56e6d<_0x4f681d[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd56e6d+=0x2){let _0x5334c5=window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f681d[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd56e6d,_0xd56e6d+0x2));_0x5334c5>=_0x4fe4c5[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5334c5-=_0x4fe4c5[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3f9f44+=_0x4fe4c5[_0x5334c5];}return _0x3f9f44;}function _0x18db30(){const _0xb8d84b=_0x4b4700[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e]));if(0x3!=_0xb8d84b[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x145b7a(_0xb8d84b[0x1]);function _0x145b7a(_0x46117f){const _0x1038a0=_0x41a7b9(_0x46117f);return _0x1038a0&&_0x3bc6d5()?_0x1038a0:null;function _0x3bc6d5(){const _0x263916=_0x1038a0[_0x1d7455([0x6a,0x74,0x69])],_0x4ea40e=window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x263916[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x263916[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3ee492={..._0x1038a0,[_0x1d7455([0x6a,0x74,0x69])]:_0x263916[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x263916[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3ee492[_0x1d7455([0x76,0x63])],_0x2a8466(_0x3ee492)==_0x4ea40e;}}}async function _0x2a6531(){let _0x10d0ad=!0x0;try{const _0x4ba01f=_0x4b4700[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e])),[_0x1102ae,_0x11e0b7,_0x37a15d]=_0x4ba01f;return _0xfde3ff(_0x1102ae),await _0x4bd4cb(_0x1102ae,_0x11e0b7,_0x37a15d),_0x10d0ad;}catch{return!0x1;}function _0xfde3ff(_0x271b02){const _0x4f677e=_0x41a7b9(_0x271b02);_0x4f677e&&_0x4f677e[_0x1d7455([0x61,0x6c,0x67])]==_0x1d7455([0x45,0x53,0x32,0x35,0x36])||(_0x10d0ad=!0x1);}async function _0x4bd4cb(_0x56f6d0,_0x40d9fc,_0x36ca28){const _0x1c0574=window[_0x1d7455([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d7455([0x66,0x72,0x6f,0x6d])](_0x123dae(_0x36ca28),_0x3a76c5=>_0x3a76c5[_0x1d7455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x462983=new window[(_0x1d7455([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d7455([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x56f6d0+_0x1d7455([0x2e])+_0x40d9fc),_0x10125e=window[_0x1d7455([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d7455([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x10125e)return;const _0x38c7bb=await _0x10125e[_0x1d7455([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d7455([0x6a,0x77,0x6b]),_0x4b619b,{[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x45,0x43,0x44,0x53,0x41]),[_0x1d7455([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d7455([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x10125e[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x45,0x43,0x44,0x53,0x41]),[_0x1d7455([0x68,0x61,0x73,0x68])]:{[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x38c7bb,_0x1c0574,_0x462983)||(_0x10d0ad=!0x1);}}function _0x41a7b9(_0x3c97f8){return _0x3c97f8[_0x1d7455([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d7455([0x65,0x79]))?JSON[_0x1d7455([0x70,0x61,0x72,0x73,0x65])](_0x123dae(_0x3c97f8)):null;}function _0x123dae(_0x3aaa24){return window[_0x1d7455([0x61,0x74,0x6f,0x62])](_0x3aaa24[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d7455([0x2b]))[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d7455([0x2f])));}function _0x2a8466(_0x265905){let _0x14c1ac=0x1505;function _0x2130f6(_0x1f0e54){for(let _0x2458b1=0x0;_0x2458b1<_0x1f0e54[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2458b1++){const _0x4a0c6f=_0x1f0e54[_0x1d7455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2458b1);_0x14c1ac=(_0x14c1ac<<0x5)+_0x14c1ac+_0x4a0c6f,_0x14c1ac&=_0x14c1ac;}}function _0x4c1ec1(_0xbdc45f){Array[_0x1d7455([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xbdc45f)?_0xbdc45f[_0x1d7455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4c1ec1):_0xbdc45f&&typeof _0xbdc45f==_0x1d7455([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d7455([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xbdc45f)[_0x1d7455([0x73,0x6f,0x72,0x74])]()[_0x1d7455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x11dc7d,_0xac421a])=>{_0x2130f6(_0x11dc7d),_0x4c1ec1(_0xac421a);}):_0x2130f6(window[_0x1d7455([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xbdc45f));}return _0x4c1ec1(_0x265905),_0x14c1ac>>>0x0;}function _0x358913(_0x2df0b3){return _0x2df0b3[_0x1d7455([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d7455([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d7455([0x30]));}function _0x2292dd(_0x59358c){return _0x59358c[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d7455([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d7455([0x6a,0x6f,0x69,0x6e])]('');}function _0x36770e(){}function _0x1d7455(_0x12b3fe){const _0x42d040=_0x4f83;return _0x12b3fe[_0x42d040(0x13f)](_0x37fe63=>String[_0x42d040(0x122)](_0x37fe63))[_0x42d040(0x113)]('');}_0x3d3820(await _0x2dddc2());}(this);}[_0x5ca09a(0x13d)](){const _0x54947d=_0x5ca09a;super[_0x54947d(0x13d)](),this[_0x54947d(0x13a)][_0x54947d(0x13d)](),this[_0x54947d(0xff)][_0x54947d(0x107)]();}[_0x5ca09a(0x10b)](_0x3a45dd,{outlineDefinitions:_0x5907d2,outlineChanges:_0x441c12}){const _0x21f28b=_0x5ca09a;this[_0x21f28b(0x132)]=_0x5907d2,this[_0x21f28b(0x13a)][_0x21f28b(0x131)](_0x441c12);}[_0x5ca09a(0x100)](_0x585ef2){const _0x3c2fe4=_0x5ca09a;this[_0x3c2fe4(0x132)][_0x3c2fe4(0x11b)]&&this[_0x3c2fe4(0x132)][_0x585ef2]&&(this[_0x3c2fe4(0x13a)][_0x3c2fe4(0x101)]=_0x585ef2);}[_0x5ca09a(0x110)](_0x24ddd5){const _0x91fa9a=_0x5ca09a,_0x47326b=this[_0x91fa9a(0x132)][_0x24ddd5][_0x91fa9a(0x12b)];this[_0x91fa9a(0x124)][_0x91fa9a(0x12a)][_0x91fa9a(0x13b)](_0x2f6fa8=>{const _0x2ca11b=_0x91fa9a;_0x2f6fa8[_0x2ca11b(0x103)](_0x47326b,0x0);}),this[_0x91fa9a(0x124)][_0x91fa9a(0x116)][_0x91fa9a(0x13a)][_0x91fa9a(0x130)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x91fa9a(0x124)][_0x91fa9a(0x116)][_0x91fa9a(0x13a)][_0x91fa9a(0x139)](),this[_0x91fa9a(0x100)](_0x24ddd5);}[_0x5ca09a(0x134)](){const _0x1feb0b=_0x5ca09a,_0x56ef96=this[_0x1feb0b(0x124)];let _0x59cd50;for(const _0x3b08fa of _0x56ef96[_0x1feb0b(0x12a)][_0x1feb0b(0x128)][_0x1feb0b(0x10c)]()){const _0x3eff7a=_0x56ef96[_0x1feb0b(0x116)][_0x1feb0b(0x13a)][_0x1feb0b(0x12c)](_0x3b08fa),_0x18f5ae=_0x3eff7a&&new _0x257f6c(_0x3eff7a)[_0x1feb0b(0x114)]();if(_0x18f5ae){const _0x5a8d48=new _0x257f6c(_0x4cd6d6[_0x1feb0b(0x140)])[_0x1feb0b(0x135)](_0x18f5ae);_0x5a8d48&&(_0x59cd50=_0x5a8d48[_0x1feb0b(0x121)]+0.25*_0x5a8d48[_0x1feb0b(0x112)]);}}if(void 0x0===_0x59cd50)return;const _0x4d22f4=d(_0x56ef96[_0x1feb0b(0x116)],this[_0x1feb0b(0x132)],_0x59cd50);_0x4d22f4?this[_0x1feb0b(0x100)](this[_0x1feb0b(0x132)][_0x1feb0b(0x126)](_0x4d22f4)):this[_0x1feb0b(0x100)](-0x1);}}function _0x4bb0(){const _0x12a29a=['scroll','config','locale','3873163rdCUEU','afterInit','_updateActiveDefinitionFromViewportThrottled','_setActiveViewItem','activeItemIndex','DocumentOutlineUI','setSelection','appendChild','10374OrOqrd','toViewElement','cancel','documentOutline.container','itemSelected','add','_handleOutlineChange','getRootNames','render','isPremiumPlugin','floor','_handleItemSelected','pluginName','height','join','getVisible','mapViewToDom','editing','2205eyhMzG','listenTo','15476080yWXhyy','isOfficialPlugin','length','document-outline-container-not-provided','mapper','51324PgCqeN','1049500lMhVMi','domConverter','top','fromCharCode','get','editor','bind','indexOf','resize','document','plugins','model','modelElement','getDomRoot','documentOutline.showEmptyHeadings','init','element','scrollToTheSelection','sync','_currentOutlineDefinitions','bottom','_updateActiveDefinitionOnViewportChange','getIntersection','1622586OOebOM','DocumentOutlineUtils','511437dtsMDu','focus','view','change','href','destroy','focusTracker','map','window'];_0x4bb0=function(){return _0x12a29a;};return _0x4bb0();}function d(_0x37263b,_0x37f0d8,_0x362675,_0x3d2e94=0x0,_0xfeec71=_0x37f0d8[_0x5ca09a(0x11b)]-0x1){const _0x5b9122=_0x5ca09a,_0x2bca38=Math[_0x5b9122(0x10f)](_0x3d2e94+(_0xfeec71-_0x3d2e94)/0x2);if(_0xfeec71>=_0x3d2e94){const _0x59082b=_0x37f0d8[_0x2bca38],_0x24237d=_0x37263b[_0x5b9122(0x11d)][_0x5b9122(0x106)](_0x59082b[_0x5b9122(0x12b)]);if(!_0x24237d)return null;const _0x5a70c1=_0x37263b[_0x5b9122(0x13a)][_0x5b9122(0x120)][_0x5b9122(0x115)](_0x24237d);return new _0x257f6c(_0x5a70c1)[_0x5b9122(0x133)]>_0x362675?d(_0x37263b,_0x37f0d8,_0x362675,_0x3d2e94,_0x2bca38-0x1):d(_0x37263b,_0x37f0d8,_0x362675,_0x2bca38+0x1,_0xfeec71);}return _0x2bca38<0x0?null:_0x37f0d8[_0x2bca38];}
|
|
23
|
+
const _0x1a4f54=_0x59fc;(function(_0x41930f,_0x43408f){const _0x13153e=_0x59fc,_0x55c4a6=_0x41930f();while(!![]){try{const _0x339a63=parseInt(_0x13153e(0x1d5))/0x1*(parseInt(_0x13153e(0x1a0))/0x2)+-parseInt(_0x13153e(0x1d3))/0x3+parseInt(_0x13153e(0x1d9))/0x4+-parseInt(_0x13153e(0x1ae))/0x5*(-parseInt(_0x13153e(0x1c3))/0x6)+parseInt(_0x13153e(0x1c5))/0x7*(-parseInt(_0x13153e(0x1cd))/0x8)+parseInt(_0x13153e(0x1ab))/0x9*(parseInt(_0x13153e(0x1b6))/0xa)+-parseInt(_0x13153e(0x1c8))/0xb;if(_0x339a63===_0x43408f)break;else _0x55c4a6['push'](_0x55c4a6['shift']());}catch(_0xd0028e){_0x55c4a6['push'](_0x55c4a6['shift']());}}}(_0x1881,0xa19f8));import{Plugin as _0x248ac8}from'ckeditor5/src/core.js';import{CKEditorError as _0x580adc,global as _0x382735,Rect as _0x331bdb,uid as _0xc10045}from'ckeditor5/src/utils.js';function _0x1881(){const _0xcad14e=['_setActiveViewItem','window','top','href','49671YNxEHg','height','getIntersection','15785KRzpXr','activeItemIndex','afterInit','DocumentOutlineUtils','locale','editor','sync','_handleOutlineChange','1830nlNjQM','domConverter','_handleItemSelected','init','indexOf','get','document-outline-container-not-provided','modelElement','appendChild','scrollToTheSelection','DocumentOutlineUI','resize','document','354PGWwyz','bottom','7SvNeWs','element','bind','4932576fWoenf','mapViewToDom','floor','map','getRootNames','783392DpvrXG','getVisible','editing','itemSelected','_updateActiveDefinitionOnViewportChange','pluginName','2642604UnpMmS','_currentOutlineDefinitions','388807QJVFPh','fromCharCode','focus','change','2016676TSrNOx','listenTo','add','cancel','toViewElement','length','mapper','documentOutline.showEmptyHeadings','setSelection','focusTracker','documentOutline.container','getDomRoot','plugins','view','model','isOfficialPlugin','join','2UzyLEW','_updateActiveDefinitionFromViewportThrottled','config','isPremiumPlugin','render','scroll','destroy'];_0x1881=function(){return _0xcad14e;};return _0x1881();}import _0xc37917 from'./ui/documentoutlineview.js';import{throttle as _0x448627}from'es-toolkit/compat';function _0x59fc(_0x1bfd17,_0x61cd1f){const _0x1881db=_0x1881();return _0x59fc=function(_0x59fc2e,_0x564b46){_0x59fc2e=_0x59fc2e-0x1a0;let _0x4ea02a=_0x1881db[_0x59fc2e];return _0x4ea02a;},_0x59fc(_0x1bfd17,_0x61cd1f);}import'../../theme/documentoutline.css';export default class n extends _0x248ac8{[_0x1a4f54(0x1e6)];[_0x1a4f54(0x1d4)];[_0x1a4f54(0x1a1)];static get[_0x1a4f54(0x1d2)](){const _0x3aa498=_0x1a4f54;return _0x3aa498(0x1c0);}static get[_0x1a4f54(0x1e8)](){return!0x0;}static get[_0x1a4f54(0x1a3)](){return!0x0;}constructor(_0x2f90ec){const _0x4c7918=_0x1a4f54;super(_0x2f90ec),this[_0x4c7918(0x1e6)]=new _0xc37917(_0x2f90ec[_0x4c7918(0x1b2)],this[_0x4c7918(0x1b3)][_0x4c7918(0x1a2)][_0x4c7918(0x1bb)](_0x4c7918(0x1e0)),this[_0x4c7918(0x1b3)][_0x4c7918(0x1a2)][_0x4c7918(0x1bb)](_0x4c7918(0x1e3))),this[_0x4c7918(0x1d4)]=[],this[_0x4c7918(0x1a1)]=_0x448627(this[_0x4c7918(0x1d1)][_0x4c7918(0x1c7)](this),0x64);}[_0x1a4f54(0x1b9)](){const _0x3b2145=_0x1a4f54,_0x4a52eb=this[_0x3b2145(0x1b3)],_0x2232d2=_0x4a52eb[_0x3b2145(0x1e5)][_0x3b2145(0x1bb)](_0x3b2145(0x1b1));let _0x3aaa50=!0x1;if(this[_0x3b2145(0x1e6)][_0x3b2145(0x1a4)](),this[_0x3b2145(0x1b3)]['ui'][_0x3b2145(0x1e2)][_0x3b2145(0x1db)](this[_0x3b2145(0x1e6)][_0x3b2145(0x1c6)]),!_0x4a52eb[_0x3b2145(0x1a2)][_0x3b2145(0x1bb)](_0x3b2145(0x1e3)))throw new _0x580adc(_0x3b2145(0x1bc),{'editor':_0x4a52eb});_0x4a52eb[_0x3b2145(0x1a2)][_0x3b2145(0x1bb)](_0x3b2145(0x1e3))[_0x3b2145(0x1be)](this[_0x3b2145(0x1e6)][_0x3b2145(0x1c6)]),_0x2232d2['on'](_0x3b2145(0x1d8),this[_0x3b2145(0x1b5)][_0x3b2145(0x1c7)](this)),_0x2232d2['on'](_0x3b2145(0x1af),(_0xa026a9,{index:_0x2bbf92})=>this[_0x3b2145(0x1a7)](_0x2bbf92)),this[_0x3b2145(0x1e6)]['on'](_0x3b2145(0x1d0),(_0x183a17,_0xc29586)=>{const _0x39566d=_0x3b2145;_0x3aaa50=!0x0,this[_0x39566d(0x1b8)](_0xc29586);}),this[_0x3b2145(0x1e6)][_0x3b2145(0x1da)](_0x382735[_0x3b2145(0x1c2)],_0x3b2145(0x1a5),()=>{const _0x34d8ea=_0x3b2145;_0x3aaa50?_0x3aaa50=!0x1:this[_0x34d8ea(0x1a1)]();},{'useCapture':!0x0}),this[_0x3b2145(0x1e6)][_0x3b2145(0x1da)](_0x382735[_0x3b2145(0x1a8)],_0x3b2145(0x1c1),this[_0x3b2145(0x1a1)],{'useCapture':!0x0});}[_0x1a4f54(0x1b0)](){!async function(_0x3e47a5){const _0x46f71b=_0x39c081([0x4b,0x6d,0x74,0x71,0x62,0x31,0x35,0x38,0x36,0x6c,0x47,0x34,0x56,0x66,0x4e,0x45,0x64,0x30,0x43,0x77,0x79,0x54,0x70,0x75,0x7a,0x68,0x4f,0x32,0x55,0x4a,0x50,0x72,0x44,0x4d,0x39,0x67,0x4c,0x6f,0x52,0x6b,0x6a,0x41,0x58,0x33,0x5a,0x61,0x76,0x63,0x49,0x65,0x48,0x78,0x46,0x59,0x73,0x69,0x42,0x57,0x6e,0x37,0x53,0x51]),_0xa1565b=0x7438d4ae,_0x447828=0x743fbfae^_0xa1565b,_0x419ff1=window[_0x39c081([0x44,0x61,0x74,0x65])][_0x39c081([0x6e,0x6f,0x77])](),_0x6823f8=_0x3e47a5[_0x39c081([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x9a57cd=new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5004ba=>{_0x6823f8[_0x39c081([0x6f,0x6e,0x63,0x65])](_0x39c081([0x72,0x65,0x61,0x64,0x79]),_0x5004ba);}),_0x9de8c4={[_0x39c081([0x6b,0x74,0x79])]:_0x39c081([0x45,0x43]),[_0x39c081([0x75,0x73,0x65])]:_0x39c081([0x73,0x69,0x67]),[_0x39c081([0x63,0x72,0x76])]:_0x39c081([0x50,0x2d,0x32,0x35,0x36]),[_0x39c081([0x78])]:_0x39c081([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x39c081([0x79])]:_0x39c081([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x39c081([0x61,0x6c,0x67])]:_0x39c081([0x45,0x53,0x32,0x35,0x36])},_0x4c7631=_0x6823f8[_0x39c081([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x39c081([0x67,0x65,0x74])](_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3ff4f6(){let _0x457d20,_0x243ff6=null,_0x508c27=null;try{if(_0x4c7631==_0x39c081([0x47,0x50,0x4c]))return _0x39c081([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x457d20=_0x418097(),!_0x457d20)return _0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x457d20[_0x39c081([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x508c27=_0x27a610(_0x457d20[_0x39c081([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x457d20[_0x39c081([0x6a,0x74,0x69])])),await _0x5e49b7()?_0x3bda75()?_0x5c821e()?_0x39c081([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc7904b()?(_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39c081([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x243ff6=_0x2fa4a1(_0x39c081([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39c081([0x74,0x72,0x69,0x61,0x6c])&&(_0x243ff6=_0x2fa4a1(_0x39c081([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2987d0()):_0x39c081([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x39c081([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x39c081([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c821e(){const _0x176a98=[_0x39c081([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x39c081([0x74,0x72,0x69,0x61,0x6c])][_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x419ff1/0x3e8:0xe10*_0x447828;return _0x457d20[_0x39c081([0x65,0x78,0x70])]<_0x176a98;}function _0x3bda75(){const _0x47a52e=_0x457d20[_0x39c081([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x47a52e&&(!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x2a]))||(!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x44,0x4f]))||!!_0x47a52e[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x50,0x50]))));}function _0xc7904b(){const _0x1298a3=_0x59fc,_0x272d32=_0x457d20[_0x39c081([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x272d32||0x0==_0x272d32[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5ba8e5}=new URL(window[_0x39c081([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1298a3(0x1aa)]);if(_0x272d32[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ba8e5))return!0x0;const _0x5c2424=_0x5ba8e5[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e]));return _0x272d32[_0x39c081([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2e7b74=>_0x2e7b74[_0x39c081([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c081([0x2a])))[_0x39c081([0x6d,0x61,0x70])](_0x526099=>_0x526099[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e])))[_0x39c081([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e055f=>_0x1e055f[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5c2424[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x39c081([0x6d,0x61,0x70])](_0x12d8b1=>Array(_0x5c2424[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x12d8b1[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x39c081([0x66,0x69,0x6c,0x6c])](_0x12d8b1[0x0]===_0x39c081([0x2a])?_0x39c081([0x2a]):'')[_0x39c081([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x12d8b1))[_0x39c081([0x73,0x6f,0x6d,0x65])](_0x57ab4a=>_0x5c2424[_0x39c081([0x65,0x76,0x65,0x72,0x79])]((_0x5a51a4,_0x4fa1ad)=>_0x57ab4a[_0x4fa1ad]===_0x5a51a4||_0x57ab4a[_0x4fa1ad]===_0x39c081([0x2a])));}function _0x2987d0(){return _0x243ff6&&_0x508c27?new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5009f7,_0x579cd5)=>{_0x243ff6[_0x39c081([0x74,0x68,0x65,0x6e])](_0x5009f7,_0x579cd5),_0x508c27[_0x39c081([0x74,0x68,0x65,0x6e])](_0x3468a9=>{_0x3468a9!=_0x39c081([0x56,0x61,0x6c,0x69,0x64])&&_0x5009f7(_0x3468a9);},_0x579cd5);}):_0x243ff6||_0x508c27||_0x39c081([0x56,0x61,0x6c,0x69,0x64]);}}function _0x27a610(_0x1f8838,_0x3e8cf0){return new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59f8c9=>{if(_0x4bfefc())return _0x59f8c9(_0x39c081([0x56,0x61,0x6c,0x69,0x64]));_0x3cb9f1(),_0x6823f8[_0x39c081([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x42164e=!0x1;const _0x14d239=_0xc10045();function _0x51e981(_0x1d40f6){return!!_0x1d40f6&&(typeof _0x1d40f6===_0x39c081([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1d40f6===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1d40f6[_0x39c081([0x74,0x68,0x65,0x6e])]===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1d40f6[_0x39c081([0x63,0x61,0x74,0x63,0x68])]===_0x39c081([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x35d56f(_0x4f4add){_0x4fe33(_0x4f4add)[_0x39c081([0x74,0x68,0x65,0x6e])](_0x602d2=>{if(!_0x602d2||_0x602d2[_0x39c081([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x39c081([0x6f,0x6b]))return _0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x19f262(_0xae8120(_0x14d239+_0x3e8cf0))!=_0x602d2[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x39c081([0x56,0x61,0x6c,0x69,0x64]);})[_0x39c081([0x74,0x68,0x65,0x6e])](_0x20a946=>(_0x1c1289(),_0x20a946),()=>{const _0x3d9c80=_0x44fd67();return null==_0x3d9c80?(_0x1c1289(),_0x39c081([0x56,0x61,0x6c,0x69,0x64])):_0x39c081(_0x419ff1-_0x3d9c80>(0x503450ae^_0xa1565b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x39c081([0x74,0x68,0x65,0x6e])](_0x59f8c9)[_0x39c081([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1d5538=0x740e3a2e^_0xa1565b;function _0x1c1289(){const _0x11b2f3=_0x39c081([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f262(_0xae8120(_0x1f8838)),_0x112c6c=_0x4ac8be(_0x19f262(window[_0x39c081([0x4d,0x61,0x74,0x68])][_0x39c081([0x63,0x65,0x69,0x6c])](_0x419ff1/_0x1d5538)));window[_0x39c081([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39c081([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11b2f3,_0x112c6c);}function _0x44fd67(){const _0x5010b2=_0x39c081([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f262(_0xae8120(_0x1f8838)),_0x5b377b=window[_0x39c081([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39c081([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5010b2);return _0x5b377b?window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ac8be(_0x5b377b),0x10)*_0x1d5538:null;}function _0x4fe33(_0x58c348){return new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46f591,_0x4ff4bc)=>{_0x58c348[_0x39c081([0x74,0x68,0x65,0x6e])](_0x46f591,_0x4ff4bc),window[_0x39c081([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4ff4bc,0x7439006e^_0xa1565b);});}}_0x6823f8[_0x39c081([0x6f,0x6e])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x579f91,_0x3268f9)=>{if(_0x3268f9[0x0]!=_0x1f8838)return _0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3268f9[0x1]={..._0x3268f9[0x1],[_0x39c081([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x14d239};},{[_0x39c081([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39c081([0x68,0x69,0x67,0x68])}),_0x6823f8[_0x39c081([0x6f,0x6e])](_0x39c081([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x554562=>{_0x51e981(_0x554562[_0x39c081([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x42164e=!0x0,_0x35d56f(_0x554562[_0x39c081([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x39c081([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39c081([0x6c,0x6f,0x77])}),_0x9a57cd[_0x39c081([0x74,0x68,0x65,0x6e])](()=>{_0x42164e||_0x59f8c9(_0x39c081([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4bfefc(){return _0x6823f8[_0x39c081([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39c081([0x76,0x69,0x65,0x77])][_0x39c081([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x39c081([0x61,0x75,0x74,0x6f]);}function _0x3cb9f1(){_0x6823f8[_0x39c081([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39c081([0x76,0x69,0x65,0x77])][_0x39c081([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x39c081([0x61,0x75,0x74,0x6f]);}}function _0x2fa4a1(_0x4bd469){const _0x218e63=[new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x123507=>setTimeout(_0x123507,0x7431ea62^_0xa1565b)),_0x9a57cd[_0x39c081([0x74,0x68,0x65,0x6e])](()=>new window[(_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59e934=>{let _0x1c3481=0x0;_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x6f,0x6e])](_0x39c081([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x6bc0f4,_0x2a9351)=>{_0x2a9351[0x0][_0x39c081([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1c3481++,_0x1c3481==(0x7438d556^_0xa1565b)&&(_0x59e934(),_0x6bc0f4[_0x39c081([0x6f,0x66,0x66])]());});}))];return window[_0x39c081([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x39c081([0x72,0x61,0x63,0x65])](_0x218e63)[_0x39c081([0x74,0x68,0x65,0x6e])](()=>_0x4bd469);}async function _0x508272(){await _0x9a57cd,_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2ca700,_0x6823f8[_0x39c081([0x6d,0x6f,0x64,0x65,0x6c])][_0x39c081([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2ca700,_0x6823f8[_0x39c081([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x39c081([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2bafce(_0x1f2232){const _0x4e27bd=_0x41f625();_0x6823f8[_0x4e27bd]=_0x39c081([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1f2232,_0x1f2232!=_0x39c081([0x56,0x61,0x6c,0x69,0x64])&&_0x508272();}function _0x41f625(){const _0x543f9a=window[_0x39c081([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x39c081([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x39c081([0x6e,0x6f,0x77])]())[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x39c081([0x2e]),'');let _0x16ae68=_0x39c081([0x4b]);for(let _0x31cba7=0x0;_0x31cba7<_0x543f9a[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31cba7+=0x2){let _0x20f1a2=window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x543f9a[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x31cba7,_0x31cba7+0x2));_0x20f1a2>=_0x46f71b[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x20f1a2-=_0x46f71b[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x16ae68+=_0x46f71b[_0x20f1a2];}return _0x16ae68;}function _0x418097(){const _0x2dfd18=_0x4c7631[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e]));if(0x3!=_0x2dfd18[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x225ae9(_0x2dfd18[0x1]);function _0x225ae9(_0x1b0e55){const _0x271c94=_0x1183b6(_0x1b0e55);return _0x271c94&&_0x1ce2e6()?_0x271c94:null;function _0x1ce2e6(){const _0x43f532=_0x271c94[_0x39c081([0x6a,0x74,0x69])],_0x1993d9=window[_0x39c081([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43f532[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x43f532[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2aefd1={..._0x271c94,[_0x39c081([0x6a,0x74,0x69])]:_0x43f532[_0x39c081([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x43f532[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2aefd1[_0x39c081([0x76,0x63])],_0xae8120(_0x2aefd1)==_0x1993d9;}}}async function _0x5e49b7(){let _0x22e4ac=!0x0;try{const _0xb65fdd=_0x4c7631[_0x39c081([0x73,0x70,0x6c,0x69,0x74])](_0x39c081([0x2e])),[_0x48118f,_0x361f9e,_0x42245a]=_0xb65fdd;return _0x573ac6(_0x48118f),await _0x484c6f(_0x48118f,_0x361f9e,_0x42245a),_0x22e4ac;}catch{return!0x1;}function _0x573ac6(_0x431b22){const _0x3c5764=_0x1183b6(_0x431b22);_0x3c5764&&_0x3c5764[_0x39c081([0x61,0x6c,0x67])]==_0x39c081([0x45,0x53,0x32,0x35,0x36])||(_0x22e4ac=!0x1);}async function _0x484c6f(_0x185c0e,_0x44dd3f,_0x546d82){const _0x3403d8=window[_0x39c081([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x39c081([0x66,0x72,0x6f,0x6d])](_0x13d94c(_0x546d82),_0x3c6a83=>_0x3c6a83[_0x39c081([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd250a7=new window[(_0x39c081([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x39c081([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x185c0e+_0x39c081([0x2e])+_0x44dd3f),_0x1b1889=window[_0x39c081([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x39c081([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b1889)return;const _0x1e9831=await _0x1b1889[_0x39c081([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x39c081([0x6a,0x77,0x6b]),_0x9de8c4,{[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x45,0x43,0x44,0x53,0x41]),[_0x39c081([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x39c081([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b1889[_0x39c081([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x45,0x43,0x44,0x53,0x41]),[_0x39c081([0x68,0x61,0x73,0x68])]:{[_0x39c081([0x6e,0x61,0x6d,0x65])]:_0x39c081([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1e9831,_0x3403d8,_0xd250a7)||(_0x22e4ac=!0x1);}}function _0x1183b6(_0x2e3a71){return _0x2e3a71[_0x39c081([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x39c081([0x65,0x79]))?JSON[_0x39c081([0x70,0x61,0x72,0x73,0x65])](_0x13d94c(_0x2e3a71)):null;}function _0x13d94c(_0x570ccf){return window[_0x39c081([0x61,0x74,0x6f,0x62])](_0x570ccf[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x39c081([0x2b]))[_0x39c081([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x39c081([0x2f])));}function _0xae8120(_0x47cdae){let _0xd1354a=0x1505;function _0x58ab1f(_0x3f35ae){for(let _0xadfd81=0x0;_0xadfd81<_0x3f35ae[_0x39c081([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xadfd81++){const _0x44a94d=_0x3f35ae[_0x39c081([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xadfd81);_0xd1354a=(_0xd1354a<<0x5)+_0xd1354a+_0x44a94d,_0xd1354a&=_0xd1354a;}}function _0x1e5430(_0x87dddd){Array[_0x39c081([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x87dddd)?_0x87dddd[_0x39c081([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e5430):_0x87dddd&&typeof _0x87dddd==_0x39c081([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x39c081([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x87dddd)[_0x39c081([0x73,0x6f,0x72,0x74])]()[_0x39c081([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xedb65c,_0x23252f])=>{_0x58ab1f(_0xedb65c),_0x1e5430(_0x23252f);}):_0x58ab1f(window[_0x39c081([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x87dddd));}return _0x1e5430(_0x47cdae),_0xd1354a>>>0x0;}function _0x19f262(_0x5ec380){return _0x5ec380[_0x39c081([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x39c081([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x39c081([0x30]));}function _0x4ac8be(_0x1626a0){return _0x1626a0[_0x39c081([0x73,0x70,0x6c,0x69,0x74])]('')[_0x39c081([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x39c081([0x6a,0x6f,0x69,0x6e])]('');}function _0x2ca700(){}function _0x39c081(_0x5cb354){const _0x1c3003=_0x59fc;return _0x5cb354[_0x1c3003(0x1cb)](_0x59ce18=>String[_0x1c3003(0x1d6)](_0x59ce18))[_0x1c3003(0x1e9)]('');}_0x2bafce(await _0x3ff4f6());}(this);}[_0x1a4f54(0x1a6)](){const _0x59bc59=_0x1a4f54;super[_0x59bc59(0x1a6)](),this[_0x59bc59(0x1e6)][_0x59bc59(0x1a6)](),this[_0x59bc59(0x1a1)][_0x59bc59(0x1dc)]();}[_0x1a4f54(0x1b5)](_0x5a6da2,{outlineDefinitions:_0x456224,outlineChanges:_0x388a91}){const _0xa196df=_0x1a4f54;this[_0xa196df(0x1d4)]=_0x456224,this[_0xa196df(0x1e6)][_0xa196df(0x1b4)](_0x388a91);}[_0x1a4f54(0x1a7)](_0x333da1){const _0x47f8dc=_0x1a4f54;this[_0x47f8dc(0x1d4)][_0x47f8dc(0x1de)]&&this[_0x47f8dc(0x1d4)][_0x333da1]&&(this[_0x47f8dc(0x1e6)][_0x47f8dc(0x1af)]=_0x333da1);}[_0x1a4f54(0x1b8)](_0x3cdc95){const _0x402acb=_0x1a4f54,_0x430971=this[_0x402acb(0x1d4)][_0x3cdc95][_0x402acb(0x1bd)];this[_0x402acb(0x1b3)][_0x402acb(0x1e7)][_0x402acb(0x1d8)](_0x4b65f0=>{const _0x24b2b4=_0x402acb;_0x4b65f0[_0x24b2b4(0x1e1)](_0x430971,0x0);}),this[_0x402acb(0x1b3)][_0x402acb(0x1cf)][_0x402acb(0x1e6)][_0x402acb(0x1bf)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x402acb(0x1b3)][_0x402acb(0x1cf)][_0x402acb(0x1e6)][_0x402acb(0x1d7)](),this[_0x402acb(0x1a7)](_0x3cdc95);}[_0x1a4f54(0x1d1)](){const _0x29d45b=_0x1a4f54,_0x383c9f=this[_0x29d45b(0x1b3)];let _0x77ea2f;for(const _0x2b828a of _0x383c9f[_0x29d45b(0x1e7)][_0x29d45b(0x1c2)][_0x29d45b(0x1cc)]()){const _0x574ae5=_0x383c9f[_0x29d45b(0x1cf)][_0x29d45b(0x1e6)][_0x29d45b(0x1e4)](_0x2b828a),_0x203428=_0x574ae5&&new _0x331bdb(_0x574ae5)[_0x29d45b(0x1ce)]();if(_0x203428){const _0x40ac2c=new _0x331bdb(_0x382735[_0x29d45b(0x1a8)])[_0x29d45b(0x1ad)](_0x203428);_0x40ac2c&&(_0x77ea2f=_0x40ac2c[_0x29d45b(0x1a9)]+0.25*_0x40ac2c[_0x29d45b(0x1ac)]);}}if(void 0x0===_0x77ea2f)return;const _0x15533f=d(_0x383c9f[_0x29d45b(0x1cf)],this[_0x29d45b(0x1d4)],_0x77ea2f);_0x15533f?this[_0x29d45b(0x1a7)](this[_0x29d45b(0x1d4)][_0x29d45b(0x1ba)](_0x15533f)):this[_0x29d45b(0x1a7)](-0x1);}}function d(_0x42f231,_0x5c709c,_0x1739d1,_0x195dad=0x0,_0x3f7f50=_0x5c709c[_0x1a4f54(0x1de)]-0x1){const _0x45b42a=_0x1a4f54,_0x10e1ee=Math[_0x45b42a(0x1ca)](_0x195dad+(_0x3f7f50-_0x195dad)/0x2);if(_0x3f7f50>=_0x195dad){const _0xd3fda7=_0x5c709c[_0x10e1ee],_0x2c6e85=_0x42f231[_0x45b42a(0x1df)][_0x45b42a(0x1dd)](_0xd3fda7[_0x45b42a(0x1bd)]);if(!_0x2c6e85)return null;const _0x28afc8=_0x42f231[_0x45b42a(0x1e6)][_0x45b42a(0x1b7)][_0x45b42a(0x1c9)](_0x2c6e85);return new _0x331bdb(_0x28afc8)[_0x45b42a(0x1c4)]>_0x1739d1?d(_0x42f231,_0x5c709c,_0x1739d1,_0x195dad,_0x10e1ee-0x1):d(_0x42f231,_0x5c709c,_0x1739d1,_0x10e1ee+0x1,_0x3f7f50);}return _0x10e1ee<0x0?null:_0x5c709c[_0x10e1ee];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x149fb9=_0x64a7;(function(_0x28c7c6,_0x172695){const _0x29cae5=_0x64a7,_0x80847e=_0x28c7c6();while(!![]){try{const _0x36bdde=-parseInt(_0x29cae5(0x13b))/0x1+parseInt(_0x29cae5(0x104))/0x2*(-parseInt(_0x29cae5(0x134))/0x3)+-parseInt(_0x29cae5(0x148))/0x4*(parseInt(_0x29cae5(0x12b))/0x5)+-parseInt(_0x29cae5(0x14c))/0x6+parseInt(_0x29cae5(0x10d))/0x7+parseInt(_0x29cae5(0x137))/0x8*(parseInt(_0x29cae5(0x11a))/0x9)+parseInt(_0x29cae5(0xed))/0xa;if(_0x36bdde===_0x172695)break;else _0x80847e['push'](_0x80847e['shift']());}catch(_0x570299){_0x80847e['push'](_0x80847e['shift']());}}}(_0x1409,0xcda68));function _0x64a7(_0x2f8a59,_0xafce7a){const _0x1409e2=_0x1409();return _0x64a7=function(_0x64a73a,_0x34510f){_0x64a73a=_0x64a73a-0xeb;let _0x4cd6b0=_0x1409e2[_0x64a73a];return _0x4cd6b0;},_0x64a7(_0x2f8a59,_0xafce7a);}import{Plugin as _0x14e690}from'ckeditor5/src/core.js';import{toWidget as _0x3d079b,Widget as _0x5ce534}from'ckeditor5/src/widget.js';function _0x1409(){const _0xaec377=['_createTableOfContents','conversion','20547720MbLZqY','mapper','hasContent','viewPosition','insertTableOfContents','model','_trackNewToCElements','_currentOutlineDefinitions','isInteger','dataDowncast','join','add','stop','forEach','text','position','div','_handleScrollToHeading','config','$graveyard','headingId.modelAttributeName','tableOfContentsHeadingIndex','_headingIdModelAttributeName','102874YraspB','upcast','findMappedViewAncestor','_tableOfContentsElements','reconvertItem','getChanges','preventDefault','high','click','11733365YFKPAw','\x20table-of-contents_empty','fromCharCode','createContainerElement','schema','end','nodeAfter','change','listenTo','type','insert','getCustomProperty','setCustomProperty','1476PpBBwm','for','tableOfContents','plugins','href','documentOutline.showEmptyHeadings','_defineSchema','domEvent','data','setSelection','register','_defineConverters','view','registerRawContentMatcher','headingId','elementToStructure','DocumentOutlineUtils','2103745iHcRKN','length','name','filter','viewToModelPosition','table-of-contents__placeholder','isOfficialPlugin','editor','TableOfContentsEditing','69wbtkRN','level','modelPosition','56912bJDcrl','differ','map','outlineDefinitions','429648RvvWdR','editingDowncast','createText','afterInit','get','target','locale','table-of-contents','$capture','requires','elementToElement','createPositionAt','scrollToTheSelection','12dLFFyd','pluginName','modelElement','init','7082238milnpP','commands','Empty\x20heading','_updateTableOfContentsElements','No\x20headings\x20were\x20found\x20in\x20the\x20document.','element','_redirectMapper','Table\x20of\x20contents','getAncestors','document','isPremiumPlugin','toModelElement','getAttribute','$blockObject','rootName','abs','editing'];_0x1409=function(){return _0xaec377;};return _0x1409();}import{uid as _0x141ab8}from'ckeditor5/src/utils.js';import _0x748318 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x58d996 from'../documentoutline/documentoutlineutils.js';import _0x1e4e07 from'./headingid.js';import{getTranslation as _0x39be6f}from'../utils/common-translations.js';export default class s extends _0x14e690{static get[_0x149fb9(0x149)](){const _0x5c7559=_0x149fb9;return _0x5c7559(0x133);}static get[_0x149fb9(0x131)](){return!0x0;}static get[_0x149fb9(0x156)](){return!0x0;}static get[_0x149fb9(0x144)](){return[_0x5ce534,_0x58d996,_0x1e4e07];}[_0x149fb9(0xf4)];[_0x149fb9(0x107)];[_0x149fb9(0x103)];constructor(_0x48f2a0){const _0x4cc27a=_0x149fb9;super(_0x48f2a0),this[_0x4cc27a(0xf4)]=[],this[_0x4cc27a(0x107)]=new Set(),this[_0x4cc27a(0x103)]=_0x4cc27a(0x128);}[_0x149fb9(0x14b)](){const _0x335411=_0x149fb9,_0x3a8b8e=this[_0x335411(0x132)],_0x55f4c6=_0x3a8b8e[_0x335411(0x15c)][_0x335411(0x126)][_0x335411(0x155)];_0x3a8b8e[_0x335411(0xff)][_0x335411(0x13f)](_0x335411(0x101))&&(this[_0x335411(0x103)]=_0x3a8b8e[_0x335411(0xff)][_0x335411(0x13f)](_0x335411(0x101))),this[_0x335411(0x115)](_0x55f4c6,_0x335411(0x10c),(_0x376753,_0x4eec7e)=>{const _0x6e7bae=_0x335411;if(!_0x4eec7e[_0x6e7bae(0x140)])return;const _0x20eeca=_0x4eec7e[_0x6e7bae(0x140)][_0x6e7bae(0x118)](_0x6e7bae(0x102));Number[_0x6e7bae(0xf5)](_0x20eeca)&&(_0x4eec7e[_0x6e7bae(0x121)][_0x6e7bae(0x10a)](),_0x376753[_0x6e7bae(0xf9)](),this[_0x6e7bae(0xfe)](_0x20eeca));},{'priority':_0x335411(0x10b),'context':_0x335411(0x143)}),this[_0x335411(0x120)](),this[_0x335411(0x125)](),_0x3a8b8e[_0x335411(0x14d)][_0x335411(0xf8)](_0x335411(0xf1),new _0x748318(_0x3a8b8e)),(_0x3a8b8e[_0x335411(0x11d)][_0x335411(0x13f)](_0x335411(0x12a))['on'](_0x335411(0x114),(_0x52e6cd,_0x4c56d4)=>{const _0x4859f3=_0x335411;this[_0x4859f3(0xf4)]=_0x4c56d4[_0x4859f3(0x13a)],this[_0x4859f3(0x14f)]();}),this[_0x335411(0x115)](_0x3a8b8e[_0x335411(0xf2)][_0x335411(0x155)],_0x335411(0x114),()=>{const _0xf35d9f=_0x335411;this[_0xf35d9f(0xf3)]();}));}[_0x149fb9(0x13e)](){!async function(_0x2088eb){const _0x5865b6=_0x115d9e([0x32,0x78,0x44,0x52,0x58,0x4a,0x34,0x4e,0x33,0x61,0x50,0x4b,0x67,0x63,0x65,0x7a,0x66,0x48,0x77,0x43,0x59,0x68,0x75,0x6a,0x37,0x42,0x79,0x36,0x74,0x46,0x4f,0x6b,0x69,0x53,0x73,0x31,0x30,0x6e,0x47,0x56,0x64,0x71,0x45,0x5a,0x4c,0x55,0x57,0x6c,0x35,0x72,0x62,0x39,0x41,0x54,0x70,0x51,0x76,0x49,0x6f,0x6d,0x38,0x4d]),_0x1818b3=0x64a28005,_0x42de23=0x64a5ead5^_0x1818b3,_0x1e5068=window[_0x115d9e([0x44,0x61,0x74,0x65])][_0x115d9e([0x6e,0x6f,0x77])](),_0x145e04=_0x2088eb[_0x115d9e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18b2c1=new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57b1a4=>{_0x145e04[_0x115d9e([0x6f,0x6e,0x63,0x65])](_0x115d9e([0x72,0x65,0x61,0x64,0x79]),_0x57b1a4);}),_0x3b4602={[_0x115d9e([0x6b,0x74,0x79])]:_0x115d9e([0x45,0x43]),[_0x115d9e([0x75,0x73,0x65])]:_0x115d9e([0x73,0x69,0x67]),[_0x115d9e([0x63,0x72,0x76])]:_0x115d9e([0x50,0x2d,0x32,0x35,0x36]),[_0x115d9e([0x78])]:_0x115d9e([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]),[_0x115d9e([0x79])]:_0x115d9e([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]),[_0x115d9e([0x61,0x6c,0x67])]:_0x115d9e([0x45,0x53,0x32,0x35,0x36])},_0xc6b5dc=_0x145e04[_0x115d9e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x115d9e([0x67,0x65,0x74])](_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x565ed6(){let _0x3376a4,_0x17954f=null,_0x2b6809=null;try{if(_0xc6b5dc==_0x115d9e([0x47,0x50,0x4c]))return _0x115d9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3376a4=_0x341fdd(),!_0x3376a4)return _0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3376a4[_0x115d9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2b6809=_0x1eeede(_0x3376a4[_0x115d9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3376a4[_0x115d9e([0x6a,0x74,0x69])])),await _0x38c654()?_0x51e8ea()?_0x298622()?_0x115d9e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x20fe5c()?(_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115d9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x17954f=_0x2375d2(_0x115d9e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115d9e([0x74,0x72,0x69,0x61,0x6c])&&(_0x17954f=_0x2375d2(_0x115d9e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x591dab()):_0x115d9e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x115d9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x298622(){const _0x220f6d=[_0x115d9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x115d9e([0x74,0x72,0x69,0x61,0x6c])][_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1e5068/0x3e8:0xe10*_0x42de23;return _0x3376a4[_0x115d9e([0x65,0x78,0x70])]<_0x220f6d;}function _0x51e8ea(){const _0xd997cd=_0x3376a4[_0x115d9e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xd997cd&&(!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x2a]))||(!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x54,0x4f,0x43]))||!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x50,0x50]))));}function _0x20fe5c(){const _0x359d8c=_0x64a7,_0x11ad65=_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11ad65||0x0==_0x11ad65[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2486e1}=new URL(window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x359d8c(0x11e)]);if(_0x11ad65[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2486e1))return!0x0;const _0x16b33b=_0x2486e1[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e]));return _0x11ad65[_0x115d9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13ee06=>_0x13ee06[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x2a])))[_0x115d9e([0x6d,0x61,0x70])](_0x1a479f=>_0x1a479f[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e])))[_0x115d9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b9ebb=>_0x4b9ebb[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16b33b[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x115d9e([0x6d,0x61,0x70])](_0x5699d9=>Array(_0x16b33b[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5699d9[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x115d9e([0x66,0x69,0x6c,0x6c])](_0x5699d9[0x0]===_0x115d9e([0x2a])?_0x115d9e([0x2a]):'')[_0x115d9e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5699d9))[_0x115d9e([0x73,0x6f,0x6d,0x65])](_0x2b37fb=>_0x16b33b[_0x115d9e([0x65,0x76,0x65,0x72,0x79])]((_0x53bc50,_0x534537)=>_0x2b37fb[_0x534537]===_0x53bc50||_0x2b37fb[_0x534537]===_0x115d9e([0x2a])));}function _0x591dab(){return _0x17954f&&_0x2b6809?new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a46a7,_0xebd034)=>{_0x17954f[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x2a46a7,_0xebd034),_0x2b6809[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x11ba71=>{_0x11ba71!=_0x115d9e([0x56,0x61,0x6c,0x69,0x64])&&_0x2a46a7(_0x11ba71);},_0xebd034);}):_0x17954f||_0x2b6809||_0x115d9e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1eeede(_0x565fc9,_0x57f590){return new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f3476=>{if(_0x2dcf3b())return _0x5f3476(_0x115d9e([0x56,0x61,0x6c,0x69,0x64]));_0x546176(),_0x145e04[_0x115d9e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x207fda=!0x1;const _0x35b6d8=_0x141ab8();function _0x1eff1a(_0x59baac){return!!_0x59baac&&(typeof _0x59baac===_0x115d9e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x59baac===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x59baac[_0x115d9e([0x74,0x68,0x65,0x6e])]===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x59baac[_0x115d9e([0x63,0x61,0x74,0x63,0x68])]===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x182146(_0x5ea172){_0x610c55(_0x5ea172)[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x11a7fe=>{if(!_0x11a7fe||_0x11a7fe[_0x115d9e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x115d9e([0x6f,0x6b]))return _0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x37fc4f(_0x47f1a8(_0x35b6d8+_0x57f590))!=_0x11a7fe[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x115d9e([0x56,0x61,0x6c,0x69,0x64]);})[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x4b6d8a=>(_0x5d2178(),_0x4b6d8a),()=>{const _0x3122d5=_0x5c7bf0();return null==_0x3122d5?(_0x5d2178(),_0x115d9e([0x56,0x61,0x6c,0x69,0x64])):_0x115d9e(_0x1e5068-_0x3122d5>(0x40ae0405^_0x1818b3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x5f3476)[_0x115d9e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x16536a=0x64946e85^_0x1818b3;function _0x5d2178(){const _0x122c43=_0x115d9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x37fc4f(_0x47f1a8(_0x565fc9)),_0x41d679=_0x385231(_0x37fc4f(window[_0x115d9e([0x4d,0x61,0x74,0x68])][_0x115d9e([0x63,0x65,0x69,0x6c])](_0x1e5068/_0x16536a)));window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115d9e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x122c43,_0x41d679);}function _0x5c7bf0(){const _0x195a51=_0x115d9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x37fc4f(_0x47f1a8(_0x565fc9)),_0x4ea8b3=window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115d9e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x195a51);return _0x4ea8b3?window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385231(_0x4ea8b3),0x10)*_0x16536a:null;}function _0x610c55(_0x464978){return new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4579df,_0x56baf8)=>{_0x464978[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x4579df,_0x56baf8),window[_0x115d9e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x56baf8,0x64a354c5^_0x1818b3);});}}_0x145e04[_0x115d9e([0x6f,0x6e])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b975c,_0x6cfa80)=>{if(_0x6cfa80[0x0]!=_0x565fc9)return _0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x6cfa80[0x1]={..._0x6cfa80[0x1],[_0x115d9e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x35b6d8};},{[_0x115d9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115d9e([0x68,0x69,0x67,0x68])}),_0x145e04[_0x115d9e([0x6f,0x6e])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3b6c0a=>{_0x1eff1a(_0x3b6c0a[_0x115d9e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x207fda=!0x0,_0x182146(_0x3b6c0a[_0x115d9e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x115d9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115d9e([0x6c,0x6f,0x77])}),_0x18b2c1[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>{_0x207fda||_0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2dcf3b(){return _0x145e04[_0x115d9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115d9e([0x76,0x69,0x65,0x77])][_0x115d9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x115d9e([0x61,0x75,0x74,0x6f]);}function _0x546176(){_0x145e04[_0x115d9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115d9e([0x76,0x69,0x65,0x77])][_0x115d9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x115d9e([0x61,0x75,0x74,0x6f]);}}function _0x2375d2(_0x23277a){const _0x15ad3d=[new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x89a917=>setTimeout(_0x89a917,0x64abbec9^_0x1818b3)),_0x18b2c1[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x464a91=>{let _0x12a51d=0x0;_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x6f,0x6e])](_0x115d9e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x37cfa4,_0x3eb911)=>{_0x3eb911[0x0][_0x115d9e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x12a51d++,_0x12a51d==(0x64a281fd^_0x1818b3)&&(_0x464a91(),_0x37cfa4[_0x115d9e([0x6f,0x66,0x66])]());});}))];return window[_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x115d9e([0x72,0x61,0x63,0x65])](_0x15ad3d)[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>_0x23277a);}async function _0x3ab685(){await _0x18b2c1,_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3934c8,_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3934c8,_0x145e04[_0x115d9e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a8b25(_0x10b552){const _0x5c19e9=_0x20b54b();_0x145e04[_0x5c19e9]=_0x115d9e([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])+_0x10b552,_0x10b552!=_0x115d9e([0x56,0x61,0x6c,0x69,0x64])&&_0x3ab685();}function _0x20b54b(){const _0x470263=window[_0x115d9e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x115d9e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x115d9e([0x6e,0x6f,0x77])]())[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x115d9e([0x2e]),'');let _0x5f41de=_0x115d9e([0x78]);for(let _0xb72b92=0x0;_0xb72b92<_0x470263[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb72b92+=0x2){let _0x1a7332=window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x470263[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb72b92,_0xb72b92+0x2));_0x1a7332>=_0x5865b6[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1a7332-=_0x5865b6[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5f41de+=_0x5865b6[_0x1a7332];}return _0x5f41de;}function _0x341fdd(){const _0x9e1dfa=_0xc6b5dc[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e]));if(0x3!=_0x9e1dfa[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4b53b5(_0x9e1dfa[0x1]);function _0x4b53b5(_0x2556d6){const _0x192a0a=_0xff0a24(_0x2556d6);return _0x192a0a&&_0x3042e5()?_0x192a0a:null;function _0x3042e5(){const _0xf44a1d=_0x192a0a[_0x115d9e([0x6a,0x74,0x69])],_0xd5609b=window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf44a1d[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf44a1d[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x558ad4={..._0x192a0a,[_0x115d9e([0x6a,0x74,0x69])]:_0xf44a1d[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xf44a1d[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x558ad4[_0x115d9e([0x76,0x63])],_0x47f1a8(_0x558ad4)==_0xd5609b;}}}async function _0x38c654(){let _0x3f91d4=!0x0;try{const _0x47cb88=_0xc6b5dc[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e])),[_0xa54212,_0x5563be,_0x210e60]=_0x47cb88;return _0xdbe089(_0xa54212),await _0x2fcc8b(_0xa54212,_0x5563be,_0x210e60),_0x3f91d4;}catch{return!0x1;}function _0xdbe089(_0x454fcf){const _0x29951e=_0xff0a24(_0x454fcf);_0x29951e&&_0x29951e[_0x115d9e([0x61,0x6c,0x67])]==_0x115d9e([0x45,0x53,0x32,0x35,0x36])||(_0x3f91d4=!0x1);}async function _0x2fcc8b(_0xc8e179,_0x2b4cc8,_0x38f0f4){const _0x5173fc=window[_0x115d9e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x115d9e([0x66,0x72,0x6f,0x6d])](_0xdbfd74(_0x38f0f4),_0x8bdd68=>_0x8bdd68[_0x115d9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x244f11=new window[(_0x115d9e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x115d9e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xc8e179+_0x115d9e([0x2e])+_0x2b4cc8),_0x2b4ecd=window[_0x115d9e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x115d9e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2b4ecd)return;const _0x54b11f=await _0x2b4ecd[_0x115d9e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x115d9e([0x6a,0x77,0x6b]),_0x3b4602,{[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x45,0x43,0x44,0x53,0x41]),[_0x115d9e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x115d9e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2b4ecd[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x45,0x43,0x44,0x53,0x41]),[_0x115d9e([0x68,0x61,0x73,0x68])]:{[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x54b11f,_0x5173fc,_0x244f11)||(_0x3f91d4=!0x1);}}function _0xff0a24(_0xc4cb12){return _0xc4cb12[_0x115d9e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x115d9e([0x65,0x79]))?JSON[_0x115d9e([0x70,0x61,0x72,0x73,0x65])](_0xdbfd74(_0xc4cb12)):null;}function _0xdbfd74(_0x53c754){return window[_0x115d9e([0x61,0x74,0x6f,0x62])](_0x53c754[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x115d9e([0x2b]))[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x115d9e([0x2f])));}function _0x47f1a8(_0x267427){let _0x35bca4=0x1505;function _0x553fa2(_0x17f88f){for(let _0xf41ef6=0x0;_0xf41ef6<_0x17f88f[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf41ef6++){const _0x4bfec0=_0x17f88f[_0x115d9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf41ef6);_0x35bca4=(_0x35bca4<<0x5)+_0x35bca4+_0x4bfec0,_0x35bca4&=_0x35bca4;}}function _0x5ab3eb(_0x19c15e){Array[_0x115d9e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x19c15e)?_0x19c15e[_0x115d9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ab3eb):_0x19c15e&&typeof _0x19c15e==_0x115d9e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x115d9e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x19c15e)[_0x115d9e([0x73,0x6f,0x72,0x74])]()[_0x115d9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x373afc,_0x425ed8])=>{_0x553fa2(_0x373afc),_0x5ab3eb(_0x425ed8);}):_0x553fa2(window[_0x115d9e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x19c15e));}return _0x5ab3eb(_0x267427),_0x35bca4>>>0x0;}function _0x37fc4f(_0x4a5f1c){return _0x4a5f1c[_0x115d9e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x115d9e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x115d9e([0x30]));}function _0x385231(_0x4fbd23){return _0x4fbd23[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x115d9e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x115d9e([0x6a,0x6f,0x69,0x6e])]('');}function _0x3934c8(){}function _0x115d9e(_0x1b9066){const _0x2af7ec=_0x64a7;return _0x1b9066[_0x2af7ec(0x139)](_0x345246=>String[_0x2af7ec(0x10f)](_0x345246))[_0x2af7ec(0xf7)]('');}_0x1a8b25(await _0x565ed6());}(this);}[_0x149fb9(0x14f)](){const _0x26c40d=_0x149fb9;this[_0x26c40d(0x107)][_0x26c40d(0xfa)](_0x8a236c=>{const _0x26df43=_0x26c40d;_0x26df43(0x100)!==_0x8a236c[_0x26df43(0x15a)]&&this[_0x26df43(0x132)][_0x26df43(0x15c)][_0x26df43(0x108)](_0x8a236c);});}[_0x149fb9(0xf3)](){const _0x44c1a8=_0x149fb9;for(const _0x246660 of this[_0x44c1a8(0x132)][_0x44c1a8(0xf2)][_0x44c1a8(0x155)][_0x44c1a8(0x138)][_0x44c1a8(0x109)]({'includeChangesInGraveyard':!0x0})){if(_0x44c1a8(0x117)!==_0x246660[_0x44c1a8(0x116)]||_0x44c1a8(0x11c)!==_0x246660[_0x44c1a8(0x12d)])return;this[_0x44c1a8(0x107)][_0x44c1a8(0xf8)](_0x246660[_0x44c1a8(0xfc)][_0x44c1a8(0x113)]);}}[_0x149fb9(0x120)](){const _0x5ec9cb=_0x149fb9;this[_0x5ec9cb(0x132)][_0x5ec9cb(0xf2)][_0x5ec9cb(0x111)][_0x5ec9cb(0x124)](_0x5ec9cb(0x11c),{'inheritAllFrom':_0x5ec9cb(0x159)});}[_0x149fb9(0x125)](){const _0x149dbc=_0x149fb9,_0x387592=this[_0x149dbc(0x132)][_0x149dbc(0xec)];_0x387592[_0x149dbc(0x11b)](_0x149dbc(0x105))[_0x149dbc(0x145)]({'model':_0x149dbc(0x11c),'view':{'name':_0x149dbc(0xfd),'classes':_0x149dbc(0x142)}}),_0x387592[_0x149dbc(0x11b)](_0x149dbc(0xf6))[_0x149dbc(0x129)]({'model':_0x149dbc(0x11c),'view':(_0x19ee66,{writer:_0x55c0ca})=>this[_0x149dbc(0xeb)](_0x55c0ca,!0x0)}),_0x387592[_0x149dbc(0x11b)](_0x149dbc(0x13c))[_0x149dbc(0x129)]({'model':_0x149dbc(0x11c),'view':(_0x379baa,{writer:_0xc59e0a})=>{const _0x28d48b=_0x149dbc;this[_0x28d48b(0x107)][_0x28d48b(0xf8)](_0x379baa);const _0xf20fe=this[_0x28d48b(0xeb)](_0xc59e0a);return _0x3d079b(_0xf20fe,_0xc59e0a,{'label':_0x39be6f(this[_0x28d48b(0x132)][_0x28d48b(0x141)],_0x28d48b(0x153))});}}),this[_0x149dbc(0x132)][_0x149dbc(0x122)][_0x149dbc(0x127)]({'name':_0x149dbc(0xfd),'classes':_0x149dbc(0x142)}),this[_0x149dbc(0x132)][_0x149dbc(0x15c)][_0x149dbc(0xee)]['on'](_0x149dbc(0x12f),this[_0x149dbc(0x152)](),{'priority':_0x149dbc(0x10b)});}[_0x149fb9(0xeb)](_0x33c383,_0x25be47=!0x1){const _0x689bc7=_0x149fb9,{locale:_0x9c138a}=this[_0x689bc7(0x132)],_0xb56083=_0x33c383[_0x689bc7(0x110)](_0x689bc7(0xfd),{'class':_0x689bc7(0x142)+(0x0===this[_0x689bc7(0xf4)][_0x689bc7(0x12c)]?_0x689bc7(0x10e):''),...!_0x25be47&&{'data-table-of-contents-label':_0x39be6f(_0x9c138a,_0x689bc7(0x153))}});0x0===this[_0x689bc7(0xf4)][_0x689bc7(0x12c)]&&!0x1===_0x25be47&&_0x33c383[_0x689bc7(0x117)](_0x33c383[_0x689bc7(0x146)](_0xb56083,_0x689bc7(0x112)),_0x33c383[_0x689bc7(0x110)]('p',{'class':_0x689bc7(0x130)},[_0x33c383[_0x689bc7(0x13d)](_0x39be6f(_0x9c138a,_0x689bc7(0x150)))]));const _0x1bb089=_0x25be47?'':'['+_0x39be6f(_0x9c138a,_0x689bc7(0x14e))+']';let _0x3bf3a9=_0xb56083;return this[_0x689bc7(0xf4)][_0x689bc7(0xfa)]((_0x360356,_0x1c5fb3,_0x17611c)=>{const _0xd0f969=_0x689bc7,_0x31d407=this[_0xd0f969(0x132)][_0xd0f969(0xf2)][_0xd0f969(0xef)](_0x360356[_0xd0f969(0x14a)],{'ignoreWhitespaces':!0x0}),_0x222e8f=_0x31d407?_0x360356[_0xd0f969(0xfb)]:_0x1bb089,_0x30a1b8=_0x360356[_0xd0f969(0x14a)][_0xd0f969(0x158)](this[_0xd0f969(0x103)]),_0x53feab=_0x33c383[_0xd0f969(0x110)]('a',{'href':'#'+_0x30a1b8,...!_0x25be47&&{'tabindex':'-1'}},[_0x33c383[_0xd0f969(0x13d)](_0x222e8f)]),_0x40cd7c=this[_0xd0f969(0x132)][_0xd0f969(0xff)][_0xd0f969(0x13f)](_0xd0f969(0x11f));_0x33c383[_0xd0f969(0x119)](_0xd0f969(0x102),_0x1c5fb3,_0x53feab);const _0x3ea527=_0x33c383[_0xd0f969(0x110)]('li',null,[_0x31d407||!_0x25be47&&_0x40cd7c?_0x53feab:_0x33c383[_0xd0f969(0x13d)]('')]),_0x2da5da=_0x1c5fb3?_0x17611c[_0x1c5fb3-0x1][_0xd0f969(0x135)]:0x0,_0x507d81=Math[_0xd0f969(0x15b)](_0x360356[_0xd0f969(0x135)]-_0x2da5da);if(_0x360356[_0xd0f969(0x135)]>_0x2da5da){const _0x29aa68=N(_0x3ea527,_0x507d81,_0x33c383);_0x33c383[_0xd0f969(0x117)](_0x33c383[_0xd0f969(0x146)](_0x3bf3a9,_0xd0f969(0x112)),_0x29aa68);}else{const _0x191342=function(_0x5ad4c0,_0x39d75b){const _0x2854e8=_0xd0f969;return _0x5ad4c0[_0x2854e8(0x154)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x2854e8(0x12e)](_0x47261b=>_0x47261b['is'](_0x2854e8(0x151),'ol'))[_0x39d75b];}(_0x3bf3a9,_0x507d81);_0x33c383[_0xd0f969(0x117)](_0x33c383[_0xd0f969(0x146)](_0x191342,_0xd0f969(0x112)),_0x3ea527);}_0x3bf3a9=_0x3ea527;}),_0xb56083;}[_0x149fb9(0xfe)](_0x36abdc){const _0x5ec784=_0x149fb9,_0x5874f9=this[_0x5ec784(0xf4)][_0x36abdc][_0x5ec784(0x14a)];this[_0x5ec784(0x132)][_0x5ec784(0xf2)][_0x5ec784(0x114)](_0x1ff7cc=>{const _0x591cdd=_0x5ec784;_0x1ff7cc[_0x591cdd(0x123)](_0x5874f9,0x0);}),this[_0x5ec784(0x132)][_0x5ec784(0x15c)][_0x5ec784(0x126)][_0x5ec784(0x147)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x149fb9(0x152)](){return(_0x495200,_0x22cb10)=>{const _0x307cf4=_0x64a7,_0x1fdb5e=_0x22cb10[_0x307cf4(0xee)],_0x4cb97f=_0x1fdb5e[_0x307cf4(0x106)](_0x22cb10[_0x307cf4(0xf0)]),_0xc42493=_0x1fdb5e[_0x307cf4(0x157)](_0x4cb97f);_0xc42493['is'](_0x307cf4(0x151),_0x307cf4(0x11c))&&(_0x22cb10[_0x307cf4(0x136)]=this[_0x307cf4(0x132)][_0x307cf4(0xf2)][_0x307cf4(0x146)](_0xc42493,0x0),_0x495200[_0x307cf4(0xf9)]());};}}function N(_0x235385,_0x501ceb,_0x233caa){const _0x366135=_0x149fb9;return 0x1===_0x501ceb?_0x233caa[_0x366135(0x110)]('ol',null,[_0x235385]):_0x233caa[_0x366135(0x110)]('ol',null,[_0x233caa[_0x366135(0x110)]('li',null,[N(_0x235385,_0x501ceb-0x1,_0x233caa)])]);}
|
|
23
|
+
const _0x3ea96c=_0x1083;(function(_0x4b0c6e,_0x31163a){const _0xf78f94=_0x1083,_0x13f9f3=_0x4b0c6e();while(!![]){try{const _0xf7bd9a=parseInt(_0xf78f94(0x8f))/0x1+parseInt(_0xf78f94(0xc4))/0x2+-parseInt(_0xf78f94(0x97))/0x3+parseInt(_0xf78f94(0x92))/0x4*(parseInt(_0xf78f94(0xd9))/0x5)+parseInt(_0xf78f94(0xe7))/0x6+-parseInt(_0xf78f94(0x95))/0x7*(-parseInt(_0xf78f94(0xe2))/0x8)+parseInt(_0xf78f94(0xdf))/0x9*(parseInt(_0xf78f94(0xcf))/0xa);if(_0xf7bd9a===_0x31163a)break;else _0x13f9f3['push'](_0x13f9f3['shift']());}catch(_0x5f5b89){_0x13f9f3['push'](_0x13f9f3['shift']());}}}(_0x3d0c,0xcebe6));import{Plugin as _0x25b6a3}from'ckeditor5/src/core.js';function _0x3d0c(){const _0x3b9b9a=['outlineDefinitions','type','table-of-contents__placeholder','createText','562177aEXsHP','DocumentOutlineUtils','headingId.modelAttributeName','1200wOFYzW','getAttribute','createPositionAt','380282JPrGWo','_currentOutlineDefinitions','1974693QrYjyM','tableOfContentsHeadingIndex','editing','$capture','getChanges','hasContent','isInteger','div','element','headingId','table-of-contents','_createTableOfContents','register','Empty\x20heading','document','createContainerElement','pluginName','mapper','length','insert','schema','isOfficialPlugin','nodeAfter','preventDefault','findMappedViewAncestor','viewToModelPosition','data','upcast','_trackNewToCElements','view','elementToElement','requires','init','add','Table\x20of\x20contents','href','target','getAncestors','join','isPremiumPlugin','plugins','afterInit','setCustomProperty','_updateTableOfContentsElements','$graveyard','1077498NVulFT','documentOutline.showEmptyHeadings','name','registerRawContentMatcher','click','stop','end','setSelection','change','_tableOfContentsElements','get','740XQoVhw','reconvertItem','tableOfContents','scrollToTheSelection','_defineSchema','No\x20headings\x20were\x20found\x20in\x20the\x20document.','insertTableOfContents','commands','\x20table-of-contents_empty','model','1260eQLdox','editor','config','getCustomProperty','modelPosition','rootName','4887xJEdVv','toModelElement','text','8OFNgdU','_defineConverters','for','domEvent','forEach','1404114MSdjIq','_headingIdModelAttributeName','TableOfContentsEditing','conversion','listenTo','_redirectMapper','locale','$blockObject','editingDowncast','dataDowncast','differ','map','fromCharCode','abs','level','modelElement','position','high','_handleScrollToHeading','filter','elementToStructure','viewPosition'];_0x3d0c=function(){return _0x3b9b9a;};return _0x3d0c();}import{toWidget as _0x5f467e,Widget as _0xb6265e}from'ckeditor5/src/widget.js';import{uid as _0x5030bc}from'ckeditor5/src/utils.js';import _0x385358 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0xdeb3c8 from'../documentoutline/documentoutlineutils.js';import _0x2d2d97 from'./headingid.js';import{getTranslation as _0x285f8b}from'../utils/common-translations.js';function _0x1083(_0x4fc410,_0x2fdf29){const _0x3d0cb1=_0x3d0c();return _0x1083=function(_0x10838f,_0x4270a6){_0x10838f=_0x10838f-0x78;let _0x29c3a0=_0x3d0cb1[_0x10838f];return _0x29c3a0;},_0x1083(_0x4fc410,_0x2fdf29);}export default class s extends _0x25b6a3{static get[_0x3ea96c(0xa7)](){const _0x2f366c=_0x3ea96c;return _0x2f366c(0xe9);}static get[_0x3ea96c(0xac)](){return!0x0;}static get[_0x3ea96c(0xbe)](){return!0x0;}static get[_0x3ea96c(0xb6)](){return[_0xb6265e,_0xdeb3c8,_0x2d2d97];}[_0x3ea96c(0x96)];[_0x3ea96c(0xcd)];[_0x3ea96c(0xe8)];constructor(_0x2673a3){const _0x19d408=_0x3ea96c;super(_0x2673a3),this[_0x19d408(0x96)]=[],this[_0x19d408(0xcd)]=new Set(),this[_0x19d408(0xe8)]=_0x19d408(0xa0);}[_0x3ea96c(0xb7)](){const _0xadb076=_0x3ea96c,_0x133ccf=this[_0xadb076(0xda)],_0x48ed74=_0x133ccf[_0xadb076(0x99)][_0xadb076(0xb4)][_0xadb076(0xa5)];_0x133ccf[_0xadb076(0xdb)][_0xadb076(0xce)](_0xadb076(0x91))&&(this[_0xadb076(0xe8)]=_0x133ccf[_0xadb076(0xdb)][_0xadb076(0xce)](_0xadb076(0x91))),this[_0xadb076(0x79)](_0x48ed74,_0xadb076(0xc8),(_0xf4920a,_0x59d807)=>{const _0x1be961=_0xadb076;if(!_0x59d807[_0x1be961(0xbb)])return;const _0x4eda55=_0x59d807[_0x1be961(0xbb)][_0x1be961(0xdc)](_0x1be961(0x98));Number[_0x1be961(0x9d)](_0x4eda55)&&(_0x59d807[_0x1be961(0xe5)][_0x1be961(0xae)](),_0xf4920a[_0x1be961(0xc9)](),this[_0x1be961(0x87)](_0x4eda55));},{'priority':_0xadb076(0x86),'context':_0xadb076(0x9a)}),this[_0xadb076(0xd3)](),this[_0xadb076(0xe3)](),_0x133ccf[_0xadb076(0xd6)][_0xadb076(0xb8)](_0xadb076(0xd5),new _0x385358(_0x133ccf)),(_0x133ccf[_0xadb076(0xbf)][_0xadb076(0xce)](_0xadb076(0x90))['on'](_0xadb076(0xcc),(_0x2d78a0,_0x57abec)=>{const _0x3aa10e=_0xadb076;this[_0x3aa10e(0x96)]=_0x57abec[_0x3aa10e(0x8b)],this[_0x3aa10e(0xc2)]();}),this[_0xadb076(0x79)](_0x133ccf[_0xadb076(0xd8)][_0xadb076(0xa5)],_0xadb076(0xcc),()=>{const _0x559e54=_0xadb076;this[_0x559e54(0xb3)]();}));}[_0x3ea96c(0xc0)](){!async function(_0x13d59c){const _0x16763f=_0x397795([0x43,0x44,0x37,0x6e,0x57,0x51,0x50,0x4f,0x6c,0x6a,0x49,0x36,0x63,0x52,0x55,0x33,0x62,0x4e,0x56,0x31,0x7a,0x48,0x72,0x32,0x78,0x64,0x42,0x4a,0x59,0x47,0x65,0x61,0x74,0x71,0x30,0x53,0x4b,0x6d,0x67,0x75,0x68,0x77,0x69,0x41,0x73,0x4c,0x66,0x46,0x70,0x39,0x4d,0x34,0x45,0x6b,0x5a,0x38,0x54,0x79,0x35,0x6f,0x58,0x76]),_0x3d0e1a=0x3c478f81,_0xff4964=0x3c40e481^_0x3d0e1a,_0x15bc45=window[_0x397795([0x44,0x61,0x74,0x65])][_0x397795([0x6e,0x6f,0x77])](),_0x2573fd=_0x13d59c[_0x397795([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15f2f3=new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ea5cd=>{_0x2573fd[_0x397795([0x6f,0x6e,0x63,0x65])](_0x397795([0x72,0x65,0x61,0x64,0x79]),_0x3ea5cd);}),_0x31a196={[_0x397795([0x6b,0x74,0x79])]:_0x397795([0x45,0x43]),[_0x397795([0x75,0x73,0x65])]:_0x397795([0x73,0x69,0x67]),[_0x397795([0x63,0x72,0x76])]:_0x397795([0x50,0x2d,0x32,0x35,0x36]),[_0x397795([0x78])]:_0x397795([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x397795([0x79])]:_0x397795([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x397795([0x61,0x6c,0x67])]:_0x397795([0x45,0x53,0x32,0x35,0x36])},_0x44a5cf=_0x2573fd[_0x397795([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x397795([0x67,0x65,0x74])](_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x493a37(){let _0x3ae68b,_0x1d1ee8=null,_0xbcb2c9=null;try{if(_0x44a5cf==_0x397795([0x47,0x50,0x4c]))return _0x397795([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ae68b=_0x2813e2(),!_0x3ae68b)return _0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ae68b[_0x397795([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xbcb2c9=_0x595a56(_0x3ae68b[_0x397795([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ae68b[_0x397795([0x6a,0x74,0x69])])),await _0xf27065()?_0x4ea48c()?_0x585a62()?_0x397795([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x31cd6b()?(_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x397795([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1d1ee8=_0x2bb1f8(_0x397795([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x397795([0x74,0x72,0x69,0x61,0x6c])&&(_0x1d1ee8=_0x2bb1f8(_0x397795([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4625ad()):_0x397795([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x397795([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x397795([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x585a62(){const _0x33928f=[_0x397795([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x397795([0x74,0x72,0x69,0x61,0x6c])][_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x15bc45/0x3e8:0xe10*_0xff4964;return _0x3ae68b[_0x397795([0x65,0x78,0x70])]<_0x33928f;}function _0x4ea48c(){const _0x3904ab=_0x3ae68b[_0x397795([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3904ab&&(!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x2a]))||(!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x54,0x4f,0x43]))||!!_0x3904ab[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x50,0x50]))));}function _0x31cd6b(){const _0x3fdc9b=_0x1083,_0x20392a=_0x3ae68b[_0x397795([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x20392a||0x0==_0x20392a[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4803d5}=new URL(window[_0x397795([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3fdc9b(0xba)]);if(_0x20392a[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4803d5))return!0x0;const _0x15dde0=_0x4803d5[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e]));return _0x20392a[_0x397795([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ad665=>_0x3ad665[_0x397795([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x397795([0x2a])))[_0x397795([0x6d,0x61,0x70])](_0x390e52=>_0x390e52[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e])))[_0x397795([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x289824=>_0x289824[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x15dde0[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x397795([0x6d,0x61,0x70])](_0x205f9a=>Array(_0x15dde0[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x205f9a[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x397795([0x66,0x69,0x6c,0x6c])](_0x205f9a[0x0]===_0x397795([0x2a])?_0x397795([0x2a]):'')[_0x397795([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x205f9a))[_0x397795([0x73,0x6f,0x6d,0x65])](_0x55a746=>_0x15dde0[_0x397795([0x65,0x76,0x65,0x72,0x79])]((_0x29072b,_0x43a597)=>_0x55a746[_0x43a597]===_0x29072b||_0x55a746[_0x43a597]===_0x397795([0x2a])));}function _0x4625ad(){return _0x1d1ee8&&_0xbcb2c9?new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5831cb,_0x3f42c2)=>{_0x1d1ee8[_0x397795([0x74,0x68,0x65,0x6e])](_0x5831cb,_0x3f42c2),_0xbcb2c9[_0x397795([0x74,0x68,0x65,0x6e])](_0x2d3d9b=>{_0x2d3d9b!=_0x397795([0x56,0x61,0x6c,0x69,0x64])&&_0x5831cb(_0x2d3d9b);},_0x3f42c2);}):_0x1d1ee8||_0xbcb2c9||_0x397795([0x56,0x61,0x6c,0x69,0x64]);}}function _0x595a56(_0x40f821,_0x2bbf84){return new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x207ec6=>{if(_0x547871())return _0x207ec6(_0x397795([0x56,0x61,0x6c,0x69,0x64]));_0x5e838e(),_0x2573fd[_0x397795([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x28de61=!0x1;const _0x43a75d=_0x5030bc();function _0xcd9e75(_0x771092){return!!_0x771092&&(typeof _0x771092===_0x397795([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x771092===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x771092[_0x397795([0x74,0x68,0x65,0x6e])]===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x771092[_0x397795([0x63,0x61,0x74,0x63,0x68])]===_0x397795([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xa53298(_0xdae911){_0x44d9dd(_0xdae911)[_0x397795([0x74,0x68,0x65,0x6e])](_0x5be5b1=>{if(!_0x5be5b1||_0x5be5b1[_0x397795([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x397795([0x6f,0x6b]))return _0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4b3fbc(_0x3afa85(_0x43a75d+_0x2bbf84))!=_0x5be5b1[_0x397795([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x397795([0x56,0x61,0x6c,0x69,0x64]);})[_0x397795([0x74,0x68,0x65,0x6e])](_0x5edfeb=>(_0x301081(),_0x5edfeb),()=>{const _0x3f6951=_0x44b30b();return null==_0x3f6951?(_0x301081(),_0x397795([0x56,0x61,0x6c,0x69,0x64])):_0x397795(_0x15bc45-_0x3f6951>(0x184b0b81^_0x3d0e1a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x397795([0x74,0x68,0x65,0x6e])](_0x207ec6)[_0x397795([0x63,0x61,0x74,0x63,0x68])](()=>{_0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13fff5=0x3c716101^_0x3d0e1a;function _0x301081(){const _0x248b28=_0x397795([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b3fbc(_0x3afa85(_0x40f821)),_0x108299=_0x56394d(_0x4b3fbc(window[_0x397795([0x4d,0x61,0x74,0x68])][_0x397795([0x63,0x65,0x69,0x6c])](_0x15bc45/_0x13fff5)));window[_0x397795([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x397795([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x248b28,_0x108299);}function _0x44b30b(){const _0x8f3bb7=_0x397795([0x6c,0x6c,0x63,0x74,0x2d])+_0x4b3fbc(_0x3afa85(_0x40f821)),_0x930a33=window[_0x397795([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x397795([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8f3bb7);return _0x930a33?window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56394d(_0x930a33),0x10)*_0x13fff5:null;}function _0x44d9dd(_0x40b2a2){return new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fc482,_0x41071f)=>{_0x40b2a2[_0x397795([0x74,0x68,0x65,0x6e])](_0x4fc482,_0x41071f),window[_0x397795([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41071f,0x3c465b41^_0x3d0e1a);});}}_0x2573fd[_0x397795([0x6f,0x6e])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x45c774,_0x4dd179)=>{if(_0x4dd179[0x0]!=_0x40f821)return _0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4dd179[0x1]={..._0x4dd179[0x1],[_0x397795([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x43a75d};},{[_0x397795([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x397795([0x68,0x69,0x67,0x68])}),_0x2573fd[_0x397795([0x6f,0x6e])](_0x397795([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fd69d=>{_0xcd9e75(_0x4fd69d[_0x397795([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x28de61=!0x0,_0xa53298(_0x4fd69d[_0x397795([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x397795([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x397795([0x6c,0x6f,0x77])}),_0x15f2f3[_0x397795([0x74,0x68,0x65,0x6e])](()=>{_0x28de61||_0x207ec6(_0x397795([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x547871(){return _0x2573fd[_0x397795([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x397795([0x76,0x69,0x65,0x77])][_0x397795([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x397795([0x61,0x75,0x74,0x6f]);}function _0x5e838e(){_0x2573fd[_0x397795([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x397795([0x76,0x69,0x65,0x77])][_0x397795([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x397795([0x61,0x75,0x74,0x6f]);}}function _0x2bb1f8(_0x1e1727){const _0xc4fa71=[new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2bf0b2=>setTimeout(_0x2bf0b2,0x3c4eb14d^_0x3d0e1a)),_0x15f2f3[_0x397795([0x74,0x68,0x65,0x6e])](()=>new window[(_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf6682f=>{let _0x1cf2f0=0x0;_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x6f,0x6e])](_0x397795([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x133480,_0xf5c9ab)=>{_0xf5c9ab[0x0][_0x397795([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1cf2f0++,_0x1cf2f0==(0x3c478e79^_0x3d0e1a)&&(_0xf6682f(),_0x133480[_0x397795([0x6f,0x66,0x66])]());});}))];return window[_0x397795([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x397795([0x72,0x61,0x63,0x65])](_0xc4fa71)[_0x397795([0x74,0x68,0x65,0x6e])](()=>_0x1e1727);}async function _0x298570(){await _0x15f2f3,_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2be19b,_0x2573fd[_0x397795([0x6d,0x6f,0x64,0x65,0x6c])][_0x397795([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2be19b,_0x2573fd[_0x397795([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x397795([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x372298(_0x37a4b1){const _0x4be9b3=_0x45406d();_0x2573fd[_0x4be9b3]=_0x397795([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x37a4b1,_0x37a4b1!=_0x397795([0x56,0x61,0x6c,0x69,0x64])&&_0x298570();}function _0x45406d(){const _0x33011e=window[_0x397795([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x397795([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x397795([0x6e,0x6f,0x77])]())[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x397795([0x2e]),'');let _0x2fd7d7=_0x397795([0x43]);for(let _0x1ad64d=0x0;_0x1ad64d<_0x33011e[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ad64d+=0x2){let _0x294224=window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33011e[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ad64d,_0x1ad64d+0x2));_0x294224>=_0x16763f[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x294224-=_0x16763f[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2fd7d7+=_0x16763f[_0x294224];}return _0x2fd7d7;}function _0x2813e2(){const _0x131bfd=_0x44a5cf[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e]));if(0x3!=_0x131bfd[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x36decd(_0x131bfd[0x1]);function _0x36decd(_0x3bbc1c){const _0x1b34df=_0x392c8e(_0x3bbc1c);return _0x1b34df&&_0x35940b()?_0x1b34df:null;function _0x35940b(){const _0x4711c4=_0x1b34df[_0x397795([0x6a,0x74,0x69])],_0x398736=window[_0x397795([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4711c4[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4711c4[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4a1b0f={..._0x1b34df,[_0x397795([0x6a,0x74,0x69])]:_0x4711c4[_0x397795([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4711c4[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4a1b0f[_0x397795([0x76,0x63])],_0x3afa85(_0x4a1b0f)==_0x398736;}}}async function _0xf27065(){let _0x58ed19=!0x0;try{const _0x4fac95=_0x44a5cf[_0x397795([0x73,0x70,0x6c,0x69,0x74])](_0x397795([0x2e])),[_0x9995fd,_0x4dd690,_0x37221e]=_0x4fac95;return _0x55c40b(_0x9995fd),await _0x3a43b9(_0x9995fd,_0x4dd690,_0x37221e),_0x58ed19;}catch{return!0x1;}function _0x55c40b(_0x27ee82){const _0x1215c4=_0x392c8e(_0x27ee82);_0x1215c4&&_0x1215c4[_0x397795([0x61,0x6c,0x67])]==_0x397795([0x45,0x53,0x32,0x35,0x36])||(_0x58ed19=!0x1);}async function _0x3a43b9(_0x4d1f68,_0x3b4305,_0x3395e4){const _0x12a3e0=window[_0x397795([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x397795([0x66,0x72,0x6f,0x6d])](_0x12b257(_0x3395e4),_0x14af9b=>_0x14af9b[_0x397795([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3f0745=new window[(_0x397795([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x397795([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4d1f68+_0x397795([0x2e])+_0x3b4305),_0x3eb82d=window[_0x397795([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x397795([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3eb82d)return;const _0x3d08b1=await _0x3eb82d[_0x397795([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x397795([0x6a,0x77,0x6b]),_0x31a196,{[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x45,0x43,0x44,0x53,0x41]),[_0x397795([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x397795([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x397795([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3eb82d[_0x397795([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x45,0x43,0x44,0x53,0x41]),[_0x397795([0x68,0x61,0x73,0x68])]:{[_0x397795([0x6e,0x61,0x6d,0x65])]:_0x397795([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3d08b1,_0x12a3e0,_0x3f0745)||(_0x58ed19=!0x1);}}function _0x392c8e(_0x261ad7){return _0x261ad7[_0x397795([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x397795([0x65,0x79]))?JSON[_0x397795([0x70,0x61,0x72,0x73,0x65])](_0x12b257(_0x261ad7)):null;}function _0x12b257(_0x1f6304){return window[_0x397795([0x61,0x74,0x6f,0x62])](_0x1f6304[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x397795([0x2b]))[_0x397795([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x397795([0x2f])));}function _0x3afa85(_0x165967){let _0x7cc3ab=0x1505;function _0x54494a(_0x1fcf34){for(let _0x10de64=0x0;_0x10de64<_0x1fcf34[_0x397795([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10de64++){const _0x109457=_0x1fcf34[_0x397795([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10de64);_0x7cc3ab=(_0x7cc3ab<<0x5)+_0x7cc3ab+_0x109457,_0x7cc3ab&=_0x7cc3ab;}}function _0x4cb86f(_0x2843f0){Array[_0x397795([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2843f0)?_0x2843f0[_0x397795([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cb86f):_0x2843f0&&typeof _0x2843f0==_0x397795([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x397795([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2843f0)[_0x397795([0x73,0x6f,0x72,0x74])]()[_0x397795([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1b5ac3,_0x495db5])=>{_0x54494a(_0x1b5ac3),_0x4cb86f(_0x495db5);}):_0x54494a(window[_0x397795([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2843f0));}return _0x4cb86f(_0x165967),_0x7cc3ab>>>0x0;}function _0x4b3fbc(_0x44c5c2){return _0x44c5c2[_0x397795([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x397795([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x397795([0x30]));}function _0x56394d(_0x22e0f7){return _0x22e0f7[_0x397795([0x73,0x70,0x6c,0x69,0x74])]('')[_0x397795([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x397795([0x6a,0x6f,0x69,0x6e])]('');}function _0x2be19b(){}function _0x397795(_0x1e73a9){const _0x2a5e13=_0x1083;return _0x1e73a9[_0x2a5e13(0x80)](_0x4b3166=>String[_0x2a5e13(0x81)](_0x4b3166))[_0x2a5e13(0xbd)]('');}_0x372298(await _0x493a37());}(this);}[_0x3ea96c(0xc2)](){const _0x1841ad=_0x3ea96c;this[_0x1841ad(0xcd)][_0x1841ad(0xe6)](_0x437dfc=>{const _0x3e7393=_0x1841ad;_0x3e7393(0xc3)!==_0x437dfc[_0x3e7393(0xde)]&&this[_0x3e7393(0xda)][_0x3e7393(0x99)][_0x3e7393(0xd0)](_0x437dfc);});}[_0x3ea96c(0xb3)](){const _0x57a58a=_0x3ea96c;for(const _0x1450c4 of this[_0x57a58a(0xda)][_0x57a58a(0xd8)][_0x57a58a(0xa5)][_0x57a58a(0x7f)][_0x57a58a(0x9b)]({'includeChangesInGraveyard':!0x0})){if(_0x57a58a(0xaa)!==_0x1450c4[_0x57a58a(0x8c)]||_0x57a58a(0xd1)!==_0x1450c4[_0x57a58a(0xc6)])return;this[_0x57a58a(0xcd)][_0x57a58a(0xb8)](_0x1450c4[_0x57a58a(0x85)][_0x57a58a(0xad)]);}}[_0x3ea96c(0xd3)](){const _0x239ffc=_0x3ea96c;this[_0x239ffc(0xda)][_0x239ffc(0xd8)][_0x239ffc(0xab)][_0x239ffc(0xa3)](_0x239ffc(0xd1),{'inheritAllFrom':_0x239ffc(0x7c)});}[_0x3ea96c(0xe3)](){const _0x5f1559=_0x3ea96c,_0x2ce228=this[_0x5f1559(0xda)][_0x5f1559(0x78)];_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0xb2))[_0x5f1559(0xb5)]({'model':_0x5f1559(0xd1),'view':{'name':_0x5f1559(0x9e),'classes':_0x5f1559(0xa1)}}),_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0x7e))[_0x5f1559(0x89)]({'model':_0x5f1559(0xd1),'view':(_0x114214,{writer:_0x30d850})=>this[_0x5f1559(0xa2)](_0x30d850,!0x0)}),_0x2ce228[_0x5f1559(0xe4)](_0x5f1559(0x7d))[_0x5f1559(0x89)]({'model':_0x5f1559(0xd1),'view':(_0x3262e1,{writer:_0x141c87})=>{const _0x37a8b6=_0x5f1559;this[_0x37a8b6(0xcd)][_0x37a8b6(0xb8)](_0x3262e1);const _0x423090=this[_0x37a8b6(0xa2)](_0x141c87);return _0x5f467e(_0x423090,_0x141c87,{'label':_0x285f8b(this[_0x37a8b6(0xda)][_0x37a8b6(0x7b)],_0x37a8b6(0xb9))});}}),this[_0x5f1559(0xda)][_0x5f1559(0xb1)][_0x5f1559(0xc7)]({'name':_0x5f1559(0x9e),'classes':_0x5f1559(0xa1)}),this[_0x5f1559(0xda)][_0x5f1559(0x99)][_0x5f1559(0xa8)]['on'](_0x5f1559(0xb0),this[_0x5f1559(0x7a)](),{'priority':_0x5f1559(0x86)});}[_0x3ea96c(0xa2)](_0xe5fe47,_0x4f79fb=!0x1){const _0x2713cd=_0x3ea96c,{locale:_0x45b675}=this[_0x2713cd(0xda)],_0xb78e45=_0xe5fe47[_0x2713cd(0xa6)](_0x2713cd(0x9e),{'class':_0x2713cd(0xa1)+(0x0===this[_0x2713cd(0x96)][_0x2713cd(0xa9)]?_0x2713cd(0xd7):''),...!_0x4f79fb&&{'data-table-of-contents-label':_0x285f8b(_0x45b675,_0x2713cd(0xb9))}});0x0===this[_0x2713cd(0x96)][_0x2713cd(0xa9)]&&!0x1===_0x4f79fb&&_0xe5fe47[_0x2713cd(0xaa)](_0xe5fe47[_0x2713cd(0x94)](_0xb78e45,_0x2713cd(0xca)),_0xe5fe47[_0x2713cd(0xa6)]('p',{'class':_0x2713cd(0x8d)},[_0xe5fe47[_0x2713cd(0x8e)](_0x285f8b(_0x45b675,_0x2713cd(0xd4)))]));const _0x5b9e75=_0x4f79fb?'':'['+_0x285f8b(_0x45b675,_0x2713cd(0xa4))+']';let _0x101544=_0xb78e45;return this[_0x2713cd(0x96)][_0x2713cd(0xe6)]((_0x20b47d,_0x5c6788,_0x209e3d)=>{const _0x492ab8=_0x2713cd,_0x10d3d7=this[_0x492ab8(0xda)][_0x492ab8(0xd8)][_0x492ab8(0x9c)](_0x20b47d[_0x492ab8(0x84)],{'ignoreWhitespaces':!0x0}),_0x2e366d=_0x10d3d7?_0x20b47d[_0x492ab8(0xe1)]:_0x5b9e75,_0x2fd990=_0x20b47d[_0x492ab8(0x84)][_0x492ab8(0x93)](this[_0x492ab8(0xe8)]),_0x274ad2=_0xe5fe47[_0x492ab8(0xa6)]('a',{'href':'#'+_0x2fd990,...!_0x4f79fb&&{'tabindex':'-1'}},[_0xe5fe47[_0x492ab8(0x8e)](_0x2e366d)]),_0x3fa2e2=this[_0x492ab8(0xda)][_0x492ab8(0xdb)][_0x492ab8(0xce)](_0x492ab8(0xc5));_0xe5fe47[_0x492ab8(0xc1)](_0x492ab8(0x98),_0x5c6788,_0x274ad2);const _0x4f7777=_0xe5fe47[_0x492ab8(0xa6)]('li',null,[_0x10d3d7||!_0x4f79fb&&_0x3fa2e2?_0x274ad2:_0xe5fe47[_0x492ab8(0x8e)]('')]),_0x19bcea=_0x5c6788?_0x209e3d[_0x5c6788-0x1][_0x492ab8(0x83)]:0x0,_0x1b4b96=Math[_0x492ab8(0x82)](_0x20b47d[_0x492ab8(0x83)]-_0x19bcea);if(_0x20b47d[_0x492ab8(0x83)]>_0x19bcea){const _0x57cab6=N(_0x4f7777,_0x1b4b96,_0xe5fe47);_0xe5fe47[_0x492ab8(0xaa)](_0xe5fe47[_0x492ab8(0x94)](_0x101544,_0x492ab8(0xca)),_0x57cab6);}else{const _0x57ad54=function(_0x45a985,_0x1a6029){const _0x1e9c22=_0x492ab8;return _0x45a985[_0x1e9c22(0xbc)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1e9c22(0x88)](_0x46a9a0=>_0x46a9a0['is'](_0x1e9c22(0x9f),'ol'))[_0x1a6029];}(_0x101544,_0x1b4b96);_0xe5fe47[_0x492ab8(0xaa)](_0xe5fe47[_0x492ab8(0x94)](_0x57ad54,_0x492ab8(0xca)),_0x4f7777);}_0x101544=_0x4f7777;}),_0xb78e45;}[_0x3ea96c(0x87)](_0x351ea4){const _0x1195e8=_0x3ea96c,_0x4051a9=this[_0x1195e8(0x96)][_0x351ea4][_0x1195e8(0x84)];this[_0x1195e8(0xda)][_0x1195e8(0xd8)][_0x1195e8(0xcc)](_0x4691a5=>{const _0x3622f0=_0x1195e8;_0x4691a5[_0x3622f0(0xcb)](_0x4051a9,0x0);}),this[_0x1195e8(0xda)][_0x1195e8(0x99)][_0x1195e8(0xb4)][_0x1195e8(0xd2)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x3ea96c(0x7a)](){return(_0x10a75f,_0x16ed81)=>{const _0x527093=_0x1083,_0x187d19=_0x16ed81[_0x527093(0xa8)],_0x59b808=_0x187d19[_0x527093(0xaf)](_0x16ed81[_0x527093(0x8a)]),_0x26e440=_0x187d19[_0x527093(0xe0)](_0x59b808);_0x26e440['is'](_0x527093(0x9f),_0x527093(0xd1))&&(_0x16ed81[_0x527093(0xdd)]=this[_0x527093(0xda)][_0x527093(0xd8)][_0x527093(0x94)](_0x26e440,0x0),_0x10a75f[_0x527093(0xc9)]());};}}function N(_0x77de4e,_0x271517,_0x4142ac){const _0x390aff=_0x3ea96c;return 0x1===_0x271517?_0x4142ac[_0x390aff(0xa6)]('ol',null,[_0x77de4e]):_0x4142ac[_0x390aff(0xa6)]('ol',null,[_0x4142ac[_0x390aff(0xa6)]('li',null,[N(_0x77de4e,_0x271517-0x1,_0x4142ac)])]);}
|