@ckeditor/ckeditor5-document-outline 45.2.1-alpha.0 → 45.2.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={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:()=>H,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=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 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),D=n(46),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=A().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=S();O()(D.A,N);D.A&&D.A.locals&&D.A.locals;const K=j;function j(t,e){const n=M();return(j=function(t,e){return n[t-=399]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(979654===-parseInt(e(399))/1*(-parseInt(e(441))/2)+parseInt(e(408))/3+-parseInt(e(433))/4*(-parseInt(e(459))/5)+-parseInt(e(463))/6+parseInt(e(405))/7*(-parseInt(e(444))/8)+-parseInt(e(458))/9+parseInt(e(424))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class H extends t.Plugin{[K(449)];[K(416)];[K(419)];static get[K(464)](){return K(453)}static get[K(417)](){return!0}static get[K(404)](){return!0}constructor(t){const e=K;super(t),this[e(449)]=new y(t[e(460)],this[e(412)][e(418)][e(467)](e(425)),this[e(412)][e(418)][e(467)](e(411))),this[e(416)]=[],this[e(419)]=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(413)][e(468)](this),100)}[K(401)](){const t=K,e=this[t(412)],n=e[t(403)][t(467)](t(461));let i=!1;if(this[t(449)][t(436)](),this[t(412)].ui[t(456)][t(423)](this[t(449)][t(466)]),!e[t(418)][t(467)](t(411)))throw new u.CKEditorError(t(422),{editor:e});e[t(418)][t(467)](t(411))[t(440)](this[t(449)][t(466)]),n.on(t(434),this[t(471)][t(468)](this)),n.on(t(420),((e,{index:n})=>this[t(446)](n))),this[t(449)].on(t(450),((e,n)=>{i=!0,this[t(407)](n)})),this[t(449)][t(455)](u.global[t(410)],t(437),(()=>{i?i=!1:this[t(419)]()}),{useCapture:!0}),this[t(449)][t(455)](u.global[t(457)],t(451),this[t(419)],{useCapture:!0})}[K(465)](){!async function(t){const e=p([118,79,106,103,56,109,98,48,54,74,102,117,108,81,65,50,69,76,78,105,52,49,121,97,82,119,113,86,70,111,80,104,83,85,88,120,114,67,51,75,77,115,107,73,99,72,84,116,53,87,122,66,68,110,57,101,112,71,55,90,100,89]),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=j;return t[e(448)]((t=>String[e(432)](t)))[e(414)]("")}!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([118]);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:1749772800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(400)]);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)}[K(427)](){const t=K;super[t(427)](),this[t(449)][t(427)](),this[t(419)][t(409)]()}[K(471)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(416)]=e,this[i(449)][i(452)](n)}[K(446)](t){const e=K;this[e(416)][e(454)]&&this[e(416)][t]&&(this[e(449)][e(420)]=t)}[K(407)](t){const e=K,n=this[e(416)][t][e(415)];this[e(412)][e(406)][e(434)]((t=>{t[e(428)](n,0)})),this[e(412)][e(435)][e(449)][e(462)]({alignToTop:!0,forceScroll:!0}),this[e(412)][e(435)][e(449)][e(438)](),this[e(446)](t)}[K(413)](){const t=K,e=this[t(412)];let n;for(const i of e[t(406)][t(410)][t(402)]()){const o=e[t(435)][t(449)][t(429)](i),r=o&&new u.Rect(o)[t(443)]();if(r){const e=new u.Rect(u.global[t(457)])[t(447)](r);e&&(n=e[t(431)]+.25*e[t(469)])}}if(void 0===n)return;const i=R(e[t(435)],this[t(416)],n);i?this[t(446)](this[t(416)][t(421)](i)):this[t(446)](-1)}}function M(){const t=["DocumentOutlineUtils","scrollToTheSelection","2563956vJHUBu","pluginName","afterInit","element","get","bind","height","domConverter","_handleOutlineChange","275936wjeJHc","href","init","getRootNames","plugins","isPremiumPlugin","1561jetDcW","model","_handleItemSelected","4289256OMbPYb","cancel","document","documentOutline.container","editor","_updateActiveDefinitionOnViewportChange","join","modelElement","_currentOutlineDefinitions","isOfficialPlugin","config","_updateActiveDefinitionFromViewportThrottled","activeItemIndex","indexOf","document-outline-container-not-provided","add","1140540rDVLCE","documentOutline.showEmptyHeadings","floor","destroy","setSelection","getDomRoot","toViewElement","top","fromCharCode","4fjCQOo","change","editing","render","scroll","focus","mapViewToDom","appendChild","6ixBYOI","mapper","getVisible","59152iHaKQa","bottom","_setActiveViewItem","getIntersection","map","view","itemSelected","resize","sync","DocumentOutlineUI","length","listenTo","focusTracker","window","4978089QXVKcr","6186745IEMbwJ","locale"];return(M=function(){return t})()}function R(t,e,n,i=0,o=e[K(454)]-1){const r=K,s=Math[r(426)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(442)][r(430)](c[r(415)]);if(!a)return null;const l=t[r(449)][r(470)][r(439)](a);return new u.Rect(l)[r(445)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}function V(t,e){const n=B();return(V=function(t,e){return n[t-=499]})(t,e)}const U=V;function B(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(B=function(){return t})()}!function(t){const e=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())}}(B);class W extends t.Plugin{[U(511)];[U(505)];static get[U(517)](){return[h,H]}static get[U(499)](){return U(526)}static get[U(504)](){return!0}static get[U(508)](){return!0}[U(522)](){const t=U;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)}[U(531)](){const t=U;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var q=n(901);const J=F;function F(t,e){const n=X();return(F=function(t,e){return n[t-=454]})(t,e)}function X(){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(X=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class Z extends t.Command{[J(469)](){const t=J;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[J(458)](){const t=J,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),z={attributes:{"data-cke":!0}};z.setAttributes=P(),z.insert=A().bind(null,"head"),z.domAPI=C(),z.insertStyleElement=S();O()(Q.A,z);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=it;function nt(){const t=["isInteger","hasContent","2186937UXPtTg","getChanges"," table-of-contents_empty","data","register","differ","abs","_headingIdModelAttributeName","model","findMappedViewAncestor","dataDowncast","12915430gXBXfk","join","div","type","filter","high","editing","TableOfContentsEditing","element","$blockObject","reconvertItem","conversion","insert","level","headingId.modelAttributeName","pluginName","createPositionAt","commands","tableOfContentsHeadingIndex","getAncestors","registerRawContentMatcher","193400UGJglZ","_defineConverters","schema","name","fromCharCode","64888zVHXDi","requires","click","table-of-contents__placeholder","115DekFKx","toModelElement","createText","$graveyard","domEvent","editingDowncast","Empty heading","view","modelElement","preventDefault","$capture","modelPosition","isPremiumPlugin","position","rootName","stop","_handleScrollToHeading","Table of contents","createContainerElement","for","viewToModelPosition","documentOutline.showEmptyHeadings","text","863673kXLXyp","2618329jqqIfw","_updateTableOfContentsElements","map","insertTableOfContents","nodeAfter","get","_defineSchema","_tableOfContentsElements","change","init","document","56YyHgWs","locale","setSelection","elementToElement","elementToStructure","getCustomProperty","_trackNewToCElements","target","upcast","getAttribute","href","viewPosition","_redirectMapper","afterInit","DocumentOutlineUtils","_currentOutlineDefinitions","listenTo","_createTableOfContents","10lLMNiW","mapper","end","outlineDefinitions","plugins","editor","config","table-of-contents","setCustomProperty","No headings were found in the document.","headingId","tableOfContents","8246778HyrSqO","length","add","scrollToTheSelection","forEach","isOfficialPlugin"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=259]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(939863===parseInt(e(262))/1*(-parseInt(e(324))/2)+parseInt(e(294))/3+parseInt(e(267))/4*(-parseInt(e(271))/5)+-parseInt(e(336))/6+parseInt(e(295))/7+parseInt(e(306))/8*(parseInt(e(344))/9)+parseInt(e(355))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(370)](){return et(362)}static get[et(341)](){return!0}static get[et(283)](){return!0}static get[et(268)](){return[q.Widget,h,$]}[et(321)];[et(302)];[et(351)];constructor(t){const e=et;super(t),this[e(321)]=[],this[e(302)]=new Set,this[e(351)]=e(334)}[et(304)](){const t=et,e=this[t(329)],n=e[t(361)][t(278)][t(305)];e[t(330)][t(300)](t(369))&&(this[t(351)]=e[t(330)][t(300)](t(369))),this[t(322)](n,t(269),((e,n)=>{const i=t;if(!n[i(313)])return;const o=n[i(313)][i(311)](i(259));Number[i(342)](o)&&(n[i(275)][i(280)](),e[i(286)](),this[i(287)](o))}),{priority:t(360),context:t(281)}),this[t(301)](),this[t(263)](),e[t(372)][t(338)](t(298),new Z(e)),e[t(328)][t(300)](t(320)).on(t(303),((e,n)=>{const i=t;this[i(321)]=n[i(327)],this[i(296)]()})),this[t(322)](e[t(352)][t(305)],t(303),(()=>{this[t(312)]()}))}[et(319)](){!async function(t){const e=p([82,88,57,76,75,86,85,116,55,49,53,80,107,90,69,71,119,98,52,99,65,102,48,122,109,118,120,103,97,87,78,68,121,79,77,72,106,51,100,84,89,108,66,56,117,74,54,70,104,113,50,112,110,101,83,111,114,73,67,81,105,115]),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=it;return t[e(297)]((t=>String[e(266)](t)))[e(356)]("")}!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([82]);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:1749772800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=it,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)}[et(296)](){const t=et;this[t(302)][t(340)]((e=>{const n=t;n(274)!==e[n(285)]&&this[n(329)][n(361)][n(365)](e)}))}[et(312)](){const t=et;for(const e of this[t(329)][t(352)][t(305)][t(349)][t(345)]({includeChangesInGraveyard:!0})){if(t(367)!==e[t(358)]||t(335)!==e[t(265)])return;this[t(302)][t(338)](e[t(284)][t(299)])}}[et(301)](){const t=et;this[t(329)][t(352)][t(264)][t(348)](t(335),{inheritAllFrom:t(364)})}[et(263)](){const t=et,e=this[t(329)][t(366)];e[t(290)](t(314))[t(309)]({model:t(335),view:{name:t(357),classes:t(331)}}),e[t(290)](t(354))[t(310)]({model:t(335),view:(e,{writer:n})=>this[t(323)](n,!0)}),e[t(290)](t(276))[t(310)]({model:t(335),view:(e,{writer:n})=>{const i=t;this[i(302)][i(338)](e);const o=this[i(323)](n);return(0,q.toWidget)(o,n,{label:p(this[i(329)][i(307)],i(288))})}}),this[t(329)][t(347)][t(261)]({name:t(357),classes:t(331)}),this[t(329)][t(361)][t(325)].on(t(291),this[t(318)](),{priority:t(360)})}[et(323)](t,e=!1){const n=et,{locale:i}=this[n(329)],o=t[n(289)](n(357),{class:n(331)+(0===this[n(321)][n(337)]?n(346):""),...!e&&{"data-table-of-contents-label":p(i,n(288))}});0===this[n(321)][n(337)]&&!1===e&&t[n(367)](t[n(371)](o,n(326)),t[n(289)]("p",{class:n(270)},[t[n(273)](p(i,n(333)))]));const r=e?"":"["+p(i,n(277))+"]";let s=o;return this[n(321)][n(340)](((i,o,c)=>{const a=n,u=this[a(329)][a(352)][a(343)](i[a(279)],{ignoreWhitespaces:!0}),l=u?i[a(293)]:r,d=i[a(279)][a(315)](this[a(351)]),f=t[a(289)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(273)](l)]),h=this[a(329)][a(330)][a(300)](a(292));t[a(332)](a(259),o,f);const m=t[a(289)]("li",null,[u||!e&&h?f:t[a(273)]("")]),p=o?c[o-1][a(368)]:0,g=Math[a(350)](i[a(368)]-p);if(i[a(368)]>p){const e=rt(m,g,t);t[a(367)](t[a(371)](s,a(326)),e)}else{const e=function(t,e){const n=a;return t[n(260)]({includeSelf:!0,parentFirst:!0})[n(359)]((t=>t.is(n(363),"ol")))[e]}(s,g);t[a(367)](t[a(371)](e,a(326)),m)}s=m})),o}[et(287)](t){const e=et,n=this[e(321)][t][e(279)];this[e(329)][e(352)][e(303)]((t=>{t[e(308)](n,0)})),this[e(329)][e(361)][e(278)][e(339)]({alignToTop:!0,forceScroll:!0})}[et(318)](){return(t,e)=>{const n=it,i=e[n(325)],o=i[n(353)](e[n(317)]),r=i[n(272)](o);r.is(n(363),n(335))&&(e[n(282)]=this[n(329)][n(352)][n(371)](r,0),t[n(286)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(289)]("ol",null,[t]):n[i(289)]("ol",null,[n[i(289)]("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 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:()=>j,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=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 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),D=n(46),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=A().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=S();O()(D.A,N);D.A&&D.A.locals&&D.A.locals;const K=M;function R(){const t=["30bGjgVL","map","plugins","_handleOutlineChange","editor","toViewElement","164577DpWRPY","indexOf","appendChild","bind","getIntersection","sync","setSelection","focusTracker","getVisible","get","view","documentOutline.container","top","496164DCdUGN","join","mapper","60689pfFYKl","itemSelected","focus","add","init","length","scroll","isOfficialPlugin","136488mECGRT","destroy","DocumentOutlineUI","listenTo","afterInit","getDomRoot","scrollToTheSelection","render","domConverter","2hExcKp","activeItemIndex","documentOutline.showEmptyHeadings","height","_updateActiveDefinitionOnViewportChange","window","_updateActiveDefinitionFromViewportThrottled","24696eLpPAh","627664ajBLht","document","cancel","change","href","1015996KGDBiS","mapViewToDom","fromCharCode","resize","modelElement","isPremiumPlugin","element","_handleItemSelected","bottom","floor","_currentOutlineDefinitions","getRootNames","document-outline-container-not-provided","5SttoKM","editing","model","DocumentOutlineUtils","config","pluginName","_setActiveViewItem","locale"];return(R=function(){return t})()}function M(t,e){const n=R();return(M=function(t,e){return n[t-=330]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(136771===-parseInt(e(373))/1+-parseInt(e(390))/2*(parseInt(e(381))/3)+parseInt(e(330))/4+-parseInt(e(343))/5*(-parseInt(e(370))/6)+-parseInt(e(357))/7+-parseInt(e(398))/8+parseInt(e(397))/9*(parseInt(e(351))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);class j extends t.Plugin{[K(367)];[K(340)];[K(396)];static get[K(348)](){return K(383)}static get[K(380)](){return!0}static get[K(335)](){return!0}constructor(t){const e=K;super(t),this[e(367)]=new y(t[e(350)],this[e(355)][e(347)][e(366)](e(392)),this[e(355)][e(347)][e(366)](e(368))),this[e(340)]=[],this[e(396)]=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(394)][e(360)](this),100)}[K(377)](){const t=K,e=this[t(355)],n=e[t(353)][t(366)](t(346));let i=!1;if(this[t(367)][t(388)](),this[t(355)].ui[t(364)][t(376)](this[t(367)][t(336)]),!e[t(347)][t(366)](t(368)))throw new u.CKEditorError(t(342),{editor:e});e[t(347)][t(366)](t(368))[t(359)](this[t(367)][t(336)]),n.on(t(401),this[t(354)][t(360)](this)),n.on(t(391),((e,{index:n})=>this[t(349)](n))),this[t(367)].on(t(374),((e,n)=>{i=!0,this[t(337)](n)})),this[t(367)][t(384)](u.global[t(399)],t(379),(()=>{i?i=!1:this[t(396)]()}),{useCapture:!0}),this[t(367)][t(384)](u.global[t(395)],t(333),this[t(396)],{useCapture:!0})}[K(385)](){!async function(t){const e=p([120,109,71,84,106,110,53,111,104,70,49,105,69,77,116,65,56,85,81,66,121,117,86,114,78,54,87,98,76,122,57,80,100,119,108,115,75,103,88,48,90,73,51,68,79,118,107,74,112,102,67,89,52,55,101,113,72,82,99,83,97,50]),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=M;return t[e(352)]((t=>String[e(332)](t)))[e(371)]("")}!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([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:1749859200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=M,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(402)]);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)}[K(382)](){const t=K;super[t(382)](),this[t(367)][t(382)](),this[t(396)][t(400)]()}[K(354)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(340)]=e,this[i(367)][i(362)](n)}[K(349)](t){const e=K;this[e(340)][e(378)]&&this[e(340)][t]&&(this[e(367)][e(391)]=t)}[K(337)](t){const e=K,n=this[e(340)][t][e(334)];this[e(355)][e(345)][e(401)]((t=>{t[e(363)](n,0)})),this[e(355)][e(344)][e(367)][e(387)]({alignToTop:!0,forceScroll:!0}),this[e(355)][e(344)][e(367)][e(375)](),this[e(349)](t)}[K(394)](){const t=K,e=this[t(355)];let n;for(const i of e[t(345)][t(399)][t(341)]()){const o=e[t(344)][t(367)][t(386)](i),r=o&&new u.Rect(o)[t(365)]();if(r){const e=new u.Rect(u.global[t(395)])[t(361)](r);e&&(n=e[t(369)]+.25*e[t(393)])}}if(void 0===n)return;const i=H(e[t(344)],this[t(340)],n);i?this[t(349)](this[t(340)][t(358)](i)):this[t(349)](-1)}}function H(t,e,n,i=0,o=e[K(378)]-1){const r=K,s=Math[r(339)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(372)][r(356)](c[r(334)]);if(!a)return null;const l=t[r(367)][r(389)][r(331)](a);return new u.Rect(l)[r(338)]>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=B();return(V=function(t,e){return n[t-=499]})(t,e)}const U=V;function B(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(B=function(){return t})()}!function(t){const e=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())}}(B);class W extends t.Plugin{[U(511)];[U(505)];static get[U(517)](){return[h,j]}static get[U(499)](){return U(526)}static get[U(504)](){return!0}static get[U(508)](){return!0}[U(522)](){const t=U;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)}[U(531)](){const t=U;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 G=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=A().bind(null,"head"),Q.domAPI=C(),Q.insertStyleElement=S();O()(G.A,Q);G.A&&G.A.locals&&G.A.locals;const Y=X;function X(t,e){const n=tt();return(X=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=X,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=it;function nt(){const t=["nodeAfter","5910396RRYxYU","dataDowncast","view","upcast","requires","add","createContainerElement","setCustomProperty","_trackNewToCElements","text","registerRawContentMatcher","612891IyGKJy","join","mapper","_tableOfContentsElements","target","locale","high","_defineConverters","modelElement","pluginName","4704165wofwyk","reconvertItem","isOfficialPlugin","rootName","headingId.modelAttributeName","_currentOutlineDefinitions","editingDowncast","_defineSchema","getCustomProperty","table-of-contents__placeholder","get","toModelElement","46OcUydd","level","position","$graveyard","isPremiumPlugin","_headingIdModelAttributeName","92073zTPrIh","data","modelPosition","afterInit","tableOfContentsHeadingIndex","_handleScrollToHeading","conversion","change","getAncestors","viewPosition","filter","outlineDefinitions","$blockObject","init","map","editor","findMappedViewAncestor","table-of-contents","abs","document","end","No headings were found in the document.","register","_createTableOfContents","insertTableOfContents","forEach","href","editing","preventDefault","DocumentOutlineUtils","4240560guFWBm","length","isInteger","click","getAttribute","getChanges","insert","element","type","hasContent","div","stop","for"," table-of-contents_empty","name","config","TableOfContentsEditing","_updateTableOfContentsElements","createText","37558192vGvDMl","tableOfContents","viewToModelPosition","model","elementToStructure","Table of contents","$capture","listenTo","schema","setSelection","3230570VmouvI","differ","elementToElement","headingId","Empty heading","documentOutline.showEmptyHeadings","domEvent","fromCharCode","plugins","_redirectMapper","createPositionAt","commands","scrollToTheSelection"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=105]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(851461===-parseInt(e(112))/1+parseInt(e(134))/2*(-parseInt(e(140))/3)+-parseInt(e(170))/4+-parseInt(e(122))/5+-parseInt(e(213))/6+parseInt(e(199))/7+parseInt(e(189))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(121)](){return et(186)}static get[et(124)](){return!0}static get[et(138)](){return!0}static get[et(105)](){return[q.Widget,h,$]}[et(127)];[et(115)];[et(139)];constructor(t){const e=et;super(t),this[e(127)]=[],this[e(115)]=new Set,this[e(139)]=e(202)}[et(153)](){const t=et,e=this[t(155)],n=e[t(167)][t(215)][t(159)];e[t(185)][t(132)](t(126))&&(this[t(139)]=e[t(185)][t(132)](t(126))),this[t(196)](n,t(173),((e,n)=>{const i=t;if(!n[i(116)])return;const o=n[i(116)][i(130)](i(144));Number[i(172)](o)&&(n[i(205)][i(168)](),e[i(181)](),this[i(145)](o))}),{priority:t(118),context:t(195)}),this[t(129)](),this[t(119)](),e[t(210)][t(106)](t(164),new z(e)),e[t(207)][t(132)](t(169)).on(t(147),((e,n)=>{const i=t;this[i(127)]=n[i(151)],this[i(187)]()})),this[t(196)](e[t(192)][t(159)],t(147),(()=>{this[t(109)]()}))}[et(143)](){!async function(t){const e=p([121,80,66,85,99,113,82,53,48,51,120,107,54,112,100,78,111,106,50,109,69,76,114,108,110,119,71,57,86,52,115,79,122,101,97,81,67,65,98,55,89,104,74,88,87,73,70,72,102,84,68,56,105,103,118,117,75,49,116,77,90,83]),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=it;return t[e(154)]((t=>String[e(206)](t)))[e(113)]("")}!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([121]);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:1749859200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=it,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(166)]);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(187)](){const t=et;this[t(115)][t(165)]((e=>{const n=t;n(137)!==e[n(125)]&&this[n(155)][n(167)][n(123)](e)}))}[et(109)](){const t=et;for(const e of this[t(155)][t(192)][t(159)][t(200)][t(175)]({includeChangesInGraveyard:!0})){if(t(176)!==e[t(178)]||t(190)!==e[t(184)])return;this[t(115)][t(106)](e[t(136)][t(212)])}}[et(129)](){const t=et;this[t(155)][t(192)][t(197)][t(162)](t(190),{inheritAllFrom:t(152)})}[et(119)](){const t=et,e=this[t(155)][t(146)];e[t(182)](t(216))[t(201)]({model:t(190),view:{name:t(180),classes:t(157)}}),e[t(182)](t(214))[t(193)]({model:t(190),view:(e,{writer:n})=>this[t(163)](n,!0)}),e[t(182)](t(128))[t(193)]({model:t(190),view:(e,{writer:n})=>{const i=t;this[i(115)][i(106)](e);const o=this[i(163)](n);return(0,q.toWidget)(o,n,{label:p(this[i(155)][i(117)],i(194))})}}),this[t(155)][t(141)][t(111)]({name:t(180),classes:t(157)}),this[t(155)][t(167)][t(114)].on(t(191),this[t(208)](),{priority:t(118)})}[et(163)](t,e=!1){const n=et,{locale:i}=this[n(155)],o=t[n(107)](n(180),{class:n(157)+(0===this[n(127)][n(171)]?n(183):""),...!e&&{"data-table-of-contents-label":p(i,n(194))}});0===this[n(127)][n(171)]&&!1===e&&t[n(176)](t[n(209)](o,n(160)),t[n(107)]("p",{class:n(131)},[t[n(188)](p(i,n(161)))]));const r=e?"":"["+p(i,n(203))+"]";let s=o;return this[n(127)][n(165)](((i,o,c)=>{const a=n,u=this[a(155)][a(192)][a(179)](i[a(120)],{ignoreWhitespaces:!0}),l=u?i[a(110)]:r,d=i[a(120)][a(174)](this[a(139)]),f=t[a(107)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(188)](l)]),h=this[a(155)][a(185)][a(132)](a(204));t[a(108)](a(144),o,f);const m=t[a(107)]("li",null,[u||!e&&h?f:t[a(188)]("")]),p=o?c[o-1][a(135)]:0,g=Math[a(158)](i[a(135)]-p);if(i[a(135)]>p){const e=rt(m,g,t);t[a(176)](t[a(209)](s,a(160)),e)}else{const e=function(t,e){const n=a;return t[n(148)]({includeSelf:!0,parentFirst:!0})[n(150)]((t=>t.is(n(177),"ol")))[e]}(s,g);t[a(176)](t[a(209)](e,a(160)),m)}s=m})),o}[et(145)](t){const e=et,n=this[e(127)][t][e(120)];this[e(155)][e(192)][e(147)]((t=>{t[e(198)](n,0)})),this[e(155)][e(167)][e(215)][e(211)]({alignToTop:!0,forceScroll:!0})}[et(208)](){return(t,e)=>{const n=it,i=e[n(114)],o=i[n(156)](e[n(149)]),r=i[n(133)](o);r.is(n(177),n(190))&&(e[n(142)]=this[n(155)][n(192)][n(209)](r,0),t[n(181)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(107)]("ol",null,[t]):n[i(107)]("ol",null,[n[i(107)]("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})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x1526b2,Command as _0x177086}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x857c75,throttle as _0xbee54e}from'es-toolkit/compat';import{Text as _0x87671c,TreeWalker as _0xc6fb4d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x59b2d6,diffToChanges as _0x221167,scrollAncestorsToShowTarget as _0x1eaa0c,CKEditorError as _0x291bd8,global as _0x130683,Rect as _0x176333,uid as _0x370b40,priorities as _0xd5570e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4a3d91,ButtonView as _0x5db403,MenuBarMenuListItemButtonView as _0x5e51f4}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x1ab8d1,toWidget as _0x3cf2f4}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x5b22ac}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x3d3c5c){let _0x2f7826='';for(const _0x36a5ae of _0x3d3c5c['getChildren']())_0x36a5ae instanceof _0x87671c&&(_0x2f7826+=_0x36a5ae['data']);return _0x2f7826;}class i extends _0x1526b2{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x9f4cfe=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x328380=[];_0x9f4cfe['model']['document']['on']('change',_0x857c75(()=>{const _0x489457=_0x328380;_0x328380=this['_getOutlineDefinitions']();const _0x363422=_0x59b2d6(_0x489457,_0x328380,(_0x5024d4,_0x4d1d56)=>_0x5024d4['level']===_0x4d1d56['level']&&_0x5024d4['text']===_0x4d1d56['text']&&_0x5024d4['modelElement']===_0x4d1d56['modelElement']),_0x4de57b=_0x221167(_0x363422,_0x328380),_0x2ced58=this['_getActiveHeading'](),_0x559896=_0x328380['findIndex'](_0x5a38e3=>_0x5a38e3['modelElement']===_0x2ced58);_0x4de57b['length']&&this['fire']('change',{'outlineDefinitions':_0x328380,'activeItemIndex':_0x559896,'outlineChanges':_0x4de57b}),this['fire']('activeItemIndex',{'index':_0x559896});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5593ad=this['editor'],_0x1045da=[],_0x1a7701=this['_headingNames'];for(const _0x2c28af of _0x5593ad['model']['document']['getRootNames']())_0xc5f410(_0x5593ad['model']['document']['getRoot'](_0x2c28af));function _0xc5f410(_0x1e8689){for(const _0x359c7a of _0x1e8689['getChildren']())_0x359c7a['is']('element')&&(_0x1a7701['includes'](_0x359c7a['name'])&&_0x1045da['push']({'level':_0x1a7701['indexOf'](_0x359c7a['name'])+0x1,'text':p(_0x359c7a),'modelElement':_0x359c7a}),_0xc5f410(_0x359c7a));}return _0x1045da;}['_getActiveHeading'](){const _0x9ed45=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x581bdb=new _0xc6fb4d({'direction':'backward','startPosition':_0x9ed45});for(const _0x49f34b of _0x581bdb)if(_0x49f34b['item']['is']('element')&&this['_headingNames']['includes'](_0x49f34b['item']['name']))return _0x49f34b['item'];}['_getHeadingNames'](){const _0x41e944=this['editor']['config']['get']('documentOutline.headings');return _0x41e944||function(_0x245393){const _0x5bbf2f=_0x245393['config']['get']('heading.options');return _0x5bbf2f?_0x5bbf2f['reduce']((_0x573e73,_0x28027a)=>('paragraph'!==_0x28027a['model']&&_0x573e73['push'](_0x28027a['model']),_0x573e73),[]):_0x245393['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x217e53=this['editor'],_0x2f46e5=['h1','h2','h3','h4','h5','h6'],_0x364213=[];for(const _0x26b700 of _0x2f46e5){const _0x24db09=_0x217e53['editing']['view']['domConverter']['domToView'](document['createElement'](_0x26b700)),_0x1926ed=_0x217e53['data']['toModel'](_0x24db09)['getChild'](0x0);_0x1926ed?.['is']('element')&&_0x364213['push'](_0x1926ed['name']);}this['_headingNames']=_0x364213;}}function j(_0x960dce,_0x5b061c){const t=_0x960dce['t'];switch(_0x5b061c){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 _0x5b061c;}}class $ extends _0x4a3d91{constructor(_0x59ecf1,_0x3a2212=!0x1){super(_0x59ecf1);const _0x39635b=this['bindTemplate'],_0x2ef571=_0x3a2212?'['+j(_0x59ecf1,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x30f738=>!_0x30f738),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x39635b['to']('level',_0x1d78b1=>'ck-document-outline__item_level-'+_0x1d78b1),_0x39635b['if']('isActive','ck-document-outline__item_active'),_0x39635b['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x39635b['to']('text')},'children':[{'text':_0x39635b['to']('text',_0x57b2cc=>_0x57b2cc||_0x2ef571)}],'on':{'click':_0x39635b['to']('click')}});}}class l extends _0x4a3d91{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x39ec6b,_0x46d1a6=!0x1,_0x4a9f0b){super(_0x39ec6b),this['showEmptyHeadingText']=_0x46d1a6,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x4a9f0b,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x355c6e,_0x37280f,_0x94ecd2,_0x35dc1f)=>{this['_setActiveItem'](_0x35dc1f,_0x94ecd2);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x39ec6b['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x39ec6b,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x282707){_0x282707['forEach'](_0x5ef800=>{'insert'==_0x5ef800['type']?this['_insertItem'](_0x5ef800['index'],..._0x5ef800['values']):'delete'==_0x5ef800['type']&&this['_deleteItem'](_0x5ef800['index'],_0x5ef800['howMany']);});}['_setActiveItem'](_0x36a25d,_0x3759db){if(-0x1!==_0x36a25d){const _0x30201a=this['items']['get'](_0x36a25d);_0x30201a&&(_0x30201a['isActive']=!0x1);}-0x1!==_0x3759db&&(this['items']['get'](_0x3759db)['isActive']=!0x0,this['_scrollToItem'](_0x3759db));}['_insertItem'](_0x19e937,..._0x1f7849){const _0x4e738a=_0x1f7849['map']((_0x15086c,_0x9552dd)=>{const _0x37eebe=new $(this['locale'],this['showEmptyHeadingText']);return _0x37eebe['text']=_0x15086c['text'],_0x37eebe['level']=_0x15086c['level'],_0x19e937+_0x9552dd===this['activeItemIndex']&&(_0x37eebe['isActive']=!0x0),_0x37eebe;});this['items']['addMany'](_0x4e738a,_0x19e937);}['_deleteItem'](_0xb6d9c5,_0x5c4069){do{this['items']['remove'](_0xb6d9c5);}while(--_0x5c4069);}['_handleItemClick'](_0x35b01c){const _0x2ee25f=this['items']['getIndex'](_0x35b01c['source']);this['fire']('itemSelected',_0x2ee25f);}['_scrollToItem'](_0x1dd3b4){_0x1eaa0c(this['items']['get'](_0x1dd3b4)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1526b2{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4e167b){super(_0x4e167b),this['view']=new l(_0x4e167b['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0xbee54e(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3d26f6=this['editor'],_0x4220d1=_0x3d26f6['plugins']['get']('DocumentOutlineUtils');let _0x3fb819=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3d26f6['config']['get']('documentOutline.container'))throw new _0x291bd8('document-outline-container-not-provided',{'editor':_0x3d26f6});_0x3d26f6['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x4220d1['on']('change',this['_handleOutlineChange']['bind'](this)),_0x4220d1['on']('activeItemIndex',(_0x3462ad,{index:_0x431e5a})=>this['_setActiveViewItem'](_0x431e5a)),this['view']['on']('itemSelected',(_0x5a8b23,_0x4678f0)=>{_0x3fb819=!0x0,this['_handleItemSelected'](_0x4678f0);}),this['view']['listenTo'](_0x130683['document'],'scroll',()=>{_0x3fb819?_0x3fb819=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x130683['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x410656){const _0x1fb02e=_0x5d8c7b([0x76,0x4f,0x6a,0x67,0x38,0x6d,0x62,0x30,0x36,0x4a,0x66,0x75,0x6c,0x51,0x41,0x32,0x45,0x4c,0x4e,0x69,0x34,0x31,0x79,0x61,0x52,0x77,0x71,0x56,0x46,0x6f,0x50,0x68,0x53,0x55,0x58,0x78,0x72,0x43,0x33,0x4b,0x4d,0x73,0x6b,0x49,0x63,0x48,0x54,0x74,0x35,0x57,0x7a,0x42,0x44,0x6e,0x39,0x65,0x70,0x47,0x37,0x5a,0x64,0x59]),_0x2e2304=0x34074956,_0x41cc13=0x340023f6^_0x2e2304,_0xd09fa7=window[_0x5d8c7b([0x44,0x61,0x74,0x65])][_0x5d8c7b([0x6e,0x6f,0x77])](),_0x33b2f5=_0x410656[_0x5d8c7b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x321df9=new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x284e16=>{_0x33b2f5[_0x5d8c7b([0x6f,0x6e,0x63,0x65])](_0x5d8c7b([0x72,0x65,0x61,0x64,0x79]),_0x284e16);}),_0x51c4c3={[_0x5d8c7b([0x6b,0x74,0x79])]:_0x5d8c7b([0x45,0x43]),[_0x5d8c7b([0x75,0x73,0x65])]:_0x5d8c7b([0x73,0x69,0x67]),[_0x5d8c7b([0x63,0x72,0x76])]:_0x5d8c7b([0x50,0x2d,0x32,0x35,0x36]),[_0x5d8c7b([0x78])]:_0x5d8c7b([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]),[_0x5d8c7b([0x79])]:_0x5d8c7b([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]),[_0x5d8c7b([0x61,0x6c,0x67])]:_0x5d8c7b([0x45,0x53,0x32,0x35,0x36])},_0x265405=_0x33b2f5[_0x5d8c7b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5d8c7b([0x67,0x65,0x74])](_0x5d8c7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5b7d21(){let _0x5a24b8,_0x47df00=null,_0x3b39bd=null;try{if(_0x265405==_0x5d8c7b([0x47,0x50,0x4c]))return _0x5d8c7b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5a24b8=_0x10b272(),!_0x5a24b8)return _0x5d8c7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5a24b8[_0x5d8c7b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3b39bd=_0x1b8516(_0x5a24b8[_0x5d8c7b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5a24b8[_0x5d8c7b([0x6a,0x74,0x69])])),await _0x1e62b5()?_0x275480()?_0x26f80c()?_0x5d8c7b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x21f096()?(_0x5a24b8[_0x5d8c7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5d8c7b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x47df00=_0x383a5e(_0x5d8c7b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5a24b8[_0x5d8c7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5d8c7b([0x74,0x72,0x69,0x61,0x6c])&&(_0x47df00=_0x383a5e(_0x5d8c7b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x10d992()):_0x5d8c7b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5d8c7b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5d8c7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5d8c7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x26f80c(){const _0x155dec=[_0x5d8c7b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5d8c7b([0x74,0x72,0x69,0x61,0x6c])][_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a24b8[_0x5d8c7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xd09fa7/0x3e8:0xe10*_0x41cc13;return _0x5a24b8[_0x5d8c7b([0x65,0x78,0x70])]<_0x155dec;}function _0x275480(){const _0x5d111c=_0x5a24b8[_0x5d8c7b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5d111c&&(!!_0x5d111c[_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8c7b([0x2a]))||(!!_0x5d111c[_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8c7b([0x44,0x4f]))||!!_0x5d111c[_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8c7b([0x50,0x50]))));}function _0x21f096(){const _0x389a48=_0x5a24b8[_0x5d8c7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x389a48||0x0==_0x389a48[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x200b14}=new URL(window[_0x5d8c7b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x389a48[_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x200b14))return!0x0;const _0x2bfc25=_0x200b14[_0x5d8c7b([0x73,0x70,0x6c,0x69,0x74])](_0x5d8c7b([0x2e]));return _0x389a48[_0x5d8c7b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7ff181=>_0x7ff181[_0x5d8c7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d8c7b([0x2a])))[_0x5d8c7b([0x6d,0x61,0x70])](_0x505ad8=>_0x505ad8[_0x5d8c7b([0x73,0x70,0x6c,0x69,0x74])](_0x5d8c7b([0x2e])))[_0x5d8c7b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1038f9=>_0x1038f9[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2bfc25[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d8c7b([0x6d,0x61,0x70])](_0x3affe5=>Array(_0x2bfc25[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3affe5[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5d8c7b([0x66,0x69,0x6c,0x6c])](_0x3affe5[0x0]===_0x5d8c7b([0x2a])?_0x5d8c7b([0x2a]):'')[_0x5d8c7b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3affe5))[_0x5d8c7b([0x73,0x6f,0x6d,0x65])](_0x3c3f07=>_0x2bfc25[_0x5d8c7b([0x65,0x76,0x65,0x72,0x79])]((_0x26b29b,_0x487afd)=>_0x3c3f07[_0x487afd]===_0x26b29b||_0x3c3f07[_0x487afd]===_0x5d8c7b([0x2a])));}function _0x10d992(){return _0x47df00&&_0x3b39bd?new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x48ed97,_0x1abb95)=>{_0x47df00[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0x48ed97,_0x1abb95),_0x3b39bd[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0x5d714f=>{_0x5d714f!=_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64])&&_0x48ed97(_0x5d714f);},_0x1abb95);}):_0x47df00||_0x3b39bd||_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1b8516(_0x24da1c,_0x69b548){return new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x160460=>{if(_0x2c106a())return _0x160460(_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64]));_0xf01d9b(),_0x33b2f5[_0x5d8c7b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5d8c7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x494c28=!0x1;const _0x2e5097=_0x370b40();function _0x5ad4fa(_0x4f0556){return!!_0x4f0556&&(typeof _0x4f0556===_0x5d8c7b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4f0556===_0x5d8c7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4f0556[_0x5d8c7b([0x74,0x68,0x65,0x6e])]===_0x5d8c7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4f0556[_0x5d8c7b([0x63,0x61,0x74,0x63,0x68])]===_0x5d8c7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x34c29b(_0x5f15df){_0x56bcf3(_0x5f15df)[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0x24fd2=>{if(!_0x24fd2||_0x24fd2[_0x5d8c7b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5d8c7b([0x6f,0x6b]))return _0x5d8c7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x19b5e4(_0x59216b(_0x2e5097+_0x69b548))!=_0x24fd2[_0x5d8c7b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5d8c7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64]);})[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0xcee0d8=>(_0x2dd6b4(),_0xcee0d8),()=>{const _0x244ae9=_0x20a7bc();return null==_0x244ae9?(_0x2dd6b4(),_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64])):_0x5d8c7b(_0xd09fa7-_0x244ae9>(0x100bcd56^_0x2e2304)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0x160460)[_0x5d8c7b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x160460(_0x5d8c7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x21f9cd=0x3431a7d6^_0x2e2304;function _0x2dd6b4(){const _0x2b3b93=_0x5d8c7b([0x6c,0x6c,0x63,0x74,0x2d])+_0x19b5e4(_0x59216b(_0x24da1c)),_0x46e221=_0x21f982(_0x19b5e4(window[_0x5d8c7b([0x4d,0x61,0x74,0x68])][_0x5d8c7b([0x63,0x65,0x69,0x6c])](_0xd09fa7/_0x21f9cd)));window[_0x5d8c7b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d8c7b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b3b93,_0x46e221);}function _0x20a7bc(){const _0x14a8c5=_0x5d8c7b([0x6c,0x6c,0x63,0x74,0x2d])+_0x19b5e4(_0x59216b(_0x24da1c)),_0x8ff27e=window[_0x5d8c7b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5d8c7b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x14a8c5);return _0x8ff27e?window[_0x5d8c7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21f982(_0x8ff27e),0x10)*_0x21f9cd:null;}function _0x56bcf3(_0x273283){return new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x422007,_0x104826)=>{_0x273283[_0x5d8c7b([0x74,0x68,0x65,0x6e])](_0x422007,_0x104826),window[_0x5d8c7b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x104826,0x34069d96^_0x2e2304);});}}_0x33b2f5[_0x5d8c7b([0x6f,0x6e])](_0x5d8c7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5636b6,_0x245815)=>{if(_0x245815[0x0]!=_0x24da1c)return _0x160460(_0x5d8c7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x245815[0x1]={..._0x245815[0x1],[_0x5d8c7b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2e5097};},{[_0x5d8c7b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d8c7b([0x68,0x69,0x67,0x68])}),_0x33b2f5[_0x5d8c7b([0x6f,0x6e])](_0x5d8c7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x33a648=>{_0x5ad4fa(_0x33a648[_0x5d8c7b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x494c28=!0x0,_0x34c29b(_0x33a648[_0x5d8c7b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5d8c7b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5d8c7b([0x6c,0x6f,0x77])}),_0x321df9[_0x5d8c7b([0x74,0x68,0x65,0x6e])](()=>{_0x494c28||_0x160460(_0x5d8c7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c106a(){return _0x33b2f5[_0x5d8c7b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d8c7b([0x76,0x69,0x65,0x77])][_0x5d8c7b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5d8c7b([0x61,0x75,0x74,0x6f]);}function _0xf01d9b(){_0x33b2f5[_0x5d8c7b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5d8c7b([0x76,0x69,0x65,0x77])][_0x5d8c7b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5d8c7b([0x61,0x75,0x74,0x6f]);}}function _0x383a5e(_0x243b18){const _0x23be47=[new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e43cb=>setTimeout(_0x5e43cb,0x340e779a^_0x2e2304)),_0x321df9[_0x5d8c7b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b478d=>{let _0x2970ba=0x0;_0x33b2f5[_0x5d8c7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8c7b([0x6f,0x6e])](_0x5d8c7b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4f029d,_0x514a94)=>{_0x514a94[0x0][_0x5d8c7b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2970ba++,_0x2970ba==(0x340748ae^_0x2e2304)&&(_0x4b478d(),_0x4f029d[_0x5d8c7b([0x6f,0x66,0x66])]());});}))];return window[_0x5d8c7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5d8c7b([0x72,0x61,0x63,0x65])](_0x23be47)[_0x5d8c7b([0x74,0x68,0x65,0x6e])](()=>_0x243b18);}async function _0x597aef(){await _0x321df9,_0x33b2f5[_0x5d8c7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8c7b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x231813,_0x33b2f5[_0x5d8c7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5d8c7b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x231813,_0x33b2f5[_0x5d8c7b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5d8c7b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xa4d530(_0x57b070){const _0x5982d0=_0x197879();_0x33b2f5[_0x5982d0]=_0x5d8c7b([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])+_0x57b070,_0x57b070!=_0x5d8c7b([0x56,0x61,0x6c,0x69,0x64])&&_0x597aef();}function _0x197879(){const _0x25e7de=window[_0x5d8c7b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5d8c7b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5d8c7b([0x6e,0x6f,0x77])]())[_0x5d8c7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5d8c7b([0x2e]),'');let _0x41d792=_0x5d8c7b([0x76]);for(let _0x474e86=0x0;_0x474e86<_0x25e7de[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x474e86+=0x2){let _0x344e2a=window[_0x5d8c7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25e7de[_0x5d8c7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x474e86,_0x474e86+0x2));_0x344e2a>=_0x1fb02e[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x344e2a-=_0x1fb02e[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x41d792+=_0x1fb02e[_0x344e2a];}return _0x41d792;}function _0x10b272(){const _0x5f2d09=_0x265405[_0x5d8c7b([0x73,0x70,0x6c,0x69,0x74])](_0x5d8c7b([0x2e]));if(0x3!=_0x5f2d09[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4e4ddb(_0x5f2d09[0x1]);function _0x4e4ddb(_0x3cf627){const _0x1b770a=_0x66153d(_0x3cf627);return _0x1b770a&&_0x2e3fb7()?_0x1b770a:null;function _0x2e3fb7(){const _0x11b57f=_0x1b770a[_0x5d8c7b([0x6a,0x74,0x69])],_0x11e3fa=window[_0x5d8c7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11b57f[_0x5d8c7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11b57f[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x580790={..._0x1b770a,[_0x5d8c7b([0x6a,0x74,0x69])]:_0x11b57f[_0x5d8c7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x11b57f[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x580790[_0x5d8c7b([0x76,0x63])],_0x59216b(_0x580790)==_0x11e3fa;}}}async function _0x1e62b5(){let _0x588ef3=!0x0;try{const _0x1a6582=_0x265405[_0x5d8c7b([0x73,0x70,0x6c,0x69,0x74])](_0x5d8c7b([0x2e])),[_0x3eab96,_0x34b831,_0x5758e6]=_0x1a6582;return _0x1ab28c(_0x3eab96),await _0x39b1b3(_0x3eab96,_0x34b831,_0x5758e6),_0x588ef3;}catch{return!0x1;}function _0x1ab28c(_0x4c0cfc){const _0x527419=_0x66153d(_0x4c0cfc);_0x527419&&_0x527419[_0x5d8c7b([0x61,0x6c,0x67])]==_0x5d8c7b([0x45,0x53,0x32,0x35,0x36])||(_0x588ef3=!0x1);}async function _0x39b1b3(_0x3ed3bf,_0x278a79,_0x4ab1ed){const _0x4453c1=window[_0x5d8c7b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5d8c7b([0x66,0x72,0x6f,0x6d])](_0x35907e(_0x4ab1ed),_0x1a2730=>_0x1a2730[_0x5d8c7b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c6cd3=new window[(_0x5d8c7b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5d8c7b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ed3bf+_0x5d8c7b([0x2e])+_0x278a79),_0x14df27=window[_0x5d8c7b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5d8c7b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x14df27)return;const _0x2c501f=await _0x14df27[_0x5d8c7b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5d8c7b([0x6a,0x77,0x6b]),_0x51c4c3,{[_0x5d8c7b([0x6e,0x61,0x6d,0x65])]:_0x5d8c7b([0x45,0x43,0x44,0x53,0x41]),[_0x5d8c7b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5d8c7b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5d8c7b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x14df27[_0x5d8c7b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5d8c7b([0x6e,0x61,0x6d,0x65])]:_0x5d8c7b([0x45,0x43,0x44,0x53,0x41]),[_0x5d8c7b([0x68,0x61,0x73,0x68])]:{[_0x5d8c7b([0x6e,0x61,0x6d,0x65])]:_0x5d8c7b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2c501f,_0x4453c1,_0x2c6cd3)||(_0x588ef3=!0x1);}}function _0x66153d(_0x3a8ebc){return _0x3a8ebc[_0x5d8c7b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5d8c7b([0x65,0x79]))?JSON[_0x5d8c7b([0x70,0x61,0x72,0x73,0x65])](_0x35907e(_0x3a8ebc)):null;}function _0x35907e(_0x57654c){return window[_0x5d8c7b([0x61,0x74,0x6f,0x62])](_0x57654c[_0x5d8c7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5d8c7b([0x2b]))[_0x5d8c7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5d8c7b([0x2f])));}function _0x59216b(_0x155595){let _0x26efab=0x1505;function _0x4040e8(_0x468f1c){for(let _0x45a5d7=0x0;_0x45a5d7<_0x468f1c[_0x5d8c7b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45a5d7++){const _0x33dc24=_0x468f1c[_0x5d8c7b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x45a5d7);_0x26efab=(_0x26efab<<0x5)+_0x26efab+_0x33dc24,_0x26efab&=_0x26efab;}}function _0x3c4cd4(_0x4c984f){Array[_0x5d8c7b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c984f)?_0x4c984f[_0x5d8c7b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3c4cd4):_0x4c984f&&typeof _0x4c984f==_0x5d8c7b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5d8c7b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c984f)[_0x5d8c7b([0x73,0x6f,0x72,0x74])]()[_0x5d8c7b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x245538,_0x7715c0])=>{_0x4040e8(_0x245538),_0x3c4cd4(_0x7715c0);}):_0x4040e8(window[_0x5d8c7b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c984f));}return _0x3c4cd4(_0x155595),_0x26efab>>>0x0;}function _0x19b5e4(_0x470105){return _0x470105[_0x5d8c7b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5d8c7b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5d8c7b([0x30]));}function _0x21f982(_0x2b7435){return _0x2b7435[_0x5d8c7b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5d8c7b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5d8c7b([0x6a,0x6f,0x69,0x6e])]('');}function _0x231813(){}function _0x5d8c7b(_0x26c711){return _0x26c711['map'](_0x41ff8e=>String['fromCharCode'](_0x41ff8e))['join']('');}_0xa4d530(await _0x5b7d21());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x319cff,{outlineDefinitions:_0x2bc421,outlineChanges:_0x192c3f}){this['_currentOutlineDefinitions']=_0x2bc421,this['view']['sync'](_0x192c3f);}['_setActiveViewItem'](_0x9ff6bd){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x9ff6bd]&&(this['view']['activeItemIndex']=_0x9ff6bd);}['_handleItemSelected'](_0x496f0c){const _0x283f5f=this['_currentOutlineDefinitions'][_0x496f0c]['modelElement'];this['editor']['model']['change'](_0x2d1f20=>{_0x2d1f20['setSelection'](_0x283f5f,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x496f0c);}['_updateActiveDefinitionOnViewportChange'](){const _0x21b24b=this['editor'];let _0x27bc9a;for(const _0x3a0d53 of _0x21b24b['model']['document']['getRootNames']()){const _0x331b94=_0x21b24b['editing']['view']['getDomRoot'](_0x3a0d53),_0x1f0643=_0x331b94&&new _0x176333(_0x331b94)['getVisible']();if(_0x1f0643){const _0x5086b5=new _0x176333(_0x130683['window'])['getIntersection'](_0x1f0643);_0x5086b5&&(_0x27bc9a=_0x5086b5['top']+0.25*_0x5086b5['height']);}}if(void 0x0===_0x27bc9a)return;const _0xdc5bda=d(_0x21b24b['editing'],this['_currentOutlineDefinitions'],_0x27bc9a);_0xdc5bda?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0xdc5bda)):this['_setActiveViewItem'](-0x1);}}function d(_0x3307e8,_0x18d627,_0x5e7ea4,_0x17e70c=0x0,_0x5917c7=_0x18d627['length']-0x1){const _0x3c2f2b=Math['floor'](_0x17e70c+(_0x5917c7-_0x17e70c)/0x2);if(_0x5917c7>=_0x17e70c){const _0x14029c=_0x18d627[_0x3c2f2b],_0x1611fa=_0x3307e8['mapper']['toViewElement'](_0x14029c['modelElement']);if(!_0x1611fa)return null;const _0x556d87=_0x3307e8['view']['domConverter']['mapViewToDom'](_0x1611fa);return new _0x176333(_0x556d87)['bottom']>_0x5e7ea4?d(_0x3307e8,_0x18d627,_0x5e7ea4,_0x17e70c,_0x3c2f2b-0x1):d(_0x3307e8,_0x18d627,_0x5e7ea4,_0x3c2f2b+0x1,_0x5917c7);}return _0x3c2f2b<0x0?null:_0x18d627[_0x3c2f2b];}class u extends _0x1526b2{['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 _0x1440a4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5b57ec;for(const _0x258974 in _0x1440a4){const _0xd6ba37=_0x258974,_0x2f5395=_0x1440a4[_0xd6ba37];if('documentOutlineLicenseKeyValid'==_0x2f5395||'documentOutlineLicenseKeyInvalid'==_0x2f5395||'documentOutlineLicenseKeyExpired'==_0x2f5395||'documentOutlineLicenseKeyDomainLimit'==_0x2f5395||'documentOutlineLicenseKeyNotAllowed'==_0x2f5395||'documentOutlineLicenseKeyEvaluationLimit'==_0x2f5395||'documentOutlineLicenseKeyTrialLimit'==_0x2f5395||'documentOutlineLicenseKeyUsageLimit'==_0x2f5395){delete _0x1440a4[_0xd6ba37],_0x5b57ec=_0x2f5395,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x5b57ec&&_0x1440a4['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x5b57ec&&_0x1440a4['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x5b57ec&&_0x1440a4['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x5b57ec&&_0x1440a4['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x5b57ec&&_0x1440a4['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x5b57ec&&_0x1440a4['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x5b57ec&&_0x1440a4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x177086{['execute'](){this['editor']['model']['change'](_0x160634=>{this['editor']['model']['insertObject'](_0x160634['createElement']('tableOfContents'));});}['refresh'](){const _0x3eb913=this['editor']['model'],_0x88194c=_0x3eb913['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x88194c&&_0x3eb913['schema']['findAllowedParent'](_0x88194c,'tableOfContents'));}}class b extends _0x1526b2{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x398a81=this['editor'];if(_0x398a81['config']['get']('headingId.modelAttributeName'))return;(function(_0xa349e3){const _0x3ceed7=new Map();if(_0xa349e3)return _0xa349e3['forEach'](_0x25a176=>{'paragraph'!==_0x25a176['model']&&_0x3ceed7['set'](_0x25a176['view'],_0x25a176['model']);}),_0x3ceed7['get']('h1')||_0x3ceed7['set']('h1','heading1'),_0x3ceed7;return _0x3ceed7;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x2f5695,_0x25f424)=>{this['_customUpcastHeadingsConversion'](_0x25f424),this['_customDataDowncastHeadingsConversion'](_0x2f5695),_0x398a81['model']['schema']['isRegistered'](_0x2f5695)&&_0x398a81['model']['schema']['extend'](_0x2f5695,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x4264dc){this['editor']['conversion']['for']('upcast')['add'](_0x13dba8=>_0x13dba8['on']('element:'+_0x4264dc,(_0x427a78,_0x1421f,_0x33fb65)=>{const {consumable:_0x5e2e5e,writer:_0x42251a}=_0x33fb65,_0x2c7067=_0x1421f['viewItem']['getAttribute']('id'),_0x2156f1=_0x1421f['modelRange']['getContainedElement']();if(_0x2156f1)return _0x2c7067&&_0x2c7067['length']||_0x2156f1['hasAttribute']('headingId')?void(_0x5e2e5e['consume'](_0x1421f['viewItem'],{'attributes':['id']})&&_0x42251a['setAttribute']('headingId',_0x2c7067,_0x2156f1)):(_0x5e2e5e['consume'](_0x1421f['viewItem'],{'attributes':['id']}),void _0x42251a['setAttribute']('headingId',_0x370b40(),_0x2156f1));},{'priority':_0xd5570e['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5ecbb7){this['editor']['conversion']['for']('downcast')['add'](_0x591420=>_0x591420['on']('attribute:headingId:'+_0x5ecbb7,(_0x46181f,_0x13ea0c,_0x1c2687)=>{if(!_0x1c2687['consumable']['consume'](_0x13ea0c['item'],_0x46181f['name']))return;const _0x5d05ae=_0x13ea0c['item']['getAttribute']('headingId'),_0x5973d9=_0x1c2687['mapper']['toViewElement'](_0x13ea0c['item']);_0x1c2687['writer']['setAttribute']('id',_0x5d05ae,_0x5973d9);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4f253e=this['editor'],_0x2d0fcd=new Set(),_0x42b82a=new Set();function _0x2971e0(_0x482ca3,_0xb97730){const _0x5baaca=_0x370b40();return _0x42b82a['add'](_0x5baaca),_0x482ca3['setAttribute']('headingId',_0x5baaca,_0xb97730),_0x5baaca;}function _0x45ab77(_0x5856ed,_0x52ec03){_0x5856ed['removeAttribute']('headingId',_0x52ec03);}_0x4f253e['model']['document']['registerPostFixer'](_0x17460b=>{const _0x3ec6c9=_0x4f253e['model']['document']['differ']['getChanges']();let _0x13b1a0=!0x1;for(const _0x3e8a13 of _0x3ec6c9)if('insert'==_0x3e8a13['type']&&_0x3e8a13['name']){if(_0x3e8a13['name']['match'](/heading\d/)){const _0x480c01=_0x3e8a13['attributes']['get']('headingId');'string'==typeof _0x480c01?_0x2d0fcd['has'](_0x480c01)?(_0x2971e0(_0x17460b,_0x3e8a13['position']['nodeAfter']),_0x13b1a0=!0x0):_0x42b82a['add'](_0x480c01):(_0x2971e0(_0x17460b,_0x3e8a13['position']['nodeAfter']),_0x13b1a0=!0x0);}else'string'==typeof _0x3e8a13['attributes']['get']('headingId')&&(_0x45ab77(_0x17460b,_0x3e8a13['position']['nodeAfter']),_0x13b1a0=!0x0);}else{if('remove'==_0x3e8a13['type']){const _0x186d42=_0x3e8a13['attributes']['get']('headingId');'string'==typeof _0x186d42&&_0x2d0fcd['delete'](_0x186d42);}}return _0x13b1a0;}),_0x4f253e['model']['document']['on']('change',()=>{_0x42b82a['forEach'](_0x3dd1e0=>_0x2d0fcd['add'](_0x3dd1e0)),_0x42b82a['clear']();});}}class s extends _0x1526b2{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x1ab8d1,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5e3aa5){super(_0x5e3aa5),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0xfc2f2=this['editor'],_0x376e5e=_0xfc2f2['editing']['view']['document'];_0xfc2f2['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0xfc2f2['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x376e5e,'click',(_0x105a8b,_0x258307)=>{if(!_0x258307['target'])return;const _0x38746b=_0x258307['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x38746b)&&(_0x258307['domEvent']['preventDefault'](),_0x105a8b['stop'](),this['_handleScrollToHeading'](_0x38746b));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0xfc2f2['commands']['add']('insertTableOfContents',new O(_0xfc2f2)),(_0xfc2f2['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x5e1ecc,_0x459902)=>{this['_currentOutlineDefinitions']=_0x459902['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0xfc2f2['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0xdd215a){const _0x11cbcd=_0x528b2a([0x52,0x58,0x39,0x4c,0x4b,0x56,0x55,0x74,0x37,0x31,0x35,0x50,0x6b,0x5a,0x45,0x47,0x77,0x62,0x34,0x63,0x41,0x66,0x30,0x7a,0x6d,0x76,0x78,0x67,0x61,0x57,0x4e,0x44,0x79,0x4f,0x4d,0x48,0x6a,0x33,0x64,0x54,0x59,0x6c,0x42,0x38,0x75,0x4a,0x36,0x46,0x68,0x71,0x32,0x70,0x6e,0x65,0x53,0x6f,0x72,0x49,0x43,0x51,0x69,0x73]),_0x9eca09=0x1ec33230,_0x3657e7=0x1ec45890^_0x9eca09,_0x3d8350=window[_0x528b2a([0x44,0x61,0x74,0x65])][_0x528b2a([0x6e,0x6f,0x77])](),_0x1e487b=_0xdd215a[_0x528b2a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2b6a19=new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d2ab8=>{_0x1e487b[_0x528b2a([0x6f,0x6e,0x63,0x65])](_0x528b2a([0x72,0x65,0x61,0x64,0x79]),_0x3d2ab8);}),_0x30bfa5={[_0x528b2a([0x6b,0x74,0x79])]:_0x528b2a([0x45,0x43]),[_0x528b2a([0x75,0x73,0x65])]:_0x528b2a([0x73,0x69,0x67]),[_0x528b2a([0x63,0x72,0x76])]:_0x528b2a([0x50,0x2d,0x32,0x35,0x36]),[_0x528b2a([0x78])]:_0x528b2a([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]),[_0x528b2a([0x79])]:_0x528b2a([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]),[_0x528b2a([0x61,0x6c,0x67])]:_0x528b2a([0x45,0x53,0x32,0x35,0x36])},_0x2f3415=_0x1e487b[_0x528b2a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x528b2a([0x67,0x65,0x74])](_0x528b2a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x597078(){let _0x1200e3,_0x28ee44=null,_0x4277ef=null;try{if(_0x2f3415==_0x528b2a([0x47,0x50,0x4c]))return _0x528b2a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1200e3=_0x566cd2(),!_0x1200e3)return _0x528b2a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1200e3[_0x528b2a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4277ef=_0x5ebaba(_0x1200e3[_0x528b2a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1200e3[_0x528b2a([0x6a,0x74,0x69])])),await _0x4fb73e()?_0x5a5daf()?_0x321762()?_0x528b2a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4b885e()?(_0x1200e3[_0x528b2a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x528b2a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x28ee44=_0x4bd7d8(_0x528b2a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1200e3[_0x528b2a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x528b2a([0x74,0x72,0x69,0x61,0x6c])&&(_0x28ee44=_0x4bd7d8(_0x528b2a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x376d2b()):_0x528b2a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x528b2a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x528b2a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x528b2a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x321762(){const _0x84850d=[_0x528b2a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x528b2a([0x74,0x72,0x69,0x61,0x6c])][_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1200e3[_0x528b2a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d8350/0x3e8:0xe10*_0x3657e7;return _0x1200e3[_0x528b2a([0x65,0x78,0x70])]<_0x84850d;}function _0x5a5daf(){const _0x5122fe=_0x1200e3[_0x528b2a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5122fe&&(!!_0x5122fe[_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x528b2a([0x2a]))||(!!_0x5122fe[_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x528b2a([0x54,0x4f,0x43]))||!!_0x5122fe[_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x528b2a([0x50,0x50]))));}function _0x4b885e(){const _0x12992c=_0x1200e3[_0x528b2a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x12992c||0x0==_0x12992c[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4e449d}=new URL(window[_0x528b2a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x12992c[_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e449d))return!0x0;const _0x562a7c=_0x4e449d[_0x528b2a([0x73,0x70,0x6c,0x69,0x74])](_0x528b2a([0x2e]));return _0x12992c[_0x528b2a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x274bfc=>_0x274bfc[_0x528b2a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x528b2a([0x2a])))[_0x528b2a([0x6d,0x61,0x70])](_0x469308=>_0x469308[_0x528b2a([0x73,0x70,0x6c,0x69,0x74])](_0x528b2a([0x2e])))[_0x528b2a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3388fb=>_0x3388fb[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x562a7c[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x528b2a([0x6d,0x61,0x70])](_0x4ec95f=>Array(_0x562a7c[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4ec95f[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x528b2a([0x66,0x69,0x6c,0x6c])](_0x4ec95f[0x0]===_0x528b2a([0x2a])?_0x528b2a([0x2a]):'')[_0x528b2a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4ec95f))[_0x528b2a([0x73,0x6f,0x6d,0x65])](_0x197f74=>_0x562a7c[_0x528b2a([0x65,0x76,0x65,0x72,0x79])]((_0x46744d,_0x578213)=>_0x197f74[_0x578213]===_0x46744d||_0x197f74[_0x578213]===_0x528b2a([0x2a])));}function _0x376d2b(){return _0x28ee44&&_0x4277ef?new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f790c,_0x2f7e25)=>{_0x28ee44[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x1f790c,_0x2f7e25),_0x4277ef[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x5a078a=>{_0x5a078a!=_0x528b2a([0x56,0x61,0x6c,0x69,0x64])&&_0x1f790c(_0x5a078a);},_0x2f7e25);}):_0x28ee44||_0x4277ef||_0x528b2a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5ebaba(_0x461531,_0xeaa600){return new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12b332=>{if(_0x1fb3cb())return _0x12b332(_0x528b2a([0x56,0x61,0x6c,0x69,0x64]));_0x37aa49(),_0x1e487b[_0x528b2a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x528b2a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xd1cae3=!0x1;const _0x38d4e8=_0x370b40();function _0x6ee25(_0x1de3d0){return!!_0x1de3d0&&(typeof _0x1de3d0===_0x528b2a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1de3d0===_0x528b2a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1de3d0[_0x528b2a([0x74,0x68,0x65,0x6e])]===_0x528b2a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1de3d0[_0x528b2a([0x63,0x61,0x74,0x63,0x68])]===_0x528b2a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4b1db9(_0x32687f){_0x3990f8(_0x32687f)[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x43249b=>{if(!_0x43249b||_0x43249b[_0x528b2a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x528b2a([0x6f,0x6b]))return _0x528b2a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x475f67(_0x38111d(_0x38d4e8+_0xeaa600))!=_0x43249b[_0x528b2a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x528b2a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x528b2a([0x56,0x61,0x6c,0x69,0x64]);})[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x7733a=>(_0x3d0d87(),_0x7733a),()=>{const _0x1945a3=_0x45d5b1();return null==_0x1945a3?(_0x3d0d87(),_0x528b2a([0x56,0x61,0x6c,0x69,0x64])):_0x528b2a(_0x3d8350-_0x1945a3>(0x3acfb630^_0x9eca09)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x12b332)[_0x528b2a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x12b332(_0x528b2a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xfaf3f4=0x1ef5dcb0^_0x9eca09;function _0x3d0d87(){const _0x2365dd=_0x528b2a([0x6c,0x6c,0x63,0x74,0x2d])+_0x475f67(_0x38111d(_0x461531)),_0x14efd3=_0x40f410(_0x475f67(window[_0x528b2a([0x4d,0x61,0x74,0x68])][_0x528b2a([0x63,0x65,0x69,0x6c])](_0x3d8350/_0xfaf3f4)));window[_0x528b2a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x528b2a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2365dd,_0x14efd3);}function _0x45d5b1(){const _0x473eb5=_0x528b2a([0x6c,0x6c,0x63,0x74,0x2d])+_0x475f67(_0x38111d(_0x461531)),_0xb8be00=window[_0x528b2a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x528b2a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x473eb5);return _0xb8be00?window[_0x528b2a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40f410(_0xb8be00),0x10)*_0xfaf3f4:null;}function _0x3990f8(_0x53f56b){return new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c74e1,_0x596f02)=>{_0x53f56b[_0x528b2a([0x74,0x68,0x65,0x6e])](_0x2c74e1,_0x596f02),window[_0x528b2a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x596f02,0x1ec2e6f0^_0x9eca09);});}}_0x1e487b[_0x528b2a([0x6f,0x6e])](_0x528b2a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x455498,_0x4abe39)=>{if(_0x4abe39[0x0]!=_0x461531)return _0x12b332(_0x528b2a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4abe39[0x1]={..._0x4abe39[0x1],[_0x528b2a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x38d4e8};},{[_0x528b2a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x528b2a([0x68,0x69,0x67,0x68])}),_0x1e487b[_0x528b2a([0x6f,0x6e])](_0x528b2a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2116c5=>{_0x6ee25(_0x2116c5[_0x528b2a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xd1cae3=!0x0,_0x4b1db9(_0x2116c5[_0x528b2a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x528b2a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x528b2a([0x6c,0x6f,0x77])}),_0x2b6a19[_0x528b2a([0x74,0x68,0x65,0x6e])](()=>{_0xd1cae3||_0x12b332(_0x528b2a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1fb3cb(){return _0x1e487b[_0x528b2a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x528b2a([0x76,0x69,0x65,0x77])][_0x528b2a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x528b2a([0x61,0x75,0x74,0x6f]);}function _0x37aa49(){_0x1e487b[_0x528b2a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x528b2a([0x76,0x69,0x65,0x77])][_0x528b2a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x528b2a([0x61,0x75,0x74,0x6f]);}}function _0x4bd7d8(_0x20387d){const _0x3ccf42=[new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31c2d2=>setTimeout(_0x31c2d2,0x1eca0cfc^_0x9eca09)),_0x2b6a19[_0x528b2a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1273fc=>{let _0x5ace36=0x0;_0x1e487b[_0x528b2a([0x6d,0x6f,0x64,0x65,0x6c])][_0x528b2a([0x6f,0x6e])](_0x528b2a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x11e52f,_0x2d7519)=>{_0x2d7519[0x0][_0x528b2a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5ace36++,_0x5ace36==(0x1ec333c8^_0x9eca09)&&(_0x1273fc(),_0x11e52f[_0x528b2a([0x6f,0x66,0x66])]());});}))];return window[_0x528b2a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x528b2a([0x72,0x61,0x63,0x65])](_0x3ccf42)[_0x528b2a([0x74,0x68,0x65,0x6e])](()=>_0x20387d);}async function _0x2582b4(){await _0x2b6a19,_0x1e487b[_0x528b2a([0x6d,0x6f,0x64,0x65,0x6c])][_0x528b2a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x51e5bb,_0x1e487b[_0x528b2a([0x6d,0x6f,0x64,0x65,0x6c])][_0x528b2a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x51e5bb,_0x1e487b[_0x528b2a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x528b2a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3a8e78(_0x23a16c){const _0x28cb15=_0x2e800f();_0x1e487b[_0x28cb15]=_0x528b2a([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])+_0x23a16c,_0x23a16c!=_0x528b2a([0x56,0x61,0x6c,0x69,0x64])&&_0x2582b4();}function _0x2e800f(){const _0x487cc4=window[_0x528b2a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x528b2a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x528b2a([0x6e,0x6f,0x77])]())[_0x528b2a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x528b2a([0x2e]),'');let _0x3a7fb8=_0x528b2a([0x52]);for(let _0x408f37=0x0;_0x408f37<_0x487cc4[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x408f37+=0x2){let _0x19566d=window[_0x528b2a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x487cc4[_0x528b2a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x408f37,_0x408f37+0x2));_0x19566d>=_0x11cbcd[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x19566d-=_0x11cbcd[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3a7fb8+=_0x11cbcd[_0x19566d];}return _0x3a7fb8;}function _0x566cd2(){const _0x1badfb=_0x2f3415[_0x528b2a([0x73,0x70,0x6c,0x69,0x74])](_0x528b2a([0x2e]));if(0x3!=_0x1badfb[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x25ea44(_0x1badfb[0x1]);function _0x25ea44(_0x1e6687){const _0x1a0ca2=_0x42b0ca(_0x1e6687);return _0x1a0ca2&&_0x2afa56()?_0x1a0ca2:null;function _0x2afa56(){const _0x3ec5ae=_0x1a0ca2[_0x528b2a([0x6a,0x74,0x69])],_0x181135=window[_0x528b2a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ec5ae[_0x528b2a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ec5ae[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x86b2c0={..._0x1a0ca2,[_0x528b2a([0x6a,0x74,0x69])]:_0x3ec5ae[_0x528b2a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3ec5ae[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x86b2c0[_0x528b2a([0x76,0x63])],_0x38111d(_0x86b2c0)==_0x181135;}}}async function _0x4fb73e(){let _0x2da533=!0x0;try{const _0x239e30=_0x2f3415[_0x528b2a([0x73,0x70,0x6c,0x69,0x74])](_0x528b2a([0x2e])),[_0x5e7b49,_0x539309,_0x418fe1]=_0x239e30;return _0x5343c7(_0x5e7b49),await _0x1ad0c6(_0x5e7b49,_0x539309,_0x418fe1),_0x2da533;}catch{return!0x1;}function _0x5343c7(_0x18f158){const _0x39da9b=_0x42b0ca(_0x18f158);_0x39da9b&&_0x39da9b[_0x528b2a([0x61,0x6c,0x67])]==_0x528b2a([0x45,0x53,0x32,0x35,0x36])||(_0x2da533=!0x1);}async function _0x1ad0c6(_0x4f480a,_0x2e51df,_0x4a5f2a){const _0x50a9ce=window[_0x528b2a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x528b2a([0x66,0x72,0x6f,0x6d])](_0x3e23d2(_0x4a5f2a),_0x158301=>_0x158301[_0x528b2a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x400eed=new window[(_0x528b2a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x528b2a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4f480a+_0x528b2a([0x2e])+_0x2e51df),_0x3c2bcb=window[_0x528b2a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x528b2a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3c2bcb)return;const _0x100739=await _0x3c2bcb[_0x528b2a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x528b2a([0x6a,0x77,0x6b]),_0x30bfa5,{[_0x528b2a([0x6e,0x61,0x6d,0x65])]:_0x528b2a([0x45,0x43,0x44,0x53,0x41]),[_0x528b2a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x528b2a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x528b2a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3c2bcb[_0x528b2a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x528b2a([0x6e,0x61,0x6d,0x65])]:_0x528b2a([0x45,0x43,0x44,0x53,0x41]),[_0x528b2a([0x68,0x61,0x73,0x68])]:{[_0x528b2a([0x6e,0x61,0x6d,0x65])]:_0x528b2a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x100739,_0x50a9ce,_0x400eed)||(_0x2da533=!0x1);}}function _0x42b0ca(_0x22914a){return _0x22914a[_0x528b2a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x528b2a([0x65,0x79]))?JSON[_0x528b2a([0x70,0x61,0x72,0x73,0x65])](_0x3e23d2(_0x22914a)):null;}function _0x3e23d2(_0x1a2c7f){return window[_0x528b2a([0x61,0x74,0x6f,0x62])](_0x1a2c7f[_0x528b2a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x528b2a([0x2b]))[_0x528b2a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x528b2a([0x2f])));}function _0x38111d(_0x5d9662){let _0x5941a5=0x1505;function _0x29aa55(_0xec35ba){for(let _0x51d3de=0x0;_0x51d3de<_0xec35ba[_0x528b2a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51d3de++){const _0x49c38a=_0xec35ba[_0x528b2a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51d3de);_0x5941a5=(_0x5941a5<<0x5)+_0x5941a5+_0x49c38a,_0x5941a5&=_0x5941a5;}}function _0x1ae22b(_0x4980e1){Array[_0x528b2a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4980e1)?_0x4980e1[_0x528b2a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ae22b):_0x4980e1&&typeof _0x4980e1==_0x528b2a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x528b2a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4980e1)[_0x528b2a([0x73,0x6f,0x72,0x74])]()[_0x528b2a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x367b2c,_0x5496f7])=>{_0x29aa55(_0x367b2c),_0x1ae22b(_0x5496f7);}):_0x29aa55(window[_0x528b2a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4980e1));}return _0x1ae22b(_0x5d9662),_0x5941a5>>>0x0;}function _0x475f67(_0x57974a){return _0x57974a[_0x528b2a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x528b2a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x528b2a([0x30]));}function _0x40f410(_0xab7b01){return _0xab7b01[_0x528b2a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x528b2a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x528b2a([0x6a,0x6f,0x69,0x6e])]('');}function _0x51e5bb(){}function _0x528b2a(_0x359ffb){return _0x359ffb['map'](_0x10745e=>String['fromCharCode'](_0x10745e))['join']('');}_0x3a8e78(await _0x597078());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x4ec132=>{'$graveyard'!==_0x4ec132['rootName']&&this['editor']['editing']['reconvertItem'](_0x4ec132);});}['_trackNewToCElements'](){for(const _0x264b1e of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x264b1e['type']||'tableOfContents'!==_0x264b1e['name'])return;this['_tableOfContentsElements']['add'](_0x264b1e['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x4e4346=this['editor']['conversion'];_0x4e4346['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x4e4346['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5581b8,{writer:_0x81637c})=>this['_createTableOfContents'](_0x81637c,!0x0)}),_0x4e4346['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2a90a4,{writer:_0x19c7f5})=>{this['_tableOfContentsElements']['add'](_0x2a90a4);const _0x530e41=this['_createTableOfContents'](_0x19c7f5);return _0x3cf2f4(_0x530e41,_0x19c7f5,{'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'](_0x2c63cf,_0x3b138f=!0x1){const {locale:_0x34c643}=this['editor'],_0x13e9c5=_0x2c63cf['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x3b138f&&{'data-table-of-contents-label':j(_0x34c643,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x3b138f&&_0x2c63cf['insert'](_0x2c63cf['createPositionAt'](_0x13e9c5,'end'),_0x2c63cf['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2c63cf['createText'](j(_0x34c643,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x46c9ef=_0x3b138f?'':'['+j(_0x34c643,'Empty\x20heading')+']';let _0x43bf59=_0x13e9c5;return this['_currentOutlineDefinitions']['forEach']((_0x309cf8,_0x292bd6,_0x3f3708)=>{const _0x9bde55=this['editor']['model']['hasContent'](_0x309cf8['modelElement'],{'ignoreWhitespaces':!0x0}),_0x40f99b=_0x9bde55?_0x309cf8['text']:_0x46c9ef,_0x1f23d9=_0x309cf8['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x2ef703=_0x2c63cf['createContainerElement']('a',{'href':'#'+_0x1f23d9,...!_0x3b138f&&{'tabindex':'-1'}},[_0x2c63cf['createText'](_0x40f99b)]),_0x5a26e4=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2c63cf['setCustomProperty']('tableOfContentsHeadingIndex',_0x292bd6,_0x2ef703);const _0x488532=_0x2c63cf['createContainerElement']('li',null,[_0x9bde55||!_0x3b138f&&_0x5a26e4?_0x2ef703:_0x2c63cf['createText']('')]),_0x2aa027=_0x292bd6?_0x3f3708[_0x292bd6-0x1]['level']:0x0,_0x5c5498=Math['abs'](_0x309cf8['level']-_0x2aa027);if(_0x309cf8['level']>_0x2aa027){const _0x4bbdc6=N(_0x488532,_0x5c5498,_0x2c63cf);_0x2c63cf['insert'](_0x2c63cf['createPositionAt'](_0x43bf59,'end'),_0x4bbdc6);}else{const _0x5a9aa1=function(_0x100365,_0x1e0947){return _0x100365['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0xb2cf78=>_0xb2cf78['is']('element','ol'))[_0x1e0947];}(_0x43bf59,_0x5c5498);_0x2c63cf['insert'](_0x2c63cf['createPositionAt'](_0x5a9aa1,'end'),_0x488532);}_0x43bf59=_0x488532;}),_0x13e9c5;}['_handleScrollToHeading'](_0xa9f724){const _0x49699e=this['_currentOutlineDefinitions'][_0xa9f724]['modelElement'];this['editor']['model']['change'](_0x2c69ad=>{_0x2c69ad['setSelection'](_0x49699e,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x14d555,_0x1488e4)=>{const _0xb26e06=_0x1488e4['mapper'],_0x46795e=_0xb26e06['findMappedViewAncestor'](_0x1488e4['viewPosition']),_0xb54575=_0xb26e06['toModelElement'](_0x46795e);_0xb54575['is']('element','tableOfContents')&&(_0x1488e4['modelPosition']=this['editor']['model']['createPositionAt'](_0xb54575,0x0),_0x14d555['stop']());};}}function N(_0x5b3048,_0x849731,_0xd1aba1){return 0x1===_0x849731?_0xd1aba1['createContainerElement']('ol',null,[_0x5b3048]):_0xd1aba1['createContainerElement']('ol',null,[_0xd1aba1['createContainerElement']('li',null,[N(_0x5b3048,_0x849731-0x1,_0xd1aba1)])]);}class o extends _0x1526b2{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x32b6e1=this['editor'];_0x32b6e1['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x22e625=this['_createButton'](_0x5db403);return _0x22e625['tooltip']=!0x0,_0x22e625;}),_0x32b6e1['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x5e51f4)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x434a42=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1d8352;for(const _0x353fe5 in _0x434a42){const _0x585a9e=_0x353fe5,_0x1d77a2=_0x434a42[_0x585a9e];if('tableOfContentsLicenseKeyValid'==_0x1d77a2||'tableOfContentsLicenseKeyInvalid'==_0x1d77a2||'tableOfContentsLicenseKeyExpired'==_0x1d77a2||'tableOfContentsLicenseKeyDomainLimit'==_0x1d77a2||'tableOfContentsLicenseKeyNotAllowed'==_0x1d77a2||'tableOfContentsLicenseKeyEvaluationLimit'==_0x1d77a2||'tableOfContentsLicenseKeyTrialLimit'==_0x1d77a2||'tableOfContentsLicenseKeyUsageLimit'==_0x1d77a2){delete _0x434a42[_0x585a9e],_0x1d8352=_0x1d77a2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1d8352&&_0x434a42['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1d8352&&_0x434a42['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1d8352&&_0x434a42['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1d8352&&_0x434a42['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1d8352&&_0x434a42['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1d8352&&_0x434a42['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1d8352&&_0x434a42['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3a2d83){const _0x48018a=this['editor'],_0xa4272d=_0x48018a['locale'],_0x54ea58=_0x48018a['commands']['get']('insertTableOfContents'),_0x176d60=new _0x3a2d83(_0xa4272d);return _0x176d60['set']({'label':j(_0xa4272d,'Table\x20of\x20contents'),'icon':_0x5b22ac}),_0x176d60['bind']('isEnabled')['to'](_0x54ea58,'isEnabled'),this['listenTo'](_0x176d60,'execute',()=>{_0x48018a['execute']('insertTableOfContents'),_0x48018a['editing']['view']['focus']();}),_0x176d60;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1526b2{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 _0x1aeef4,Command as _0x4751c3}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x5e2c4d,throttle as _0x466f33}from'es-toolkit/compat';import{Text as _0x226d3f,TreeWalker as _0x171a70}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4c278b,diffToChanges as _0x57dcfb,scrollAncestorsToShowTarget as _0x241aa1,CKEditorError as _0x5d3fdb,global as _0x3581bd,Rect as _0x1b2b1d,uid as _0x28d2c3,priorities as _0x7babd9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x2befb6,ButtonView as _0x53c96b,MenuBarMenuListItemButtonView as _0x21be6f}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x2f3a0e,toWidget as _0x519cfe}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x7c7b10}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x1db08d){let _0x467756='';for(const _0x1326d0 of _0x1db08d['getChildren']())_0x1326d0 instanceof _0x226d3f&&(_0x467756+=_0x1326d0['data']);return _0x467756;}class i extends _0x1aeef4{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x2ebaaf=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x231ee4=[];_0x2ebaaf['model']['document']['on']('change',_0x5e2c4d(()=>{const _0x5a987f=_0x231ee4;_0x231ee4=this['_getOutlineDefinitions']();const _0x3fb118=_0x4c278b(_0x5a987f,_0x231ee4,(_0x47763b,_0x24608f)=>_0x47763b['level']===_0x24608f['level']&&_0x47763b['text']===_0x24608f['text']&&_0x47763b['modelElement']===_0x24608f['modelElement']),_0x45065c=_0x57dcfb(_0x3fb118,_0x231ee4),_0x1a8c16=this['_getActiveHeading'](),_0xdba2f5=_0x231ee4['findIndex'](_0x5d9aa4=>_0x5d9aa4['modelElement']===_0x1a8c16);_0x45065c['length']&&this['fire']('change',{'outlineDefinitions':_0x231ee4,'activeItemIndex':_0xdba2f5,'outlineChanges':_0x45065c}),this['fire']('activeItemIndex',{'index':_0xdba2f5});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x453d78=this['editor'],_0x21c482=[],_0x240818=this['_headingNames'];for(const _0x366ab9 of _0x453d78['model']['document']['getRootNames']())_0xa66235(_0x453d78['model']['document']['getRoot'](_0x366ab9));function _0xa66235(_0x1eca85){for(const _0x46dff0 of _0x1eca85['getChildren']())_0x46dff0['is']('element')&&(_0x240818['includes'](_0x46dff0['name'])&&_0x21c482['push']({'level':_0x240818['indexOf'](_0x46dff0['name'])+0x1,'text':p(_0x46dff0),'modelElement':_0x46dff0}),_0xa66235(_0x46dff0));}return _0x21c482;}['_getActiveHeading'](){const _0x316f63=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x13d551=new _0x171a70({'direction':'backward','startPosition':_0x316f63});for(const _0x2e8b67 of _0x13d551)if(_0x2e8b67['item']['is']('element')&&this['_headingNames']['includes'](_0x2e8b67['item']['name']))return _0x2e8b67['item'];}['_getHeadingNames'](){const _0x4c34d5=this['editor']['config']['get']('documentOutline.headings');return _0x4c34d5||function(_0x610ed6){const _0x42f7b0=_0x610ed6['config']['get']('heading.options');return _0x42f7b0?_0x42f7b0['reduce']((_0x580c58,_0x54b3fe)=>('paragraph'!==_0x54b3fe['model']&&_0x580c58['push'](_0x54b3fe['model']),_0x580c58),[]):_0x610ed6['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x31e2ff=this['editor'],_0x3e8ecb=['h1','h2','h3','h4','h5','h6'],_0x50585e=[];for(const _0x139c46 of _0x3e8ecb){const _0x2a6281=_0x31e2ff['editing']['view']['domConverter']['domToView'](document['createElement'](_0x139c46)),_0x5b3045=_0x31e2ff['data']['toModel'](_0x2a6281)['getChild'](0x0);_0x5b3045?.['is']('element')&&_0x50585e['push'](_0x5b3045['name']);}this['_headingNames']=_0x50585e;}}function j(_0xa1c86e,_0xc6b08e){const t=_0xa1c86e['t'];switch(_0xc6b08e){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 _0xc6b08e;}}class $ extends _0x2befb6{constructor(_0x3df7cc,_0x58e91e=!0x1){super(_0x3df7cc);const _0x250920=this['bindTemplate'],_0x1dcc44=_0x58e91e?'['+j(_0x3df7cc,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x4b1345=>!_0x4b1345),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x250920['to']('level',_0x49ba26=>'ck-document-outline__item_level-'+_0x49ba26),_0x250920['if']('isActive','ck-document-outline__item_active'),_0x250920['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x250920['to']('text')},'children':[{'text':_0x250920['to']('text',_0xe878d7=>_0xe878d7||_0x1dcc44)}],'on':{'click':_0x250920['to']('click')}});}}class l extends _0x2befb6{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x28c544,_0x2e2214=!0x1,_0x18583e){super(_0x28c544),this['showEmptyHeadingText']=_0x2e2214,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x18583e,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1347e2,_0x33d196,_0x1ba036,_0x31ce3e)=>{this['_setActiveItem'](_0x31ce3e,_0x1ba036);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x28c544['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x28c544,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x398427){_0x398427['forEach'](_0x398b02=>{'insert'==_0x398b02['type']?this['_insertItem'](_0x398b02['index'],..._0x398b02['values']):'delete'==_0x398b02['type']&&this['_deleteItem'](_0x398b02['index'],_0x398b02['howMany']);});}['_setActiveItem'](_0x4084db,_0x30b0ba){if(-0x1!==_0x4084db){const _0x4c8689=this['items']['get'](_0x4084db);_0x4c8689&&(_0x4c8689['isActive']=!0x1);}-0x1!==_0x30b0ba&&(this['items']['get'](_0x30b0ba)['isActive']=!0x0,this['_scrollToItem'](_0x30b0ba));}['_insertItem'](_0x241059,..._0x371c95){const _0x2c2a5d=_0x371c95['map']((_0x18613e,_0x4bd2d9)=>{const _0x24f380=new $(this['locale'],this['showEmptyHeadingText']);return _0x24f380['text']=_0x18613e['text'],_0x24f380['level']=_0x18613e['level'],_0x241059+_0x4bd2d9===this['activeItemIndex']&&(_0x24f380['isActive']=!0x0),_0x24f380;});this['items']['addMany'](_0x2c2a5d,_0x241059);}['_deleteItem'](_0x5873ee,_0x3d1d3e){do{this['items']['remove'](_0x5873ee);}while(--_0x3d1d3e);}['_handleItemClick'](_0x2dce7e){const _0x38ff48=this['items']['getIndex'](_0x2dce7e['source']);this['fire']('itemSelected',_0x38ff48);}['_scrollToItem'](_0x59cbfc){_0x241aa1(this['items']['get'](_0x59cbfc)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1aeef4{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9fba07){super(_0x9fba07),this['view']=new l(_0x9fba07['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x466f33(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x13682d=this['editor'],_0x8ba590=_0x13682d['plugins']['get']('DocumentOutlineUtils');let _0x5a45a7=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x13682d['config']['get']('documentOutline.container'))throw new _0x5d3fdb('document-outline-container-not-provided',{'editor':_0x13682d});_0x13682d['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x8ba590['on']('change',this['_handleOutlineChange']['bind'](this)),_0x8ba590['on']('activeItemIndex',(_0x2600c7,{index:_0x48a3e2})=>this['_setActiveViewItem'](_0x48a3e2)),this['view']['on']('itemSelected',(_0x51136a,_0x50f0c6)=>{_0x5a45a7=!0x0,this['_handleItemSelected'](_0x50f0c6);}),this['view']['listenTo'](_0x3581bd['document'],'scroll',()=>{_0x5a45a7?_0x5a45a7=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x3581bd['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x1ba72b){const _0x4db033=_0x36a3d4([0x78,0x6d,0x47,0x54,0x6a,0x6e,0x35,0x6f,0x68,0x46,0x31,0x69,0x45,0x4d,0x74,0x41,0x38,0x55,0x51,0x42,0x79,0x75,0x56,0x72,0x4e,0x36,0x57,0x62,0x4c,0x7a,0x39,0x50,0x64,0x77,0x6c,0x73,0x4b,0x67,0x58,0x30,0x5a,0x49,0x33,0x44,0x4f,0x76,0x6b,0x4a,0x70,0x66,0x43,0x59,0x34,0x37,0x65,0x71,0x48,0x52,0x63,0x53,0x61,0x32]),_0x53d37e=0x38321071,_0x3d2242=0x38357ac9^_0x53d37e,_0x447504=window[_0x36a3d4([0x44,0x61,0x74,0x65])][_0x36a3d4([0x6e,0x6f,0x77])](),_0x3d85a9=_0x1ba72b[_0x36a3d4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37e8a6=new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c58c8=>{_0x3d85a9[_0x36a3d4([0x6f,0x6e,0x63,0x65])](_0x36a3d4([0x72,0x65,0x61,0x64,0x79]),_0x3c58c8);}),_0x3363fb={[_0x36a3d4([0x6b,0x74,0x79])]:_0x36a3d4([0x45,0x43]),[_0x36a3d4([0x75,0x73,0x65])]:_0x36a3d4([0x73,0x69,0x67]),[_0x36a3d4([0x63,0x72,0x76])]:_0x36a3d4([0x50,0x2d,0x32,0x35,0x36]),[_0x36a3d4([0x78])]:_0x36a3d4([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]),[_0x36a3d4([0x79])]:_0x36a3d4([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]),[_0x36a3d4([0x61,0x6c,0x67])]:_0x36a3d4([0x45,0x53,0x32,0x35,0x36])},_0x539f3e=_0x3d85a9[_0x36a3d4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x36a3d4([0x67,0x65,0x74])](_0x36a3d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x6fe014(){let _0x181dde,_0x29347b=null,_0x1a5142=null;try{if(_0x539f3e==_0x36a3d4([0x47,0x50,0x4c]))return _0x36a3d4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x181dde=_0x47adcc(),!_0x181dde)return _0x36a3d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x181dde[_0x36a3d4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1a5142=_0x23812b(_0x181dde[_0x36a3d4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x181dde[_0x36a3d4([0x6a,0x74,0x69])])),await _0x1742e3()?_0x56c924()?_0x1713b7()?_0x36a3d4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x186925()?(_0x181dde[_0x36a3d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x36a3d4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x29347b=_0x3b97f9(_0x36a3d4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x181dde[_0x36a3d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x36a3d4([0x74,0x72,0x69,0x61,0x6c])&&(_0x29347b=_0x3b97f9(_0x36a3d4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x324a8a()):_0x36a3d4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x36a3d4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x36a3d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x36a3d4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1713b7(){const _0x89596=[_0x36a3d4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x36a3d4([0x74,0x72,0x69,0x61,0x6c])][_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x181dde[_0x36a3d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x447504/0x3e8:0xe10*_0x3d2242;return _0x181dde[_0x36a3d4([0x65,0x78,0x70])]<_0x89596;}function _0x56c924(){const _0x2ab51b=_0x181dde[_0x36a3d4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2ab51b&&(!!_0x2ab51b[_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36a3d4([0x2a]))||(!!_0x2ab51b[_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36a3d4([0x44,0x4f]))||!!_0x2ab51b[_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36a3d4([0x50,0x50]))));}function _0x186925(){const _0x2d6d73=_0x181dde[_0x36a3d4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2d6d73||0x0==_0x2d6d73[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x311c3c}=new URL(window[_0x36a3d4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2d6d73[_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x311c3c))return!0x0;const _0x26988a=_0x311c3c[_0x36a3d4([0x73,0x70,0x6c,0x69,0x74])](_0x36a3d4([0x2e]));return _0x2d6d73[_0x36a3d4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5161c3=>_0x5161c3[_0x36a3d4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36a3d4([0x2a])))[_0x36a3d4([0x6d,0x61,0x70])](_0x5bdf6a=>_0x5bdf6a[_0x36a3d4([0x73,0x70,0x6c,0x69,0x74])](_0x36a3d4([0x2e])))[_0x36a3d4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x15a69c=>_0x15a69c[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x26988a[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x36a3d4([0x6d,0x61,0x70])](_0x34fea8=>Array(_0x26988a[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x34fea8[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x36a3d4([0x66,0x69,0x6c,0x6c])](_0x34fea8[0x0]===_0x36a3d4([0x2a])?_0x36a3d4([0x2a]):'')[_0x36a3d4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x34fea8))[_0x36a3d4([0x73,0x6f,0x6d,0x65])](_0x2e1a38=>_0x26988a[_0x36a3d4([0x65,0x76,0x65,0x72,0x79])]((_0x30b6fc,_0x5dc597)=>_0x2e1a38[_0x5dc597]===_0x30b6fc||_0x2e1a38[_0x5dc597]===_0x36a3d4([0x2a])));}function _0x324a8a(){return _0x29347b&&_0x1a5142?new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20ef00,_0x3a404a)=>{_0x29347b[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x20ef00,_0x3a404a),_0x1a5142[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x43d274=>{_0x43d274!=_0x36a3d4([0x56,0x61,0x6c,0x69,0x64])&&_0x20ef00(_0x43d274);},_0x3a404a);}):_0x29347b||_0x1a5142||_0x36a3d4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x23812b(_0x1600a5,_0x102c7a){return new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x558ae3=>{if(_0x8a770a())return _0x558ae3(_0x36a3d4([0x56,0x61,0x6c,0x69,0x64]));_0x32eb22(),_0x3d85a9[_0x36a3d4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x36a3d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2404f7=!0x1;const _0x4de05d=_0x28d2c3();function _0x51f1df(_0x200944){return!!_0x200944&&(typeof _0x200944===_0x36a3d4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x200944===_0x36a3d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x200944[_0x36a3d4([0x74,0x68,0x65,0x6e])]===_0x36a3d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x200944[_0x36a3d4([0x63,0x61,0x74,0x63,0x68])]===_0x36a3d4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x59c258(_0x2a2f19){_0x4a62a5(_0x2a2f19)[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x4053d5=>{if(!_0x4053d5||_0x4053d5[_0x36a3d4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x36a3d4([0x6f,0x6b]))return _0x36a3d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5892b7(_0x1c9ac2(_0x4de05d+_0x102c7a))!=_0x4053d5[_0x36a3d4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x36a3d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x36a3d4([0x56,0x61,0x6c,0x69,0x64]);})[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x29268b=>(_0x1f7a4e(),_0x29268b),()=>{const _0x22647f=_0x3211da();return null==_0x22647f?(_0x1f7a4e(),_0x36a3d4([0x56,0x61,0x6c,0x69,0x64])):_0x36a3d4(_0x447504-_0x22647f>(0x1c3e9471^_0x53d37e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x558ae3)[_0x36a3d4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x558ae3(_0x36a3d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3b4e48=0x3804fef1^_0x53d37e;function _0x1f7a4e(){const _0x2925e9=_0x36a3d4([0x6c,0x6c,0x63,0x74,0x2d])+_0x5892b7(_0x1c9ac2(_0x1600a5)),_0x195ae2=_0x2adb9c(_0x5892b7(window[_0x36a3d4([0x4d,0x61,0x74,0x68])][_0x36a3d4([0x63,0x65,0x69,0x6c])](_0x447504/_0x3b4e48)));window[_0x36a3d4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x36a3d4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2925e9,_0x195ae2);}function _0x3211da(){const _0xd5c6af=_0x36a3d4([0x6c,0x6c,0x63,0x74,0x2d])+_0x5892b7(_0x1c9ac2(_0x1600a5)),_0x5dbfa5=window[_0x36a3d4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x36a3d4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xd5c6af);return _0x5dbfa5?window[_0x36a3d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2adb9c(_0x5dbfa5),0x10)*_0x3b4e48:null;}function _0x4a62a5(_0x1cc130){return new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d84a4,_0xf3634a)=>{_0x1cc130[_0x36a3d4([0x74,0x68,0x65,0x6e])](_0x2d84a4,_0xf3634a),window[_0x36a3d4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf3634a,0x3833c4b1^_0x53d37e);});}}_0x3d85a9[_0x36a3d4([0x6f,0x6e])](_0x36a3d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x52eb7e,_0x2541cd)=>{if(_0x2541cd[0x0]!=_0x1600a5)return _0x558ae3(_0x36a3d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2541cd[0x1]={..._0x2541cd[0x1],[_0x36a3d4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4de05d};},{[_0x36a3d4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x36a3d4([0x68,0x69,0x67,0x68])}),_0x3d85a9[_0x36a3d4([0x6f,0x6e])](_0x36a3d4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xbdd9de=>{_0x51f1df(_0xbdd9de[_0x36a3d4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2404f7=!0x0,_0x59c258(_0xbdd9de[_0x36a3d4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x36a3d4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x36a3d4([0x6c,0x6f,0x77])}),_0x37e8a6[_0x36a3d4([0x74,0x68,0x65,0x6e])](()=>{_0x2404f7||_0x558ae3(_0x36a3d4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x8a770a(){return _0x3d85a9[_0x36a3d4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x36a3d4([0x76,0x69,0x65,0x77])][_0x36a3d4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x36a3d4([0x61,0x75,0x74,0x6f]);}function _0x32eb22(){_0x3d85a9[_0x36a3d4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x36a3d4([0x76,0x69,0x65,0x77])][_0x36a3d4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x36a3d4([0x61,0x75,0x74,0x6f]);}}function _0x3b97f9(_0x4f5460){const _0x391acd=[new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fb5da=>setTimeout(_0x2fb5da,0x383b2ebd^_0x53d37e)),_0x37e8a6[_0x36a3d4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x946fd7=>{let _0x3c2b6c=0x0;_0x3d85a9[_0x36a3d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x36a3d4([0x6f,0x6e])](_0x36a3d4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3b923a,_0x4b575c)=>{_0x4b575c[0x0][_0x36a3d4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3c2b6c++,_0x3c2b6c==(0x38321189^_0x53d37e)&&(_0x946fd7(),_0x3b923a[_0x36a3d4([0x6f,0x66,0x66])]());});}))];return window[_0x36a3d4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x36a3d4([0x72,0x61,0x63,0x65])](_0x391acd)[_0x36a3d4([0x74,0x68,0x65,0x6e])](()=>_0x4f5460);}async function _0x3015e7(){await _0x37e8a6,_0x3d85a9[_0x36a3d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x36a3d4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b99c9,_0x3d85a9[_0x36a3d4([0x6d,0x6f,0x64,0x65,0x6c])][_0x36a3d4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b99c9,_0x3d85a9[_0x36a3d4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36a3d4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xd849d3(_0x42dffe){const _0x56e883=_0x432c35();_0x3d85a9[_0x56e883]=_0x36a3d4([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])+_0x42dffe,_0x42dffe!=_0x36a3d4([0x56,0x61,0x6c,0x69,0x64])&&_0x3015e7();}function _0x432c35(){const _0x4d838b=window[_0x36a3d4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x36a3d4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x36a3d4([0x6e,0x6f,0x77])]())[_0x36a3d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x36a3d4([0x2e]),'');let _0x169126=_0x36a3d4([0x78]);for(let _0x36b551=0x0;_0x36b551<_0x4d838b[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36b551+=0x2){let _0x386948=window[_0x36a3d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d838b[_0x36a3d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36b551,_0x36b551+0x2));_0x386948>=_0x4db033[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x386948-=_0x4db033[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x169126+=_0x4db033[_0x386948];}return _0x169126;}function _0x47adcc(){const _0x1c8e04=_0x539f3e[_0x36a3d4([0x73,0x70,0x6c,0x69,0x74])](_0x36a3d4([0x2e]));if(0x3!=_0x1c8e04[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x212848(_0x1c8e04[0x1]);function _0x212848(_0x315892){const _0x20916c=_0x440475(_0x315892);return _0x20916c&&_0x3e9f9e()?_0x20916c:null;function _0x3e9f9e(){const _0x12ae23=_0x20916c[_0x36a3d4([0x6a,0x74,0x69])],_0x33ea3=window[_0x36a3d4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12ae23[_0x36a3d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x12ae23[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x485351={..._0x20916c,[_0x36a3d4([0x6a,0x74,0x69])]:_0x12ae23[_0x36a3d4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x12ae23[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x485351[_0x36a3d4([0x76,0x63])],_0x1c9ac2(_0x485351)==_0x33ea3;}}}async function _0x1742e3(){let _0x317783=!0x0;try{const _0x262bcf=_0x539f3e[_0x36a3d4([0x73,0x70,0x6c,0x69,0x74])](_0x36a3d4([0x2e])),[_0xbb1bb8,_0x4ade6c,_0x4aa7f6]=_0x262bcf;return _0x5195ed(_0xbb1bb8),await _0x1c45e7(_0xbb1bb8,_0x4ade6c,_0x4aa7f6),_0x317783;}catch{return!0x1;}function _0x5195ed(_0x407a77){const _0x169e15=_0x440475(_0x407a77);_0x169e15&&_0x169e15[_0x36a3d4([0x61,0x6c,0x67])]==_0x36a3d4([0x45,0x53,0x32,0x35,0x36])||(_0x317783=!0x1);}async function _0x1c45e7(_0x240d6f,_0x41e707,_0x37f2d5){const _0x24746a=window[_0x36a3d4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x36a3d4([0x66,0x72,0x6f,0x6d])](_0x284555(_0x37f2d5),_0x55177e=>_0x55177e[_0x36a3d4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3d27dd=new window[(_0x36a3d4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x36a3d4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x240d6f+_0x36a3d4([0x2e])+_0x41e707),_0x22e8dc=window[_0x36a3d4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x36a3d4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x22e8dc)return;const _0x19951c=await _0x22e8dc[_0x36a3d4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x36a3d4([0x6a,0x77,0x6b]),_0x3363fb,{[_0x36a3d4([0x6e,0x61,0x6d,0x65])]:_0x36a3d4([0x45,0x43,0x44,0x53,0x41]),[_0x36a3d4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x36a3d4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x36a3d4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x22e8dc[_0x36a3d4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x36a3d4([0x6e,0x61,0x6d,0x65])]:_0x36a3d4([0x45,0x43,0x44,0x53,0x41]),[_0x36a3d4([0x68,0x61,0x73,0x68])]:{[_0x36a3d4([0x6e,0x61,0x6d,0x65])]:_0x36a3d4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x19951c,_0x24746a,_0x3d27dd)||(_0x317783=!0x1);}}function _0x440475(_0x10bcf2){return _0x10bcf2[_0x36a3d4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x36a3d4([0x65,0x79]))?JSON[_0x36a3d4([0x70,0x61,0x72,0x73,0x65])](_0x284555(_0x10bcf2)):null;}function _0x284555(_0x248259){return window[_0x36a3d4([0x61,0x74,0x6f,0x62])](_0x248259[_0x36a3d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x36a3d4([0x2b]))[_0x36a3d4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x36a3d4([0x2f])));}function _0x1c9ac2(_0x1fdf46){let _0x21cc28=0x1505;function _0x2ad764(_0x459dc7){for(let _0x2e70f7=0x0;_0x2e70f7<_0x459dc7[_0x36a3d4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2e70f7++){const _0x21c93e=_0x459dc7[_0x36a3d4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2e70f7);_0x21cc28=(_0x21cc28<<0x5)+_0x21cc28+_0x21c93e,_0x21cc28&=_0x21cc28;}}function _0x3663f1(_0x2fd887){Array[_0x36a3d4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2fd887)?_0x2fd887[_0x36a3d4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3663f1):_0x2fd887&&typeof _0x2fd887==_0x36a3d4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x36a3d4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2fd887)[_0x36a3d4([0x73,0x6f,0x72,0x74])]()[_0x36a3d4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3e99f1,_0x1da31c])=>{_0x2ad764(_0x3e99f1),_0x3663f1(_0x1da31c);}):_0x2ad764(window[_0x36a3d4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2fd887));}return _0x3663f1(_0x1fdf46),_0x21cc28>>>0x0;}function _0x5892b7(_0x51a250){return _0x51a250[_0x36a3d4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x36a3d4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x36a3d4([0x30]));}function _0x2adb9c(_0x5bc87f){return _0x5bc87f[_0x36a3d4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x36a3d4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x36a3d4([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b99c9(){}function _0x36a3d4(_0x247498){return _0x247498['map'](_0x20747b=>String['fromCharCode'](_0x20747b))['join']('');}_0xd849d3(await _0x6fe014());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x91e8b3,{outlineDefinitions:_0x3b75b4,outlineChanges:_0x114f84}){this['_currentOutlineDefinitions']=_0x3b75b4,this['view']['sync'](_0x114f84);}['_setActiveViewItem'](_0x16d6ce){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x16d6ce]&&(this['view']['activeItemIndex']=_0x16d6ce);}['_handleItemSelected'](_0x5ee299){const _0x21a8fe=this['_currentOutlineDefinitions'][_0x5ee299]['modelElement'];this['editor']['model']['change'](_0x4171c8=>{_0x4171c8['setSelection'](_0x21a8fe,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x5ee299);}['_updateActiveDefinitionOnViewportChange'](){const _0x454601=this['editor'];let _0x1d5309;for(const _0x281dfd of _0x454601['model']['document']['getRootNames']()){const _0x21a033=_0x454601['editing']['view']['getDomRoot'](_0x281dfd),_0x25b1de=_0x21a033&&new _0x1b2b1d(_0x21a033)['getVisible']();if(_0x25b1de){const _0x4f30ec=new _0x1b2b1d(_0x3581bd['window'])['getIntersection'](_0x25b1de);_0x4f30ec&&(_0x1d5309=_0x4f30ec['top']+0.25*_0x4f30ec['height']);}}if(void 0x0===_0x1d5309)return;const _0x5369cf=d(_0x454601['editing'],this['_currentOutlineDefinitions'],_0x1d5309);_0x5369cf?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x5369cf)):this['_setActiveViewItem'](-0x1);}}function d(_0x384642,_0x567ef4,_0x5a694e,_0x5995d0=0x0,_0x46cb92=_0x567ef4['length']-0x1){const _0x52d231=Math['floor'](_0x5995d0+(_0x46cb92-_0x5995d0)/0x2);if(_0x46cb92>=_0x5995d0){const _0x315eee=_0x567ef4[_0x52d231],_0x267eb1=_0x384642['mapper']['toViewElement'](_0x315eee['modelElement']);if(!_0x267eb1)return null;const _0x526358=_0x384642['view']['domConverter']['mapViewToDom'](_0x267eb1);return new _0x1b2b1d(_0x526358)['bottom']>_0x5a694e?d(_0x384642,_0x567ef4,_0x5a694e,_0x5995d0,_0x52d231-0x1):d(_0x384642,_0x567ef4,_0x5a694e,_0x52d231+0x1,_0x46cb92);}return _0x52d231<0x0?null:_0x567ef4[_0x52d231];}class u extends _0x1aeef4{['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 _0x474e10=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1bc51f;for(const _0x26a49e in _0x474e10){const _0x284b5f=_0x26a49e,_0x1901f2=_0x474e10[_0x284b5f];if('documentOutlineLicenseKeyValid'==_0x1901f2||'documentOutlineLicenseKeyInvalid'==_0x1901f2||'documentOutlineLicenseKeyExpired'==_0x1901f2||'documentOutlineLicenseKeyDomainLimit'==_0x1901f2||'documentOutlineLicenseKeyNotAllowed'==_0x1901f2||'documentOutlineLicenseKeyEvaluationLimit'==_0x1901f2||'documentOutlineLicenseKeyTrialLimit'==_0x1901f2||'documentOutlineLicenseKeyUsageLimit'==_0x1901f2){delete _0x474e10[_0x284b5f],_0x1bc51f=_0x1901f2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1bc51f&&_0x474e10['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1bc51f&&_0x474e10['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1bc51f&&_0x474e10['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1bc51f&&_0x474e10['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1bc51f&&_0x474e10['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1bc51f&&_0x474e10['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1bc51f&&_0x474e10['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x4751c3{['execute'](){this['editor']['model']['change'](_0xda6c79=>{this['editor']['model']['insertObject'](_0xda6c79['createElement']('tableOfContents'));});}['refresh'](){const _0x4ea655=this['editor']['model'],_0x42205d=_0x4ea655['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x42205d&&_0x4ea655['schema']['findAllowedParent'](_0x42205d,'tableOfContents'));}}class b extends _0x1aeef4{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x31d710=this['editor'];if(_0x31d710['config']['get']('headingId.modelAttributeName'))return;(function(_0x2e381a){const _0x559185=new Map();if(_0x2e381a)return _0x2e381a['forEach'](_0x1e4157=>{'paragraph'!==_0x1e4157['model']&&_0x559185['set'](_0x1e4157['view'],_0x1e4157['model']);}),_0x559185['get']('h1')||_0x559185['set']('h1','heading1'),_0x559185;return _0x559185;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x447c70,_0x407e54)=>{this['_customUpcastHeadingsConversion'](_0x407e54),this['_customDataDowncastHeadingsConversion'](_0x447c70),_0x31d710['model']['schema']['isRegistered'](_0x447c70)&&_0x31d710['model']['schema']['extend'](_0x447c70,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x28fd24){this['editor']['conversion']['for']('upcast')['add'](_0x16d076=>_0x16d076['on']('element:'+_0x28fd24,(_0x2931f4,_0x26c2f9,_0x20d9e3)=>{const {consumable:_0x5525ba,writer:_0x386383}=_0x20d9e3,_0x567118=_0x26c2f9['viewItem']['getAttribute']('id'),_0x3faf2b=_0x26c2f9['modelRange']['getContainedElement']();if(_0x3faf2b)return _0x567118&&_0x567118['length']||_0x3faf2b['hasAttribute']('headingId')?void(_0x5525ba['consume'](_0x26c2f9['viewItem'],{'attributes':['id']})&&_0x386383['setAttribute']('headingId',_0x567118,_0x3faf2b)):(_0x5525ba['consume'](_0x26c2f9['viewItem'],{'attributes':['id']}),void _0x386383['setAttribute']('headingId',_0x28d2c3(),_0x3faf2b));},{'priority':_0x7babd9['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x1ba618){this['editor']['conversion']['for']('downcast')['add'](_0x122c7f=>_0x122c7f['on']('attribute:headingId:'+_0x1ba618,(_0x26256b,_0x4c3d06,_0x5f564e)=>{if(!_0x5f564e['consumable']['consume'](_0x4c3d06['item'],_0x26256b['name']))return;const _0x3b21b2=_0x4c3d06['item']['getAttribute']('headingId'),_0x28cbe2=_0x5f564e['mapper']['toViewElement'](_0x4c3d06['item']);_0x5f564e['writer']['setAttribute']('id',_0x3b21b2,_0x28cbe2);}));}['_registerHeadingIdAttributePostfixer'](){const _0x154e28=this['editor'],_0x35d8c5=new Set(),_0x22d856=new Set();function _0x356dae(_0x47da0d,_0x1e3f9c){const _0x3ea84e=_0x28d2c3();return _0x22d856['add'](_0x3ea84e),_0x47da0d['setAttribute']('headingId',_0x3ea84e,_0x1e3f9c),_0x3ea84e;}function _0x5d8501(_0x33451e,_0x192ee4){_0x33451e['removeAttribute']('headingId',_0x192ee4);}_0x154e28['model']['document']['registerPostFixer'](_0x390901=>{const _0x331328=_0x154e28['model']['document']['differ']['getChanges']();let _0x2f8026=!0x1;for(const _0x4719f1 of _0x331328)if('insert'==_0x4719f1['type']&&_0x4719f1['name']){if(_0x4719f1['name']['match'](/heading\d/)){const _0x342f58=_0x4719f1['attributes']['get']('headingId');'string'==typeof _0x342f58?_0x35d8c5['has'](_0x342f58)?(_0x356dae(_0x390901,_0x4719f1['position']['nodeAfter']),_0x2f8026=!0x0):_0x22d856['add'](_0x342f58):(_0x356dae(_0x390901,_0x4719f1['position']['nodeAfter']),_0x2f8026=!0x0);}else'string'==typeof _0x4719f1['attributes']['get']('headingId')&&(_0x5d8501(_0x390901,_0x4719f1['position']['nodeAfter']),_0x2f8026=!0x0);}else{if('remove'==_0x4719f1['type']){const _0x200f60=_0x4719f1['attributes']['get']('headingId');'string'==typeof _0x200f60&&_0x35d8c5['delete'](_0x200f60);}}return _0x2f8026;}),_0x154e28['model']['document']['on']('change',()=>{_0x22d856['forEach'](_0x55eef0=>_0x35d8c5['add'](_0x55eef0)),_0x22d856['clear']();});}}class s extends _0x1aeef4{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x2f3a0e,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0xd6c6c5){super(_0xd6c6c5),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x47a01a=this['editor'],_0x49b67c=_0x47a01a['editing']['view']['document'];_0x47a01a['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x47a01a['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x49b67c,'click',(_0xca46a7,_0xe3bea9)=>{if(!_0xe3bea9['target'])return;const _0x29dd5c=_0xe3bea9['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x29dd5c)&&(_0xe3bea9['domEvent']['preventDefault'](),_0xca46a7['stop'](),this['_handleScrollToHeading'](_0x29dd5c));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x47a01a['commands']['add']('insertTableOfContents',new O(_0x47a01a)),(_0x47a01a['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x3482c7,_0x467900)=>{this['_currentOutlineDefinitions']=_0x467900['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x47a01a['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x198c8e){const _0x5baa04=_0x10af5b([0x79,0x50,0x42,0x55,0x63,0x71,0x52,0x35,0x30,0x33,0x78,0x6b,0x36,0x70,0x64,0x4e,0x6f,0x6a,0x32,0x6d,0x45,0x4c,0x72,0x6c,0x6e,0x77,0x47,0x39,0x56,0x34,0x73,0x4f,0x7a,0x65,0x61,0x51,0x43,0x41,0x62,0x37,0x59,0x68,0x4a,0x58,0x57,0x49,0x46,0x48,0x66,0x54,0x44,0x38,0x69,0x67,0x76,0x75,0x4b,0x31,0x74,0x4d,0x5a,0x53]),_0x591cf7=0x5238f099,_0x402525=0x523f9a21^_0x591cf7,_0x1f0651=window[_0x10af5b([0x44,0x61,0x74,0x65])][_0x10af5b([0x6e,0x6f,0x77])](),_0x3ec8ed=_0x198c8e[_0x10af5b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1e6f32=new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x297c08=>{_0x3ec8ed[_0x10af5b([0x6f,0x6e,0x63,0x65])](_0x10af5b([0x72,0x65,0x61,0x64,0x79]),_0x297c08);}),_0x532cff={[_0x10af5b([0x6b,0x74,0x79])]:_0x10af5b([0x45,0x43]),[_0x10af5b([0x75,0x73,0x65])]:_0x10af5b([0x73,0x69,0x67]),[_0x10af5b([0x63,0x72,0x76])]:_0x10af5b([0x50,0x2d,0x32,0x35,0x36]),[_0x10af5b([0x78])]:_0x10af5b([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]),[_0x10af5b([0x79])]:_0x10af5b([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]),[_0x10af5b([0x61,0x6c,0x67])]:_0x10af5b([0x45,0x53,0x32,0x35,0x36])},_0x4c40d7=_0x3ec8ed[_0x10af5b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x10af5b([0x67,0x65,0x74])](_0x10af5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1ae366(){let _0x3f0db4,_0x3afcda=null,_0x179150=null;try{if(_0x4c40d7==_0x10af5b([0x47,0x50,0x4c]))return _0x10af5b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3f0db4=_0x7b4931(),!_0x3f0db4)return _0x10af5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3f0db4[_0x10af5b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x179150=_0x11073b(_0x3f0db4[_0x10af5b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3f0db4[_0x10af5b([0x6a,0x74,0x69])])),await _0x3de5ee()?_0x285cd4()?_0xd9f1b2()?_0x10af5b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1748f1()?(_0x3f0db4[_0x10af5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10af5b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3afcda=_0x1cbcec(_0x10af5b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3f0db4[_0x10af5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10af5b([0x74,0x72,0x69,0x61,0x6c])&&(_0x3afcda=_0x1cbcec(_0x10af5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x20ac5c()):_0x10af5b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x10af5b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x10af5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x10af5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xd9f1b2(){const _0x184169=[_0x10af5b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x10af5b([0x74,0x72,0x69,0x61,0x6c])][_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f0db4[_0x10af5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f0651/0x3e8:0xe10*_0x402525;return _0x3f0db4[_0x10af5b([0x65,0x78,0x70])]<_0x184169;}function _0x285cd4(){const _0x38d70f=_0x3f0db4[_0x10af5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x38d70f&&(!!_0x38d70f[_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10af5b([0x2a]))||(!!_0x38d70f[_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10af5b([0x54,0x4f,0x43]))||!!_0x38d70f[_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10af5b([0x50,0x50]))));}function _0x1748f1(){const _0x5dc74c=_0x3f0db4[_0x10af5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5dc74c||0x0==_0x5dc74c[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5e1b92}=new URL(window[_0x10af5b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5dc74c[_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e1b92))return!0x0;const _0x3989fa=_0x5e1b92[_0x10af5b([0x73,0x70,0x6c,0x69,0x74])](_0x10af5b([0x2e]));return _0x5dc74c[_0x10af5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d5091=>_0x2d5091[_0x10af5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10af5b([0x2a])))[_0x10af5b([0x6d,0x61,0x70])](_0x5d70d2=>_0x5d70d2[_0x10af5b([0x73,0x70,0x6c,0x69,0x74])](_0x10af5b([0x2e])))[_0x10af5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1433b5=>_0x1433b5[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3989fa[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x10af5b([0x6d,0x61,0x70])](_0xfabfdf=>Array(_0x3989fa[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xfabfdf[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x10af5b([0x66,0x69,0x6c,0x6c])](_0xfabfdf[0x0]===_0x10af5b([0x2a])?_0x10af5b([0x2a]):'')[_0x10af5b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xfabfdf))[_0x10af5b([0x73,0x6f,0x6d,0x65])](_0x5e5d59=>_0x3989fa[_0x10af5b([0x65,0x76,0x65,0x72,0x79])]((_0x1805ce,_0x5152da)=>_0x5e5d59[_0x5152da]===_0x1805ce||_0x5e5d59[_0x5152da]===_0x10af5b([0x2a])));}function _0x20ac5c(){return _0x3afcda&&_0x179150?new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e6a6c,_0x3e49c2)=>{_0x3afcda[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x2e6a6c,_0x3e49c2),_0x179150[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x5e6842=>{_0x5e6842!=_0x10af5b([0x56,0x61,0x6c,0x69,0x64])&&_0x2e6a6c(_0x5e6842);},_0x3e49c2);}):_0x3afcda||_0x179150||_0x10af5b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11073b(_0x433c00,_0x1ae3f5){return new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x241c12=>{if(_0x413fed())return _0x241c12(_0x10af5b([0x56,0x61,0x6c,0x69,0x64]));_0x42a0c6(),_0x3ec8ed[_0x10af5b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x10af5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x127a9b=!0x1;const _0x30b175=_0x28d2c3();function _0x888714(_0x2532ed){return!!_0x2532ed&&(typeof _0x2532ed===_0x10af5b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2532ed===_0x10af5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2532ed[_0x10af5b([0x74,0x68,0x65,0x6e])]===_0x10af5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2532ed[_0x10af5b([0x63,0x61,0x74,0x63,0x68])]===_0x10af5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4b8c13(_0x57f2b4){_0xd78c29(_0x57f2b4)[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x4c77a8=>{if(!_0x4c77a8||_0x4c77a8[_0x10af5b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x10af5b([0x6f,0x6b]))return _0x10af5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2e7ab0(_0x5835c0(_0x30b175+_0x1ae3f5))!=_0x4c77a8[_0x10af5b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x10af5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x10af5b([0x56,0x61,0x6c,0x69,0x64]);})[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x16fa96=>(_0x468bce(),_0x16fa96),()=>{const _0x36211f=_0x5d6b59();return null==_0x36211f?(_0x468bce(),_0x10af5b([0x56,0x61,0x6c,0x69,0x64])):_0x10af5b(_0x1f0651-_0x36211f>(0x76347499^_0x591cf7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x241c12)[_0x10af5b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x241c12(_0x10af5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5cac64=0x520e1e19^_0x591cf7;function _0x468bce(){const _0x6b4765=_0x10af5b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2e7ab0(_0x5835c0(_0x433c00)),_0x16569b=_0x3826f5(_0x2e7ab0(window[_0x10af5b([0x4d,0x61,0x74,0x68])][_0x10af5b([0x63,0x65,0x69,0x6c])](_0x1f0651/_0x5cac64)));window[_0x10af5b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10af5b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6b4765,_0x16569b);}function _0x5d6b59(){const _0x39b09c=_0x10af5b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2e7ab0(_0x5835c0(_0x433c00)),_0x3b6ca7=window[_0x10af5b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10af5b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39b09c);return _0x3b6ca7?window[_0x10af5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3826f5(_0x3b6ca7),0x10)*_0x5cac64:null;}function _0xd78c29(_0xf141be){return new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f4332,_0x1ad656)=>{_0xf141be[_0x10af5b([0x74,0x68,0x65,0x6e])](_0x2f4332,_0x1ad656),window[_0x10af5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1ad656,0x52392459^_0x591cf7);});}}_0x3ec8ed[_0x10af5b([0x6f,0x6e])](_0x10af5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4523f4,_0x1427d1)=>{if(_0x1427d1[0x0]!=_0x433c00)return _0x241c12(_0x10af5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1427d1[0x1]={..._0x1427d1[0x1],[_0x10af5b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30b175};},{[_0x10af5b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10af5b([0x68,0x69,0x67,0x68])}),_0x3ec8ed[_0x10af5b([0x6f,0x6e])](_0x10af5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x133049=>{_0x888714(_0x133049[_0x10af5b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x127a9b=!0x0,_0x4b8c13(_0x133049[_0x10af5b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x10af5b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10af5b([0x6c,0x6f,0x77])}),_0x1e6f32[_0x10af5b([0x74,0x68,0x65,0x6e])](()=>{_0x127a9b||_0x241c12(_0x10af5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x413fed(){return _0x3ec8ed[_0x10af5b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10af5b([0x76,0x69,0x65,0x77])][_0x10af5b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x10af5b([0x61,0x75,0x74,0x6f]);}function _0x42a0c6(){_0x3ec8ed[_0x10af5b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10af5b([0x76,0x69,0x65,0x77])][_0x10af5b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x10af5b([0x61,0x75,0x74,0x6f]);}}function _0x1cbcec(_0x448a72){const _0x33756f=[new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3301d9=>setTimeout(_0x3301d9,0x5231ce55^_0x591cf7)),_0x1e6f32[_0x10af5b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31d17e=>{let _0xc8af75=0x0;_0x3ec8ed[_0x10af5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x10af5b([0x6f,0x6e])](_0x10af5b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x13db5b,_0x3d9c0b)=>{_0x3d9c0b[0x0][_0x10af5b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xc8af75++,_0xc8af75==(0x5238f161^_0x591cf7)&&(_0x31d17e(),_0x13db5b[_0x10af5b([0x6f,0x66,0x66])]());});}))];return window[_0x10af5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x10af5b([0x72,0x61,0x63,0x65])](_0x33756f)[_0x10af5b([0x74,0x68,0x65,0x6e])](()=>_0x448a72);}async function _0x4ebe16(){await _0x1e6f32,_0x3ec8ed[_0x10af5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x10af5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x57fb5,_0x3ec8ed[_0x10af5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x10af5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x57fb5,_0x3ec8ed[_0x10af5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x10af5b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x269f23(_0x1a334f){const _0x480fdc=_0x59c27f();_0x3ec8ed[_0x480fdc]=_0x10af5b([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])+_0x1a334f,_0x1a334f!=_0x10af5b([0x56,0x61,0x6c,0x69,0x64])&&_0x4ebe16();}function _0x59c27f(){const _0x3db1b0=window[_0x10af5b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x10af5b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x10af5b([0x6e,0x6f,0x77])]())[_0x10af5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x10af5b([0x2e]),'');let _0x350cd9=_0x10af5b([0x79]);for(let _0x1259d0=0x0;_0x1259d0<_0x3db1b0[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1259d0+=0x2){let _0xc658b7=window[_0x10af5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3db1b0[_0x10af5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1259d0,_0x1259d0+0x2));_0xc658b7>=_0x5baa04[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xc658b7-=_0x5baa04[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x350cd9+=_0x5baa04[_0xc658b7];}return _0x350cd9;}function _0x7b4931(){const _0x4384eb=_0x4c40d7[_0x10af5b([0x73,0x70,0x6c,0x69,0x74])](_0x10af5b([0x2e]));if(0x3!=_0x4384eb[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xbd57b2(_0x4384eb[0x1]);function _0xbd57b2(_0x46f146){const _0x3dea8c=_0xf2e664(_0x46f146);return _0x3dea8c&&_0x4045e3()?_0x3dea8c:null;function _0x4045e3(){const _0x3570eb=_0x3dea8c[_0x10af5b([0x6a,0x74,0x69])],_0x8643f3=window[_0x10af5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3570eb[_0x10af5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3570eb[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x220635={..._0x3dea8c,[_0x10af5b([0x6a,0x74,0x69])]:_0x3570eb[_0x10af5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3570eb[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x220635[_0x10af5b([0x76,0x63])],_0x5835c0(_0x220635)==_0x8643f3;}}}async function _0x3de5ee(){let _0x59197f=!0x0;try{const _0x4881b2=_0x4c40d7[_0x10af5b([0x73,0x70,0x6c,0x69,0x74])](_0x10af5b([0x2e])),[_0x527dce,_0x49ec65,_0x1f778d]=_0x4881b2;return _0x51bda0(_0x527dce),await _0x53a101(_0x527dce,_0x49ec65,_0x1f778d),_0x59197f;}catch{return!0x1;}function _0x51bda0(_0x1feedd){const _0x2ec148=_0xf2e664(_0x1feedd);_0x2ec148&&_0x2ec148[_0x10af5b([0x61,0x6c,0x67])]==_0x10af5b([0x45,0x53,0x32,0x35,0x36])||(_0x59197f=!0x1);}async function _0x53a101(_0x4def8a,_0x127d13,_0x12eb2f){const _0x55ef9b=window[_0x10af5b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x10af5b([0x66,0x72,0x6f,0x6d])](_0x460a51(_0x12eb2f),_0x3c3c07=>_0x3c3c07[_0x10af5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x18a5f5=new window[(_0x10af5b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x10af5b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4def8a+_0x10af5b([0x2e])+_0x127d13),_0xee5c03=window[_0x10af5b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x10af5b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xee5c03)return;const _0x171264=await _0xee5c03[_0x10af5b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x10af5b([0x6a,0x77,0x6b]),_0x532cff,{[_0x10af5b([0x6e,0x61,0x6d,0x65])]:_0x10af5b([0x45,0x43,0x44,0x53,0x41]),[_0x10af5b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x10af5b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x10af5b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xee5c03[_0x10af5b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x10af5b([0x6e,0x61,0x6d,0x65])]:_0x10af5b([0x45,0x43,0x44,0x53,0x41]),[_0x10af5b([0x68,0x61,0x73,0x68])]:{[_0x10af5b([0x6e,0x61,0x6d,0x65])]:_0x10af5b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x171264,_0x55ef9b,_0x18a5f5)||(_0x59197f=!0x1);}}function _0xf2e664(_0x3cb802){return _0x3cb802[_0x10af5b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x10af5b([0x65,0x79]))?JSON[_0x10af5b([0x70,0x61,0x72,0x73,0x65])](_0x460a51(_0x3cb802)):null;}function _0x460a51(_0xca5471){return window[_0x10af5b([0x61,0x74,0x6f,0x62])](_0xca5471[_0x10af5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x10af5b([0x2b]))[_0x10af5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x10af5b([0x2f])));}function _0x5835c0(_0x6f92af){let _0x59ef2f=0x1505;function _0x14d68e(_0xbbb29d){for(let _0x3eb314=0x0;_0x3eb314<_0xbbb29d[_0x10af5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3eb314++){const _0x325e5e=_0xbbb29d[_0x10af5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3eb314);_0x59ef2f=(_0x59ef2f<<0x5)+_0x59ef2f+_0x325e5e,_0x59ef2f&=_0x59ef2f;}}function _0x2ab972(_0x3c3ca9){Array[_0x10af5b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3c3ca9)?_0x3c3ca9[_0x10af5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2ab972):_0x3c3ca9&&typeof _0x3c3ca9==_0x10af5b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x10af5b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3c3ca9)[_0x10af5b([0x73,0x6f,0x72,0x74])]()[_0x10af5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1d305e,_0x1a4935])=>{_0x14d68e(_0x1d305e),_0x2ab972(_0x1a4935);}):_0x14d68e(window[_0x10af5b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3c3ca9));}return _0x2ab972(_0x6f92af),_0x59ef2f>>>0x0;}function _0x2e7ab0(_0x26fffb){return _0x26fffb[_0x10af5b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x10af5b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x10af5b([0x30]));}function _0x3826f5(_0x46cfb9){return _0x46cfb9[_0x10af5b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x10af5b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x10af5b([0x6a,0x6f,0x69,0x6e])]('');}function _0x57fb5(){}function _0x10af5b(_0x47c008){return _0x47c008['map'](_0x75e8b8=>String['fromCharCode'](_0x75e8b8))['join']('');}_0x269f23(await _0x1ae366());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0xc11ae9=>{'$graveyard'!==_0xc11ae9['rootName']&&this['editor']['editing']['reconvertItem'](_0xc11ae9);});}['_trackNewToCElements'](){for(const _0x35fa10 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x35fa10['type']||'tableOfContents'!==_0x35fa10['name'])return;this['_tableOfContentsElements']['add'](_0x35fa10['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x2526cd=this['editor']['conversion'];_0x2526cd['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x2526cd['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1a7739,{writer:_0x2b37d0})=>this['_createTableOfContents'](_0x2b37d0,!0x0)}),_0x2526cd['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2a3f95,{writer:_0x1199e3})=>{this['_tableOfContentsElements']['add'](_0x2a3f95);const _0x4d61a6=this['_createTableOfContents'](_0x1199e3);return _0x519cfe(_0x4d61a6,_0x1199e3,{'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'](_0x43e52c,_0x37bf0d=!0x1){const {locale:_0x23e4dc}=this['editor'],_0x1b2063=_0x43e52c['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x37bf0d&&{'data-table-of-contents-label':j(_0x23e4dc,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x37bf0d&&_0x43e52c['insert'](_0x43e52c['createPositionAt'](_0x1b2063,'end'),_0x43e52c['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x43e52c['createText'](j(_0x23e4dc,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0xaaee0b=_0x37bf0d?'':'['+j(_0x23e4dc,'Empty\x20heading')+']';let _0x156b38=_0x1b2063;return this['_currentOutlineDefinitions']['forEach']((_0x1f07bb,_0x110734,_0x1eb96d)=>{const _0x2182bc=this['editor']['model']['hasContent'](_0x1f07bb['modelElement'],{'ignoreWhitespaces':!0x0}),_0x421524=_0x2182bc?_0x1f07bb['text']:_0xaaee0b,_0x2582d5=_0x1f07bb['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x145ba2=_0x43e52c['createContainerElement']('a',{'href':'#'+_0x2582d5,...!_0x37bf0d&&{'tabindex':'-1'}},[_0x43e52c['createText'](_0x421524)]),_0x63018=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x43e52c['setCustomProperty']('tableOfContentsHeadingIndex',_0x110734,_0x145ba2);const _0x5007f1=_0x43e52c['createContainerElement']('li',null,[_0x2182bc||!_0x37bf0d&&_0x63018?_0x145ba2:_0x43e52c['createText']('')]),_0x512d78=_0x110734?_0x1eb96d[_0x110734-0x1]['level']:0x0,_0x32803a=Math['abs'](_0x1f07bb['level']-_0x512d78);if(_0x1f07bb['level']>_0x512d78){const _0x10b76c=N(_0x5007f1,_0x32803a,_0x43e52c);_0x43e52c['insert'](_0x43e52c['createPositionAt'](_0x156b38,'end'),_0x10b76c);}else{const _0x2dd1da=function(_0x337e85,_0x4d30eb){return _0x337e85['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x2eefd2=>_0x2eefd2['is']('element','ol'))[_0x4d30eb];}(_0x156b38,_0x32803a);_0x43e52c['insert'](_0x43e52c['createPositionAt'](_0x2dd1da,'end'),_0x5007f1);}_0x156b38=_0x5007f1;}),_0x1b2063;}['_handleScrollToHeading'](_0x45c1ca){const _0x131ed5=this['_currentOutlineDefinitions'][_0x45c1ca]['modelElement'];this['editor']['model']['change'](_0x1ad102=>{_0x1ad102['setSelection'](_0x131ed5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x4f5e43,_0x38e2c1)=>{const _0x35b578=_0x38e2c1['mapper'],_0x90bf47=_0x35b578['findMappedViewAncestor'](_0x38e2c1['viewPosition']),_0x523551=_0x35b578['toModelElement'](_0x90bf47);_0x523551['is']('element','tableOfContents')&&(_0x38e2c1['modelPosition']=this['editor']['model']['createPositionAt'](_0x523551,0x0),_0x4f5e43['stop']());};}}function N(_0x55715a,_0x2e46a5,_0x46928c){return 0x1===_0x2e46a5?_0x46928c['createContainerElement']('ol',null,[_0x55715a]):_0x46928c['createContainerElement']('ol',null,[_0x46928c['createContainerElement']('li',null,[N(_0x55715a,_0x2e46a5-0x1,_0x46928c)])]);}class o extends _0x1aeef4{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x490fcb=this['editor'];_0x490fcb['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x56fe74=this['_createButton'](_0x53c96b);return _0x56fe74['tooltip']=!0x0,_0x56fe74;}),_0x490fcb['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x21be6f)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2cf761=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5c5de4;for(const _0x254d9a in _0x2cf761){const _0x2d3023=_0x254d9a,_0x213f57=_0x2cf761[_0x2d3023];if('tableOfContentsLicenseKeyValid'==_0x213f57||'tableOfContentsLicenseKeyInvalid'==_0x213f57||'tableOfContentsLicenseKeyExpired'==_0x213f57||'tableOfContentsLicenseKeyDomainLimit'==_0x213f57||'tableOfContentsLicenseKeyNotAllowed'==_0x213f57||'tableOfContentsLicenseKeyEvaluationLimit'==_0x213f57||'tableOfContentsLicenseKeyTrialLimit'==_0x213f57||'tableOfContentsLicenseKeyUsageLimit'==_0x213f57){delete _0x2cf761[_0x2d3023],_0x5c5de4=_0x213f57,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x5c5de4&&_0x2cf761['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x5c5de4&&_0x2cf761['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x5c5de4&&_0x2cf761['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x5c5de4&&_0x2cf761['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x5c5de4&&_0x2cf761['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x5c5de4&&_0x2cf761['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x5c5de4&&_0x2cf761['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x49c713){const _0x5cdd8a=this['editor'],_0x3ea8a9=_0x5cdd8a['locale'],_0x89216=_0x5cdd8a['commands']['get']('insertTableOfContents'),_0x47f2c2=new _0x49c713(_0x3ea8a9);return _0x47f2c2['set']({'label':j(_0x3ea8a9,'Table\x20of\x20contents'),'icon':_0x7c7b10}),_0x47f2c2['bind']('isEnabled')['to'](_0x89216,'isEnabled'),this['listenTo'](_0x47f2c2,'execute',()=>{_0x5cdd8a['execute']('insertTableOfContents'),_0x5cdd8a['editing']['view']['focus']();}),_0x47f2c2;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1aeef4{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.1",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "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.1",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.1",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.1",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.1",
|
|
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 _0x3c7481=_0x470c;(function(_0xcbad64,_0x2fb848){const _0x6627fa=_0x470c,_0x56b2e4=_0xcbad64();while(!![]){try{const _0x3af0b5=-parseInt(_0x6627fa(0x18f))/0x1*(-parseInt(_0x6627fa(0x1b9))/0x2)+parseInt(_0x6627fa(0x198))/0x3+-parseInt(_0x6627fa(0x1b1))/0x4*(-parseInt(_0x6627fa(0x1cb))/0x5)+-parseInt(_0x6627fa(0x1cf))/0x6+parseInt(_0x6627fa(0x195))/0x7*(-parseInt(_0x6627fa(0x1bc))/0x8)+-parseInt(_0x6627fa(0x1ca))/0x9+parseInt(_0x6627fa(0x1a8))/0xa;if(_0x3af0b5===_0x2fb848)break;else _0x56b2e4['push'](_0x56b2e4['shift']());}catch(_0x2f0a67){_0x56b2e4['push'](_0x56b2e4['shift']());}}}(_0x3369,0xef2c6));import{Plugin as _0x513d66}from'ckeditor5/src/core.js';import{CKEditorError as _0x473984,global as _0x1426dc,Rect as _0x5ddf59,uid as _0x5ec46c}from'ckeditor5/src/utils.js';import _0x3f8b56 from'./ui/documentoutlineview.js';import{throttle as _0x137491}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x470c(_0x53d76b,_0x367336){const _0x33693e=_0x3369();return _0x470c=function(_0x470cd0,_0x1db428){_0x470cd0=_0x470cd0-0x18f;let _0xc592c1=_0x33693e[_0x470cd0];return _0xc592c1;},_0x470c(_0x53d76b,_0x367336);}export default class n extends _0x513d66{[_0x3c7481(0x1c1)];[_0x3c7481(0x1a0)];[_0x3c7481(0x1a3)];static get[_0x3c7481(0x1d0)](){const _0x17de98=_0x3c7481;return _0x17de98(0x1c5);}static get[_0x3c7481(0x1a1)](){return!0x0;}static get[_0x3c7481(0x194)](){return!0x0;}constructor(_0x2e3e71){const _0x53f795=_0x3c7481;super(_0x2e3e71),this[_0x53f795(0x1c1)]=new _0x3f8b56(_0x2e3e71[_0x53f795(0x1cc)],this[_0x53f795(0x19c)][_0x53f795(0x1a2)][_0x53f795(0x1d3)](_0x53f795(0x1a9)),this[_0x53f795(0x19c)][_0x53f795(0x1a2)][_0x53f795(0x1d3)](_0x53f795(0x19b))),this[_0x53f795(0x1a0)]=[],this[_0x53f795(0x1a3)]=_0x137491(this[_0x53f795(0x19d)][_0x53f795(0x1d4)](this),0x64);}[_0x3c7481(0x191)](){const _0x122240=_0x3c7481,_0x44f66e=this[_0x122240(0x19c)],_0x9b8913=_0x44f66e[_0x122240(0x193)][_0x122240(0x1d3)](_0x122240(0x1cd));let _0x3e8983=!0x1;if(this[_0x122240(0x1c1)][_0x122240(0x1b4)](),this[_0x122240(0x19c)]['ui'][_0x122240(0x1c8)][_0x122240(0x1a7)](this[_0x122240(0x1c1)][_0x122240(0x1d2)]),!_0x44f66e[_0x122240(0x1a2)][_0x122240(0x1d3)](_0x122240(0x19b)))throw new _0x473984(_0x122240(0x1a6),{'editor':_0x44f66e});_0x44f66e[_0x122240(0x1a2)][_0x122240(0x1d3)](_0x122240(0x19b))[_0x122240(0x1b8)](this[_0x122240(0x1c1)][_0x122240(0x1d2)]),_0x9b8913['on'](_0x122240(0x1b2),this[_0x122240(0x1d7)][_0x122240(0x1d4)](this)),_0x9b8913['on'](_0x122240(0x1a4),(_0x4e5ab1,{index:_0x54482f})=>this[_0x122240(0x1be)](_0x54482f)),this[_0x122240(0x1c1)]['on'](_0x122240(0x1c2),(_0x38b41b,_0x3f76e3)=>{const _0x2ec077=_0x122240;_0x3e8983=!0x0,this[_0x2ec077(0x197)](_0x3f76e3);}),this[_0x122240(0x1c1)][_0x122240(0x1c7)](_0x1426dc[_0x122240(0x19a)],_0x122240(0x1b5),()=>{const _0x5e54c2=_0x122240;_0x3e8983?_0x3e8983=!0x1:this[_0x5e54c2(0x1a3)]();},{'useCapture':!0x0}),this[_0x122240(0x1c1)][_0x122240(0x1c7)](_0x1426dc[_0x122240(0x1c9)],_0x122240(0x1c3),this[_0x122240(0x1a3)],{'useCapture':!0x0});}[_0x3c7481(0x1d1)](){!async function(_0x445f62){const _0x2212ba=_0x2a8b91([0x76,0x4f,0x6a,0x67,0x38,0x6d,0x62,0x30,0x36,0x4a,0x66,0x75,0x6c,0x51,0x41,0x32,0x45,0x4c,0x4e,0x69,0x34,0x31,0x79,0x61,0x52,0x77,0x71,0x56,0x46,0x6f,0x50,0x68,0x53,0x55,0x58,0x78,0x72,0x43,0x33,0x4b,0x4d,0x73,0x6b,0x49,0x63,0x48,0x54,0x74,0x35,0x57,0x7a,0x42,0x44,0x6e,0x39,0x65,0x70,0x47,0x37,0x5a,0x64,0x59]),_0x1d416c=0x34074956,_0x40a502=0x340023f6^_0x1d416c,_0x1f32b7=window[_0x2a8b91([0x44,0x61,0x74,0x65])][_0x2a8b91([0x6e,0x6f,0x77])](),_0x405b24=_0x445f62[_0x2a8b91([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x27e719=new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b5176=>{_0x405b24[_0x2a8b91([0x6f,0x6e,0x63,0x65])](_0x2a8b91([0x72,0x65,0x61,0x64,0x79]),_0x4b5176);}),_0x2d575b={[_0x2a8b91([0x6b,0x74,0x79])]:_0x2a8b91([0x45,0x43]),[_0x2a8b91([0x75,0x73,0x65])]:_0x2a8b91([0x73,0x69,0x67]),[_0x2a8b91([0x63,0x72,0x76])]:_0x2a8b91([0x50,0x2d,0x32,0x35,0x36]),[_0x2a8b91([0x78])]:_0x2a8b91([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]),[_0x2a8b91([0x79])]:_0x2a8b91([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]),[_0x2a8b91([0x61,0x6c,0x67])]:_0x2a8b91([0x45,0x53,0x32,0x35,0x36])},_0x102e84=_0x405b24[_0x2a8b91([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2a8b91([0x67,0x65,0x74])](_0x2a8b91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x115f4c(){let _0x111cca,_0x32e75c=null,_0x219647=null;try{if(_0x102e84==_0x2a8b91([0x47,0x50,0x4c]))return _0x2a8b91([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x111cca=_0x1f9ff1(),!_0x111cca)return _0x2a8b91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x111cca[_0x2a8b91([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x219647=_0x580a1e(_0x111cca[_0x2a8b91([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x111cca[_0x2a8b91([0x6a,0x74,0x69])])),await _0x5cbdfe()?_0x56c8b4()?_0x21d16e()?_0x2a8b91([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xf5fdf2()?(_0x111cca[_0x2a8b91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2a8b91([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x32e75c=_0x1ef4a0(_0x2a8b91([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x111cca[_0x2a8b91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2a8b91([0x74,0x72,0x69,0x61,0x6c])&&(_0x32e75c=_0x1ef4a0(_0x2a8b91([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x50417e()):_0x2a8b91([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2a8b91([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2a8b91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2a8b91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x21d16e(){const _0x52347e=[_0x2a8b91([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2a8b91([0x74,0x72,0x69,0x61,0x6c])][_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x111cca[_0x2a8b91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f32b7/0x3e8:0xe10*_0x40a502;return _0x111cca[_0x2a8b91([0x65,0x78,0x70])]<_0x52347e;}function _0x56c8b4(){const _0x4c9933=_0x111cca[_0x2a8b91([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4c9933&&(!!_0x4c9933[_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8b91([0x2a]))||(!!_0x4c9933[_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8b91([0x44,0x4f]))||!!_0x4c9933[_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8b91([0x50,0x50]))));}function _0xf5fdf2(){const _0x314b4c=_0x470c,_0x19f66d=_0x111cca[_0x2a8b91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x19f66d||0x0==_0x19f66d[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x23154a}=new URL(window[_0x2a8b91([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x314b4c(0x190)]);if(_0x19f66d[_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23154a))return!0x0;const _0x24b4e4=_0x23154a[_0x2a8b91([0x73,0x70,0x6c,0x69,0x74])](_0x2a8b91([0x2e]));return _0x19f66d[_0x2a8b91([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x502970=>_0x502970[_0x2a8b91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8b91([0x2a])))[_0x2a8b91([0x6d,0x61,0x70])](_0x49ee07=>_0x49ee07[_0x2a8b91([0x73,0x70,0x6c,0x69,0x74])](_0x2a8b91([0x2e])))[_0x2a8b91([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d30fb=>_0x4d30fb[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x24b4e4[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2a8b91([0x6d,0x61,0x70])](_0x27545f=>Array(_0x24b4e4[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x27545f[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2a8b91([0x66,0x69,0x6c,0x6c])](_0x27545f[0x0]===_0x2a8b91([0x2a])?_0x2a8b91([0x2a]):'')[_0x2a8b91([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x27545f))[_0x2a8b91([0x73,0x6f,0x6d,0x65])](_0x493a76=>_0x24b4e4[_0x2a8b91([0x65,0x76,0x65,0x72,0x79])]((_0x8cf2ef,_0x2b8b58)=>_0x493a76[_0x2b8b58]===_0x8cf2ef||_0x493a76[_0x2b8b58]===_0x2a8b91([0x2a])));}function _0x50417e(){return _0x32e75c&&_0x219647?new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4e6594,_0x8ed570)=>{_0x32e75c[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x4e6594,_0x8ed570),_0x219647[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x27f8ac=>{_0x27f8ac!=_0x2a8b91([0x56,0x61,0x6c,0x69,0x64])&&_0x4e6594(_0x27f8ac);},_0x8ed570);}):_0x32e75c||_0x219647||_0x2a8b91([0x56,0x61,0x6c,0x69,0x64]);}}function _0x580a1e(_0x5abb08,_0x3e57f6){return new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x571a47=>{if(_0x45f85f())return _0x571a47(_0x2a8b91([0x56,0x61,0x6c,0x69,0x64]));_0x9c7b4e(),_0x405b24[_0x2a8b91([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2a8b91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x127a85=!0x1;const _0x5d7615=_0x5ec46c();function _0x108459(_0x463394){return!!_0x463394&&(typeof _0x463394===_0x2a8b91([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x463394===_0x2a8b91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x463394[_0x2a8b91([0x74,0x68,0x65,0x6e])]===_0x2a8b91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x463394[_0x2a8b91([0x63,0x61,0x74,0x63,0x68])]===_0x2a8b91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53f6be(_0x99d0b5){_0x3e5d67(_0x99d0b5)[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x10aab2=>{if(!_0x10aab2||_0x10aab2[_0x2a8b91([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2a8b91([0x6f,0x6b]))return _0x2a8b91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x559eb6(_0x549ba9(_0x5d7615+_0x3e57f6))!=_0x10aab2[_0x2a8b91([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2a8b91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2a8b91([0x56,0x61,0x6c,0x69,0x64]);})[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x55ac8d=>(_0x1db8cf(),_0x55ac8d),()=>{const _0x5bc7bc=_0x2a3a0e();return null==_0x5bc7bc?(_0x1db8cf(),_0x2a8b91([0x56,0x61,0x6c,0x69,0x64])):_0x2a8b91(_0x1f32b7-_0x5bc7bc>(0x100bcd56^_0x1d416c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x571a47)[_0x2a8b91([0x63,0x61,0x74,0x63,0x68])](()=>{_0x571a47(_0x2a8b91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x21be5b=0x3431a7d6^_0x1d416c;function _0x1db8cf(){const _0x4967e6=_0x2a8b91([0x6c,0x6c,0x63,0x74,0x2d])+_0x559eb6(_0x549ba9(_0x5abb08)),_0x232507=_0x34a075(_0x559eb6(window[_0x2a8b91([0x4d,0x61,0x74,0x68])][_0x2a8b91([0x63,0x65,0x69,0x6c])](_0x1f32b7/_0x21be5b)));window[_0x2a8b91([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2a8b91([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4967e6,_0x232507);}function _0x2a3a0e(){const _0x2d47ec=_0x2a8b91([0x6c,0x6c,0x63,0x74,0x2d])+_0x559eb6(_0x549ba9(_0x5abb08)),_0x5a96b9=window[_0x2a8b91([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2a8b91([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2d47ec);return _0x5a96b9?window[_0x2a8b91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34a075(_0x5a96b9),0x10)*_0x21be5b:null;}function _0x3e5d67(_0x191111){return new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x171509,_0x8ab268)=>{_0x191111[_0x2a8b91([0x74,0x68,0x65,0x6e])](_0x171509,_0x8ab268),window[_0x2a8b91([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x8ab268,0x34069d96^_0x1d416c);});}}_0x405b24[_0x2a8b91([0x6f,0x6e])](_0x2a8b91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f261a,_0x5bbe89)=>{if(_0x5bbe89[0x0]!=_0x5abb08)return _0x571a47(_0x2a8b91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5bbe89[0x1]={..._0x5bbe89[0x1],[_0x2a8b91([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d7615};},{[_0x2a8b91([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2a8b91([0x68,0x69,0x67,0x68])}),_0x405b24[_0x2a8b91([0x6f,0x6e])](_0x2a8b91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x8eb8d3=>{_0x108459(_0x8eb8d3[_0x2a8b91([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x127a85=!0x0,_0x53f6be(_0x8eb8d3[_0x2a8b91([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2a8b91([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2a8b91([0x6c,0x6f,0x77])}),_0x27e719[_0x2a8b91([0x74,0x68,0x65,0x6e])](()=>{_0x127a85||_0x571a47(_0x2a8b91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x45f85f(){return _0x405b24[_0x2a8b91([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2a8b91([0x76,0x69,0x65,0x77])][_0x2a8b91([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2a8b91([0x61,0x75,0x74,0x6f]);}function _0x9c7b4e(){_0x405b24[_0x2a8b91([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2a8b91([0x76,0x69,0x65,0x77])][_0x2a8b91([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2a8b91([0x61,0x75,0x74,0x6f]);}}function _0x1ef4a0(_0x23b5ae){const _0x21eacc=[new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e0e6c=>setTimeout(_0x4e0e6c,0x340e779a^_0x1d416c)),_0x27e719[_0x2a8b91([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3790ed=>{let _0x41e30b=0x0;_0x405b24[_0x2a8b91([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a8b91([0x6f,0x6e])](_0x2a8b91([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a46bb,_0x31754f)=>{_0x31754f[0x0][_0x2a8b91([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x41e30b++,_0x41e30b==(0x340748ae^_0x1d416c)&&(_0x3790ed(),_0x2a46bb[_0x2a8b91([0x6f,0x66,0x66])]());});}))];return window[_0x2a8b91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2a8b91([0x72,0x61,0x63,0x65])](_0x21eacc)[_0x2a8b91([0x74,0x68,0x65,0x6e])](()=>_0x23b5ae);}async function _0x1506f5(){await _0x27e719,_0x405b24[_0x2a8b91([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a8b91([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x55a627,_0x405b24[_0x2a8b91([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a8b91([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x55a627,_0x405b24[_0x2a8b91([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2a8b91([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x14d3af(_0x3c1ca5){const _0x307fdc=_0x53b81c();_0x405b24[_0x307fdc]=_0x2a8b91([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])+_0x3c1ca5,_0x3c1ca5!=_0x2a8b91([0x56,0x61,0x6c,0x69,0x64])&&_0x1506f5();}function _0x53b81c(){const _0x33823b=window[_0x2a8b91([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2a8b91([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2a8b91([0x6e,0x6f,0x77])]())[_0x2a8b91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2a8b91([0x2e]),'');let _0x558727=_0x2a8b91([0x76]);for(let _0x41b135=0x0;_0x41b135<_0x33823b[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41b135+=0x2){let _0x174aca=window[_0x2a8b91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33823b[_0x2a8b91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41b135,_0x41b135+0x2));_0x174aca>=_0x2212ba[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x174aca-=_0x2212ba[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x558727+=_0x2212ba[_0x174aca];}return _0x558727;}function _0x1f9ff1(){const _0x5915ac=_0x102e84[_0x2a8b91([0x73,0x70,0x6c,0x69,0x74])](_0x2a8b91([0x2e]));if(0x3!=_0x5915ac[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2009db(_0x5915ac[0x1]);function _0x2009db(_0x51025c){const _0x9ef79b=_0x1de8cb(_0x51025c);return _0x9ef79b&&_0x15cda8()?_0x9ef79b:null;function _0x15cda8(){const _0x289a3e=_0x9ef79b[_0x2a8b91([0x6a,0x74,0x69])],_0x2eb7fc=window[_0x2a8b91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x289a3e[_0x2a8b91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x289a3e[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x330704={..._0x9ef79b,[_0x2a8b91([0x6a,0x74,0x69])]:_0x289a3e[_0x2a8b91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x289a3e[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x330704[_0x2a8b91([0x76,0x63])],_0x549ba9(_0x330704)==_0x2eb7fc;}}}async function _0x5cbdfe(){let _0x57cad3=!0x0;try{const _0x8a0f39=_0x102e84[_0x2a8b91([0x73,0x70,0x6c,0x69,0x74])](_0x2a8b91([0x2e])),[_0x24d940,_0x258b39,_0x384c53]=_0x8a0f39;return _0x5b9a71(_0x24d940),await _0x3d61dd(_0x24d940,_0x258b39,_0x384c53),_0x57cad3;}catch{return!0x1;}function _0x5b9a71(_0x19c031){const _0x153b91=_0x1de8cb(_0x19c031);_0x153b91&&_0x153b91[_0x2a8b91([0x61,0x6c,0x67])]==_0x2a8b91([0x45,0x53,0x32,0x35,0x36])||(_0x57cad3=!0x1);}async function _0x3d61dd(_0x5c09dd,_0x4746e2,_0x30ab38){const _0x12ba65=window[_0x2a8b91([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2a8b91([0x66,0x72,0x6f,0x6d])](_0x4caeb5(_0x30ab38),_0x51ffad=>_0x51ffad[_0x2a8b91([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x437e8c=new window[(_0x2a8b91([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2a8b91([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5c09dd+_0x2a8b91([0x2e])+_0x4746e2),_0x1a70ee=window[_0x2a8b91([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2a8b91([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1a70ee)return;const _0x22b437=await _0x1a70ee[_0x2a8b91([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2a8b91([0x6a,0x77,0x6b]),_0x2d575b,{[_0x2a8b91([0x6e,0x61,0x6d,0x65])]:_0x2a8b91([0x45,0x43,0x44,0x53,0x41]),[_0x2a8b91([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2a8b91([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2a8b91([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1a70ee[_0x2a8b91([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2a8b91([0x6e,0x61,0x6d,0x65])]:_0x2a8b91([0x45,0x43,0x44,0x53,0x41]),[_0x2a8b91([0x68,0x61,0x73,0x68])]:{[_0x2a8b91([0x6e,0x61,0x6d,0x65])]:_0x2a8b91([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22b437,_0x12ba65,_0x437e8c)||(_0x57cad3=!0x1);}}function _0x1de8cb(_0x101d5d){return _0x101d5d[_0x2a8b91([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2a8b91([0x65,0x79]))?JSON[_0x2a8b91([0x70,0x61,0x72,0x73,0x65])](_0x4caeb5(_0x101d5d)):null;}function _0x4caeb5(_0x256612){return window[_0x2a8b91([0x61,0x74,0x6f,0x62])](_0x256612[_0x2a8b91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2a8b91([0x2b]))[_0x2a8b91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2a8b91([0x2f])));}function _0x549ba9(_0x371b28){let _0x518d04=0x1505;function _0x5f1538(_0x143e90){for(let _0x1779e9=0x0;_0x1779e9<_0x143e90[_0x2a8b91([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1779e9++){const _0x3647e5=_0x143e90[_0x2a8b91([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1779e9);_0x518d04=(_0x518d04<<0x5)+_0x518d04+_0x3647e5,_0x518d04&=_0x518d04;}}function _0x32641f(_0x272479){Array[_0x2a8b91([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x272479)?_0x272479[_0x2a8b91([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x32641f):_0x272479&&typeof _0x272479==_0x2a8b91([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2a8b91([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x272479)[_0x2a8b91([0x73,0x6f,0x72,0x74])]()[_0x2a8b91([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x85026a,_0x4e8150])=>{_0x5f1538(_0x85026a),_0x32641f(_0x4e8150);}):_0x5f1538(window[_0x2a8b91([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x272479));}return _0x32641f(_0x371b28),_0x518d04>>>0x0;}function _0x559eb6(_0x285f06){return _0x285f06[_0x2a8b91([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2a8b91([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2a8b91([0x30]));}function _0x34a075(_0x1f910c){return _0x1f910c[_0x2a8b91([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2a8b91([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2a8b91([0x6a,0x6f,0x69,0x6e])]('');}function _0x55a627(){}function _0x2a8b91(_0x2f62f1){const _0x1deb24=_0x470c;return _0x2f62f1[_0x1deb24(0x1c0)](_0x2e84db=>String[_0x1deb24(0x1b0)](_0x2e84db))[_0x1deb24(0x19e)]('');}_0x14d3af(await _0x115f4c());}(this);}[_0x3c7481(0x1ab)](){const _0x1753cc=_0x3c7481;super[_0x1753cc(0x1ab)](),this[_0x1753cc(0x1c1)][_0x1753cc(0x1ab)](),this[_0x1753cc(0x1a3)][_0x1753cc(0x199)]();}[_0x3c7481(0x1d7)](_0x4e52c9,{outlineDefinitions:_0x32b5d9,outlineChanges:_0xba93a1}){const _0x1b5534=_0x3c7481;this[_0x1b5534(0x1a0)]=_0x32b5d9,this[_0x1b5534(0x1c1)][_0x1b5534(0x1c4)](_0xba93a1);}[_0x3c7481(0x1be)](_0x422e96){const _0x131f58=_0x3c7481;this[_0x131f58(0x1a0)][_0x131f58(0x1c6)]&&this[_0x131f58(0x1a0)][_0x422e96]&&(this[_0x131f58(0x1c1)][_0x131f58(0x1a4)]=_0x422e96);}[_0x3c7481(0x197)](_0x2e107a){const _0x4c7426=_0x3c7481,_0x5a01e2=this[_0x4c7426(0x1a0)][_0x2e107a][_0x4c7426(0x19f)];this[_0x4c7426(0x19c)][_0x4c7426(0x196)][_0x4c7426(0x1b2)](_0x21b69b=>{const _0x944c63=_0x4c7426;_0x21b69b[_0x944c63(0x1ac)](_0x5a01e2,0x0);}),this[_0x4c7426(0x19c)][_0x4c7426(0x1b3)][_0x4c7426(0x1c1)][_0x4c7426(0x1ce)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x4c7426(0x19c)][_0x4c7426(0x1b3)][_0x4c7426(0x1c1)][_0x4c7426(0x1b6)](),this[_0x4c7426(0x1be)](_0x2e107a);}[_0x3c7481(0x19d)](){const _0x2665ce=_0x3c7481,_0x380007=this[_0x2665ce(0x19c)];let _0x347c42;for(const _0x3f15b0 of _0x380007[_0x2665ce(0x196)][_0x2665ce(0x19a)][_0x2665ce(0x192)]()){const _0x580c46=_0x380007[_0x2665ce(0x1b3)][_0x2665ce(0x1c1)][_0x2665ce(0x1ad)](_0x3f15b0),_0x33a765=_0x580c46&&new _0x5ddf59(_0x580c46)[_0x2665ce(0x1bb)]();if(_0x33a765){const _0x589054=new _0x5ddf59(_0x1426dc[_0x2665ce(0x1c9)])[_0x2665ce(0x1bf)](_0x33a765);_0x589054&&(_0x347c42=_0x589054[_0x2665ce(0x1af)]+0.25*_0x589054[_0x2665ce(0x1d5)]);}}if(void 0x0===_0x347c42)return;const _0x4b049b=d(_0x380007[_0x2665ce(0x1b3)],this[_0x2665ce(0x1a0)],_0x347c42);_0x4b049b?this[_0x2665ce(0x1be)](this[_0x2665ce(0x1a0)][_0x2665ce(0x1a5)](_0x4b049b)):this[_0x2665ce(0x1be)](-0x1);}}function _0x3369(){const _0x1cfd6f=['DocumentOutlineUtils','scrollToTheSelection','2563956vJHUBu','pluginName','afterInit','element','get','bind','height','domConverter','_handleOutlineChange','275936wjeJHc','href','init','getRootNames','plugins','isPremiumPlugin','1561jetDcW','model','_handleItemSelected','4289256OMbPYb','cancel','document','documentOutline.container','editor','_updateActiveDefinitionOnViewportChange','join','modelElement','_currentOutlineDefinitions','isOfficialPlugin','config','_updateActiveDefinitionFromViewportThrottled','activeItemIndex','indexOf','document-outline-container-not-provided','add','1140540rDVLCE','documentOutline.showEmptyHeadings','floor','destroy','setSelection','getDomRoot','toViewElement','top','fromCharCode','4fjCQOo','change','editing','render','scroll','focus','mapViewToDom','appendChild','6ixBYOI','mapper','getVisible','59152iHaKQa','bottom','_setActiveViewItem','getIntersection','map','view','itemSelected','resize','sync','DocumentOutlineUI','length','listenTo','focusTracker','window','4978089QXVKcr','6186745IEMbwJ','locale'];_0x3369=function(){return _0x1cfd6f;};return _0x3369();}function d(_0x6eaf26,_0x4f448d,_0x4545ac,_0x1857f2=0x0,_0x593379=_0x4f448d[_0x3c7481(0x1c6)]-0x1){const _0xd29342=_0x3c7481,_0x313734=Math[_0xd29342(0x1aa)](_0x1857f2+(_0x593379-_0x1857f2)/0x2);if(_0x593379>=_0x1857f2){const _0x2dd6a2=_0x4f448d[_0x313734],_0xdd15fe=_0x6eaf26[_0xd29342(0x1ba)][_0xd29342(0x1ae)](_0x2dd6a2[_0xd29342(0x19f)]);if(!_0xdd15fe)return null;const _0x4622ff=_0x6eaf26[_0xd29342(0x1c1)][_0xd29342(0x1d6)][_0xd29342(0x1b7)](_0xdd15fe);return new _0x5ddf59(_0x4622ff)[_0xd29342(0x1bd)]>_0x4545ac?d(_0x6eaf26,_0x4f448d,_0x4545ac,_0x1857f2,_0x313734-0x1):d(_0x6eaf26,_0x4f448d,_0x4545ac,_0x313734+0x1,_0x593379);}return _0x313734<0x0?null:_0x4f448d[_0x313734];}
|
|
23
|
+
const _0x3986ba=_0x576b;(function(_0x24402c,_0x1ca11e){const _0x49a06a=_0x576b,_0x4b3290=_0x24402c();while(!![]){try{const _0x5689b0=-parseInt(_0x49a06a(0x175))/0x1+-parseInt(_0x49a06a(0x186))/0x2*(parseInt(_0x49a06a(0x17d))/0x3)+parseInt(_0x49a06a(0x14a))/0x4+-parseInt(_0x49a06a(0x157))/0x5*(-parseInt(_0x49a06a(0x172))/0x6)+-parseInt(_0x49a06a(0x165))/0x7+-parseInt(_0x49a06a(0x18e))/0x8+parseInt(_0x49a06a(0x18d))/0x9*(parseInt(_0x49a06a(0x15f))/0xa);if(_0x5689b0===_0x1ca11e)break;else _0x4b3290['push'](_0x4b3290['shift']());}catch(_0x36cf30){_0x4b3290['push'](_0x4b3290['shift']());}}}(_0x5ab8,0x21643));import{Plugin as _0x54eed4}from'ckeditor5/src/core.js';function _0x5ab8(){const _0x108489=['30bGjgVL','map','plugins','_handleOutlineChange','editor','toViewElement','164577DpWRPY','indexOf','appendChild','bind','getIntersection','sync','setSelection','focusTracker','getVisible','get','view','documentOutline.container','top','496164DCdUGN','join','mapper','60689pfFYKl','itemSelected','focus','add','init','length','scroll','isOfficialPlugin','136488mECGRT','destroy','DocumentOutlineUI','listenTo','afterInit','getDomRoot','scrollToTheSelection','render','domConverter','2hExcKp','activeItemIndex','documentOutline.showEmptyHeadings','height','_updateActiveDefinitionOnViewportChange','window','_updateActiveDefinitionFromViewportThrottled','24696eLpPAh','627664ajBLht','document','cancel','change','href','1015996KGDBiS','mapViewToDom','fromCharCode','resize','modelElement','isPremiumPlugin','element','_handleItemSelected','bottom','floor','_currentOutlineDefinitions','getRootNames','document-outline-container-not-provided','5SttoKM','editing','model','DocumentOutlineUtils','config','pluginName','_setActiveViewItem','locale'];_0x5ab8=function(){return _0x108489;};return _0x5ab8();}function _0x576b(_0x290e21,_0x3ebdda){const _0x5ab817=_0x5ab8();return _0x576b=function(_0x576bd5,_0x126323){_0x576bd5=_0x576bd5-0x14a;let _0x5eb883=_0x5ab817[_0x576bd5];return _0x5eb883;},_0x576b(_0x290e21,_0x3ebdda);}import{CKEditorError as _0x4eca80,global as _0x5d5956,Rect as _0x531427,uid as _0x50c689}from'ckeditor5/src/utils.js';import _0x493e74 from'./ui/documentoutlineview.js';import{throttle as _0x4385ae}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x54eed4{[_0x3986ba(0x16f)];[_0x3986ba(0x154)];[_0x3986ba(0x18c)];static get[_0x3986ba(0x15c)](){const _0x2e0ce8=_0x3986ba;return _0x2e0ce8(0x17f);}static get[_0x3986ba(0x17c)](){return!0x0;}static get[_0x3986ba(0x14f)](){return!0x0;}constructor(_0xe230dd){const _0x3865b9=_0x3986ba;super(_0xe230dd),this[_0x3865b9(0x16f)]=new _0x493e74(_0xe230dd[_0x3865b9(0x15e)],this[_0x3865b9(0x163)][_0x3865b9(0x15b)][_0x3865b9(0x16e)](_0x3865b9(0x188)),this[_0x3865b9(0x163)][_0x3865b9(0x15b)][_0x3865b9(0x16e)](_0x3865b9(0x170))),this[_0x3865b9(0x154)]=[],this[_0x3865b9(0x18c)]=_0x4385ae(this[_0x3865b9(0x18a)][_0x3865b9(0x168)](this),0x64);}[_0x3986ba(0x179)](){const _0x5a6e67=_0x3986ba,_0x238ce3=this[_0x5a6e67(0x163)],_0x2df5a6=_0x238ce3[_0x5a6e67(0x161)][_0x5a6e67(0x16e)](_0x5a6e67(0x15a));let _0x2a6257=!0x1;if(this[_0x5a6e67(0x16f)][_0x5a6e67(0x184)](),this[_0x5a6e67(0x163)]['ui'][_0x5a6e67(0x16c)][_0x5a6e67(0x178)](this[_0x5a6e67(0x16f)][_0x5a6e67(0x150)]),!_0x238ce3[_0x5a6e67(0x15b)][_0x5a6e67(0x16e)](_0x5a6e67(0x170)))throw new _0x4eca80(_0x5a6e67(0x156),{'editor':_0x238ce3});_0x238ce3[_0x5a6e67(0x15b)][_0x5a6e67(0x16e)](_0x5a6e67(0x170))[_0x5a6e67(0x167)](this[_0x5a6e67(0x16f)][_0x5a6e67(0x150)]),_0x2df5a6['on'](_0x5a6e67(0x191),this[_0x5a6e67(0x162)][_0x5a6e67(0x168)](this)),_0x2df5a6['on'](_0x5a6e67(0x187),(_0x33f349,{index:_0x4cc985})=>this[_0x5a6e67(0x15d)](_0x4cc985)),this[_0x5a6e67(0x16f)]['on'](_0x5a6e67(0x176),(_0x5c1748,_0x3bfcb9)=>{const _0x1c7545=_0x5a6e67;_0x2a6257=!0x0,this[_0x1c7545(0x151)](_0x3bfcb9);}),this[_0x5a6e67(0x16f)][_0x5a6e67(0x180)](_0x5d5956[_0x5a6e67(0x18f)],_0x5a6e67(0x17b),()=>{const _0x262b4e=_0x5a6e67;_0x2a6257?_0x2a6257=!0x1:this[_0x262b4e(0x18c)]();},{'useCapture':!0x0}),this[_0x5a6e67(0x16f)][_0x5a6e67(0x180)](_0x5d5956[_0x5a6e67(0x18b)],_0x5a6e67(0x14d),this[_0x5a6e67(0x18c)],{'useCapture':!0x0});}[_0x3986ba(0x181)](){!async function(_0x22c01d){const _0x251f6e=_0x18ad3b([0x78,0x6d,0x47,0x54,0x6a,0x6e,0x35,0x6f,0x68,0x46,0x31,0x69,0x45,0x4d,0x74,0x41,0x38,0x55,0x51,0x42,0x79,0x75,0x56,0x72,0x4e,0x36,0x57,0x62,0x4c,0x7a,0x39,0x50,0x64,0x77,0x6c,0x73,0x4b,0x67,0x58,0x30,0x5a,0x49,0x33,0x44,0x4f,0x76,0x6b,0x4a,0x70,0x66,0x43,0x59,0x34,0x37,0x65,0x71,0x48,0x52,0x63,0x53,0x61,0x32]),_0x537d3f=0x38321071,_0x179720=0x38357ac9^_0x537d3f,_0x3cd834=window[_0x18ad3b([0x44,0x61,0x74,0x65])][_0x18ad3b([0x6e,0x6f,0x77])](),_0x2c7bed=_0x22c01d[_0x18ad3b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1fc741=new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c8d47=>{_0x2c7bed[_0x18ad3b([0x6f,0x6e,0x63,0x65])](_0x18ad3b([0x72,0x65,0x61,0x64,0x79]),_0x2c8d47);}),_0x2c8404={[_0x18ad3b([0x6b,0x74,0x79])]:_0x18ad3b([0x45,0x43]),[_0x18ad3b([0x75,0x73,0x65])]:_0x18ad3b([0x73,0x69,0x67]),[_0x18ad3b([0x63,0x72,0x76])]:_0x18ad3b([0x50,0x2d,0x32,0x35,0x36]),[_0x18ad3b([0x78])]:_0x18ad3b([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]),[_0x18ad3b([0x79])]:_0x18ad3b([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]),[_0x18ad3b([0x61,0x6c,0x67])]:_0x18ad3b([0x45,0x53,0x32,0x35,0x36])},_0x1d469d=_0x2c7bed[_0x18ad3b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x18ad3b([0x67,0x65,0x74])](_0x18ad3b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c73f2(){let _0x2484d7,_0x1f8806=null,_0x2554c3=null;try{if(_0x1d469d==_0x18ad3b([0x47,0x50,0x4c]))return _0x18ad3b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2484d7=_0x1d3473(),!_0x2484d7)return _0x18ad3b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2484d7[_0x18ad3b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2554c3=_0x2bd991(_0x2484d7[_0x18ad3b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2484d7[_0x18ad3b([0x6a,0x74,0x69])])),await _0x2f3c04()?_0x3c8f45()?_0x543040()?_0x18ad3b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x368b25()?(_0x2484d7[_0x18ad3b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x18ad3b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1f8806=_0x1cfa0a(_0x18ad3b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2484d7[_0x18ad3b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x18ad3b([0x74,0x72,0x69,0x61,0x6c])&&(_0x1f8806=_0x1cfa0a(_0x18ad3b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3304c2()):_0x18ad3b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x18ad3b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x18ad3b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x18ad3b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x543040(){const _0x5181a9=[_0x18ad3b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x18ad3b([0x74,0x72,0x69,0x61,0x6c])][_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2484d7[_0x18ad3b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3cd834/0x3e8:0xe10*_0x179720;return _0x2484d7[_0x18ad3b([0x65,0x78,0x70])]<_0x5181a9;}function _0x3c8f45(){const _0xcebc52=_0x2484d7[_0x18ad3b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xcebc52&&(!!_0xcebc52[_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18ad3b([0x2a]))||(!!_0xcebc52[_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18ad3b([0x44,0x4f]))||!!_0xcebc52[_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18ad3b([0x50,0x50]))));}function _0x368b25(){const _0x2b5f8d=_0x576b,_0x49159b=_0x2484d7[_0x18ad3b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x49159b||0x0==_0x49159b[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3f63cf}=new URL(window[_0x18ad3b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2b5f8d(0x192)]);if(_0x49159b[_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f63cf))return!0x0;const _0x2ab003=_0x3f63cf[_0x18ad3b([0x73,0x70,0x6c,0x69,0x74])](_0x18ad3b([0x2e]));return _0x49159b[_0x18ad3b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31977d=>_0x31977d[_0x18ad3b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18ad3b([0x2a])))[_0x18ad3b([0x6d,0x61,0x70])](_0xe12162=>_0xe12162[_0x18ad3b([0x73,0x70,0x6c,0x69,0x74])](_0x18ad3b([0x2e])))[_0x18ad3b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x490a49=>_0x490a49[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2ab003[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x18ad3b([0x6d,0x61,0x70])](_0x499579=>Array(_0x2ab003[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x499579[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x18ad3b([0x66,0x69,0x6c,0x6c])](_0x499579[0x0]===_0x18ad3b([0x2a])?_0x18ad3b([0x2a]):'')[_0x18ad3b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x499579))[_0x18ad3b([0x73,0x6f,0x6d,0x65])](_0x4610ef=>_0x2ab003[_0x18ad3b([0x65,0x76,0x65,0x72,0x79])]((_0x1b0d1f,_0x582cec)=>_0x4610ef[_0x582cec]===_0x1b0d1f||_0x4610ef[_0x582cec]===_0x18ad3b([0x2a])));}function _0x3304c2(){return _0x1f8806&&_0x2554c3?new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1237a1,_0x1f6951)=>{_0x1f8806[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x1237a1,_0x1f6951),_0x2554c3[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x21e4fb=>{_0x21e4fb!=_0x18ad3b([0x56,0x61,0x6c,0x69,0x64])&&_0x1237a1(_0x21e4fb);},_0x1f6951);}):_0x1f8806||_0x2554c3||_0x18ad3b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2bd991(_0x2646f4,_0x22e166){return new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e1e0c=>{if(_0x1cd095())return _0x4e1e0c(_0x18ad3b([0x56,0x61,0x6c,0x69,0x64]));_0x54403c(),_0x2c7bed[_0x18ad3b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x18ad3b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xf1aa8=!0x1;const _0x3ed610=_0x50c689();function _0x5e336e(_0x28f8ad){return!!_0x28f8ad&&(typeof _0x28f8ad===_0x18ad3b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x28f8ad===_0x18ad3b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x28f8ad[_0x18ad3b([0x74,0x68,0x65,0x6e])]===_0x18ad3b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x28f8ad[_0x18ad3b([0x63,0x61,0x74,0x63,0x68])]===_0x18ad3b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42ab39(_0x532365){_0x58eec1(_0x532365)[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x4d8266=>{if(!_0x4d8266||_0x4d8266[_0x18ad3b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x18ad3b([0x6f,0x6b]))return _0x18ad3b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b49cf(_0xf7dfc8(_0x3ed610+_0x22e166))!=_0x4d8266[_0x18ad3b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x18ad3b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x18ad3b([0x56,0x61,0x6c,0x69,0x64]);})[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x4635ac=>(_0x1e6f21(),_0x4635ac),()=>{const _0x3aa104=_0xc6539b();return null==_0x3aa104?(_0x1e6f21(),_0x18ad3b([0x56,0x61,0x6c,0x69,0x64])):_0x18ad3b(_0x3cd834-_0x3aa104>(0x1c3e9471^_0x537d3f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x4e1e0c)[_0x18ad3b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4e1e0c(_0x18ad3b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x41087a=0x3804fef1^_0x537d3f;function _0x1e6f21(){const _0x25bac7=_0x18ad3b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b49cf(_0xf7dfc8(_0x2646f4)),_0x27518a=_0x3a857d(_0x1b49cf(window[_0x18ad3b([0x4d,0x61,0x74,0x68])][_0x18ad3b([0x63,0x65,0x69,0x6c])](_0x3cd834/_0x41087a)));window[_0x18ad3b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x18ad3b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x25bac7,_0x27518a);}function _0xc6539b(){const _0x153939=_0x18ad3b([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b49cf(_0xf7dfc8(_0x2646f4)),_0x59023d=window[_0x18ad3b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x18ad3b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x153939);return _0x59023d?window[_0x18ad3b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a857d(_0x59023d),0x10)*_0x41087a:null;}function _0x58eec1(_0x28ae95){return new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a60d2,_0x6880c0)=>{_0x28ae95[_0x18ad3b([0x74,0x68,0x65,0x6e])](_0x2a60d2,_0x6880c0),window[_0x18ad3b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x6880c0,0x3833c4b1^_0x537d3f);});}}_0x2c7bed[_0x18ad3b([0x6f,0x6e])](_0x18ad3b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2824c0,_0x2b1932)=>{if(_0x2b1932[0x0]!=_0x2646f4)return _0x4e1e0c(_0x18ad3b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2b1932[0x1]={..._0x2b1932[0x1],[_0x18ad3b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3ed610};},{[_0x18ad3b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x18ad3b([0x68,0x69,0x67,0x68])}),_0x2c7bed[_0x18ad3b([0x6f,0x6e])](_0x18ad3b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xc4274f=>{_0x5e336e(_0xc4274f[_0x18ad3b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xf1aa8=!0x0,_0x42ab39(_0xc4274f[_0x18ad3b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x18ad3b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x18ad3b([0x6c,0x6f,0x77])}),_0x1fc741[_0x18ad3b([0x74,0x68,0x65,0x6e])](()=>{_0xf1aa8||_0x4e1e0c(_0x18ad3b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1cd095(){return _0x2c7bed[_0x18ad3b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x18ad3b([0x76,0x69,0x65,0x77])][_0x18ad3b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x18ad3b([0x61,0x75,0x74,0x6f]);}function _0x54403c(){_0x2c7bed[_0x18ad3b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x18ad3b([0x76,0x69,0x65,0x77])][_0x18ad3b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x18ad3b([0x61,0x75,0x74,0x6f]);}}function _0x1cfa0a(_0x48b1de){const _0x5a2e15=[new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16779b=>setTimeout(_0x16779b,0x383b2ebd^_0x537d3f)),_0x1fc741[_0x18ad3b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21887e=>{let _0x38dac7=0x0;_0x2c7bed[_0x18ad3b([0x6d,0x6f,0x64,0x65,0x6c])][_0x18ad3b([0x6f,0x6e])](_0x18ad3b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e71a1,_0x2a168c)=>{_0x2a168c[0x0][_0x18ad3b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x38dac7++,_0x38dac7==(0x38321189^_0x537d3f)&&(_0x21887e(),_0x4e71a1[_0x18ad3b([0x6f,0x66,0x66])]());});}))];return window[_0x18ad3b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x18ad3b([0x72,0x61,0x63,0x65])](_0x5a2e15)[_0x18ad3b([0x74,0x68,0x65,0x6e])](()=>_0x48b1de);}async function _0x512a03(){await _0x1fc741,_0x2c7bed[_0x18ad3b([0x6d,0x6f,0x64,0x65,0x6c])][_0x18ad3b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x309c68,_0x2c7bed[_0x18ad3b([0x6d,0x6f,0x64,0x65,0x6c])][_0x18ad3b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x309c68,_0x2c7bed[_0x18ad3b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x18ad3b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5401d1(_0x312f10){const _0x2ea6ec=_0xa5ab0();_0x2c7bed[_0x2ea6ec]=_0x18ad3b([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])+_0x312f10,_0x312f10!=_0x18ad3b([0x56,0x61,0x6c,0x69,0x64])&&_0x512a03();}function _0xa5ab0(){const _0x132089=window[_0x18ad3b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x18ad3b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x18ad3b([0x6e,0x6f,0x77])]())[_0x18ad3b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x18ad3b([0x2e]),'');let _0x1025a1=_0x18ad3b([0x78]);for(let _0xb94f32=0x0;_0xb94f32<_0x132089[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb94f32+=0x2){let _0x1cf738=window[_0x18ad3b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x132089[_0x18ad3b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb94f32,_0xb94f32+0x2));_0x1cf738>=_0x251f6e[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1cf738-=_0x251f6e[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1025a1+=_0x251f6e[_0x1cf738];}return _0x1025a1;}function _0x1d3473(){const _0x59c4f6=_0x1d469d[_0x18ad3b([0x73,0x70,0x6c,0x69,0x74])](_0x18ad3b([0x2e]));if(0x3!=_0x59c4f6[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x284d7f(_0x59c4f6[0x1]);function _0x284d7f(_0xdaf5f2){const _0x39557c=_0x72707(_0xdaf5f2);return _0x39557c&&_0x4584b3()?_0x39557c:null;function _0x4584b3(){const _0x5a4fcd=_0x39557c[_0x18ad3b([0x6a,0x74,0x69])],_0x572aa3=window[_0x18ad3b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a4fcd[_0x18ad3b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a4fcd[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x26617c={..._0x39557c,[_0x18ad3b([0x6a,0x74,0x69])]:_0x5a4fcd[_0x18ad3b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5a4fcd[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x26617c[_0x18ad3b([0x76,0x63])],_0xf7dfc8(_0x26617c)==_0x572aa3;}}}async function _0x2f3c04(){let _0x4027e6=!0x0;try{const _0x7bd2ac=_0x1d469d[_0x18ad3b([0x73,0x70,0x6c,0x69,0x74])](_0x18ad3b([0x2e])),[_0x31f969,_0x1d0026,_0x29c935]=_0x7bd2ac;return _0x4d032d(_0x31f969),await _0x4eecd1(_0x31f969,_0x1d0026,_0x29c935),_0x4027e6;}catch{return!0x1;}function _0x4d032d(_0x418350){const _0x5a2c94=_0x72707(_0x418350);_0x5a2c94&&_0x5a2c94[_0x18ad3b([0x61,0x6c,0x67])]==_0x18ad3b([0x45,0x53,0x32,0x35,0x36])||(_0x4027e6=!0x1);}async function _0x4eecd1(_0x560a80,_0x2c4903,_0x39fbb9){const _0x4a27ea=window[_0x18ad3b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x18ad3b([0x66,0x72,0x6f,0x6d])](_0x10240b(_0x39fbb9),_0x49724d=>_0x49724d[_0x18ad3b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xa590af=new window[(_0x18ad3b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x18ad3b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x560a80+_0x18ad3b([0x2e])+_0x2c4903),_0x4e3883=window[_0x18ad3b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x18ad3b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4e3883)return;const _0x4698da=await _0x4e3883[_0x18ad3b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x18ad3b([0x6a,0x77,0x6b]),_0x2c8404,{[_0x18ad3b([0x6e,0x61,0x6d,0x65])]:_0x18ad3b([0x45,0x43,0x44,0x53,0x41]),[_0x18ad3b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x18ad3b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x18ad3b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4e3883[_0x18ad3b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x18ad3b([0x6e,0x61,0x6d,0x65])]:_0x18ad3b([0x45,0x43,0x44,0x53,0x41]),[_0x18ad3b([0x68,0x61,0x73,0x68])]:{[_0x18ad3b([0x6e,0x61,0x6d,0x65])]:_0x18ad3b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4698da,_0x4a27ea,_0xa590af)||(_0x4027e6=!0x1);}}function _0x72707(_0x28c08d){return _0x28c08d[_0x18ad3b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x18ad3b([0x65,0x79]))?JSON[_0x18ad3b([0x70,0x61,0x72,0x73,0x65])](_0x10240b(_0x28c08d)):null;}function _0x10240b(_0x1765d3){return window[_0x18ad3b([0x61,0x74,0x6f,0x62])](_0x1765d3[_0x18ad3b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x18ad3b([0x2b]))[_0x18ad3b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x18ad3b([0x2f])));}function _0xf7dfc8(_0x3d42fb){let _0x42815d=0x1505;function _0x2a8083(_0x3e73da){for(let _0x2406c5=0x0;_0x2406c5<_0x3e73da[_0x18ad3b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2406c5++){const _0x336343=_0x3e73da[_0x18ad3b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2406c5);_0x42815d=(_0x42815d<<0x5)+_0x42815d+_0x336343,_0x42815d&=_0x42815d;}}function _0x21c038(_0x5b5576){Array[_0x18ad3b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5b5576)?_0x5b5576[_0x18ad3b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x21c038):_0x5b5576&&typeof _0x5b5576==_0x18ad3b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x18ad3b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5b5576)[_0x18ad3b([0x73,0x6f,0x72,0x74])]()[_0x18ad3b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58e616,_0x18e3a4])=>{_0x2a8083(_0x58e616),_0x21c038(_0x18e3a4);}):_0x2a8083(window[_0x18ad3b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5b5576));}return _0x21c038(_0x3d42fb),_0x42815d>>>0x0;}function _0x1b49cf(_0x57e751){return _0x57e751[_0x18ad3b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x18ad3b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x18ad3b([0x30]));}function _0x3a857d(_0x515b7c){return _0x515b7c[_0x18ad3b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x18ad3b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x18ad3b([0x6a,0x6f,0x69,0x6e])]('');}function _0x309c68(){}function _0x18ad3b(_0x3998a2){const _0x458b03=_0x576b;return _0x3998a2[_0x458b03(0x160)](_0x3e0360=>String[_0x458b03(0x14c)](_0x3e0360))[_0x458b03(0x173)]('');}_0x5401d1(await _0x1c73f2());}(this);}[_0x3986ba(0x17e)](){const _0x34752f=_0x3986ba;super[_0x34752f(0x17e)](),this[_0x34752f(0x16f)][_0x34752f(0x17e)](),this[_0x34752f(0x18c)][_0x34752f(0x190)]();}[_0x3986ba(0x162)](_0x5d0b71,{outlineDefinitions:_0x4df801,outlineChanges:_0x57d542}){const _0x107cda=_0x3986ba;this[_0x107cda(0x154)]=_0x4df801,this[_0x107cda(0x16f)][_0x107cda(0x16a)](_0x57d542);}[_0x3986ba(0x15d)](_0xa38a66){const _0x19915f=_0x3986ba;this[_0x19915f(0x154)][_0x19915f(0x17a)]&&this[_0x19915f(0x154)][_0xa38a66]&&(this[_0x19915f(0x16f)][_0x19915f(0x187)]=_0xa38a66);}[_0x3986ba(0x151)](_0x39d700){const _0x1f440e=_0x3986ba,_0x4df66f=this[_0x1f440e(0x154)][_0x39d700][_0x1f440e(0x14e)];this[_0x1f440e(0x163)][_0x1f440e(0x159)][_0x1f440e(0x191)](_0x4e30e5=>{const _0x2e87b7=_0x1f440e;_0x4e30e5[_0x2e87b7(0x16b)](_0x4df66f,0x0);}),this[_0x1f440e(0x163)][_0x1f440e(0x158)][_0x1f440e(0x16f)][_0x1f440e(0x183)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x1f440e(0x163)][_0x1f440e(0x158)][_0x1f440e(0x16f)][_0x1f440e(0x177)](),this[_0x1f440e(0x15d)](_0x39d700);}[_0x3986ba(0x18a)](){const _0x177e18=_0x3986ba,_0x587c58=this[_0x177e18(0x163)];let _0x9d3e5;for(const _0x16d55f of _0x587c58[_0x177e18(0x159)][_0x177e18(0x18f)][_0x177e18(0x155)]()){const _0x4b37e9=_0x587c58[_0x177e18(0x158)][_0x177e18(0x16f)][_0x177e18(0x182)](_0x16d55f),_0x4fb907=_0x4b37e9&&new _0x531427(_0x4b37e9)[_0x177e18(0x16d)]();if(_0x4fb907){const _0x4a6c08=new _0x531427(_0x5d5956[_0x177e18(0x18b)])[_0x177e18(0x169)](_0x4fb907);_0x4a6c08&&(_0x9d3e5=_0x4a6c08[_0x177e18(0x171)]+0.25*_0x4a6c08[_0x177e18(0x189)]);}}if(void 0x0===_0x9d3e5)return;const _0x277b3b=d(_0x587c58[_0x177e18(0x158)],this[_0x177e18(0x154)],_0x9d3e5);_0x277b3b?this[_0x177e18(0x15d)](this[_0x177e18(0x154)][_0x177e18(0x166)](_0x277b3b)):this[_0x177e18(0x15d)](-0x1);}}function d(_0x1444d2,_0x57e810,_0x1af408,_0xb57d6a=0x0,_0x5f3ece=_0x57e810[_0x3986ba(0x17a)]-0x1){const _0x17028c=_0x3986ba,_0x4d491e=Math[_0x17028c(0x153)](_0xb57d6a+(_0x5f3ece-_0xb57d6a)/0x2);if(_0x5f3ece>=_0xb57d6a){const _0x4233f7=_0x57e810[_0x4d491e],_0x4f5b0b=_0x1444d2[_0x17028c(0x174)][_0x17028c(0x164)](_0x4233f7[_0x17028c(0x14e)]);if(!_0x4f5b0b)return null;const _0x3740a7=_0x1444d2[_0x17028c(0x16f)][_0x17028c(0x185)][_0x17028c(0x14b)](_0x4f5b0b);return new _0x531427(_0x3740a7)[_0x17028c(0x152)]>_0x1af408?d(_0x1444d2,_0x57e810,_0x1af408,_0xb57d6a,_0x4d491e-0x1):d(_0x1444d2,_0x57e810,_0x1af408,_0x4d491e+0x1,_0x5f3ece);}return _0x4d491e<0x0?null:_0x57e810[_0x4d491e];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5a9035=_0x29e1;function _0x3b0f(){const _0xcfe679=['isInteger','hasContent','2186937UXPtTg','getChanges','\x20table-of-contents_empty','data','register','differ','abs','_headingIdModelAttributeName','model','findMappedViewAncestor','dataDowncast','12915430gXBXfk','join','div','type','filter','high','editing','TableOfContentsEditing','element','$blockObject','reconvertItem','conversion','insert','level','headingId.modelAttributeName','pluginName','createPositionAt','commands','tableOfContentsHeadingIndex','getAncestors','registerRawContentMatcher','193400UGJglZ','_defineConverters','schema','name','fromCharCode','64888zVHXDi','requires','click','table-of-contents__placeholder','115DekFKx','toModelElement','createText','$graveyard','domEvent','editingDowncast','Empty\x20heading','view','modelElement','preventDefault','$capture','modelPosition','isPremiumPlugin','position','rootName','stop','_handleScrollToHeading','Table\x20of\x20contents','createContainerElement','for','viewToModelPosition','documentOutline.showEmptyHeadings','text','863673kXLXyp','2618329jqqIfw','_updateTableOfContentsElements','map','insertTableOfContents','nodeAfter','get','_defineSchema','_tableOfContentsElements','change','init','document','56YyHgWs','locale','setSelection','elementToElement','elementToStructure','getCustomProperty','_trackNewToCElements','target','upcast','getAttribute','href','viewPosition','_redirectMapper','afterInit','DocumentOutlineUtils','_currentOutlineDefinitions','listenTo','_createTableOfContents','10lLMNiW','mapper','end','outlineDefinitions','plugins','editor','config','table-of-contents','setCustomProperty','No\x20headings\x20were\x20found\x20in\x20the\x20document.','headingId','tableOfContents','8246778HyrSqO','length','add','scrollToTheSelection','forEach','isOfficialPlugin'];_0x3b0f=function(){return _0xcfe679;};return _0x3b0f();}(function(_0x2865d7,_0x27a0fa){const _0x3cc645=_0x29e1,_0x35619b=_0x2865d7();while(!![]){try{const _0x4ab3a3=parseInt(_0x3cc645(0x106))/0x1*(-parseInt(_0x3cc645(0x144))/0x2)+parseInt(_0x3cc645(0x126))/0x3+parseInt(_0x3cc645(0x10b))/0x4*(-parseInt(_0x3cc645(0x10f))/0x5)+-parseInt(_0x3cc645(0x150))/0x6+parseInt(_0x3cc645(0x127))/0x7+parseInt(_0x3cc645(0x132))/0x8*(parseInt(_0x3cc645(0x158))/0x9)+parseInt(_0x3cc645(0x163))/0xa;if(_0x4ab3a3===_0x27a0fa)break;else _0x35619b['push'](_0x35619b['shift']());}catch(_0x118f9c){_0x35619b['push'](_0x35619b['shift']());}}}(_0x3b0f,0xe5757));import{Plugin as _0x1a11ac}from'ckeditor5/src/core.js';function _0x29e1(_0x2ad9fe,_0x1844bd){const _0x3b0f23=_0x3b0f();return _0x29e1=function(_0x29e1ce,_0x18db32){_0x29e1ce=_0x29e1ce-0x103;let _0x70392a=_0x3b0f23[_0x29e1ce];return _0x70392a;},_0x29e1(_0x2ad9fe,_0x1844bd);}import{toWidget as _0x1cf55a,Widget as _0xa4b11c}from'ckeditor5/src/widget.js';import{uid as _0x409022}from'ckeditor5/src/utils.js';import _0x43c4c1 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x1c5849 from'../documentoutline/documentoutlineutils.js';import _0x570cb6 from'./headingid.js';import{getTranslation as _0x1bb86e}from'../utils/common-translations.js';export default class s extends _0x1a11ac{static get[_0x5a9035(0x172)](){const _0xb35b95=_0x5a9035;return _0xb35b95(0x16a);}static get[_0x5a9035(0x155)](){return!0x0;}static get[_0x5a9035(0x11b)](){return!0x0;}static get[_0x5a9035(0x10c)](){return[_0xa4b11c,_0x1c5849,_0x570cb6];}[_0x5a9035(0x141)];[_0x5a9035(0x12e)];[_0x5a9035(0x15f)];constructor(_0x4d421e){const _0x3e4d06=_0x5a9035;super(_0x4d421e),this[_0x3e4d06(0x141)]=[],this[_0x3e4d06(0x12e)]=new Set(),this[_0x3e4d06(0x15f)]=_0x3e4d06(0x14e);}[_0x5a9035(0x130)](){const _0x134274=_0x5a9035,_0x548e06=this[_0x134274(0x149)],_0x3857d9=_0x548e06[_0x134274(0x169)][_0x134274(0x116)][_0x134274(0x131)];_0x548e06[_0x134274(0x14a)][_0x134274(0x12c)](_0x134274(0x171))&&(this[_0x134274(0x15f)]=_0x548e06[_0x134274(0x14a)][_0x134274(0x12c)](_0x134274(0x171))),this[_0x134274(0x142)](_0x3857d9,_0x134274(0x10d),(_0x6239b3,_0x4ed717)=>{const _0x23e385=_0x134274;if(!_0x4ed717[_0x23e385(0x139)])return;const _0x3e01bc=_0x4ed717[_0x23e385(0x139)][_0x23e385(0x137)](_0x23e385(0x103));Number[_0x23e385(0x156)](_0x3e01bc)&&(_0x4ed717[_0x23e385(0x113)][_0x23e385(0x118)](),_0x6239b3[_0x23e385(0x11e)](),this[_0x23e385(0x11f)](_0x3e01bc));},{'priority':_0x134274(0x168),'context':_0x134274(0x119)}),this[_0x134274(0x12d)](),this[_0x134274(0x107)](),_0x548e06[_0x134274(0x174)][_0x134274(0x152)](_0x134274(0x12a),new _0x43c4c1(_0x548e06)),(_0x548e06[_0x134274(0x148)][_0x134274(0x12c)](_0x134274(0x140))['on'](_0x134274(0x12f),(_0x147e7c,_0x9196de)=>{const _0x32c019=_0x134274;this[_0x32c019(0x141)]=_0x9196de[_0x32c019(0x147)],this[_0x32c019(0x128)]();}),this[_0x134274(0x142)](_0x548e06[_0x134274(0x160)][_0x134274(0x131)],_0x134274(0x12f),()=>{const _0x25a964=_0x134274;this[_0x25a964(0x138)]();}));}[_0x5a9035(0x13f)](){!async function(_0x4e8972){const _0x24952b=_0x32de58([0x52,0x58,0x39,0x4c,0x4b,0x56,0x55,0x74,0x37,0x31,0x35,0x50,0x6b,0x5a,0x45,0x47,0x77,0x62,0x34,0x63,0x41,0x66,0x30,0x7a,0x6d,0x76,0x78,0x67,0x61,0x57,0x4e,0x44,0x79,0x4f,0x4d,0x48,0x6a,0x33,0x64,0x54,0x59,0x6c,0x42,0x38,0x75,0x4a,0x36,0x46,0x68,0x71,0x32,0x70,0x6e,0x65,0x53,0x6f,0x72,0x49,0x43,0x51,0x69,0x73]),_0x113103=0x1ec33230,_0x44c3ff=0x1ec45890^_0x113103,_0x1c523d=window[_0x32de58([0x44,0x61,0x74,0x65])][_0x32de58([0x6e,0x6f,0x77])](),_0x54fa9a=_0x4e8972[_0x32de58([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x25fc43=new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31be68=>{_0x54fa9a[_0x32de58([0x6f,0x6e,0x63,0x65])](_0x32de58([0x72,0x65,0x61,0x64,0x79]),_0x31be68);}),_0x38d68f={[_0x32de58([0x6b,0x74,0x79])]:_0x32de58([0x45,0x43]),[_0x32de58([0x75,0x73,0x65])]:_0x32de58([0x73,0x69,0x67]),[_0x32de58([0x63,0x72,0x76])]:_0x32de58([0x50,0x2d,0x32,0x35,0x36]),[_0x32de58([0x78])]:_0x32de58([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]),[_0x32de58([0x79])]:_0x32de58([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]),[_0x32de58([0x61,0x6c,0x67])]:_0x32de58([0x45,0x53,0x32,0x35,0x36])},_0xdb5bc1=_0x54fa9a[_0x32de58([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x32de58([0x67,0x65,0x74])](_0x32de58([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x25bae2(){let _0xd96018,_0x215ad4=null,_0xd1a8f=null;try{if(_0xdb5bc1==_0x32de58([0x47,0x50,0x4c]))return _0x32de58([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xd96018=_0x46fe66(),!_0xd96018)return _0x32de58([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xd96018[_0x32de58([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xd1a8f=_0x5ee428(_0xd96018[_0x32de58([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xd96018[_0x32de58([0x6a,0x74,0x69])])),await _0x5948a4()?_0x98f120()?_0xd5fe00()?_0x32de58([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x100ae2()?(_0xd96018[_0x32de58([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32de58([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x215ad4=_0x40040d(_0x32de58([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xd96018[_0x32de58([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32de58([0x74,0x72,0x69,0x61,0x6c])&&(_0x215ad4=_0x40040d(_0x32de58([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13b4dd()):_0x32de58([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x32de58([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x32de58([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x32de58([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xd5fe00(){const _0x1c53ac=[_0x32de58([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x32de58([0x74,0x72,0x69,0x61,0x6c])][_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd96018[_0x32de58([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1c523d/0x3e8:0xe10*_0x44c3ff;return _0xd96018[_0x32de58([0x65,0x78,0x70])]<_0x1c53ac;}function _0x98f120(){const _0x3efeeb=_0xd96018[_0x32de58([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3efeeb&&(!!_0x3efeeb[_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32de58([0x2a]))||(!!_0x3efeeb[_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32de58([0x54,0x4f,0x43]))||!!_0x3efeeb[_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32de58([0x50,0x50]))));}function _0x100ae2(){const _0x3043db=_0x29e1,_0x27c47c=_0xd96018[_0x32de58([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x27c47c||0x0==_0x27c47c[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x395724}=new URL(window[_0x32de58([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3043db(0x13c)]);if(_0x27c47c[_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395724))return!0x0;const _0x56b6d4=_0x395724[_0x32de58([0x73,0x70,0x6c,0x69,0x74])](_0x32de58([0x2e]));return _0x27c47c[_0x32de58([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x505dc2=>_0x505dc2[_0x32de58([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32de58([0x2a])))[_0x32de58([0x6d,0x61,0x70])](_0x278df3=>_0x278df3[_0x32de58([0x73,0x70,0x6c,0x69,0x74])](_0x32de58([0x2e])))[_0x32de58([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x240e55=>_0x240e55[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x56b6d4[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32de58([0x6d,0x61,0x70])](_0x193f65=>Array(_0x56b6d4[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x193f65[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32de58([0x66,0x69,0x6c,0x6c])](_0x193f65[0x0]===_0x32de58([0x2a])?_0x32de58([0x2a]):'')[_0x32de58([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x193f65))[_0x32de58([0x73,0x6f,0x6d,0x65])](_0x6b7976=>_0x56b6d4[_0x32de58([0x65,0x76,0x65,0x72,0x79])]((_0x182c64,_0x14f25a)=>_0x6b7976[_0x14f25a]===_0x182c64||_0x6b7976[_0x14f25a]===_0x32de58([0x2a])));}function _0x13b4dd(){return _0x215ad4&&_0xd1a8f?new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54c4a9,_0x512db8)=>{_0x215ad4[_0x32de58([0x74,0x68,0x65,0x6e])](_0x54c4a9,_0x512db8),_0xd1a8f[_0x32de58([0x74,0x68,0x65,0x6e])](_0x3c254e=>{_0x3c254e!=_0x32de58([0x56,0x61,0x6c,0x69,0x64])&&_0x54c4a9(_0x3c254e);},_0x512db8);}):_0x215ad4||_0xd1a8f||_0x32de58([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5ee428(_0x11d568,_0x4827ee){return new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e15ba=>{if(_0x2d7fa5())return _0x3e15ba(_0x32de58([0x56,0x61,0x6c,0x69,0x64]));_0x457ac8(),_0x54fa9a[_0x32de58([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x32de58([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5f063d=!0x1;const _0x312b78=_0x409022();function _0x327536(_0x1acf91){return!!_0x1acf91&&(typeof _0x1acf91===_0x32de58([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1acf91===_0x32de58([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1acf91[_0x32de58([0x74,0x68,0x65,0x6e])]===_0x32de58([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1acf91[_0x32de58([0x63,0x61,0x74,0x63,0x68])]===_0x32de58([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x8d333d(_0x1803c1){_0x3d1e26(_0x1803c1)[_0x32de58([0x74,0x68,0x65,0x6e])](_0x455f13=>{if(!_0x455f13||_0x455f13[_0x32de58([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x32de58([0x6f,0x6b]))return _0x32de58([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x57fca2(_0x5301aa(_0x312b78+_0x4827ee))!=_0x455f13[_0x32de58([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x32de58([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x32de58([0x56,0x61,0x6c,0x69,0x64]);})[_0x32de58([0x74,0x68,0x65,0x6e])](_0x66fb0f=>(_0x11a2ff(),_0x66fb0f),()=>{const _0x3e33c1=_0x5ba7a9();return null==_0x3e33c1?(_0x11a2ff(),_0x32de58([0x56,0x61,0x6c,0x69,0x64])):_0x32de58(_0x1c523d-_0x3e33c1>(0x3acfb630^_0x113103)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x32de58([0x74,0x68,0x65,0x6e])](_0x3e15ba)[_0x32de58([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3e15ba(_0x32de58([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3a2526=0x1ef5dcb0^_0x113103;function _0x11a2ff(){const _0x4982f1=_0x32de58([0x6c,0x6c,0x63,0x74,0x2d])+_0x57fca2(_0x5301aa(_0x11d568)),_0x449ac8=_0x37a128(_0x57fca2(window[_0x32de58([0x4d,0x61,0x74,0x68])][_0x32de58([0x63,0x65,0x69,0x6c])](_0x1c523d/_0x3a2526)));window[_0x32de58([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32de58([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4982f1,_0x449ac8);}function _0x5ba7a9(){const _0x3d1de0=_0x32de58([0x6c,0x6c,0x63,0x74,0x2d])+_0x57fca2(_0x5301aa(_0x11d568)),_0x209bfd=window[_0x32de58([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32de58([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d1de0);return _0x209bfd?window[_0x32de58([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37a128(_0x209bfd),0x10)*_0x3a2526:null;}function _0x3d1e26(_0x596de0){return new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x183a07,_0xb11aca)=>{_0x596de0[_0x32de58([0x74,0x68,0x65,0x6e])](_0x183a07,_0xb11aca),window[_0x32de58([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xb11aca,0x1ec2e6f0^_0x113103);});}}_0x54fa9a[_0x32de58([0x6f,0x6e])](_0x32de58([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd6c523,_0x270f6f)=>{if(_0x270f6f[0x0]!=_0x11d568)return _0x3e15ba(_0x32de58([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x270f6f[0x1]={..._0x270f6f[0x1],[_0x32de58([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x312b78};},{[_0x32de58([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32de58([0x68,0x69,0x67,0x68])}),_0x54fa9a[_0x32de58([0x6f,0x6e])](_0x32de58([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1d1ca4=>{_0x327536(_0x1d1ca4[_0x32de58([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5f063d=!0x0,_0x8d333d(_0x1d1ca4[_0x32de58([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x32de58([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32de58([0x6c,0x6f,0x77])}),_0x25fc43[_0x32de58([0x74,0x68,0x65,0x6e])](()=>{_0x5f063d||_0x3e15ba(_0x32de58([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2d7fa5(){return _0x54fa9a[_0x32de58([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32de58([0x76,0x69,0x65,0x77])][_0x32de58([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x32de58([0x61,0x75,0x74,0x6f]);}function _0x457ac8(){_0x54fa9a[_0x32de58([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32de58([0x76,0x69,0x65,0x77])][_0x32de58([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x32de58([0x61,0x75,0x74,0x6f]);}}function _0x40040d(_0x2685e7){const _0x5dd673=[new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6c52a4=>setTimeout(_0x6c52a4,0x1eca0cfc^_0x113103)),_0x25fc43[_0x32de58([0x74,0x68,0x65,0x6e])](()=>new window[(_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a93f8=>{let _0x35840d=0x0;_0x54fa9a[_0x32de58([0x6d,0x6f,0x64,0x65,0x6c])][_0x32de58([0x6f,0x6e])](_0x32de58([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x741edf,_0x40531d)=>{_0x40531d[0x0][_0x32de58([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x35840d++,_0x35840d==(0x1ec333c8^_0x113103)&&(_0x3a93f8(),_0x741edf[_0x32de58([0x6f,0x66,0x66])]());});}))];return window[_0x32de58([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x32de58([0x72,0x61,0x63,0x65])](_0x5dd673)[_0x32de58([0x74,0x68,0x65,0x6e])](()=>_0x2685e7);}async function _0x34b889(){await _0x25fc43,_0x54fa9a[_0x32de58([0x6d,0x6f,0x64,0x65,0x6c])][_0x32de58([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4bb6d2,_0x54fa9a[_0x32de58([0x6d,0x6f,0x64,0x65,0x6c])][_0x32de58([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4bb6d2,_0x54fa9a[_0x32de58([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x32de58([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f335a(_0x58213e){const _0x255fc1=_0x50d987();_0x54fa9a[_0x255fc1]=_0x32de58([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])+_0x58213e,_0x58213e!=_0x32de58([0x56,0x61,0x6c,0x69,0x64])&&_0x34b889();}function _0x50d987(){const _0x4df35d=window[_0x32de58([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x32de58([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x32de58([0x6e,0x6f,0x77])]())[_0x32de58([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x32de58([0x2e]),'');let _0x39c8be=_0x32de58([0x52]);for(let _0x4801e6=0x0;_0x4801e6<_0x4df35d[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4801e6+=0x2){let _0x4c353e=window[_0x32de58([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4df35d[_0x32de58([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4801e6,_0x4801e6+0x2));_0x4c353e>=_0x24952b[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c353e-=_0x24952b[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x39c8be+=_0x24952b[_0x4c353e];}return _0x39c8be;}function _0x46fe66(){const _0x4db047=_0xdb5bc1[_0x32de58([0x73,0x70,0x6c,0x69,0x74])](_0x32de58([0x2e]));if(0x3!=_0x4db047[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x44f576(_0x4db047[0x1]);function _0x44f576(_0x45e59f){const _0x2efe86=_0x260174(_0x45e59f);return _0x2efe86&&_0x5a8aca()?_0x2efe86:null;function _0x5a8aca(){const _0x5f49d7=_0x2efe86[_0x32de58([0x6a,0x74,0x69])],_0x4ca383=window[_0x32de58([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f49d7[_0x32de58([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5f49d7[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x36a05f={..._0x2efe86,[_0x32de58([0x6a,0x74,0x69])]:_0x5f49d7[_0x32de58([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5f49d7[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x36a05f[_0x32de58([0x76,0x63])],_0x5301aa(_0x36a05f)==_0x4ca383;}}}async function _0x5948a4(){let _0x182f25=!0x0;try{const _0x2c3720=_0xdb5bc1[_0x32de58([0x73,0x70,0x6c,0x69,0x74])](_0x32de58([0x2e])),[_0xeb2ff1,_0x1ce32e,_0x40b79c]=_0x2c3720;return _0xe36eda(_0xeb2ff1),await _0x419da2(_0xeb2ff1,_0x1ce32e,_0x40b79c),_0x182f25;}catch{return!0x1;}function _0xe36eda(_0x1b2fd5){const _0x2d9e35=_0x260174(_0x1b2fd5);_0x2d9e35&&_0x2d9e35[_0x32de58([0x61,0x6c,0x67])]==_0x32de58([0x45,0x53,0x32,0x35,0x36])||(_0x182f25=!0x1);}async function _0x419da2(_0x479e1a,_0x44809e,_0x1796aa){const _0x192d15=window[_0x32de58([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x32de58([0x66,0x72,0x6f,0x6d])](_0x4dcca8(_0x1796aa),_0x142db0=>_0x142db0[_0x32de58([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x28749f=new window[(_0x32de58([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x32de58([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x479e1a+_0x32de58([0x2e])+_0x44809e),_0x1290ae=window[_0x32de58([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x32de58([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1290ae)return;const _0x235d0d=await _0x1290ae[_0x32de58([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x32de58([0x6a,0x77,0x6b]),_0x38d68f,{[_0x32de58([0x6e,0x61,0x6d,0x65])]:_0x32de58([0x45,0x43,0x44,0x53,0x41]),[_0x32de58([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x32de58([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x32de58([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1290ae[_0x32de58([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x32de58([0x6e,0x61,0x6d,0x65])]:_0x32de58([0x45,0x43,0x44,0x53,0x41]),[_0x32de58([0x68,0x61,0x73,0x68])]:{[_0x32de58([0x6e,0x61,0x6d,0x65])]:_0x32de58([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x235d0d,_0x192d15,_0x28749f)||(_0x182f25=!0x1);}}function _0x260174(_0x25f5cd){return _0x25f5cd[_0x32de58([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x32de58([0x65,0x79]))?JSON[_0x32de58([0x70,0x61,0x72,0x73,0x65])](_0x4dcca8(_0x25f5cd)):null;}function _0x4dcca8(_0x28096c){return window[_0x32de58([0x61,0x74,0x6f,0x62])](_0x28096c[_0x32de58([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x32de58([0x2b]))[_0x32de58([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x32de58([0x2f])));}function _0x5301aa(_0x23ebb0){let _0x791069=0x1505;function _0xbe4324(_0x8b33e0){for(let _0x51ff7e=0x0;_0x51ff7e<_0x8b33e0[_0x32de58([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51ff7e++){const _0xb104be=_0x8b33e0[_0x32de58([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51ff7e);_0x791069=(_0x791069<<0x5)+_0x791069+_0xb104be,_0x791069&=_0x791069;}}function _0x3b7865(_0x16c271){Array[_0x32de58([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x16c271)?_0x16c271[_0x32de58([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3b7865):_0x16c271&&typeof _0x16c271==_0x32de58([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x32de58([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x16c271)[_0x32de58([0x73,0x6f,0x72,0x74])]()[_0x32de58([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1dba35,_0x1090d5])=>{_0xbe4324(_0x1dba35),_0x3b7865(_0x1090d5);}):_0xbe4324(window[_0x32de58([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x16c271));}return _0x3b7865(_0x23ebb0),_0x791069>>>0x0;}function _0x57fca2(_0x2b577b){return _0x2b577b[_0x32de58([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x32de58([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x32de58([0x30]));}function _0x37a128(_0x393fd7){return _0x393fd7[_0x32de58([0x73,0x70,0x6c,0x69,0x74])]('')[_0x32de58([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x32de58([0x6a,0x6f,0x69,0x6e])]('');}function _0x4bb6d2(){}function _0x32de58(_0xbfc152){const _0x4584aa=_0x29e1;return _0xbfc152[_0x4584aa(0x129)](_0x4c2f41=>String[_0x4584aa(0x10a)](_0x4c2f41))[_0x4584aa(0x164)]('');}_0x3f335a(await _0x25bae2());}(this);}[_0x5a9035(0x128)](){const _0x45761e=_0x5a9035;this[_0x45761e(0x12e)][_0x45761e(0x154)](_0x5d2036=>{const _0x13bea5=_0x45761e;_0x13bea5(0x112)!==_0x5d2036[_0x13bea5(0x11d)]&&this[_0x13bea5(0x149)][_0x13bea5(0x169)][_0x13bea5(0x16d)](_0x5d2036);});}[_0x5a9035(0x138)](){const _0x3b39ca=_0x5a9035;for(const _0x318055 of this[_0x3b39ca(0x149)][_0x3b39ca(0x160)][_0x3b39ca(0x131)][_0x3b39ca(0x15d)][_0x3b39ca(0x159)]({'includeChangesInGraveyard':!0x0})){if(_0x3b39ca(0x16f)!==_0x318055[_0x3b39ca(0x166)]||_0x3b39ca(0x14f)!==_0x318055[_0x3b39ca(0x109)])return;this[_0x3b39ca(0x12e)][_0x3b39ca(0x152)](_0x318055[_0x3b39ca(0x11c)][_0x3b39ca(0x12b)]);}}[_0x5a9035(0x12d)](){const _0x2449ab=_0x5a9035;this[_0x2449ab(0x149)][_0x2449ab(0x160)][_0x2449ab(0x108)][_0x2449ab(0x15c)](_0x2449ab(0x14f),{'inheritAllFrom':_0x2449ab(0x16c)});}[_0x5a9035(0x107)](){const _0x44ca74=_0x5a9035,_0x18e819=this[_0x44ca74(0x149)][_0x44ca74(0x16e)];_0x18e819[_0x44ca74(0x122)](_0x44ca74(0x13a))[_0x44ca74(0x135)]({'model':_0x44ca74(0x14f),'view':{'name':_0x44ca74(0x165),'classes':_0x44ca74(0x14b)}}),_0x18e819[_0x44ca74(0x122)](_0x44ca74(0x162))[_0x44ca74(0x136)]({'model':_0x44ca74(0x14f),'view':(_0x53de3a,{writer:_0x49d4fd})=>this[_0x44ca74(0x143)](_0x49d4fd,!0x0)}),_0x18e819[_0x44ca74(0x122)](_0x44ca74(0x114))[_0x44ca74(0x136)]({'model':_0x44ca74(0x14f),'view':(_0x48d7cd,{writer:_0x57e5e0})=>{const _0x24da9c=_0x44ca74;this[_0x24da9c(0x12e)][_0x24da9c(0x152)](_0x48d7cd);const _0x1b95c4=this[_0x24da9c(0x143)](_0x57e5e0);return _0x1cf55a(_0x1b95c4,_0x57e5e0,{'label':_0x1bb86e(this[_0x24da9c(0x149)][_0x24da9c(0x133)],_0x24da9c(0x120))});}}),this[_0x44ca74(0x149)][_0x44ca74(0x15b)][_0x44ca74(0x105)]({'name':_0x44ca74(0x165),'classes':_0x44ca74(0x14b)}),this[_0x44ca74(0x149)][_0x44ca74(0x169)][_0x44ca74(0x145)]['on'](_0x44ca74(0x123),this[_0x44ca74(0x13e)](),{'priority':_0x44ca74(0x168)});}[_0x5a9035(0x143)](_0x287a3,_0x3f09c6=!0x1){const _0x2a52cd=_0x5a9035,{locale:_0x322483}=this[_0x2a52cd(0x149)],_0x53cde1=_0x287a3[_0x2a52cd(0x121)](_0x2a52cd(0x165),{'class':_0x2a52cd(0x14b)+(0x0===this[_0x2a52cd(0x141)][_0x2a52cd(0x151)]?_0x2a52cd(0x15a):''),...!_0x3f09c6&&{'data-table-of-contents-label':_0x1bb86e(_0x322483,_0x2a52cd(0x120))}});0x0===this[_0x2a52cd(0x141)][_0x2a52cd(0x151)]&&!0x1===_0x3f09c6&&_0x287a3[_0x2a52cd(0x16f)](_0x287a3[_0x2a52cd(0x173)](_0x53cde1,_0x2a52cd(0x146)),_0x287a3[_0x2a52cd(0x121)]('p',{'class':_0x2a52cd(0x10e)},[_0x287a3[_0x2a52cd(0x111)](_0x1bb86e(_0x322483,_0x2a52cd(0x14d)))]));const _0x4e6286=_0x3f09c6?'':'['+_0x1bb86e(_0x322483,_0x2a52cd(0x115))+']';let _0x38cd86=_0x53cde1;return this[_0x2a52cd(0x141)][_0x2a52cd(0x154)]((_0x56d1d6,_0x272944,_0x783900)=>{const _0x451cc8=_0x2a52cd,_0x47579d=this[_0x451cc8(0x149)][_0x451cc8(0x160)][_0x451cc8(0x157)](_0x56d1d6[_0x451cc8(0x117)],{'ignoreWhitespaces':!0x0}),_0x4dc63b=_0x47579d?_0x56d1d6[_0x451cc8(0x125)]:_0x4e6286,_0x22a30f=_0x56d1d6[_0x451cc8(0x117)][_0x451cc8(0x13b)](this[_0x451cc8(0x15f)]),_0x434eb9=_0x287a3[_0x451cc8(0x121)]('a',{'href':'#'+_0x22a30f,...!_0x3f09c6&&{'tabindex':'-1'}},[_0x287a3[_0x451cc8(0x111)](_0x4dc63b)]),_0x55a51e=this[_0x451cc8(0x149)][_0x451cc8(0x14a)][_0x451cc8(0x12c)](_0x451cc8(0x124));_0x287a3[_0x451cc8(0x14c)](_0x451cc8(0x103),_0x272944,_0x434eb9);const _0x21f781=_0x287a3[_0x451cc8(0x121)]('li',null,[_0x47579d||!_0x3f09c6&&_0x55a51e?_0x434eb9:_0x287a3[_0x451cc8(0x111)]('')]),_0x270167=_0x272944?_0x783900[_0x272944-0x1][_0x451cc8(0x170)]:0x0,_0x25b2a4=Math[_0x451cc8(0x15e)](_0x56d1d6[_0x451cc8(0x170)]-_0x270167);if(_0x56d1d6[_0x451cc8(0x170)]>_0x270167){const _0x468e55=N(_0x21f781,_0x25b2a4,_0x287a3);_0x287a3[_0x451cc8(0x16f)](_0x287a3[_0x451cc8(0x173)](_0x38cd86,_0x451cc8(0x146)),_0x468e55);}else{const _0x44b65a=function(_0x12bada,_0x8d363b){const _0x1b13d9=_0x451cc8;return _0x12bada[_0x1b13d9(0x104)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x1b13d9(0x167)](_0x3a6dac=>_0x3a6dac['is'](_0x1b13d9(0x16b),'ol'))[_0x8d363b];}(_0x38cd86,_0x25b2a4);_0x287a3[_0x451cc8(0x16f)](_0x287a3[_0x451cc8(0x173)](_0x44b65a,_0x451cc8(0x146)),_0x21f781);}_0x38cd86=_0x21f781;}),_0x53cde1;}[_0x5a9035(0x11f)](_0x494633){const _0x53d2c3=_0x5a9035,_0x43baef=this[_0x53d2c3(0x141)][_0x494633][_0x53d2c3(0x117)];this[_0x53d2c3(0x149)][_0x53d2c3(0x160)][_0x53d2c3(0x12f)](_0x25d4ee=>{const _0x10ac31=_0x53d2c3;_0x25d4ee[_0x10ac31(0x134)](_0x43baef,0x0);}),this[_0x53d2c3(0x149)][_0x53d2c3(0x169)][_0x53d2c3(0x116)][_0x53d2c3(0x153)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x5a9035(0x13e)](){return(_0x6ec219,_0x2f3832)=>{const _0xa28412=_0x29e1,_0x19562b=_0x2f3832[_0xa28412(0x145)],_0xfc97e0=_0x19562b[_0xa28412(0x161)](_0x2f3832[_0xa28412(0x13d)]),_0x5a17e6=_0x19562b[_0xa28412(0x110)](_0xfc97e0);_0x5a17e6['is'](_0xa28412(0x16b),_0xa28412(0x14f))&&(_0x2f3832[_0xa28412(0x11a)]=this[_0xa28412(0x149)][_0xa28412(0x160)][_0xa28412(0x173)](_0x5a17e6,0x0),_0x6ec219[_0xa28412(0x11e)]());};}}function N(_0x184de1,_0x4cd9b7,_0x56540d){const _0x258f4d=_0x5a9035;return 0x1===_0x4cd9b7?_0x56540d[_0x258f4d(0x121)]('ol',null,[_0x184de1]):_0x56540d[_0x258f4d(0x121)]('ol',null,[_0x56540d[_0x258f4d(0x121)]('li',null,[N(_0x184de1,_0x4cd9b7-0x1,_0x56540d)])]);}
|
|
23
|
+
const _0x1c5c92=_0x2b54;function _0x10af(){const _0x14da8e=['nodeAfter','5910396RRYxYU','dataDowncast','view','upcast','requires','add','createContainerElement','setCustomProperty','_trackNewToCElements','text','registerRawContentMatcher','612891IyGKJy','join','mapper','_tableOfContentsElements','target','locale','high','_defineConverters','modelElement','pluginName','4704165wofwyk','reconvertItem','isOfficialPlugin','rootName','headingId.modelAttributeName','_currentOutlineDefinitions','editingDowncast','_defineSchema','getCustomProperty','table-of-contents__placeholder','get','toModelElement','46OcUydd','level','position','$graveyard','isPremiumPlugin','_headingIdModelAttributeName','92073zTPrIh','data','modelPosition','afterInit','tableOfContentsHeadingIndex','_handleScrollToHeading','conversion','change','getAncestors','viewPosition','filter','outlineDefinitions','$blockObject','init','map','editor','findMappedViewAncestor','table-of-contents','abs','document','end','No\x20headings\x20were\x20found\x20in\x20the\x20document.','register','_createTableOfContents','insertTableOfContents','forEach','href','editing','preventDefault','DocumentOutlineUtils','4240560guFWBm','length','isInteger','click','getAttribute','getChanges','insert','element','type','hasContent','div','stop','for','\x20table-of-contents_empty','name','config','TableOfContentsEditing','_updateTableOfContentsElements','createText','37558192vGvDMl','tableOfContents','viewToModelPosition','model','elementToStructure','Table\x20of\x20contents','$capture','listenTo','schema','setSelection','3230570VmouvI','differ','elementToElement','headingId','Empty\x20heading','documentOutline.showEmptyHeadings','domEvent','fromCharCode','plugins','_redirectMapper','createPositionAt','commands','scrollToTheSelection'];_0x10af=function(){return _0x14da8e;};return _0x10af();}function _0x2b54(_0xc9edb2,_0x30143b){const _0x10af13=_0x10af();return _0x2b54=function(_0x2b5466,_0x76a073){_0x2b5466=_0x2b5466-0x69;let _0x205462=_0x10af13[_0x2b5466];return _0x205462;},_0x2b54(_0xc9edb2,_0x30143b);}(function(_0x31fe52,_0x2bcaac){const _0x354676=_0x2b54,_0x7e0c9b=_0x31fe52();while(!![]){try{const _0x4c3491=-parseInt(_0x354676(0x70))/0x1+parseInt(_0x354676(0x86))/0x2*(-parseInt(_0x354676(0x8c))/0x3)+-parseInt(_0x354676(0xaa))/0x4+-parseInt(_0x354676(0x7a))/0x5+-parseInt(_0x354676(0xd5))/0x6+parseInt(_0x354676(0xc7))/0x7+parseInt(_0x354676(0xbd))/0x8;if(_0x4c3491===_0x2bcaac)break;else _0x7e0c9b['push'](_0x7e0c9b['shift']());}catch(_0x3f34ad){_0x7e0c9b['push'](_0x7e0c9b['shift']());}}}(_0x10af,0xcfe05));import{Plugin as _0xf7fcae}from'ckeditor5/src/core.js';import{toWidget as _0x3555d5,Widget as _0x4a945d}from'ckeditor5/src/widget.js';import{uid as _0x447516}from'ckeditor5/src/utils.js';import _0x2328cf from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x56a086 from'../documentoutline/documentoutlineutils.js';import _0x2e4df0 from'./headingid.js';import{getTranslation as _0xecb701}from'../utils/common-translations.js';export default class s extends _0xf7fcae{static get[_0x1c5c92(0x79)](){const _0x227178=_0x1c5c92;return _0x227178(0xba);}static get[_0x1c5c92(0x7c)](){return!0x0;}static get[_0x1c5c92(0x8a)](){return!0x0;}static get[_0x1c5c92(0x69)](){return[_0x4a945d,_0x56a086,_0x2e4df0];}[_0x1c5c92(0x7f)];[_0x1c5c92(0x73)];[_0x1c5c92(0x8b)];constructor(_0x1d0eb2){const _0x134245=_0x1c5c92;super(_0x1d0eb2),this[_0x134245(0x7f)]=[],this[_0x134245(0x73)]=new Set(),this[_0x134245(0x8b)]=_0x134245(0xca);}[_0x1c5c92(0x99)](){const _0x4475d5=_0x1c5c92,_0x56be09=this[_0x4475d5(0x9b)],_0x16965d=_0x56be09[_0x4475d5(0xa7)][_0x4475d5(0xd7)][_0x4475d5(0x9f)];_0x56be09[_0x4475d5(0xb9)][_0x4475d5(0x84)](_0x4475d5(0x7e))&&(this[_0x4475d5(0x8b)]=_0x56be09[_0x4475d5(0xb9)][_0x4475d5(0x84)](_0x4475d5(0x7e))),this[_0x4475d5(0xc4)](_0x16965d,_0x4475d5(0xad),(_0xed2ae3,_0x229606)=>{const _0x59fd02=_0x4475d5;if(!_0x229606[_0x59fd02(0x74)])return;const _0x584c5e=_0x229606[_0x59fd02(0x74)][_0x59fd02(0x82)](_0x59fd02(0x90));Number[_0x59fd02(0xac)](_0x584c5e)&&(_0x229606[_0x59fd02(0xcd)][_0x59fd02(0xa8)](),_0xed2ae3[_0x59fd02(0xb5)](),this[_0x59fd02(0x91)](_0x584c5e));},{'priority':_0x4475d5(0x76),'context':_0x4475d5(0xc3)}),this[_0x4475d5(0x81)](),this[_0x4475d5(0x77)](),_0x56be09[_0x4475d5(0xd2)][_0x4475d5(0x6a)](_0x4475d5(0xa4),new _0x2328cf(_0x56be09)),(_0x56be09[_0x4475d5(0xcf)][_0x4475d5(0x84)](_0x4475d5(0xa9))['on'](_0x4475d5(0x93),(_0x49147f,_0x467a82)=>{const _0x26ff29=_0x4475d5;this[_0x26ff29(0x7f)]=_0x467a82[_0x26ff29(0x97)],this[_0x26ff29(0xbb)]();}),this[_0x4475d5(0xc4)](_0x56be09[_0x4475d5(0xc0)][_0x4475d5(0x9f)],_0x4475d5(0x93),()=>{const _0x4b214a=_0x4475d5;this[_0x4b214a(0x6d)]();}));}[_0x1c5c92(0x8f)](){!async function(_0x28c1b8){const _0x12e438=_0x55b45b([0x79,0x50,0x42,0x55,0x63,0x71,0x52,0x35,0x30,0x33,0x78,0x6b,0x36,0x70,0x64,0x4e,0x6f,0x6a,0x32,0x6d,0x45,0x4c,0x72,0x6c,0x6e,0x77,0x47,0x39,0x56,0x34,0x73,0x4f,0x7a,0x65,0x61,0x51,0x43,0x41,0x62,0x37,0x59,0x68,0x4a,0x58,0x57,0x49,0x46,0x48,0x66,0x54,0x44,0x38,0x69,0x67,0x76,0x75,0x4b,0x31,0x74,0x4d,0x5a,0x53]),_0x15bc9e=0x5238f099,_0x32801a=0x523f9a21^_0x15bc9e,_0x86f3aa=window[_0x55b45b([0x44,0x61,0x74,0x65])][_0x55b45b([0x6e,0x6f,0x77])](),_0x296931=_0x28c1b8[_0x55b45b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x56aea8=new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1eb440=>{_0x296931[_0x55b45b([0x6f,0x6e,0x63,0x65])](_0x55b45b([0x72,0x65,0x61,0x64,0x79]),_0x1eb440);}),_0xa3384c={[_0x55b45b([0x6b,0x74,0x79])]:_0x55b45b([0x45,0x43]),[_0x55b45b([0x75,0x73,0x65])]:_0x55b45b([0x73,0x69,0x67]),[_0x55b45b([0x63,0x72,0x76])]:_0x55b45b([0x50,0x2d,0x32,0x35,0x36]),[_0x55b45b([0x78])]:_0x55b45b([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]),[_0x55b45b([0x79])]:_0x55b45b([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]),[_0x55b45b([0x61,0x6c,0x67])]:_0x55b45b([0x45,0x53,0x32,0x35,0x36])},_0x5bf879=_0x296931[_0x55b45b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x55b45b([0x67,0x65,0x74])](_0x55b45b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x470a1f(){let _0x52e4cf,_0xef7512=null,_0x3ce258=null;try{if(_0x5bf879==_0x55b45b([0x47,0x50,0x4c]))return _0x55b45b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x52e4cf=_0x1036b3(),!_0x52e4cf)return _0x55b45b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x52e4cf[_0x55b45b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3ce258=_0x62b341(_0x52e4cf[_0x55b45b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x52e4cf[_0x55b45b([0x6a,0x74,0x69])])),await _0x23ed5a()?_0x1f3b32()?_0x869a26()?_0x55b45b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2855f7()?(_0x52e4cf[_0x55b45b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55b45b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xef7512=_0x5a4627(_0x55b45b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x52e4cf[_0x55b45b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55b45b([0x74,0x72,0x69,0x61,0x6c])&&(_0xef7512=_0x5a4627(_0x55b45b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4f1b05()):_0x55b45b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x55b45b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x55b45b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x55b45b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x869a26(){const _0x547c08=[_0x55b45b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x55b45b([0x74,0x72,0x69,0x61,0x6c])][_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52e4cf[_0x55b45b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x86f3aa/0x3e8:0xe10*_0x32801a;return _0x52e4cf[_0x55b45b([0x65,0x78,0x70])]<_0x547c08;}function _0x1f3b32(){const _0x44e217=_0x52e4cf[_0x55b45b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x44e217&&(!!_0x44e217[_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55b45b([0x2a]))||(!!_0x44e217[_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55b45b([0x54,0x4f,0x43]))||!!_0x44e217[_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55b45b([0x50,0x50]))));}function _0x2855f7(){const _0x1421ec=_0x2b54,_0x1e921f=_0x52e4cf[_0x55b45b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1e921f||0x0==_0x1e921f[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x406e57}=new URL(window[_0x55b45b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1421ec(0xa6)]);if(_0x1e921f[_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x406e57))return!0x0;const _0x5003ed=_0x406e57[_0x55b45b([0x73,0x70,0x6c,0x69,0x74])](_0x55b45b([0x2e]));return _0x1e921f[_0x55b45b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x509cc5=>_0x509cc5[_0x55b45b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55b45b([0x2a])))[_0x55b45b([0x6d,0x61,0x70])](_0x33a6af=>_0x33a6af[_0x55b45b([0x73,0x70,0x6c,0x69,0x74])](_0x55b45b([0x2e])))[_0x55b45b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1645c1=>_0x1645c1[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5003ed[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x55b45b([0x6d,0x61,0x70])](_0x206687=>Array(_0x5003ed[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x206687[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x55b45b([0x66,0x69,0x6c,0x6c])](_0x206687[0x0]===_0x55b45b([0x2a])?_0x55b45b([0x2a]):'')[_0x55b45b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x206687))[_0x55b45b([0x73,0x6f,0x6d,0x65])](_0x10e980=>_0x5003ed[_0x55b45b([0x65,0x76,0x65,0x72,0x79])]((_0x3ec172,_0xfcc826)=>_0x10e980[_0xfcc826]===_0x3ec172||_0x10e980[_0xfcc826]===_0x55b45b([0x2a])));}function _0x4f1b05(){return _0xef7512&&_0x3ce258?new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3752c1,_0x3ed72d)=>{_0xef7512[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x3752c1,_0x3ed72d),_0x3ce258[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x59d3f2=>{_0x59d3f2!=_0x55b45b([0x56,0x61,0x6c,0x69,0x64])&&_0x3752c1(_0x59d3f2);},_0x3ed72d);}):_0xef7512||_0x3ce258||_0x55b45b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x62b341(_0x4eb3f1,_0x3b6062){return new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4bcd14=>{if(_0xe28f31())return _0x4bcd14(_0x55b45b([0x56,0x61,0x6c,0x69,0x64]));_0x2c781c(),_0x296931[_0x55b45b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x55b45b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x59509a=!0x1;const _0x9e6a9a=_0x447516();function _0x33e772(_0x1c4d2f){return!!_0x1c4d2f&&(typeof _0x1c4d2f===_0x55b45b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1c4d2f===_0x55b45b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1c4d2f[_0x55b45b([0x74,0x68,0x65,0x6e])]===_0x55b45b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1c4d2f[_0x55b45b([0x63,0x61,0x74,0x63,0x68])]===_0x55b45b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x209b1c(_0x12caaf){_0x7ac2f9(_0x12caaf)[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x29d24a=>{if(!_0x29d24a||_0x29d24a[_0x55b45b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x55b45b([0x6f,0x6b]))return _0x55b45b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x382260(_0x769c7e(_0x9e6a9a+_0x3b6062))!=_0x29d24a[_0x55b45b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x55b45b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x55b45b([0x56,0x61,0x6c,0x69,0x64]);})[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x553322=>(_0x2fb489(),_0x553322),()=>{const _0x2f9983=_0xf73a4f();return null==_0x2f9983?(_0x2fb489(),_0x55b45b([0x56,0x61,0x6c,0x69,0x64])):_0x55b45b(_0x86f3aa-_0x2f9983>(0x76347499^_0x15bc9e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x4bcd14)[_0x55b45b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4bcd14(_0x55b45b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2f1647=0x520e1e19^_0x15bc9e;function _0x2fb489(){const _0x349f42=_0x55b45b([0x6c,0x6c,0x63,0x74,0x2d])+_0x382260(_0x769c7e(_0x4eb3f1)),_0x53c247=_0x3abdcd(_0x382260(window[_0x55b45b([0x4d,0x61,0x74,0x68])][_0x55b45b([0x63,0x65,0x69,0x6c])](_0x86f3aa/_0x2f1647)));window[_0x55b45b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55b45b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x349f42,_0x53c247);}function _0xf73a4f(){const _0x24d785=_0x55b45b([0x6c,0x6c,0x63,0x74,0x2d])+_0x382260(_0x769c7e(_0x4eb3f1)),_0x3f8d7f=window[_0x55b45b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55b45b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24d785);return _0x3f8d7f?window[_0x55b45b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3abdcd(_0x3f8d7f),0x10)*_0x2f1647:null;}function _0x7ac2f9(_0x2f4936){return new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x90ed94,_0x5028ab)=>{_0x2f4936[_0x55b45b([0x74,0x68,0x65,0x6e])](_0x90ed94,_0x5028ab),window[_0x55b45b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5028ab,0x52392459^_0x15bc9e);});}}_0x296931[_0x55b45b([0x6f,0x6e])](_0x55b45b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x59abfc,_0x4bde5f)=>{if(_0x4bde5f[0x0]!=_0x4eb3f1)return _0x4bcd14(_0x55b45b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4bde5f[0x1]={..._0x4bde5f[0x1],[_0x55b45b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x9e6a9a};},{[_0x55b45b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55b45b([0x68,0x69,0x67,0x68])}),_0x296931[_0x55b45b([0x6f,0x6e])](_0x55b45b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x13ceaa=>{_0x33e772(_0x13ceaa[_0x55b45b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x59509a=!0x0,_0x209b1c(_0x13ceaa[_0x55b45b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x55b45b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55b45b([0x6c,0x6f,0x77])}),_0x56aea8[_0x55b45b([0x74,0x68,0x65,0x6e])](()=>{_0x59509a||_0x4bcd14(_0x55b45b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xe28f31(){return _0x296931[_0x55b45b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55b45b([0x76,0x69,0x65,0x77])][_0x55b45b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x55b45b([0x61,0x75,0x74,0x6f]);}function _0x2c781c(){_0x296931[_0x55b45b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55b45b([0x76,0x69,0x65,0x77])][_0x55b45b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x55b45b([0x61,0x75,0x74,0x6f]);}}function _0x5a4627(_0x5845e4){const _0x1f1581=[new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x167cdf=>setTimeout(_0x167cdf,0x5231ce55^_0x15bc9e)),_0x56aea8[_0x55b45b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a294a=>{let _0x5608d3=0x0;_0x296931[_0x55b45b([0x6d,0x6f,0x64,0x65,0x6c])][_0x55b45b([0x6f,0x6e])](_0x55b45b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4895db,_0x30dc60)=>{_0x30dc60[0x0][_0x55b45b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5608d3++,_0x5608d3==(0x5238f161^_0x15bc9e)&&(_0x3a294a(),_0x4895db[_0x55b45b([0x6f,0x66,0x66])]());});}))];return window[_0x55b45b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x55b45b([0x72,0x61,0x63,0x65])](_0x1f1581)[_0x55b45b([0x74,0x68,0x65,0x6e])](()=>_0x5845e4);}async function _0x5a3a17(){await _0x56aea8,_0x296931[_0x55b45b([0x6d,0x6f,0x64,0x65,0x6c])][_0x55b45b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2dc33b,_0x296931[_0x55b45b([0x6d,0x6f,0x64,0x65,0x6c])][_0x55b45b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2dc33b,_0x296931[_0x55b45b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55b45b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2b5123(_0x345bdb){const _0x136767=_0x2375f7();_0x296931[_0x136767]=_0x55b45b([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])+_0x345bdb,_0x345bdb!=_0x55b45b([0x56,0x61,0x6c,0x69,0x64])&&_0x5a3a17();}function _0x2375f7(){const _0x56ad8f=window[_0x55b45b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x55b45b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55b45b([0x6e,0x6f,0x77])]())[_0x55b45b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55b45b([0x2e]),'');let _0x4c80f3=_0x55b45b([0x79]);for(let _0x430d3c=0x0;_0x430d3c<_0x56ad8f[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x430d3c+=0x2){let _0x5cd36d=window[_0x55b45b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56ad8f[_0x55b45b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x430d3c,_0x430d3c+0x2));_0x5cd36d>=_0x12e438[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5cd36d-=_0x12e438[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4c80f3+=_0x12e438[_0x5cd36d];}return _0x4c80f3;}function _0x1036b3(){const _0x496e40=_0x5bf879[_0x55b45b([0x73,0x70,0x6c,0x69,0x74])](_0x55b45b([0x2e]));if(0x3!=_0x496e40[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35ba60(_0x496e40[0x1]);function _0x35ba60(_0xd9d8db){const _0x3a8ace=_0x5ef724(_0xd9d8db);return _0x3a8ace&&_0x45fbb9()?_0x3a8ace:null;function _0x45fbb9(){const _0x167d2f=_0x3a8ace[_0x55b45b([0x6a,0x74,0x69])],_0x2f3546=window[_0x55b45b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x167d2f[_0x55b45b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x167d2f[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2bd42c={..._0x3a8ace,[_0x55b45b([0x6a,0x74,0x69])]:_0x167d2f[_0x55b45b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x167d2f[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2bd42c[_0x55b45b([0x76,0x63])],_0x769c7e(_0x2bd42c)==_0x2f3546;}}}async function _0x23ed5a(){let _0x3a0591=!0x0;try{const _0x3d587d=_0x5bf879[_0x55b45b([0x73,0x70,0x6c,0x69,0x74])](_0x55b45b([0x2e])),[_0xb122be,_0x3f63ad,_0xf6c19d]=_0x3d587d;return _0x32cb43(_0xb122be),await _0x43a685(_0xb122be,_0x3f63ad,_0xf6c19d),_0x3a0591;}catch{return!0x1;}function _0x32cb43(_0x2cc8e2){const _0x5f0002=_0x5ef724(_0x2cc8e2);_0x5f0002&&_0x5f0002[_0x55b45b([0x61,0x6c,0x67])]==_0x55b45b([0x45,0x53,0x32,0x35,0x36])||(_0x3a0591=!0x1);}async function _0x43a685(_0x488517,_0x640eb9,_0x3d3c8e){const _0x1501de=window[_0x55b45b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x55b45b([0x66,0x72,0x6f,0x6d])](_0xb24bef(_0x3d3c8e),_0x12467b=>_0x12467b[_0x55b45b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x6d8815=new window[(_0x55b45b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x55b45b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x488517+_0x55b45b([0x2e])+_0x640eb9),_0x58bba8=window[_0x55b45b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x55b45b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x58bba8)return;const _0x5aa62b=await _0x58bba8[_0x55b45b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x55b45b([0x6a,0x77,0x6b]),_0xa3384c,{[_0x55b45b([0x6e,0x61,0x6d,0x65])]:_0x55b45b([0x45,0x43,0x44,0x53,0x41]),[_0x55b45b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x55b45b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x55b45b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x58bba8[_0x55b45b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x55b45b([0x6e,0x61,0x6d,0x65])]:_0x55b45b([0x45,0x43,0x44,0x53,0x41]),[_0x55b45b([0x68,0x61,0x73,0x68])]:{[_0x55b45b([0x6e,0x61,0x6d,0x65])]:_0x55b45b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5aa62b,_0x1501de,_0x6d8815)||(_0x3a0591=!0x1);}}function _0x5ef724(_0x25d9fd){return _0x25d9fd[_0x55b45b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x55b45b([0x65,0x79]))?JSON[_0x55b45b([0x70,0x61,0x72,0x73,0x65])](_0xb24bef(_0x25d9fd)):null;}function _0xb24bef(_0x3d76d1){return window[_0x55b45b([0x61,0x74,0x6f,0x62])](_0x3d76d1[_0x55b45b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x55b45b([0x2b]))[_0x55b45b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x55b45b([0x2f])));}function _0x769c7e(_0x4268dc){let _0x268e33=0x1505;function _0x4f7556(_0x30a90a){for(let _0x4a1948=0x0;_0x4a1948<_0x30a90a[_0x55b45b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a1948++){const _0xdecef=_0x30a90a[_0x55b45b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4a1948);_0x268e33=(_0x268e33<<0x5)+_0x268e33+_0xdecef,_0x268e33&=_0x268e33;}}function _0x3689dc(_0x5968bb){Array[_0x55b45b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5968bb)?_0x5968bb[_0x55b45b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3689dc):_0x5968bb&&typeof _0x5968bb==_0x55b45b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x55b45b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5968bb)[_0x55b45b([0x73,0x6f,0x72,0x74])]()[_0x55b45b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1697af,_0x5820ee])=>{_0x4f7556(_0x1697af),_0x3689dc(_0x5820ee);}):_0x4f7556(window[_0x55b45b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5968bb));}return _0x3689dc(_0x4268dc),_0x268e33>>>0x0;}function _0x382260(_0x5e8ea9){return _0x5e8ea9[_0x55b45b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x55b45b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x55b45b([0x30]));}function _0x3abdcd(_0x4e271d){return _0x4e271d[_0x55b45b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x55b45b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x55b45b([0x6a,0x6f,0x69,0x6e])]('');}function _0x2dc33b(){}function _0x55b45b(_0x365ce5){const _0x1f0110=_0x2b54;return _0x365ce5[_0x1f0110(0x9a)](_0x39c90f=>String[_0x1f0110(0xce)](_0x39c90f))[_0x1f0110(0x71)]('');}_0x2b5123(await _0x470a1f());}(this);}[_0x1c5c92(0xbb)](){const _0x1e35e4=_0x1c5c92;this[_0x1e35e4(0x73)][_0x1e35e4(0xa5)](_0x5c667e=>{const _0x41f9c7=_0x1e35e4;_0x41f9c7(0x89)!==_0x5c667e[_0x41f9c7(0x7d)]&&this[_0x41f9c7(0x9b)][_0x41f9c7(0xa7)][_0x41f9c7(0x7b)](_0x5c667e);});}[_0x1c5c92(0x6d)](){const _0x47e71c=_0x1c5c92;for(const _0x56906c of this[_0x47e71c(0x9b)][_0x47e71c(0xc0)][_0x47e71c(0x9f)][_0x47e71c(0xc8)][_0x47e71c(0xaf)]({'includeChangesInGraveyard':!0x0})){if(_0x47e71c(0xb0)!==_0x56906c[_0x47e71c(0xb2)]||_0x47e71c(0xbe)!==_0x56906c[_0x47e71c(0xb8)])return;this[_0x47e71c(0x73)][_0x47e71c(0x6a)](_0x56906c[_0x47e71c(0x88)][_0x47e71c(0xd4)]);}}[_0x1c5c92(0x81)](){const _0x14a4a1=_0x1c5c92;this[_0x14a4a1(0x9b)][_0x14a4a1(0xc0)][_0x14a4a1(0xc5)][_0x14a4a1(0xa2)](_0x14a4a1(0xbe),{'inheritAllFrom':_0x14a4a1(0x98)});}[_0x1c5c92(0x77)](){const _0xd63ff6=_0x1c5c92,_0x34d415=this[_0xd63ff6(0x9b)][_0xd63ff6(0x92)];_0x34d415[_0xd63ff6(0xb6)](_0xd63ff6(0xd8))[_0xd63ff6(0xc9)]({'model':_0xd63ff6(0xbe),'view':{'name':_0xd63ff6(0xb4),'classes':_0xd63ff6(0x9d)}}),_0x34d415[_0xd63ff6(0xb6)](_0xd63ff6(0xd6))[_0xd63ff6(0xc1)]({'model':_0xd63ff6(0xbe),'view':(_0x2b5acb,{writer:_0x11343c})=>this[_0xd63ff6(0xa3)](_0x11343c,!0x0)}),_0x34d415[_0xd63ff6(0xb6)](_0xd63ff6(0x80))[_0xd63ff6(0xc1)]({'model':_0xd63ff6(0xbe),'view':(_0xab2b7,{writer:_0x5f4e4d})=>{const _0x33a8af=_0xd63ff6;this[_0x33a8af(0x73)][_0x33a8af(0x6a)](_0xab2b7);const _0x4f5c70=this[_0x33a8af(0xa3)](_0x5f4e4d);return _0x3555d5(_0x4f5c70,_0x5f4e4d,{'label':_0xecb701(this[_0x33a8af(0x9b)][_0x33a8af(0x75)],_0x33a8af(0xc2))});}}),this[_0xd63ff6(0x9b)][_0xd63ff6(0x8d)][_0xd63ff6(0x6f)]({'name':_0xd63ff6(0xb4),'classes':_0xd63ff6(0x9d)}),this[_0xd63ff6(0x9b)][_0xd63ff6(0xa7)][_0xd63ff6(0x72)]['on'](_0xd63ff6(0xbf),this[_0xd63ff6(0xd0)](),{'priority':_0xd63ff6(0x76)});}[_0x1c5c92(0xa3)](_0x5561bd,_0x57e220=!0x1){const _0x3a88ea=_0x1c5c92,{locale:_0x5f59e1}=this[_0x3a88ea(0x9b)],_0x1140cf=_0x5561bd[_0x3a88ea(0x6b)](_0x3a88ea(0xb4),{'class':_0x3a88ea(0x9d)+(0x0===this[_0x3a88ea(0x7f)][_0x3a88ea(0xab)]?_0x3a88ea(0xb7):''),...!_0x57e220&&{'data-table-of-contents-label':_0xecb701(_0x5f59e1,_0x3a88ea(0xc2))}});0x0===this[_0x3a88ea(0x7f)][_0x3a88ea(0xab)]&&!0x1===_0x57e220&&_0x5561bd[_0x3a88ea(0xb0)](_0x5561bd[_0x3a88ea(0xd1)](_0x1140cf,_0x3a88ea(0xa0)),_0x5561bd[_0x3a88ea(0x6b)]('p',{'class':_0x3a88ea(0x83)},[_0x5561bd[_0x3a88ea(0xbc)](_0xecb701(_0x5f59e1,_0x3a88ea(0xa1)))]));const _0x226302=_0x57e220?'':'['+_0xecb701(_0x5f59e1,_0x3a88ea(0xcb))+']';let _0x346f9f=_0x1140cf;return this[_0x3a88ea(0x7f)][_0x3a88ea(0xa5)]((_0x103374,_0x592569,_0x137c67)=>{const _0x2df95b=_0x3a88ea,_0x57417c=this[_0x2df95b(0x9b)][_0x2df95b(0xc0)][_0x2df95b(0xb3)](_0x103374[_0x2df95b(0x78)],{'ignoreWhitespaces':!0x0}),_0x5e7b73=_0x57417c?_0x103374[_0x2df95b(0x6e)]:_0x226302,_0x382097=_0x103374[_0x2df95b(0x78)][_0x2df95b(0xae)](this[_0x2df95b(0x8b)]),_0x10997a=_0x5561bd[_0x2df95b(0x6b)]('a',{'href':'#'+_0x382097,...!_0x57e220&&{'tabindex':'-1'}},[_0x5561bd[_0x2df95b(0xbc)](_0x5e7b73)]),_0x137ed2=this[_0x2df95b(0x9b)][_0x2df95b(0xb9)][_0x2df95b(0x84)](_0x2df95b(0xcc));_0x5561bd[_0x2df95b(0x6c)](_0x2df95b(0x90),_0x592569,_0x10997a);const _0x4d06b0=_0x5561bd[_0x2df95b(0x6b)]('li',null,[_0x57417c||!_0x57e220&&_0x137ed2?_0x10997a:_0x5561bd[_0x2df95b(0xbc)]('')]),_0x5f0b5c=_0x592569?_0x137c67[_0x592569-0x1][_0x2df95b(0x87)]:0x0,_0xe35632=Math[_0x2df95b(0x9e)](_0x103374[_0x2df95b(0x87)]-_0x5f0b5c);if(_0x103374[_0x2df95b(0x87)]>_0x5f0b5c){const _0x55d884=N(_0x4d06b0,_0xe35632,_0x5561bd);_0x5561bd[_0x2df95b(0xb0)](_0x5561bd[_0x2df95b(0xd1)](_0x346f9f,_0x2df95b(0xa0)),_0x55d884);}else{const _0x2552b5=function(_0x3ea59d,_0x2c34cc){const _0x185e4b=_0x2df95b;return _0x3ea59d[_0x185e4b(0x94)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x185e4b(0x96)](_0x332d9d=>_0x332d9d['is'](_0x185e4b(0xb1),'ol'))[_0x2c34cc];}(_0x346f9f,_0xe35632);_0x5561bd[_0x2df95b(0xb0)](_0x5561bd[_0x2df95b(0xd1)](_0x2552b5,_0x2df95b(0xa0)),_0x4d06b0);}_0x346f9f=_0x4d06b0;}),_0x1140cf;}[_0x1c5c92(0x91)](_0x2efe22){const _0x596c4f=_0x1c5c92,_0x1b37a3=this[_0x596c4f(0x7f)][_0x2efe22][_0x596c4f(0x78)];this[_0x596c4f(0x9b)][_0x596c4f(0xc0)][_0x596c4f(0x93)](_0x7a9dab=>{const _0x392da6=_0x596c4f;_0x7a9dab[_0x392da6(0xc6)](_0x1b37a3,0x0);}),this[_0x596c4f(0x9b)][_0x596c4f(0xa7)][_0x596c4f(0xd7)][_0x596c4f(0xd3)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x1c5c92(0xd0)](){return(_0x445b50,_0x42a112)=>{const _0x1bec3a=_0x2b54,_0x11a200=_0x42a112[_0x1bec3a(0x72)],_0x2a39dd=_0x11a200[_0x1bec3a(0x9c)](_0x42a112[_0x1bec3a(0x95)]),_0x689351=_0x11a200[_0x1bec3a(0x85)](_0x2a39dd);_0x689351['is'](_0x1bec3a(0xb1),_0x1bec3a(0xbe))&&(_0x42a112[_0x1bec3a(0x8e)]=this[_0x1bec3a(0x9b)][_0x1bec3a(0xc0)][_0x1bec3a(0xd1)](_0x689351,0x0),_0x445b50[_0x1bec3a(0xb5)]());};}}function N(_0x517ee6,_0x36484c,_0x4b7828){const _0x32301d=_0x1c5c92;return 0x1===_0x36484c?_0x4b7828[_0x32301d(0x6b)]('ol',null,[_0x517ee6]):_0x4b7828[_0x32301d(0x6b)]('ol',null,[_0x4b7828[_0x32301d(0x6b)]('li',null,[N(_0x517ee6,_0x36484c-0x1,_0x4b7828)])]);}
|