@ckeditor/ckeditor5-document-outline 45.2.1-alpha.1 → 45.2.1-alpha.2
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:()=>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})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>R,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>mt,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t,e){const n=a();return(s=function(t,e){return n[t-=431]})(t,e)}function c(t){const e=s;let n="";for(const i of t[e(449)]())i instanceof r.Text&&(n+=i[e(442)]);return n}function a(){const t=["htmlH5","htmlH6","plugins","8750392nfwDCA","10265424YuHXau","model","reduce","data","134mzZBYM","3517068NjJvAL","14114KJVvqp","config","push","9YwOASA","getChildren","htmlH2","has","get","195366WXeDBd","htmlH1","15336920KwfSag","htmlH4","GeneralHtmlSupport","742161QadRro","paragraph","15HdIevu","htmlH3","heading.options"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(675659===parseInt(e(445))/1*(parseInt(e(443))/2)+-parseInt(e(458))/3+parseInt(e(444))/4+parseInt(e(432))/5*(parseInt(e(453))/6)+-parseInt(e(438))/7+-parseInt(e(439))/8+parseInt(e(448))/9*(parseInt(e(455))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=131]})(t,e)}function f(){const t=["indexOf","editing","_getOutlineDefinitions","afterInit","getRoot","element","activeItemIndex","121701bkRJZq","getChildren","createElement","level","item","domToView","document","toModel","isOfficialPlugin","length","pluginName","7819iQhzdW","change","_deriveHeadingElementsFromConversion","_getActiveHeading","backward","push","6036zVkWOv","domConverter","includes","_getHeadingNames","242790hTsZOr","view","selection","name","modelElement","get","findIndex","editor","145ZvbvIC","_headingNames","isPremiumPlugin","DocumentOutlineUtils","init","getFirstPosition","226ArOmrO","documentOutline.headings","fire","171VRQZju","1520BxpTjv","13270hMcwVj","data","getChild","model","8591iJOVli","46204rkwYQG","1qMlnWe","getRootNames","text","config"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(179794===parseInt(e(176))/1*(parseInt(e(165))/2)+parseInt(e(187))/3+-parseInt(e(175))/4*(-parseInt(e(159))/5)+-parseInt(e(151))/6+parseInt(e(141))/7*(parseInt(e(169))/8)+parseInt(e(168))/9*(parseInt(e(170))/10)+-parseInt(e(174))/11*(parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(140)](){return l(162)}static get[l(138)](){return!0}static get[l(161)](){return!0}[l(160)]=[];[l(163)](){const t=l,e=this[t(158)];this[t(160)]=this[t(150)]();let n=[];e[t(173)][t(136)].on(t(142),o((()=>{const e=t,i=n;n=this[e(182)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(133)]===n[e(133)]&&t[e(178)]===n[e(178)]&&t[e(155)]===n[e(155)])),r=(0,u.diffToChanges)(o,n),s=this[e(144)](),c=n[e(157)]((t=>t[e(155)]===s));r[e(139)]&&this[e(167)](e(142),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(167)](e(186),{index:c})}),250,{leading:!0,trailing:!0}))}[l(183)](){const t=l;this[t(160)][t(139)]||this[t(143)]()}[l(182)](){const t=l,e=this[t(158)],n=[],i=this[t(160)];for(const n of e[t(173)][t(136)][t(177)]())o(e[t(173)][t(136)][t(184)](n));function o(e){const r=t;for(const t of e[r(131)]())t.is(r(185))&&(i[r(149)](t[r(154)])&&n[r(146)]({level:i[r(180)](t[r(154)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(144)](){const t=l,e=this[t(158)][t(173)][t(136)][t(153)][t(164)](),n=new r.TreeWalker({direction:t(145),startPosition:e});for(const e of n)if(e[t(134)].is(t(185))&&this[t(160)][t(149)](e[t(134)][t(154)]))return e[t(134)]}[l(150)](){const t=l;return this[t(158)][t(179)][t(156)](t(166))||function(t){const e=s,n=t[e(446)][e(452)](e(434));return n?n[e(441)](((t,n)=>(e(431)!==n[e(440)]&&t[e(447)](n[e(440)]),t)),[]):t[e(437)][e(451)](e(457))?[e(454),e(450),e(433),e(456),e(435),e(436)]:[]}(this[t(158)])}[l(143)](){const t=l,e=this[t(158)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(181)][t(152)][t(148)][t(135)](document[t(132)](o)),r=e[t(171)][t(137)](n)[t(172)](0);r?.is(t(185))&&i[t(146)](r[t(154)])}this[t(160)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["text","ck-document-outline__item_empty","ck-document-outline__item","div","bindTemplate","setTemplate","1752915KMifjb","isActive","171395fjIMHt","ck-reset","717158LWCrji","1JkfOwf","level","Empty heading","isEmpty","bind","ck-document-outline__item_level-","2018910tsxgOW","1282284HPghol","1494348eRlQzK","ck-document-outline__item_active","click","5717848TcDXyU","set"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(282682===-parseInt(e(427))/1*(-parseInt(e(426))/2)+-parseInt(e(410))/3+-parseInt(e(411))/4+-parseInt(e(422))/5+parseInt(e(409))/6+parseInt(e(424))/7+parseInt(e(414))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(420)],o=e?"["+p(t,n(429))+"]":"";this[n(415)](n(416),""),this[n(415)](n(428),1),this[n(415)](n(423),!1),this[n(431)](n(430)).to(this,n(416),(t=>!t)),this[n(421)]({tag:n(419),attributes:{class:["ck",n(425),n(418),i.to(n(428),(t=>n(432)+t)),i.if(n(423),n(412)),i.if(n(430),n(417))],title:i.to(n(416))},children:[{text:i.to(n(416),(t=>t||o))}],on:{click:i.to(n(413))}})}}const k=I;function b(){const t=["delegate","ck-reset","2743348HhBidB","sync","_insertItem","fire","source","isActive","remove","set","50bVQdBa","forEach","addMany","2269827WPVJTY","insert","3NMJOAx","activeItemIndex","5nSQPdg","setTemplate","documentOutlineContainer","_handleItemClick","getIndex","values","bind","showEmptyHeadingText","element","_deleteItem","1429540meGXNT","_scrollToItem","get","31298762vBWDCp","ck-document-outline","type","items","text","index","itemSelected","6876468pOwjwF","11026136gtWUOH","delete","Editor headings will appear here as you type.","howMany","level","div","destroy","map","contentLanguageDirection","locale","15902qNqtcv","change:activeItemIndex","12KnWNoU","click","144XrWnjE","_setActiveItem","createCollection"];return(b=function(){return t})()}function I(t,e){const n=b();return(I=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=I,n=t();for(;;)try{if(918685===-parseInt(e(318))/1*(parseInt(e(322))/2)+parseInt(e(285))/3*(parseInt(e(272))/4)+-parseInt(e(287))/5*(parseInt(e(307))/6)+-parseInt(e(297))/7+-parseInt(e(308))/8+-parseInt(e(283))/9*(-parseInt(e(280))/10)+-parseInt(e(300))/11*(-parseInt(e(320))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[k(303)];[k(289)];[k(294)];constructor(t,e=!1,n){const i=k;super(t),this[i(294)]=e,this[i(279)](i(286),-1),this[i(289)]=n,this[i(303)]=this[i(324)](),this[i(303)][i(325)](i(321)).to(this),this.on(i(321),this[i(290)][i(293)](this)),this.on(i(319),((t,e,n,o)=>{this[i(323)](o,n)})),this[i(288)]({tag:i(313),attributes:{class:["ck",i(326),i(301)],dir:t[i(316)],"data-document-outline-empty-placeholder":p(t,i(310)),tabindex:-1},children:this[i(303)]})}[k(273)](t){const e=k;t[e(281)]((t=>{const n=e;n(284)==t[n(302)]?this[n(274)](t[n(305)],...t[n(292)]):n(309)==t[n(302)]&&this[n(296)](t[n(305)],t[n(311)])}))}[k(323)](t,e){const n=k;if(-1!==t){const e=this[n(303)][n(299)](t);e&&(e[n(277)]=!1)}-1!==e&&(this[n(303)][n(299)](e)[n(277)]=!0,this[n(298)](e))}[k(274)](t,...e){const n=k,i=e[n(315)](((e,i)=>{const o=n,r=new v(this[o(317)],this[o(294)]);return r[o(304)]=e[o(304)],r[o(312)]=e[o(312)],t+i===this[o(286)]&&(r[o(277)]=!0),r}));this[n(303)][n(282)](i,t)}[k(296)](t,e){const n=k;do{this[n(303)][n(278)](t)}while(--e)}[k(290)](t){const e=k,n=this[e(303)][e(291)](t[e(276)]);this[e(275)](e(306),n)}[k(298)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(303)][e(299)](t)[e(295)],20,this[e(289)])}[k(314)](){const t=k;super[t(314)](),this[t(295)][t(278)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),A=n.n(T),E=n(667),P=n.n(E),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=A().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const M=K;function K(t,e){const n=j();return(K=function(t,e){return n[t-=254]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(384994===-parseInt(e(312))/1+-parseInt(e(286))/2+-parseInt(e(310))/3+-parseInt(e(287))/4+-parseInt(e(279))/5*(parseInt(e(261))/6)+parseInt(e(324))/7+parseInt(e(281))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class R extends t.Plugin{[M(314)];[M(306)];[M(255)];static get[M(273)](){return M(258)}static get[M(282)](){return!0}static get[M(270)](){return!0}constructor(t){const e=M;super(t),this[e(314)]=new y(t[e(323)],this[e(292)][e(322)][e(291)](e(301)),this[e(292)][e(322)][e(291)](e(264))),this[e(306)]=[],this[e(255)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(308)][e(293)](this),100)}[M(302)](){const t=M,e=this[t(292)],n=e[t(297)][t(291)](t(311));let i=!1;if(this[t(314)][t(269)](),this[t(292)].ui[t(318)][t(266)](this[t(314)][t(303)]),!e[t(322)][t(291)](t(264)))throw new u.CKEditorError(t(284),{editor:e});e[t(322)][t(291)](t(264))[t(260)](this[t(314)][t(303)]),n.on(t(315),this[t(267)][t(293)](this)),n.on(t(257),((e,{index:n})=>this[t(256)](n))),this[t(314)].on(t(265),((e,n)=>{i=!0,this[t(272)](n)})),this[t(314)][t(280)](u.global[t(296)],t(321),(()=>{i?i=!1:this[t(255)]()}),{useCapture:!0}),this[t(314)][t(280)](u.global[t(320)],t(295),this[t(255)],{useCapture:!0})}[M(254)](){!async function(t){const e=p([50,72,85,77,110,86,106,117,112,121,113,114,87,67,65,48,51,68,83,116,70,109,84,55,90,99,75,82,54,111,71,120,100,79,53,107,98,74,104,115,69,73,80,89,57,122,102,118,97,56,88,105,66,52,101,76,119,49,81,103,108,78]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=K;return t[e(319)]((t=>String[e(290)](t)))[e(275)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([72]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1749945600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=K,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(316)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([102,105,108,116,101,114])]((t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])]))[p([109,97,112])]((t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t)))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[M(317)](){const t=M;super[t(317)](),this[t(314)][t(317)](),this[t(255)][t(263)]()}[M(267)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(306)]=e,this[i(314)][i(305)](n)}[M(256)](t){const e=M;this[e(306)][e(283)]&&this[e(306)][t]&&(this[e(314)][e(257)]=t)}[M(272)](t){const e=M,n=this[e(306)][t][e(299)];this[e(292)][e(298)][e(315)]((t=>{t[e(259)](n,0)})),this[e(292)][e(278)][e(314)][e(304)]({alignToTop:!0,forceScroll:!0}),this[e(292)][e(278)][e(314)][e(313)](),this[e(256)](t)}[M(308)](){const t=M,e=this[t(292)];let n;for(const i of e[t(298)][t(296)][t(268)]()){const o=e[t(278)][t(314)][t(300)](i),r=o&&new u.Rect(o)[t(276)]();if(r){const e=new u.Rect(u.global[t(320)])[t(309)](r);e&&(n=e[t(289)]+.25*e[t(274)])}}if(void 0===n)return;const i=H(e[t(278)],this[t(306)],n);i?this[t(256)](this[t(306)][t(294)](i)):this[t(256)](-1)}}function j(){const t=["scroll","config","locale","3873163rdCUEU","afterInit","_updateActiveDefinitionFromViewportThrottled","_setActiveViewItem","activeItemIndex","DocumentOutlineUI","setSelection","appendChild","10374OrOqrd","toViewElement","cancel","documentOutline.container","itemSelected","add","_handleOutlineChange","getRootNames","render","isPremiumPlugin","floor","_handleItemSelected","pluginName","height","join","getVisible","mapViewToDom","editing","2205eyhMzG","listenTo","15476080yWXhyy","isOfficialPlugin","length","document-outline-container-not-provided","mapper","51324PgCqeN","1049500lMhVMi","domConverter","top","fromCharCode","get","editor","bind","indexOf","resize","document","plugins","model","modelElement","getDomRoot","documentOutline.showEmptyHeadings","init","element","scrollToTheSelection","sync","_currentOutlineDefinitions","bottom","_updateActiveDefinitionOnViewportChange","getIntersection","1622586OOebOM","DocumentOutlineUtils","511437dtsMDu","focus","view","change","href","destroy","focusTracker","map","window"];return(j=function(){return t})()}function H(t,e,n,i=0,o=e[M(283)]-1){const r=M,s=Math[r(271)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(285)][r(262)](c[r(299)]);if(!a)return null;const l=t[r(314)][r(288)][r(277)](a);return new u.Rect(l)[r(307)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function V(t,e){const n=U();return(V=function(t,e){return n[t-=499]})(t,e)}const B=V;function U(){const t=["evaluationLimit","config","3540710kbbIqM","isOfficialPlugin","_licenseKeyCheckInterval","6wEFRRu","446042IlULJR","isPremiumPlugin","_showLicenseError","expired","licenseKey","trialLimit","documentOutlineLicenseKeyTrialLimit","invalid","20344pUKwPk","documentOutlineLicenseKeyUsageLimit","requires","documentOutlineLicenseKeyDomainLimit","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyNotAllowed","15PLLWfl","init","24821005dkOugA","9ybkaZF","editor","DocumentOutline","2138040LmSrAR","domainLimit","documentOutlineLicenseKeyValid","165668VDaTBu","destroy","documentOutlineLicenseKeyExpired","406alninx","featureNotAllowed","documentOutlineLicenseKeyInvalid","1876962kPTWVi","usageLimit","pluginName","get"];return(U=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(739209===-parseInt(e(530))/1+-parseInt(e(507))/2*(parseInt(e(506))/3)+parseInt(e(527))/4+-parseInt(e(521))/5*(parseInt(e(536))/6)+parseInt(e(533))/7*(-parseInt(e(515))/8)+parseInt(e(524))/9*(-parseInt(e(503))/10)+parseInt(e(523))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class W extends t.Plugin{[B(511)];[B(505)];static get[B(517)](){return[h,R]}static get[B(499)](){return B(526)}static get[B(504)](){return!0}static get[B(508)](){return!0}[B(522)](){const t=B;this[t(511)]=this[t(525)][t(502)][t(500)](t(511));const e=this[t(525)];this[t(505)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(529)==r||n(535)==r||n(532)==r||n(518)==r||n(520)==r||n(519)==r||n(513)==r||n(516)==r){delete e[o],i=r,clearInterval(this[n(505)]),this[n(505)]=void 0;break}}n(535)==i&&e[n(509)](n(514)),n(532)==i&&e[n(509)](n(510)),n(518)==i&&e[n(509)](n(528)),n(520)==i&&e[n(509)](n(534),n(526)),n(519)==i&&e[n(509)](n(501)),n(513)==i&&e[n(509)](n(512)),n(516)==i&&e[n(509)](n(537))}),1e3)}[B(531)](){const t=B;super[t(531)](),this[t(505)]&&clearInterval(this[t(505)])}}var q=n(901);const F=J;function J(t,e){const n=Z();return(J=function(t,e){return n[t-=454]})(t,e)}function Z(){const t=["createElement","588868XqiFHW","findAllowedParent","model","477PizSTK","2567130gtRUPl","1462rsHEUP","isEnabled","3008015xhoVFB","refresh","tableOfContents","1609528XnMtRg","getFirstPosition","1201844hmYFOn","change","576687abcQFw","schema","selection","6kkrmEo","editor","execute","document","9ZSoWJh","insertObject"];return(Z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(342116===-parseInt(e(464))/1+-parseInt(e(455))/2*(parseInt(e(477))/3)+parseInt(e(474))/4+parseInt(e(457))/5*(parseInt(e(467))/6)+-parseInt(e(462))/7+-parseInt(e(460))/8*(-parseInt(e(471))/9)+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class z extends t.Command{[F(469)](){const t=F;this[t(468)][t(476)][t(463)]((e=>{const n=t;this[n(468)][n(476)][n(472)](e[n(473)](n(459)))}))}[F(458)](){const t=F,e=this[t(468)][t(476)],n=e[t(470)][t(466)][t(461)]();this[t(456)]=null!==(n&&e[t(465)][t(475)](n,t(459)))}}var Q=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=A().bind(null,"head"),X.domAPI=C(),X.insertStyleElement=S();O()(Q.A,X);Q.A&&Q.A.locals&&Q.A.locals;const Y=G;function G(t,e){const n=tt();return(G=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=G,n=t();for(;;)try{if(669155===parseInt(e(345))/1*(-parseInt(e(350))/2)+parseInt(e(287))/3*(parseInt(e(346))/4)+parseInt(e(309))/5+-parseInt(e(348))/6*(parseInt(e(282))/7)+-parseInt(e(289))/8+parseInt(e(291))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[Y(314)](){return Y(322)}static get[Y(295)](){return!0}static get[Y(331)](){return!0}[Y(292)](){const t=Y,e=this[t(283)];e[t(284)][t(288)](t(298))||(function(e){const n=t,i=new Map;return e?(e[n(332)]((t=>{const e=n;e(311)!==t[e(285)]&&i[e(294)](t[e(342)],t[e(285)])})),i[n(288)]("h1")||i[n(294)]("h1",n(318)),i):i}(this[t(283)][t(284)][t(288)](t(344)))[t(332)](((n,i)=>{const o=t;this[o(337)](i),this[o(325)](n),e[o(285)][o(327)][o(349)](n)&&e[o(285)][o(327)][o(293)](n,{allowAttributes:o(320)})})),this[t(307)]())}[Y(337)](t){const e=Y;this[e(283)][e(321)][e(300)](e(302))[e(308)]((n=>n.on(e(301)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(341)][o(338)]("id"),a=n[o(310)][o(347)]();if(a)return c&&c[o(297)]||a[o(319)](o(320))?void(r[o(324)](n[o(341)],{attributes:["id"]})&&s[o(296)](o(320),c,a)):(r[o(324)](n[o(341)],{attributes:["id"]}),void s[o(296)](o(320),(0,u.uid)(),a))}),{priority:u.priorities[e(288)](e(286))+.5})))}[Y(325)](t){const e=Y;this[e(283)][e(321)][e(300)](e(305))[e(308)]((n=>n.on(e(279)+t,((t,n,i)=>{const o=e;if(!i[o(326)][o(324)](n[o(315)],t[o(304)]))return;const r=n[o(315)][o(338)](o(320)),s=i[o(335)][o(329)](n[o(315)]);i[o(312)][o(296)]("id",r,s)}))))}[Y(307)](){const t=Y,e=this[t(283)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(308)](r),e[o(296)](o(320),r,n),r}function r(e,n){const i=t;e[i(317)](i(320),n)}e[t(285)][t(303)][t(299)]((s=>{const c=t,a=e[c(285)][c(303)][c(343)][c(340)]();let u=!1;for(const t of a)if(c(280)==t[c(313)]&&t[c(304)])if(t[c(304)][c(281)](/heading\d/)){const e=t[c(339)][c(288)](c(320));c(330)==typeof e?n[c(334)](e)?(o(s,t[c(306)][c(316)]),u=!0):i[c(308)](e):(o(s,t[c(306)][c(316)]),u=!0)}else c(330)==typeof t[c(339)][c(288)](c(320))&&(r(s,t[c(306)][c(316)]),u=!0);else if(c(323)==t[c(313)]){const e=t[c(339)][c(288)](c(320));c(330)==typeof e&&n[c(290)](e)}return u})),e[t(285)][t(303)].on(t(328),(()=>{const e=t;i[e(332)]((t=>n[e(308)](t))),i[e(336)]()}))}}function tt(){const t=["removeAttribute","heading1","hasAttribute","headingId","conversion","HeadingId","remove","consume","_customDataDowncastHeadingsConversion","consumable","schema","change","toViewElement","string","isPremiumPlugin","forEach","17431710EAvwBV","has","mapper","clear","_customUpcastHeadingsConversion","getAttribute","attributes","getChanges","viewItem","view","differ","heading.options","28261XhUwJk","112208nTtgTN","getContainedElement","3957594pAWRBn","isRegistered","50PKnRea","attribute:headingId:","insert","match","7kJAupq","editor","config","model","low","6knpnwJ","get","702248ZgyFfw","delete","2132856MAXriB","afterInit","extend","set","isOfficialPlugin","setAttribute","length","headingId.modelAttributeName","registerPostFixer","for","element:","upcast","document","name","downcast","position","_registerHeadingIdAttributePostfixer","add","434005ZdAoOx","modelRange","paragraph","writer","type","pluginName","item","nodeAfter"];return(tt=function(){return t})()}const et=nt;function nt(t,e){const n=it();return(nt=function(t,e){return n[t-=235]})(t,e)}function it(){const t=["_createTableOfContents","conversion","20547720MbLZqY","mapper","hasContent","viewPosition","insertTableOfContents","model","_trackNewToCElements","_currentOutlineDefinitions","isInteger","dataDowncast","join","add","stop","forEach","text","position","div","_handleScrollToHeading","config","$graveyard","headingId.modelAttributeName","tableOfContentsHeadingIndex","_headingIdModelAttributeName","102874YraspB","upcast","findMappedViewAncestor","_tableOfContentsElements","reconvertItem","getChanges","preventDefault","high","click","11733365YFKPAw"," table-of-contents_empty","fromCharCode","createContainerElement","schema","end","nodeAfter","change","listenTo","type","insert","getCustomProperty","setCustomProperty","1476PpBBwm","for","tableOfContents","plugins","href","documentOutline.showEmptyHeadings","_defineSchema","domEvent","data","setSelection","register","_defineConverters","view","registerRawContentMatcher","headingId","elementToStructure","DocumentOutlineUtils","2103745iHcRKN","length","name","filter","viewToModelPosition","table-of-contents__placeholder","isOfficialPlugin","editor","TableOfContentsEditing","69wbtkRN","level","modelPosition","56912bJDcrl","differ","map","outlineDefinitions","429648RvvWdR","editingDowncast","createText","afterInit","get","target","locale","table-of-contents","$capture","requires","elementToElement","createPositionAt","scrollToTheSelection","12dLFFyd","pluginName","modelElement","init","7082238milnpP","commands","Empty heading","_updateTableOfContentsElements","No headings were found in the document.","element","_redirectMapper","Table of contents","getAncestors","document","isPremiumPlugin","toModelElement","getAttribute","$blockObject","rootName","abs","editing"];return(it=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(842344===-parseInt(e(315))/1+parseInt(e(260))/2*(-parseInt(e(308))/3)+-parseInt(e(328))/4*(parseInt(e(299))/5)+-parseInt(e(332))/6+parseInt(e(269))/7+parseInt(e(311))/8*(parseInt(e(282))/9)+parseInt(e(237))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[et(329)](){return et(307)}static get[et(305)](){return!0}static get[et(342)](){return!0}static get[et(324)](){return[q.Widget,h,$]}[et(244)];[et(263)];[et(259)];constructor(t){const e=et;super(t),this[e(244)]=[],this[e(263)]=new Set,this[e(259)]=e(296)}[et(331)](){const t=et,e=this[t(306)],n=e[t(348)][t(294)][t(341)];e[t(255)][t(319)](t(257))&&(this[t(259)]=e[t(255)][t(319)](t(257))),this[t(277)](n,t(268),((e,n)=>{const i=t;if(!n[i(320)])return;const o=n[i(320)][i(280)](i(258));Number[i(245)](o)&&(n[i(289)][i(266)](),e[i(249)](),this[i(254)](o))}),{priority:t(267),context:t(323)}),this[t(288)](),this[t(293)](),e[t(333)][t(248)](t(241),new z(e)),e[t(285)][t(319)](t(298)).on(t(276),((e,n)=>{const i=t;this[i(244)]=n[i(314)],this[i(335)]()})),this[t(277)](e[t(242)][t(341)],t(276),(()=>{this[t(243)]()}))}[et(318)](){!async function(t){const e=p([50,120,68,82,88,74,52,78,51,97,80,75,103,99,101,122,102,72,119,67,89,104,117,106,55,66,121,54,116,70,79,107,105,83,115,49,48,110,71,86,100,113,69,90,76,85,87,108,53,114,98,57,65,84,112,81,118,73,111,109,56,77]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=nt;return t[e(313)]((t=>String[e(271)](t)))[e(247)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([120]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])]((()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1749945600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=nt,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(286)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([102,105,108,116,101,114])]((t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])]))[p([109,97,112])]((t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t)))[p([115,111,109,101])]((t=>o[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])(((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),n)})):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[et(335)](){const t=et;this[t(263)][t(250)]((e=>{const n=t;n(256)!==e[n(346)]&&this[n(306)][n(348)][n(264)](e)}))}[et(243)](){const t=et;for(const e of this[t(306)][t(242)][t(341)][t(312)][t(265)]({includeChangesInGraveyard:!0})){if(t(279)!==e[t(278)]||t(284)!==e[t(301)])return;this[t(263)][t(248)](e[t(252)][t(275)])}}[et(288)](){const t=et;this[t(306)][t(242)][t(273)][t(292)](t(284),{inheritAllFrom:t(345)})}[et(293)](){const t=et,e=this[t(306)][t(236)];e[t(283)](t(261))[t(325)]({model:t(284),view:{name:t(253),classes:t(322)}}),e[t(283)](t(246))[t(297)]({model:t(284),view:(e,{writer:n})=>this[t(235)](n,!0)}),e[t(283)](t(316))[t(297)]({model:t(284),view:(e,{writer:n})=>{const i=t;this[i(263)][i(248)](e);const o=this[i(235)](n);return(0,q.toWidget)(o,n,{label:p(this[i(306)][i(321)],i(339))})}}),this[t(306)][t(290)][t(295)]({name:t(253),classes:t(322)}),this[t(306)][t(348)][t(238)].on(t(303),this[t(338)](),{priority:t(267)})}[et(235)](t,e=!1){const n=et,{locale:i}=this[n(306)],o=t[n(272)](n(253),{class:n(322)+(0===this[n(244)][n(300)]?n(270):""),...!e&&{"data-table-of-contents-label":p(i,n(339))}});0===this[n(244)][n(300)]&&!1===e&&t[n(279)](t[n(326)](o,n(274)),t[n(272)]("p",{class:n(304)},[t[n(317)](p(i,n(336)))]));const r=e?"":"["+p(i,n(334))+"]";let s=o;return this[n(244)][n(250)](((i,o,c)=>{const a=n,u=this[a(306)][a(242)][a(239)](i[a(330)],{ignoreWhitespaces:!0}),l=u?i[a(251)]:r,d=i[a(330)][a(344)](this[a(259)]),f=t[a(272)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(317)](l)]),h=this[a(306)][a(255)][a(319)](a(287));t[a(281)](a(258),o,f);const m=t[a(272)]("li",null,[u||!e&&h?f:t[a(317)]("")]),p=o?c[o-1][a(309)]:0,g=Math[a(347)](i[a(309)]-p);if(i[a(309)]>p){const e=rt(m,g,t);t[a(279)](t[a(326)](s,a(274)),e)}else{const e=function(t,e){const n=a;return t[n(340)]({includeSelf:!0,parentFirst:!0})[n(302)]((t=>t.is(n(337),"ol")))[e]}(s,g);t[a(279)](t[a(326)](e,a(274)),m)}s=m})),o}[et(254)](t){const e=et,n=this[e(244)][t][e(330)];this[e(306)][e(242)][e(276)]((t=>{t[e(291)](n,0)})),this[e(306)][e(348)][e(294)][e(327)]({alignToTop:!0,forceScroll:!0})}[et(338)](){return(t,e)=>{const n=nt,i=e[n(238)],o=i[n(262)](e[n(240)]),r=i[n(343)](o);r.is(n(337),n(284))&&(e[n(310)]=this[n(306)][n(242)][n(326)](r,0),t[n(249)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(272)]("ol",null,[t]):n[i(272)]("ol",null,[n[i(272)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=132]})(t,e)}function ut(){const t=["bind","tableOfContentsLicenseKeyValid","trialLimit","isEnabled","pluginName","listenTo","isPremiumPlugin","componentFactory","usageLimit","destroy","set","isOfficialPlugin","commands","TableOfContents","tableOfContentsLicenseKeyTrialLimit","2123304XiQPqJ","1332UPqYTG","evaluationLimit","editing","menuBar:tableOfContents","focus","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","expired","licenseKey","featureNotAllowed","domainLimit","view","tableOfContentsLicenseKeyNotAllowed","invalid","2120lBgYQy","_createButton","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyUsageLimit","463332xceRyD","60957WgANKR","config","tooltip","Table of contents","tableOfContentsLicenseKeyDomainLimit","14yVBlwK","133881jybhOf","752ghUZzz","editor","_licenseKeyCheckInterval","tableOfContents","insertTableOfContents","TableOfContentsUI","8731173eERZjC","add","execute","6BeLyMg","_showLicenseError","init","get","1129150PqAySu","locale"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(421463===parseInt(e(134))/1+-parseInt(e(184))/2*(parseInt(e(144))/3)+-parseInt(e(166))/4*(-parseInt(e(180))/5)+parseInt(e(165))/6*(-parseInt(e(133))/7)+parseInt(e(135))/8*(parseInt(e(185))/9)+-parseInt(e(148))/10+parseInt(e(141))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(174)];[ct(137)];static get[ct(154)](){return ct(140)}static get[ct(161)](){return!0}static get[ct(156)](){return!0}[ct(146)](){const t=ct,e=this[t(136)];e.ui[t(157)][t(142)](t(138),(()=>{const e=t,n=this[e(181)](m.ButtonView);return n[e(187)]=!0,n})),e.ui[t(157)][t(142)](t(169),(()=>this[t(181)](m.MenuBarMenuListItemButtonView))),this[t(174)]=this[t(136)][t(186)][t(147)](t(174));const n=this[t(136)];this[t(137)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(151)==r||e(182)==r||e(171)==r||e(132)==r||e(178)==r||e(172)==r||e(164)==r||e(183)==r){delete n[o],i=r,clearInterval(this[e(137)]),this[e(137)]=void 0;break}}e(182)==i&&n[e(145)](e(179)),e(171)==i&&n[e(145)](e(173)),e(132)==i&&n[e(145)](e(176)),e(178)==i&&n[e(145)](e(175),e(163)),e(172)==i&&n[e(145)](e(167)),e(164)==i&&n[e(145)](e(152)),e(183)==i&&n[e(145)](e(158))}),1e3)}[ct(181)](t){const e=ct,n=this[e(136)],i=n[e(149)],o=n[e(162)][e(147)](e(139)),r=new t(i);return r[e(160)]({label:p(i,e(188)),icon:st.IconTableOfContents}),r[e(150)](e(153)).to(o,e(153)),this[e(155)](r,e(143),(()=>{const t=e;n[t(143)](t(139)),n[t(168)][t(177)][t(170)]()})),r}[ct(159)](){const t=ct;super[t(159)](),this[t(137)]&&clearInterval(this[t(137)])}}var dt=ht;function ft(){var t=["4626872mIuuUh","18951kqqCNm","2816870horwxj","12hZdpOI","requires","pluginName","TableOfContents","6kGbSTO","4715460ZRQSwA","873506lwuHwa","isPremiumPlugin","isOfficialPlugin","826150dDPopc","211522OhnabB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=160]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(306941===parseInt(e(173))/1+-parseInt(e(169))/2+-parseInt(e(161))/3*(-parseInt(e(163))/4)+parseInt(e(172))/5+parseInt(e(167))/6*(parseInt(e(162))/7)+-parseInt(e(160))/8+parseInt(e(168))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[dt(164)](){return[ot,lt]}static get[dt(165)](){return dt(166)}static get[dt(171)](){return!0}static get[dt(170)](){return!0}}function pt(){var t=["7166784MZovrI","1115474qxCZqk","2270704NRJudx","2195350DaGKMc","23848mVReif","2qkbmZu","9qlnxPr","26918300fGgvzn","35oAdVQM","2234685HXtDTb"];return(pt=function(){return t})()}function gt(t,e){var n=pt();return(gt=function(t,e){return n[t-=298]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(846294===parseInt(e(298))/1+-parseInt(e(302))/2*(parseInt(e(306))/3)+-parseInt(e(299))/4+-parseInt(e(300))/5+-parseInt(e(307))/6+parseInt(e(305))/7*(-parseInt(e(301))/8)+-parseInt(e(303))/9*(-parseInt(e(304))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
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};
|
|
23
|
+
import{Plugin as _0xed05ff,Command as _0x23036d}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0xb019a,throttle as _0x4729bb}from'es-toolkit/compat';import{Text as _0x503496,TreeWalker as _0x4588bb}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0xb40efe,diffToChanges as _0x4fbd1d,scrollAncestorsToShowTarget as _0x5621a2,CKEditorError as _0xe786eb,global as _0x2821a5,Rect as _0x560c2a,uid as _0x7460d4,priorities as _0x41e6c8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x2d9149,ButtonView as _0x5da7d9,MenuBarMenuListItemButtonView as _0x446ef5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x3b6083,toWidget as _0x22b9ae}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x526ff6}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x5a0ed1){let _0x43f2c9='';for(const _0x6c2f54 of _0x5a0ed1['getChildren']())_0x6c2f54 instanceof _0x503496&&(_0x43f2c9+=_0x6c2f54['data']);return _0x43f2c9;}class i extends _0xed05ff{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4e6aa6=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x3a7b57=[];_0x4e6aa6['model']['document']['on']('change',_0xb019a(()=>{const _0x3cb554=_0x3a7b57;_0x3a7b57=this['_getOutlineDefinitions']();const _0x4048d2=_0xb40efe(_0x3cb554,_0x3a7b57,(_0x35401d,_0x233541)=>_0x35401d['level']===_0x233541['level']&&_0x35401d['text']===_0x233541['text']&&_0x35401d['modelElement']===_0x233541['modelElement']),_0x55dd72=_0x4fbd1d(_0x4048d2,_0x3a7b57),_0x5e1498=this['_getActiveHeading'](),_0xdadc2f=_0x3a7b57['findIndex'](_0x10db4b=>_0x10db4b['modelElement']===_0x5e1498);_0x55dd72['length']&&this['fire']('change',{'outlineDefinitions':_0x3a7b57,'activeItemIndex':_0xdadc2f,'outlineChanges':_0x55dd72}),this['fire']('activeItemIndex',{'index':_0xdadc2f});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x19a5fe=this['editor'],_0xa0b3f6=[],_0x5f4234=this['_headingNames'];for(const _0x258848 of _0x19a5fe['model']['document']['getRootNames']())_0x537b9b(_0x19a5fe['model']['document']['getRoot'](_0x258848));function _0x537b9b(_0x3def70){for(const _0x163012 of _0x3def70['getChildren']())_0x163012['is']('element')&&(_0x5f4234['includes'](_0x163012['name'])&&_0xa0b3f6['push']({'level':_0x5f4234['indexOf'](_0x163012['name'])+0x1,'text':p(_0x163012),'modelElement':_0x163012}),_0x537b9b(_0x163012));}return _0xa0b3f6;}['_getActiveHeading'](){const _0x150350=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5cf128=new _0x4588bb({'direction':'backward','startPosition':_0x150350});for(const _0x5b28d2 of _0x5cf128)if(_0x5b28d2['item']['is']('element')&&this['_headingNames']['includes'](_0x5b28d2['item']['name']))return _0x5b28d2['item'];}['_getHeadingNames'](){const _0x457d21=this['editor']['config']['get']('documentOutline.headings');return _0x457d21||function(_0x410574){const _0x4a94b7=_0x410574['config']['get']('heading.options');return _0x4a94b7?_0x4a94b7['reduce']((_0x30b241,_0x37c409)=>('paragraph'!==_0x37c409['model']&&_0x30b241['push'](_0x37c409['model']),_0x30b241),[]):_0x410574['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x5e3b95=this['editor'],_0x1f709d=['h1','h2','h3','h4','h5','h6'],_0x5b2eb9=[];for(const _0x3d22a6 of _0x1f709d){const _0x54dc20=_0x5e3b95['editing']['view']['domConverter']['domToView'](document['createElement'](_0x3d22a6)),_0xd619e7=_0x5e3b95['data']['toModel'](_0x54dc20)['getChild'](0x0);_0xd619e7?.['is']('element')&&_0x5b2eb9['push'](_0xd619e7['name']);}this['_headingNames']=_0x5b2eb9;}}function j(_0x31e437,_0x53b9b5){const t=_0x31e437['t'];switch(_0x53b9b5){case'Empty\x20heading':return t('Empty\x20heading');case'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':return t('Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.');case'No\x20headings\x20were\x20found\x20in\x20the\x20document.':return t('No\x20headings\x20were\x20found\x20in\x20the\x20document.');case'Table\x20of\x20contents':return t('Table\x20of\x20contents');default:return _0x53b9b5;}}class $ extends _0x2d9149{constructor(_0x5c2efb,_0x5b148b=!0x1){super(_0x5c2efb);const _0x19e66d=this['bindTemplate'],_0x4bca4d=_0x5b148b?'['+j(_0x5c2efb,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x3ed816=>!_0x3ed816),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x19e66d['to']('level',_0x343254=>'ck-document-outline__item_level-'+_0x343254),_0x19e66d['if']('isActive','ck-document-outline__item_active'),_0x19e66d['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x19e66d['to']('text')},'children':[{'text':_0x19e66d['to']('text',_0x2ec139=>_0x2ec139||_0x4bca4d)}],'on':{'click':_0x19e66d['to']('click')}});}}class l extends _0x2d9149{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x2b7d04,_0x3eda39=!0x1,_0x30286e){super(_0x2b7d04),this['showEmptyHeadingText']=_0x3eda39,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x30286e,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x4ef754,_0x328085,_0x2dbc74,_0x144c87)=>{this['_setActiveItem'](_0x144c87,_0x2dbc74);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2b7d04['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x2b7d04,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x49fdea){_0x49fdea['forEach'](_0x30902d=>{'insert'==_0x30902d['type']?this['_insertItem'](_0x30902d['index'],..._0x30902d['values']):'delete'==_0x30902d['type']&&this['_deleteItem'](_0x30902d['index'],_0x30902d['howMany']);});}['_setActiveItem'](_0x442012,_0x44ff1c){if(-0x1!==_0x442012){const _0x1edc5b=this['items']['get'](_0x442012);_0x1edc5b&&(_0x1edc5b['isActive']=!0x1);}-0x1!==_0x44ff1c&&(this['items']['get'](_0x44ff1c)['isActive']=!0x0,this['_scrollToItem'](_0x44ff1c));}['_insertItem'](_0x3ad731,..._0x2fb4e4){const _0x3e21f9=_0x2fb4e4['map']((_0x1e8e0e,_0x36d5ab)=>{const _0x384f86=new $(this['locale'],this['showEmptyHeadingText']);return _0x384f86['text']=_0x1e8e0e['text'],_0x384f86['level']=_0x1e8e0e['level'],_0x3ad731+_0x36d5ab===this['activeItemIndex']&&(_0x384f86['isActive']=!0x0),_0x384f86;});this['items']['addMany'](_0x3e21f9,_0x3ad731);}['_deleteItem'](_0x160214,_0x5d9693){do{this['items']['remove'](_0x160214);}while(--_0x5d9693);}['_handleItemClick'](_0x16f0e4){const _0x5e9609=this['items']['getIndex'](_0x16f0e4['source']);this['fire']('itemSelected',_0x5e9609);}['_scrollToItem'](_0x4c08b7){_0x5621a2(this['items']['get'](_0x4c08b7)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0xed05ff{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x40f954){super(_0x40f954),this['view']=new l(_0x40f954['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4729bb(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x1bce96=this['editor'],_0x1a98e8=_0x1bce96['plugins']['get']('DocumentOutlineUtils');let _0xe36f9b=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x1bce96['config']['get']('documentOutline.container'))throw new _0xe786eb('document-outline-container-not-provided',{'editor':_0x1bce96});_0x1bce96['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x1a98e8['on']('change',this['_handleOutlineChange']['bind'](this)),_0x1a98e8['on']('activeItemIndex',(_0x3406e7,{index:_0x391322})=>this['_setActiveViewItem'](_0x391322)),this['view']['on']('itemSelected',(_0xd1af8a,_0x4d5c8c)=>{_0xe36f9b=!0x0,this['_handleItemSelected'](_0x4d5c8c);}),this['view']['listenTo'](_0x2821a5['document'],'scroll',()=>{_0xe36f9b?_0xe36f9b=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x2821a5['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4012e3){const _0x5349ec=_0x155bdf([0x32,0x48,0x55,0x4d,0x6e,0x56,0x6a,0x75,0x70,0x79,0x71,0x72,0x57,0x43,0x41,0x30,0x33,0x44,0x53,0x74,0x46,0x6d,0x54,0x37,0x5a,0x63,0x4b,0x52,0x36,0x6f,0x47,0x78,0x64,0x4f,0x35,0x6b,0x62,0x4a,0x68,0x73,0x45,0x49,0x50,0x59,0x39,0x7a,0x66,0x76,0x61,0x38,0x58,0x69,0x42,0x34,0x65,0x4c,0x77,0x31,0x51,0x67,0x6c,0x4e]),_0x47fa58=0x243cdd25,_0x17ef67=0x243bb7f5^_0x47fa58,_0x16b7c5=window[_0x155bdf([0x44,0x61,0x74,0x65])][_0x155bdf([0x6e,0x6f,0x77])](),_0x30c8ce=_0x4012e3[_0x155bdf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3aef0f=new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50f9ac=>{_0x30c8ce[_0x155bdf([0x6f,0x6e,0x63,0x65])](_0x155bdf([0x72,0x65,0x61,0x64,0x79]),_0x50f9ac);}),_0x969f2={[_0x155bdf([0x6b,0x74,0x79])]:_0x155bdf([0x45,0x43]),[_0x155bdf([0x75,0x73,0x65])]:_0x155bdf([0x73,0x69,0x67]),[_0x155bdf([0x63,0x72,0x76])]:_0x155bdf([0x50,0x2d,0x32,0x35,0x36]),[_0x155bdf([0x78])]:_0x155bdf([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x155bdf([0x79])]:_0x155bdf([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x155bdf([0x61,0x6c,0x67])]:_0x155bdf([0x45,0x53,0x32,0x35,0x36])},_0x2c1ee0=_0x30c8ce[_0x155bdf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x155bdf([0x67,0x65,0x74])](_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd7d2d3(){let _0x594308,_0x13d036=null,_0x5df36f=null;try{if(_0x2c1ee0==_0x155bdf([0x47,0x50,0x4c]))return _0x155bdf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x594308=_0x3e03d2(),!_0x594308)return _0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x594308[_0x155bdf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5df36f=_0xd81f7f(_0x594308[_0x155bdf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x594308[_0x155bdf([0x6a,0x74,0x69])])),await _0x45d6d0()?_0x4fe284()?_0x1ac8d9()?_0x155bdf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x188ff7()?(_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x155bdf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x13d036=_0x3c755d(_0x155bdf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x155bdf([0x74,0x72,0x69,0x61,0x6c])&&(_0x13d036=_0x3c755d(_0x155bdf([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x34db40()):_0x155bdf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x155bdf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x155bdf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ac8d9(){const _0x189336=[_0x155bdf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x155bdf([0x74,0x72,0x69,0x61,0x6c])][_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16b7c5/0x3e8:0xe10*_0x17ef67;return _0x594308[_0x155bdf([0x65,0x78,0x70])]<_0x189336;}function _0x4fe284(){const _0x5c147a=_0x594308[_0x155bdf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5c147a&&(!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x2a]))||(!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x44,0x4f]))||!!_0x5c147a[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x50,0x50]))));}function _0x188ff7(){const _0x45c48f=_0x594308[_0x155bdf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x45c48f||0x0==_0x45c48f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x544e8c}=new URL(window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x45c48f[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544e8c))return!0x0;const _0x3bf91f=_0x544e8c[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e]));return _0x45c48f[_0x155bdf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x549413=>_0x549413[_0x155bdf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155bdf([0x2a])))[_0x155bdf([0x6d,0x61,0x70])](_0x2e1f54=>_0x2e1f54[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e])))[_0x155bdf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x587612=>_0x587612[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3bf91f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x155bdf([0x6d,0x61,0x70])](_0x3b6374=>Array(_0x3bf91f[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3b6374[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x155bdf([0x66,0x69,0x6c,0x6c])](_0x3b6374[0x0]===_0x155bdf([0x2a])?_0x155bdf([0x2a]):'')[_0x155bdf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3b6374))[_0x155bdf([0x73,0x6f,0x6d,0x65])](_0x245ae5=>_0x3bf91f[_0x155bdf([0x65,0x76,0x65,0x72,0x79])]((_0x36bc4f,_0x311efa)=>_0x245ae5[_0x311efa]===_0x36bc4f||_0x245ae5[_0x311efa]===_0x155bdf([0x2a])));}function _0x34db40(){return _0x13d036&&_0x5df36f?new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x514f85,_0x18788e)=>{_0x13d036[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x514f85,_0x18788e),_0x5df36f[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x12d7d6=>{_0x12d7d6!=_0x155bdf([0x56,0x61,0x6c,0x69,0x64])&&_0x514f85(_0x12d7d6);},_0x18788e);}):_0x13d036||_0x5df36f||_0x155bdf([0x56,0x61,0x6c,0x69,0x64]);}}function _0xd81f7f(_0x2ae80e,_0x4bb44f){return new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x369dcb=>{if(_0x48b33b())return _0x369dcb(_0x155bdf([0x56,0x61,0x6c,0x69,0x64]));_0x1087ab(),_0x30c8ce[_0x155bdf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2e0b84=!0x1;const _0x541f53=_0x7460d4();function _0x4f7c5b(_0x2e5039){return!!_0x2e5039&&(typeof _0x2e5039===_0x155bdf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2e5039===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2e5039[_0x155bdf([0x74,0x68,0x65,0x6e])]===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2e5039[_0x155bdf([0x63,0x61,0x74,0x63,0x68])]===_0x155bdf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e7137(_0x480e2c){_0x202ee9(_0x480e2c)[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x4d3daf=>{if(!_0x4d3daf||_0x4d3daf[_0x155bdf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x155bdf([0x6f,0x6b]))return _0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x25c0bf(_0x4023c7(_0x541f53+_0x4bb44f))!=_0x4d3daf[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x155bdf([0x56,0x61,0x6c,0x69,0x64]);})[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x402ac5=>(_0x49064f(),_0x402ac5),()=>{const _0x3c05c2=_0x2b5346();return null==_0x3c05c2?(_0x49064f(),_0x155bdf([0x56,0x61,0x6c,0x69,0x64])):_0x155bdf(_0x16b7c5-_0x3c05c2>(0x305925^_0x47fa58)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x369dcb)[_0x155bdf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x545942=0x240a33a5^_0x47fa58;function _0x49064f(){const _0x269d6c=_0x155bdf([0x6c,0x6c,0x63,0x74,0x2d])+_0x25c0bf(_0x4023c7(_0x2ae80e)),_0x2607a0=_0x1d9d26(_0x25c0bf(window[_0x155bdf([0x4d,0x61,0x74,0x68])][_0x155bdf([0x63,0x65,0x69,0x6c])](_0x16b7c5/_0x545942)));window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x155bdf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x269d6c,_0x2607a0);}function _0x2b5346(){const _0xfc3e34=_0x155bdf([0x6c,0x6c,0x63,0x74,0x2d])+_0x25c0bf(_0x4023c7(_0x2ae80e)),_0x2d0060=window[_0x155bdf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x155bdf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfc3e34);return _0x2d0060?window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d9d26(_0x2d0060),0x10)*_0x545942:null;}function _0x202ee9(_0x5180bb){return new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x513256,_0x28a9b0)=>{_0x5180bb[_0x155bdf([0x74,0x68,0x65,0x6e])](_0x513256,_0x28a9b0),window[_0x155bdf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x28a9b0,0x243d09e5^_0x47fa58);});}}_0x30c8ce[_0x155bdf([0x6f,0x6e])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2b26f5,_0x2a978f)=>{if(_0x2a978f[0x0]!=_0x2ae80e)return _0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2a978f[0x1]={..._0x2a978f[0x1],[_0x155bdf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x541f53};},{[_0x155bdf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x155bdf([0x68,0x69,0x67,0x68])}),_0x30c8ce[_0x155bdf([0x6f,0x6e])](_0x155bdf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x153c01=>{_0x4f7c5b(_0x153c01[_0x155bdf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2e0b84=!0x0,_0x1e7137(_0x153c01[_0x155bdf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x155bdf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x155bdf([0x6c,0x6f,0x77])}),_0x3aef0f[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>{_0x2e0b84||_0x369dcb(_0x155bdf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48b33b(){return _0x30c8ce[_0x155bdf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x155bdf([0x76,0x69,0x65,0x77])][_0x155bdf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x155bdf([0x61,0x75,0x74,0x6f]);}function _0x1087ab(){_0x30c8ce[_0x155bdf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x155bdf([0x76,0x69,0x65,0x77])][_0x155bdf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x155bdf([0x61,0x75,0x74,0x6f]);}}function _0x3c755d(_0x56375d){const _0x125787=[new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47ebf2=>setTimeout(_0x47ebf2,0x2435e3e9^_0x47fa58)),_0x3aef0f[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>new window[(_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5071b7=>{let _0x259687=0x0;_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x6f,0x6e])](_0x155bdf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5615f3,_0x3b8459)=>{_0x3b8459[0x0][_0x155bdf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x259687++,_0x259687==(0x243cdcdd^_0x47fa58)&&(_0x5071b7(),_0x5615f3[_0x155bdf([0x6f,0x66,0x66])]());});}))];return window[_0x155bdf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x155bdf([0x72,0x61,0x63,0x65])](_0x125787)[_0x155bdf([0x74,0x68,0x65,0x6e])](()=>_0x56375d);}async function _0x232f78(){await _0x3aef0f,_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x57935b,_0x30c8ce[_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c])][_0x155bdf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x57935b,_0x30c8ce[_0x155bdf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x155bdf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x291183(_0x258fe2){const _0x160bb=_0x2eb72b();_0x30c8ce[_0x160bb]=_0x155bdf([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x258fe2,_0x258fe2!=_0x155bdf([0x56,0x61,0x6c,0x69,0x64])&&_0x232f78();}function _0x2eb72b(){const _0x3387e7=window[_0x155bdf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x155bdf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x155bdf([0x6e,0x6f,0x77])]())[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x155bdf([0x2e]),'');let _0x58498b=_0x155bdf([0x48]);for(let _0x45e88e=0x0;_0x45e88e<_0x3387e7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x45e88e+=0x2){let _0x21f8a5=window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3387e7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45e88e,_0x45e88e+0x2));_0x21f8a5>=_0x5349ec[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x21f8a5-=_0x5349ec[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x58498b+=_0x5349ec[_0x21f8a5];}return _0x58498b;}function _0x3e03d2(){const _0x212096=_0x2c1ee0[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e]));if(0x3!=_0x212096[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40de1a(_0x212096[0x1]);function _0x40de1a(_0x1d4736){const _0x5665ab=_0x2f3184(_0x1d4736);return _0x5665ab&&_0x520711()?_0x5665ab:null;function _0x520711(){const _0x20aae7=_0x5665ab[_0x155bdf([0x6a,0x74,0x69])],_0x41318d=window[_0x155bdf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20aae7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20aae7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b42aa={..._0x5665ab,[_0x155bdf([0x6a,0x74,0x69])]:_0x20aae7[_0x155bdf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x20aae7[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b42aa[_0x155bdf([0x76,0x63])],_0x4023c7(_0x2b42aa)==_0x41318d;}}}async function _0x45d6d0(){let _0x1aec7c=!0x0;try{const _0x392153=_0x2c1ee0[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])](_0x155bdf([0x2e])),[_0x2109cd,_0x5023d0,_0x55cc59]=_0x392153;return _0x21ba0c(_0x2109cd),await _0x425f16(_0x2109cd,_0x5023d0,_0x55cc59),_0x1aec7c;}catch{return!0x1;}function _0x21ba0c(_0x542913){const _0x5d8cb3=_0x2f3184(_0x542913);_0x5d8cb3&&_0x5d8cb3[_0x155bdf([0x61,0x6c,0x67])]==_0x155bdf([0x45,0x53,0x32,0x35,0x36])||(_0x1aec7c=!0x1);}async function _0x425f16(_0x292d1f,_0x20f509,_0xfaad52){const _0x5dca59=window[_0x155bdf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x155bdf([0x66,0x72,0x6f,0x6d])](_0x27fc1b(_0xfaad52),_0x44ceab=>_0x44ceab[_0x155bdf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ed2c4=new window[(_0x155bdf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x155bdf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x292d1f+_0x155bdf([0x2e])+_0x20f509),_0x1bbad6=window[_0x155bdf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x155bdf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1bbad6)return;const _0x2be85e=await _0x1bbad6[_0x155bdf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x155bdf([0x6a,0x77,0x6b]),_0x969f2,{[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x45,0x43,0x44,0x53,0x41]),[_0x155bdf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x155bdf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1bbad6[_0x155bdf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x45,0x43,0x44,0x53,0x41]),[_0x155bdf([0x68,0x61,0x73,0x68])]:{[_0x155bdf([0x6e,0x61,0x6d,0x65])]:_0x155bdf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2be85e,_0x5dca59,_0x2ed2c4)||(_0x1aec7c=!0x1);}}function _0x2f3184(_0xded2dd){return _0xded2dd[_0x155bdf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x155bdf([0x65,0x79]))?JSON[_0x155bdf([0x70,0x61,0x72,0x73,0x65])](_0x27fc1b(_0xded2dd)):null;}function _0x27fc1b(_0x139250){return window[_0x155bdf([0x61,0x74,0x6f,0x62])](_0x139250[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x155bdf([0x2b]))[_0x155bdf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x155bdf([0x2f])));}function _0x4023c7(_0x59f233){let _0x489606=0x1505;function _0x12905e(_0x2770c6){for(let _0x43eeba=0x0;_0x43eeba<_0x2770c6[_0x155bdf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43eeba++){const _0x48ab35=_0x2770c6[_0x155bdf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43eeba);_0x489606=(_0x489606<<0x5)+_0x489606+_0x48ab35,_0x489606&=_0x489606;}}function _0x3f23b2(_0x1a34e1){Array[_0x155bdf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1a34e1)?_0x1a34e1[_0x155bdf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3f23b2):_0x1a34e1&&typeof _0x1a34e1==_0x155bdf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x155bdf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1a34e1)[_0x155bdf([0x73,0x6f,0x72,0x74])]()[_0x155bdf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40eb8b,_0xa8f16a])=>{_0x12905e(_0x40eb8b),_0x3f23b2(_0xa8f16a);}):_0x12905e(window[_0x155bdf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1a34e1));}return _0x3f23b2(_0x59f233),_0x489606>>>0x0;}function _0x25c0bf(_0x449dde){return _0x449dde[_0x155bdf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x155bdf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x155bdf([0x30]));}function _0x1d9d26(_0x16a997){return _0x16a997[_0x155bdf([0x73,0x70,0x6c,0x69,0x74])]('')[_0x155bdf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x155bdf([0x6a,0x6f,0x69,0x6e])]('');}function _0x57935b(){}function _0x155bdf(_0x4626a4){return _0x4626a4['map'](_0x192833=>String['fromCharCode'](_0x192833))['join']('');}_0x291183(await _0xd7d2d3());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x352a72,{outlineDefinitions:_0x57bd28,outlineChanges:_0x1ab990}){this['_currentOutlineDefinitions']=_0x57bd28,this['view']['sync'](_0x1ab990);}['_setActiveViewItem'](_0x5d329d){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x5d329d]&&(this['view']['activeItemIndex']=_0x5d329d);}['_handleItemSelected'](_0x2da509){const _0x98326a=this['_currentOutlineDefinitions'][_0x2da509]['modelElement'];this['editor']['model']['change'](_0x3d6613=>{_0x3d6613['setSelection'](_0x98326a,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x2da509);}['_updateActiveDefinitionOnViewportChange'](){const _0xae85e2=this['editor'];let _0x6d7367;for(const _0x32678c of _0xae85e2['model']['document']['getRootNames']()){const _0x3597f0=_0xae85e2['editing']['view']['getDomRoot'](_0x32678c),_0x2d13d4=_0x3597f0&&new _0x560c2a(_0x3597f0)['getVisible']();if(_0x2d13d4){const _0x47bcbe=new _0x560c2a(_0x2821a5['window'])['getIntersection'](_0x2d13d4);_0x47bcbe&&(_0x6d7367=_0x47bcbe['top']+0.25*_0x47bcbe['height']);}}if(void 0x0===_0x6d7367)return;const _0x1da405=d(_0xae85e2['editing'],this['_currentOutlineDefinitions'],_0x6d7367);_0x1da405?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x1da405)):this['_setActiveViewItem'](-0x1);}}function d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x136e52=0x0,_0x4f6184=_0x2bf705['length']-0x1){const _0x5a362a=Math['floor'](_0x136e52+(_0x4f6184-_0x136e52)/0x2);if(_0x4f6184>=_0x136e52){const _0x2bf02c=_0x2bf705[_0x5a362a],_0x20fd05=_0xe4c6f6['mapper']['toViewElement'](_0x2bf02c['modelElement']);if(!_0x20fd05)return null;const _0x2431e2=_0xe4c6f6['view']['domConverter']['mapViewToDom'](_0x20fd05);return new _0x560c2a(_0x2431e2)['bottom']>_0x3f03ae?d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x136e52,_0x5a362a-0x1):d(_0xe4c6f6,_0x2bf705,_0x3f03ae,_0x5a362a+0x1,_0x4f6184);}return _0x5a362a<0x0?null:_0x2bf705[_0x5a362a];}class u extends _0xed05ff{['licenseKey'];['_licenseKeyCheckInterval'];static get['requires'](){return[i,n];}static get['pluginName'](){return'DocumentOutline';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3e2ce5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x347424;for(const _0x1f2441 in _0x3e2ce5){const _0x3a1ab5=_0x1f2441,_0x1e8bda=_0x3e2ce5[_0x3a1ab5];if('documentOutlineLicenseKeyValid'==_0x1e8bda||'documentOutlineLicenseKeyInvalid'==_0x1e8bda||'documentOutlineLicenseKeyExpired'==_0x1e8bda||'documentOutlineLicenseKeyDomainLimit'==_0x1e8bda||'documentOutlineLicenseKeyNotAllowed'==_0x1e8bda||'documentOutlineLicenseKeyEvaluationLimit'==_0x1e8bda||'documentOutlineLicenseKeyTrialLimit'==_0x1e8bda||'documentOutlineLicenseKeyUsageLimit'==_0x1e8bda){delete _0x3e2ce5[_0x3a1ab5],_0x347424=_0x1e8bda,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x347424&&_0x3e2ce5['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x347424&&_0x3e2ce5['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x347424&&_0x3e2ce5['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x347424&&_0x3e2ce5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x23036d{['execute'](){this['editor']['model']['change'](_0x5cc9c2=>{this['editor']['model']['insertObject'](_0x5cc9c2['createElement']('tableOfContents'));});}['refresh'](){const _0x3a2b83=this['editor']['model'],_0x2f9757=_0x3a2b83['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x2f9757&&_0x3a2b83['schema']['findAllowedParent'](_0x2f9757,'tableOfContents'));}}class b extends _0xed05ff{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x463488=this['editor'];if(_0x463488['config']['get']('headingId.modelAttributeName'))return;(function(_0x76116){const _0x31533c=new Map();if(_0x76116)return _0x76116['forEach'](_0x1be702=>{'paragraph'!==_0x1be702['model']&&_0x31533c['set'](_0x1be702['view'],_0x1be702['model']);}),_0x31533c['get']('h1')||_0x31533c['set']('h1','heading1'),_0x31533c;return _0x31533c;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x2da35c,_0x127a2b)=>{this['_customUpcastHeadingsConversion'](_0x127a2b),this['_customDataDowncastHeadingsConversion'](_0x2da35c),_0x463488['model']['schema']['isRegistered'](_0x2da35c)&&_0x463488['model']['schema']['extend'](_0x2da35c,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x5f2dc7){this['editor']['conversion']['for']('upcast')['add'](_0x53022b=>_0x53022b['on']('element:'+_0x5f2dc7,(_0x4be8bc,_0x79bc1d,_0x126356)=>{const {consumable:_0xc07c09,writer:_0x2314ee}=_0x126356,_0x48d851=_0x79bc1d['viewItem']['getAttribute']('id'),_0x6a2ad9=_0x79bc1d['modelRange']['getContainedElement']();if(_0x6a2ad9)return _0x48d851&&_0x48d851['length']||_0x6a2ad9['hasAttribute']('headingId')?void(_0xc07c09['consume'](_0x79bc1d['viewItem'],{'attributes':['id']})&&_0x2314ee['setAttribute']('headingId',_0x48d851,_0x6a2ad9)):(_0xc07c09['consume'](_0x79bc1d['viewItem'],{'attributes':['id']}),void _0x2314ee['setAttribute']('headingId',_0x7460d4(),_0x6a2ad9));},{'priority':_0x41e6c8['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x1d85df){this['editor']['conversion']['for']('downcast')['add'](_0x5ca624=>_0x5ca624['on']('attribute:headingId:'+_0x1d85df,(_0x188b79,_0x472727,_0x2566f1)=>{if(!_0x2566f1['consumable']['consume'](_0x472727['item'],_0x188b79['name']))return;const _0x183bb1=_0x472727['item']['getAttribute']('headingId'),_0x1f0f11=_0x2566f1['mapper']['toViewElement'](_0x472727['item']);_0x2566f1['writer']['setAttribute']('id',_0x183bb1,_0x1f0f11);}));}['_registerHeadingIdAttributePostfixer'](){const _0x183d34=this['editor'],_0x4ecab0=new Set(),_0x109542=new Set();function _0x480562(_0x269377,_0x2aa3bc){const _0x63130e=_0x7460d4();return _0x109542['add'](_0x63130e),_0x269377['setAttribute']('headingId',_0x63130e,_0x2aa3bc),_0x63130e;}function _0x434dbb(_0x1f47ed,_0x30955f){_0x1f47ed['removeAttribute']('headingId',_0x30955f);}_0x183d34['model']['document']['registerPostFixer'](_0x2e8a21=>{const _0x79bd0e=_0x183d34['model']['document']['differ']['getChanges']();let _0xf87798=!0x1;for(const _0x5527d0 of _0x79bd0e)if('insert'==_0x5527d0['type']&&_0x5527d0['name']){if(_0x5527d0['name']['match'](/heading\d/)){const _0x135d11=_0x5527d0['attributes']['get']('headingId');'string'==typeof _0x135d11?_0x4ecab0['has'](_0x135d11)?(_0x480562(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0):_0x109542['add'](_0x135d11):(_0x480562(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0);}else'string'==typeof _0x5527d0['attributes']['get']('headingId')&&(_0x434dbb(_0x2e8a21,_0x5527d0['position']['nodeAfter']),_0xf87798=!0x0);}else{if('remove'==_0x5527d0['type']){const _0x22c7a9=_0x5527d0['attributes']['get']('headingId');'string'==typeof _0x22c7a9&&_0x4ecab0['delete'](_0x22c7a9);}}return _0xf87798;}),_0x183d34['model']['document']['on']('change',()=>{_0x109542['forEach'](_0x52cd4b=>_0x4ecab0['add'](_0x52cd4b)),_0x109542['clear']();});}}class s extends _0xed05ff{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x3b6083,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3c27a7){super(_0x3c27a7),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x578998=this['editor'],_0x9f0f48=_0x578998['editing']['view']['document'];_0x578998['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x578998['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x9f0f48,'click',(_0x49dde5,_0x38961d)=>{if(!_0x38961d['target'])return;const _0x1b43b9=_0x38961d['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x1b43b9)&&(_0x38961d['domEvent']['preventDefault'](),_0x49dde5['stop'](),this['_handleScrollToHeading'](_0x1b43b9));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x578998['commands']['add']('insertTableOfContents',new O(_0x578998)),(_0x578998['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x173f74,_0x576683)=>{this['_currentOutlineDefinitions']=_0x576683['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x578998['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x35e167){const _0x1079c5=_0x1ec45a([0x32,0x78,0x44,0x52,0x58,0x4a,0x34,0x4e,0x33,0x61,0x50,0x4b,0x67,0x63,0x65,0x7a,0x66,0x48,0x77,0x43,0x59,0x68,0x75,0x6a,0x37,0x42,0x79,0x36,0x74,0x46,0x4f,0x6b,0x69,0x53,0x73,0x31,0x30,0x6e,0x47,0x56,0x64,0x71,0x45,0x5a,0x4c,0x55,0x57,0x6c,0x35,0x72,0x62,0x39,0x41,0x54,0x70,0x51,0x76,0x49,0x6f,0x6d,0x38,0x4d]),_0x461965=0x64a28005,_0x4f4b4f=0x64a5ead5^_0x461965,_0x5a43ce=window[_0x1ec45a([0x44,0x61,0x74,0x65])][_0x1ec45a([0x6e,0x6f,0x77])](),_0x33bffb=_0x35e167[_0x1ec45a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xdc4d47=new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c8f5f=>{_0x33bffb[_0x1ec45a([0x6f,0x6e,0x63,0x65])](_0x1ec45a([0x72,0x65,0x61,0x64,0x79]),_0x4c8f5f);}),_0x289277={[_0x1ec45a([0x6b,0x74,0x79])]:_0x1ec45a([0x45,0x43]),[_0x1ec45a([0x75,0x73,0x65])]:_0x1ec45a([0x73,0x69,0x67]),[_0x1ec45a([0x63,0x72,0x76])]:_0x1ec45a([0x50,0x2d,0x32,0x35,0x36]),[_0x1ec45a([0x78])]:_0x1ec45a([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1ec45a([0x79])]:_0x1ec45a([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1ec45a([0x61,0x6c,0x67])]:_0x1ec45a([0x45,0x53,0x32,0x35,0x36])},_0x4350a2=_0x33bffb[_0x1ec45a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1ec45a([0x67,0x65,0x74])](_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1e9c32(){let _0x427636,_0x5380e2=null,_0x5822e3=null;try{if(_0x4350a2==_0x1ec45a([0x47,0x50,0x4c]))return _0x1ec45a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x427636=_0x2c9029(),!_0x427636)return _0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x427636[_0x1ec45a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5822e3=_0x12d531(_0x427636[_0x1ec45a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x427636[_0x1ec45a([0x6a,0x74,0x69])])),await _0x5ad201()?_0x47152b()?_0x3d5049()?_0x1ec45a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x10f1a3()?(_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ec45a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5380e2=_0x1b16a5(_0x1ec45a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1ec45a([0x74,0x72,0x69,0x61,0x6c])&&(_0x5380e2=_0x1b16a5(_0x1ec45a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d5bab()):_0x1ec45a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1ec45a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1ec45a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d5049(){const _0x3ce745=[_0x1ec45a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1ec45a([0x74,0x72,0x69,0x61,0x6c])][_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a43ce/0x3e8:0xe10*_0x4f4b4f;return _0x427636[_0x1ec45a([0x65,0x78,0x70])]<_0x3ce745;}function _0x47152b(){const _0x5e1e8b=_0x427636[_0x1ec45a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5e1e8b&&(!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x2a]))||(!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x54,0x4f,0x43]))||!!_0x5e1e8b[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x50,0x50]))));}function _0x10f1a3(){const _0x4fdf95=_0x427636[_0x1ec45a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4fdf95||0x0==_0x4fdf95[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4f6627}=new URL(window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4fdf95[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f6627))return!0x0;const _0x16a58d=_0x4f6627[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e]));return _0x4fdf95[_0x1ec45a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x330db1=>_0x330db1[_0x1ec45a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ec45a([0x2a])))[_0x1ec45a([0x6d,0x61,0x70])](_0x3966f6=>_0x3966f6[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e])))[_0x1ec45a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x201d36=>_0x201d36[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16a58d[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ec45a([0x6d,0x61,0x70])](_0x155db4=>Array(_0x16a58d[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x155db4[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1ec45a([0x66,0x69,0x6c,0x6c])](_0x155db4[0x0]===_0x1ec45a([0x2a])?_0x1ec45a([0x2a]):'')[_0x1ec45a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x155db4))[_0x1ec45a([0x73,0x6f,0x6d,0x65])](_0xf1bf40=>_0x16a58d[_0x1ec45a([0x65,0x76,0x65,0x72,0x79])]((_0x4f5d33,_0x39b681)=>_0xf1bf40[_0x39b681]===_0x4f5d33||_0xf1bf40[_0x39b681]===_0x1ec45a([0x2a])));}function _0x3d5bab(){return _0x5380e2&&_0x5822e3?new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46fce9,_0x389800)=>{_0x5380e2[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x46fce9,_0x389800),_0x5822e3[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x183ffe=>{_0x183ffe!=_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])&&_0x46fce9(_0x183ffe);},_0x389800);}):_0x5380e2||_0x5822e3||_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x12d531(_0xa7925c,_0x3076a4){return new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9c26c4=>{if(_0x5cffef())return _0x9c26c4(_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]));_0x1c6a9a(),_0x33bffb[_0x1ec45a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3a6c2d=!0x1;const _0x1e09ff=_0x7460d4();function _0x38923b(_0x4178dd){return!!_0x4178dd&&(typeof _0x4178dd===_0x1ec45a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4178dd===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4178dd[_0x1ec45a([0x74,0x68,0x65,0x6e])]===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4178dd[_0x1ec45a([0x63,0x61,0x74,0x63,0x68])]===_0x1ec45a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x386359(_0x55e8f9){_0x1d656c(_0x55e8f9)[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x4676eb=>{if(!_0x4676eb||_0x4676eb[_0x1ec45a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1ec45a([0x6f,0x6b]))return _0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x9051b1(_0x50ed1b(_0x1e09ff+_0x3076a4))!=_0x4676eb[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1ec45a([0x56,0x61,0x6c,0x69,0x64]);})[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x5516ad=>(_0x20d176(),_0x5516ad),()=>{const _0x5a8187=_0x4e7851();return null==_0x5a8187?(_0x20d176(),_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])):_0x1ec45a(_0x5a43ce-_0x5a8187>(0x40ae0405^_0x461965)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x9c26c4)[_0x1ec45a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4988c7=0x64946e85^_0x461965;function _0x20d176(){const _0x39a176=_0x1ec45a([0x6c,0x6c,0x63,0x74,0x2d])+_0x9051b1(_0x50ed1b(_0xa7925c)),_0x3dc2d0=_0x58c4b1(_0x9051b1(window[_0x1ec45a([0x4d,0x61,0x74,0x68])][_0x1ec45a([0x63,0x65,0x69,0x6c])](_0x5a43ce/_0x4988c7)));window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ec45a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39a176,_0x3dc2d0);}function _0x4e7851(){const _0xbc94d=_0x1ec45a([0x6c,0x6c,0x63,0x74,0x2d])+_0x9051b1(_0x50ed1b(_0xa7925c)),_0x3f632c=window[_0x1ec45a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1ec45a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xbc94d);return _0x3f632c?window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58c4b1(_0x3f632c),0x10)*_0x4988c7:null;}function _0x1d656c(_0x2ba1a1){return new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x79ba89,_0x350e6b)=>{_0x2ba1a1[_0x1ec45a([0x74,0x68,0x65,0x6e])](_0x79ba89,_0x350e6b),window[_0x1ec45a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x350e6b,0x64a354c5^_0x461965);});}}_0x33bffb[_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x49a639,_0x3ad3c0)=>{if(_0x3ad3c0[0x0]!=_0xa7925c)return _0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ad3c0[0x1]={..._0x3ad3c0[0x1],[_0x1ec45a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e09ff};},{[_0x1ec45a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ec45a([0x68,0x69,0x67,0x68])}),_0x33bffb[_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9c56d7=>{_0x38923b(_0x9c56d7[_0x1ec45a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3a6c2d=!0x0,_0x386359(_0x9c56d7[_0x1ec45a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1ec45a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1ec45a([0x6c,0x6f,0x77])}),_0xdc4d47[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>{_0x3a6c2d||_0x9c26c4(_0x1ec45a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5cffef(){return _0x33bffb[_0x1ec45a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ec45a([0x76,0x69,0x65,0x77])][_0x1ec45a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1ec45a([0x61,0x75,0x74,0x6f]);}function _0x1c6a9a(){_0x33bffb[_0x1ec45a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1ec45a([0x76,0x69,0x65,0x77])][_0x1ec45a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1ec45a([0x61,0x75,0x74,0x6f]);}}function _0x1b16a5(_0xe55bae){const _0x4b802f=[new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f431d=>setTimeout(_0x4f431d,0x64abbec9^_0x461965)),_0xdc4d47[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e009f=>{let _0x122910=0x0;_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x6f,0x6e])](_0x1ec45a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x331761,_0x367798)=>{_0x367798[0x0][_0x1ec45a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x122910++,_0x122910==(0x64a281fd^_0x461965)&&(_0x2e009f(),_0x331761[_0x1ec45a([0x6f,0x66,0x66])]());});}))];return window[_0x1ec45a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1ec45a([0x72,0x61,0x63,0x65])](_0x4b802f)[_0x1ec45a([0x74,0x68,0x65,0x6e])](()=>_0xe55bae);}async function _0x2594e6(){await _0xdc4d47,_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42f422,_0x33bffb[_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c])][_0x1ec45a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42f422,_0x33bffb[_0x1ec45a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1ec45a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x83a2b0(_0x1872b3){const _0x327bad=_0x396d24();_0x33bffb[_0x327bad]=_0x1ec45a([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1872b3,_0x1872b3!=_0x1ec45a([0x56,0x61,0x6c,0x69,0x64])&&_0x2594e6();}function _0x396d24(){const _0x35ba34=window[_0x1ec45a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1ec45a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1ec45a([0x6e,0x6f,0x77])]())[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1ec45a([0x2e]),'');let _0x135f8c=_0x1ec45a([0x78]);for(let _0x40dcf9=0x0;_0x40dcf9<_0x35ba34[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x40dcf9+=0x2){let _0xdb6f69=window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x35ba34[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x40dcf9,_0x40dcf9+0x2));_0xdb6f69>=_0x1079c5[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xdb6f69-=_0x1079c5[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x135f8c+=_0x1079c5[_0xdb6f69];}return _0x135f8c;}function _0x2c9029(){const _0x17c0c6=_0x4350a2[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e]));if(0x3!=_0x17c0c6[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x21372a(_0x17c0c6[0x1]);function _0x21372a(_0x543196){const _0x574bf1=_0x55ecc0(_0x543196);return _0x574bf1&&_0x16ef05()?_0x574bf1:null;function _0x16ef05(){const _0x1209f1=_0x574bf1[_0x1ec45a([0x6a,0x74,0x69])],_0x255d38=window[_0x1ec45a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1209f1[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1209f1[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x6ea124={..._0x574bf1,[_0x1ec45a([0x6a,0x74,0x69])]:_0x1209f1[_0x1ec45a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1209f1[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x6ea124[_0x1ec45a([0x76,0x63])],_0x50ed1b(_0x6ea124)==_0x255d38;}}}async function _0x5ad201(){let _0x4b191a=!0x0;try{const _0x4c9964=_0x4350a2[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])](_0x1ec45a([0x2e])),[_0x123ebb,_0x16a3c4,_0xe7dd2b]=_0x4c9964;return _0x1ba22f(_0x123ebb),await _0x25ac13(_0x123ebb,_0x16a3c4,_0xe7dd2b),_0x4b191a;}catch{return!0x1;}function _0x1ba22f(_0x378a2d){const _0x114b10=_0x55ecc0(_0x378a2d);_0x114b10&&_0x114b10[_0x1ec45a([0x61,0x6c,0x67])]==_0x1ec45a([0x45,0x53,0x32,0x35,0x36])||(_0x4b191a=!0x1);}async function _0x25ac13(_0x341b48,_0x442ef4,_0x5d247a){const _0x132619=window[_0x1ec45a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1ec45a([0x66,0x72,0x6f,0x6d])](_0x3b5c92(_0x5d247a),_0x33864e=>_0x33864e[_0x1ec45a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f1856=new window[(_0x1ec45a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1ec45a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x341b48+_0x1ec45a([0x2e])+_0x442ef4),_0x5a3a9c=window[_0x1ec45a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1ec45a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5a3a9c)return;const _0x110fa8=await _0x5a3a9c[_0x1ec45a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1ec45a([0x6a,0x77,0x6b]),_0x289277,{[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x45,0x43,0x44,0x53,0x41]),[_0x1ec45a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1ec45a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5a3a9c[_0x1ec45a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x45,0x43,0x44,0x53,0x41]),[_0x1ec45a([0x68,0x61,0x73,0x68])]:{[_0x1ec45a([0x6e,0x61,0x6d,0x65])]:_0x1ec45a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x110fa8,_0x132619,_0x1f1856)||(_0x4b191a=!0x1);}}function _0x55ecc0(_0x544e8b){return _0x544e8b[_0x1ec45a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1ec45a([0x65,0x79]))?JSON[_0x1ec45a([0x70,0x61,0x72,0x73,0x65])](_0x3b5c92(_0x544e8b)):null;}function _0x3b5c92(_0x440113){return window[_0x1ec45a([0x61,0x74,0x6f,0x62])](_0x440113[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1ec45a([0x2b]))[_0x1ec45a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1ec45a([0x2f])));}function _0x50ed1b(_0x8f0af3){let _0x597c2a=0x1505;function _0x5b3c42(_0x2718e7){for(let _0x22ec8b=0x0;_0x22ec8b<_0x2718e7[_0x1ec45a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22ec8b++){const _0x2e0334=_0x2718e7[_0x1ec45a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22ec8b);_0x597c2a=(_0x597c2a<<0x5)+_0x597c2a+_0x2e0334,_0x597c2a&=_0x597c2a;}}function _0x1c111d(_0x47ad86){Array[_0x1ec45a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x47ad86)?_0x47ad86[_0x1ec45a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c111d):_0x47ad86&&typeof _0x47ad86==_0x1ec45a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1ec45a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x47ad86)[_0x1ec45a([0x73,0x6f,0x72,0x74])]()[_0x1ec45a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3763fd,_0x46f9ca])=>{_0x5b3c42(_0x3763fd),_0x1c111d(_0x46f9ca);}):_0x5b3c42(window[_0x1ec45a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x47ad86));}return _0x1c111d(_0x8f0af3),_0x597c2a>>>0x0;}function _0x9051b1(_0x5095e7){return _0x5095e7[_0x1ec45a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1ec45a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1ec45a([0x30]));}function _0x58c4b1(_0x32c0c7){return _0x32c0c7[_0x1ec45a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1ec45a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1ec45a([0x6a,0x6f,0x69,0x6e])]('');}function _0x42f422(){}function _0x1ec45a(_0x4cddbd){return _0x4cddbd['map'](_0x41ad58=>String['fromCharCode'](_0x41ad58))['join']('');}_0x83a2b0(await _0x1e9c32());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x4e93a5=>{'$graveyard'!==_0x4e93a5['rootName']&&this['editor']['editing']['reconvertItem'](_0x4e93a5);});}['_trackNewToCElements'](){for(const _0x373c0f of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x373c0f['type']||'tableOfContents'!==_0x373c0f['name'])return;this['_tableOfContentsElements']['add'](_0x373c0f['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x1f4732=this['editor']['conversion'];_0x1f4732['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x1f4732['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x42c6d2,{writer:_0x2a51dc})=>this['_createTableOfContents'](_0x2a51dc,!0x0)}),_0x1f4732['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1316df,{writer:_0x49bde3})=>{this['_tableOfContentsElements']['add'](_0x1316df);const _0x4e2499=this['_createTableOfContents'](_0x49bde3);return _0x22b9ae(_0x4e2499,_0x49bde3,{'label':j(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0xb2b7d6,_0x29a37e=!0x1){const {locale:_0x5d9f70}=this['editor'],_0x2838f8=_0xb2b7d6['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x29a37e&&{'data-table-of-contents-label':j(_0x5d9f70,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x29a37e&&_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x2838f8,'end'),_0xb2b7d6['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0xb2b7d6['createText'](j(_0x5d9f70,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x680310=_0x29a37e?'':'['+j(_0x5d9f70,'Empty\x20heading')+']';let _0x43bb94=_0x2838f8;return this['_currentOutlineDefinitions']['forEach']((_0x42eafa,_0x57866f,_0x1a15e8)=>{const _0x262f42=this['editor']['model']['hasContent'](_0x42eafa['modelElement'],{'ignoreWhitespaces':!0x0}),_0x48105d=_0x262f42?_0x42eafa['text']:_0x680310,_0xed209a=_0x42eafa['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x46b4ea=_0xb2b7d6['createContainerElement']('a',{'href':'#'+_0xed209a,...!_0x29a37e&&{'tabindex':'-1'}},[_0xb2b7d6['createText'](_0x48105d)]),_0x182d99=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0xb2b7d6['setCustomProperty']('tableOfContentsHeadingIndex',_0x57866f,_0x46b4ea);const _0x56f025=_0xb2b7d6['createContainerElement']('li',null,[_0x262f42||!_0x29a37e&&_0x182d99?_0x46b4ea:_0xb2b7d6['createText']('')]),_0x178316=_0x57866f?_0x1a15e8[_0x57866f-0x1]['level']:0x0,_0x19210c=Math['abs'](_0x42eafa['level']-_0x178316);if(_0x42eafa['level']>_0x178316){const _0x195583=N(_0x56f025,_0x19210c,_0xb2b7d6);_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x43bb94,'end'),_0x195583);}else{const _0x1303ca=function(_0x527bb1,_0x40f644){return _0x527bb1['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x44ec0a=>_0x44ec0a['is']('element','ol'))[_0x40f644];}(_0x43bb94,_0x19210c);_0xb2b7d6['insert'](_0xb2b7d6['createPositionAt'](_0x1303ca,'end'),_0x56f025);}_0x43bb94=_0x56f025;}),_0x2838f8;}['_handleScrollToHeading'](_0x38040d){const _0x1cd30d=this['_currentOutlineDefinitions'][_0x38040d]['modelElement'];this['editor']['model']['change'](_0x21f8a0=>{_0x21f8a0['setSelection'](_0x1cd30d,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x362219,_0x5b1ee1)=>{const _0x53b52b=_0x5b1ee1['mapper'],_0x33b5f8=_0x53b52b['findMappedViewAncestor'](_0x5b1ee1['viewPosition']),_0x1a308e=_0x53b52b['toModelElement'](_0x33b5f8);_0x1a308e['is']('element','tableOfContents')&&(_0x5b1ee1['modelPosition']=this['editor']['model']['createPositionAt'](_0x1a308e,0x0),_0x362219['stop']());};}}function N(_0x1dc964,_0x406f57,_0x9605b4){return 0x1===_0x406f57?_0x9605b4['createContainerElement']('ol',null,[_0x1dc964]):_0x9605b4['createContainerElement']('ol',null,[_0x9605b4['createContainerElement']('li',null,[N(_0x1dc964,_0x406f57-0x1,_0x9605b4)])]);}class o extends _0xed05ff{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4039af=this['editor'];_0x4039af['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x33b6c8=this['_createButton'](_0x5da7d9);return _0x33b6c8['tooltip']=!0x0,_0x33b6c8;}),_0x4039af['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x446ef5)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x6af22f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x25af5e;for(const _0x33e124 in _0x6af22f){const _0x384406=_0x33e124,_0x9dc4b2=_0x6af22f[_0x384406];if('tableOfContentsLicenseKeyValid'==_0x9dc4b2||'tableOfContentsLicenseKeyInvalid'==_0x9dc4b2||'tableOfContentsLicenseKeyExpired'==_0x9dc4b2||'tableOfContentsLicenseKeyDomainLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyNotAllowed'==_0x9dc4b2||'tableOfContentsLicenseKeyEvaluationLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyTrialLimit'==_0x9dc4b2||'tableOfContentsLicenseKeyUsageLimit'==_0x9dc4b2){delete _0x6af22f[_0x384406],_0x25af5e=_0x9dc4b2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x25af5e&&_0x6af22f['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x25af5e&&_0x6af22f['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x25af5e&&_0x6af22f['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x25af5e&&_0x6af22f['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x566da9){const _0x28e371=this['editor'],_0x4e5118=_0x28e371['locale'],_0x47fd19=_0x28e371['commands']['get']('insertTableOfContents'),_0x3cf19e=new _0x566da9(_0x4e5118);return _0x3cf19e['set']({'label':j(_0x4e5118,'Table\x20of\x20contents'),'icon':_0x526ff6}),_0x3cf19e['bind']('isEnabled')['to'](_0x47fd19,'isEnabled'),this['listenTo'](_0x3cf19e,'execute',()=>{_0x28e371['execute']('insertTableOfContents'),_0x28e371['editing']['view']['focus']();}),_0x3cf19e;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0xed05ff{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
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.2",
|
|
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.2",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.2",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.2",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.2",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.2",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.2",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.2",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.2",
|
|
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 _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];}
|
|
23
|
+
const _0x5ca09a=_0x4f83;(function(_0xd69111,_0x5c43a1){const _0x28e9ef=_0x4f83,_0x5b5591=_0xd69111();while(!![]){try{const _0x283eae=-parseInt(_0x28e9ef(0x138))/0x1+-parseInt(_0x28e9ef(0x11e))/0x2+-parseInt(_0x28e9ef(0x136))/0x3+-parseInt(_0x28e9ef(0x11f))/0x4+-parseInt(_0x28e9ef(0x117))/0x5*(parseInt(_0x28e9ef(0x105))/0x6)+parseInt(_0x28e9ef(0x144))/0x7+parseInt(_0x28e9ef(0x119))/0x8;if(_0x283eae===_0x5c43a1)break;else _0x5b5591['push'](_0x5b5591['shift']());}catch(_0x299b90){_0x5b5591['push'](_0x5b5591['shift']());}}}(_0x4bb0,0x5dfe2));import{Plugin as _0x117266}from'ckeditor5/src/core.js';import{CKEditorError as _0x6bdfc6,global as _0x4cd6d6,Rect as _0x257f6c,uid as _0xd3cb09}from'ckeditor5/src/utils.js';import _0x525980 from'./ui/documentoutlineview.js';import{throttle as _0x35bbf5}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x4f83(_0x300e6c,_0x50ff63){const _0x4bb0b4=_0x4bb0();return _0x4f83=function(_0x4f8333,_0x4701f0){_0x4f8333=_0x4f8333-0xfe;let _0x5cbc21=_0x4bb0b4[_0x4f8333];return _0x5cbc21;},_0x4f83(_0x300e6c,_0x50ff63);}export default class n extends _0x117266{[_0x5ca09a(0x13a)];[_0x5ca09a(0x132)];[_0x5ca09a(0xff)];static get[_0x5ca09a(0x111)](){const _0x837101=_0x5ca09a;return _0x837101(0x102);}static get[_0x5ca09a(0x11a)](){return!0x0;}static get[_0x5ca09a(0x10e)](){return!0x0;}constructor(_0x53282c){const _0x513f46=_0x5ca09a;super(_0x53282c),this[_0x513f46(0x13a)]=new _0x525980(_0x53282c[_0x513f46(0x143)],this[_0x513f46(0x124)][_0x513f46(0x142)][_0x513f46(0x123)](_0x513f46(0x12d)),this[_0x513f46(0x124)][_0x513f46(0x142)][_0x513f46(0x123)](_0x513f46(0x108))),this[_0x513f46(0x132)]=[],this[_0x513f46(0xff)]=_0x35bbf5(this[_0x513f46(0x134)][_0x513f46(0x125)](this),0x64);}[_0x5ca09a(0x12e)](){const _0x44a821=_0x5ca09a,_0x175b97=this[_0x44a821(0x124)],_0x1d999b=_0x175b97[_0x44a821(0x129)][_0x44a821(0x123)](_0x44a821(0x137));let _0x2c6437=!0x1;if(this[_0x44a821(0x13a)][_0x44a821(0x10d)](),this[_0x44a821(0x124)]['ui'][_0x44a821(0x13e)][_0x44a821(0x10a)](this[_0x44a821(0x13a)][_0x44a821(0x12f)]),!_0x175b97[_0x44a821(0x142)][_0x44a821(0x123)](_0x44a821(0x108)))throw new _0x6bdfc6(_0x44a821(0x11c),{'editor':_0x175b97});_0x175b97[_0x44a821(0x142)][_0x44a821(0x123)](_0x44a821(0x108))[_0x44a821(0x104)](this[_0x44a821(0x13a)][_0x44a821(0x12f)]),_0x1d999b['on'](_0x44a821(0x13b),this[_0x44a821(0x10b)][_0x44a821(0x125)](this)),_0x1d999b['on'](_0x44a821(0x101),(_0x4484f9,{index:_0x417e0e})=>this[_0x44a821(0x100)](_0x417e0e)),this[_0x44a821(0x13a)]['on'](_0x44a821(0x109),(_0x23288b,_0x5e664f)=>{const _0x47d2bd=_0x44a821;_0x2c6437=!0x0,this[_0x47d2bd(0x110)](_0x5e664f);}),this[_0x44a821(0x13a)][_0x44a821(0x118)](_0x4cd6d6[_0x44a821(0x128)],_0x44a821(0x141),()=>{const _0x5e4f2c=_0x44a821;_0x2c6437?_0x2c6437=!0x1:this[_0x5e4f2c(0xff)]();},{'useCapture':!0x0}),this[_0x44a821(0x13a)][_0x44a821(0x118)](_0x4cd6d6[_0x44a821(0x140)],_0x44a821(0x127),this[_0x44a821(0xff)],{'useCapture':!0x0});}[_0x5ca09a(0xfe)](){!async function(_0x3b1612){const _0x4fe4c5=_0x1d7455([0x32,0x48,0x55,0x4d,0x6e,0x56,0x6a,0x75,0x70,0x79,0x71,0x72,0x57,0x43,0x41,0x30,0x33,0x44,0x53,0x74,0x46,0x6d,0x54,0x37,0x5a,0x63,0x4b,0x52,0x36,0x6f,0x47,0x78,0x64,0x4f,0x35,0x6b,0x62,0x4a,0x68,0x73,0x45,0x49,0x50,0x59,0x39,0x7a,0x66,0x76,0x61,0x38,0x58,0x69,0x42,0x34,0x65,0x4c,0x77,0x31,0x51,0x67,0x6c,0x4e]),_0x3c9a5f=0x243cdd25,_0x2bd19b=0x243bb7f5^_0x3c9a5f,_0x519097=window[_0x1d7455([0x44,0x61,0x74,0x65])][_0x1d7455([0x6e,0x6f,0x77])](),_0x191b48=_0x3b1612[_0x1d7455([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x51624f=new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59a2ef=>{_0x191b48[_0x1d7455([0x6f,0x6e,0x63,0x65])](_0x1d7455([0x72,0x65,0x61,0x64,0x79]),_0x59a2ef);}),_0x4b619b={[_0x1d7455([0x6b,0x74,0x79])]:_0x1d7455([0x45,0x43]),[_0x1d7455([0x75,0x73,0x65])]:_0x1d7455([0x73,0x69,0x67]),[_0x1d7455([0x63,0x72,0x76])]:_0x1d7455([0x50,0x2d,0x32,0x35,0x36]),[_0x1d7455([0x78])]:_0x1d7455([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1d7455([0x79])]:_0x1d7455([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1d7455([0x61,0x6c,0x67])]:_0x1d7455([0x45,0x53,0x32,0x35,0x36])},_0x4b4700=_0x191b48[_0x1d7455([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d7455([0x67,0x65,0x74])](_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2dddc2(){let _0x39b401,_0x36e33d=null,_0x42b201=null;try{if(_0x4b4700==_0x1d7455([0x47,0x50,0x4c]))return _0x1d7455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x39b401=_0x18db30(),!_0x39b401)return _0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x39b401[_0x1d7455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x42b201=_0x274741(_0x39b401[_0x1d7455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x39b401[_0x1d7455([0x6a,0x74,0x69])])),await _0x2a6531()?_0x4c66ba()?_0x267f85()?_0x1d7455([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3defcb()?(_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d7455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x36e33d=_0x4f51e5(_0x1d7455([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d7455([0x74,0x72,0x69,0x61,0x6c])&&(_0x36e33d=_0x4f51e5(_0x1d7455([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x369de1()):_0x1d7455([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d7455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1d7455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x267f85(){const _0xff6968=[_0x1d7455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d7455([0x74,0x72,0x69,0x61,0x6c])][_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x519097/0x3e8:0xe10*_0x2bd19b;return _0x39b401[_0x1d7455([0x65,0x78,0x70])]<_0xff6968;}function _0x4c66ba(){const _0x39efb6=_0x39b401[_0x1d7455([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x39efb6&&(!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x2a]))||(!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x44,0x4f]))||!!_0x39efb6[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x50,0x50]))));}function _0x3defcb(){const _0x15584f=_0x4f83,_0x5ce650=_0x39b401[_0x1d7455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5ce650||0x0==_0x5ce650[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x20bf8c}=new URL(window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x15584f(0x13c)]);if(_0x5ce650[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20bf8c))return!0x0;const _0x18c03a=_0x20bf8c[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e]));return _0x5ce650[_0x1d7455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5173c0=>_0x5173c0[_0x1d7455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d7455([0x2a])))[_0x1d7455([0x6d,0x61,0x70])](_0x3b9df6=>_0x3b9df6[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e])))[_0x1d7455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c9aab=>_0x4c9aab[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x18c03a[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d7455([0x6d,0x61,0x70])](_0x27c96e=>Array(_0x18c03a[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x27c96e[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d7455([0x66,0x69,0x6c,0x6c])](_0x27c96e[0x0]===_0x1d7455([0x2a])?_0x1d7455([0x2a]):'')[_0x1d7455([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x27c96e))[_0x1d7455([0x73,0x6f,0x6d,0x65])](_0x2065b6=>_0x18c03a[_0x1d7455([0x65,0x76,0x65,0x72,0x79])]((_0x463a9e,_0x1ce9f3)=>_0x2065b6[_0x1ce9f3]===_0x463a9e||_0x2065b6[_0x1ce9f3]===_0x1d7455([0x2a])));}function _0x369de1(){return _0x36e33d&&_0x42b201?new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e8f65,_0x18adc4)=>{_0x36e33d[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x2e8f65,_0x18adc4),_0x42b201[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x4688b8=>{_0x4688b8!=_0x1d7455([0x56,0x61,0x6c,0x69,0x64])&&_0x2e8f65(_0x4688b8);},_0x18adc4);}):_0x36e33d||_0x42b201||_0x1d7455([0x56,0x61,0x6c,0x69,0x64]);}}function _0x274741(_0x2e0e82,_0x147538){return new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ac3a4=>{if(_0x29b1e2())return _0x1ac3a4(_0x1d7455([0x56,0x61,0x6c,0x69,0x64]));_0x27349c(),_0x191b48[_0x1d7455([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15f690=!0x1;const _0x12c516=_0xd3cb09();function _0x46e7b9(_0x1ac16a){return!!_0x1ac16a&&(typeof _0x1ac16a===_0x1d7455([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1ac16a===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1ac16a[_0x1d7455([0x74,0x68,0x65,0x6e])]===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1ac16a[_0x1d7455([0x63,0x61,0x74,0x63,0x68])]===_0x1d7455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e4bfa(_0x15f35e){_0x20826d(_0x15f35e)[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x48ecc8=>{if(!_0x48ecc8||_0x48ecc8[_0x1d7455([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d7455([0x6f,0x6b]))return _0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x358913(_0x2a8466(_0x12c516+_0x147538))!=_0x48ecc8[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d7455([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x45a453=>(_0x3c4120(),_0x45a453),()=>{const _0x2d22e0=_0x32bf3c();return null==_0x2d22e0?(_0x3c4120(),_0x1d7455([0x56,0x61,0x6c,0x69,0x64])):_0x1d7455(_0x519097-_0x2d22e0>(0x305925^_0x3c9a5f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x1ac3a4)[_0x1d7455([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x41668e=0x240a33a5^_0x3c9a5f;function _0x3c4120(){const _0x1ea958=_0x1d7455([0x6c,0x6c,0x63,0x74,0x2d])+_0x358913(_0x2a8466(_0x2e0e82)),_0x189f5f=_0x2292dd(_0x358913(window[_0x1d7455([0x4d,0x61,0x74,0x68])][_0x1d7455([0x63,0x65,0x69,0x6c])](_0x519097/_0x41668e)));window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d7455([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ea958,_0x189f5f);}function _0x32bf3c(){const _0x4bcd26=_0x1d7455([0x6c,0x6c,0x63,0x74,0x2d])+_0x358913(_0x2a8466(_0x2e0e82)),_0x303262=window[_0x1d7455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d7455([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bcd26);return _0x303262?window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2292dd(_0x303262),0x10)*_0x41668e:null;}function _0x20826d(_0x321f7c){return new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1875b5,_0x1851da)=>{_0x321f7c[_0x1d7455([0x74,0x68,0x65,0x6e])](_0x1875b5,_0x1851da),window[_0x1d7455([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1851da,0x243d09e5^_0x3c9a5f);});}}_0x191b48[_0x1d7455([0x6f,0x6e])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x89b2cc,_0x270de7)=>{if(_0x270de7[0x0]!=_0x2e0e82)return _0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x270de7[0x1]={..._0x270de7[0x1],[_0x1d7455([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x12c516};},{[_0x1d7455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d7455([0x68,0x69,0x67,0x68])}),_0x191b48[_0x1d7455([0x6f,0x6e])](_0x1d7455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x223576=>{_0x46e7b9(_0x223576[_0x1d7455([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15f690=!0x0,_0x5e4bfa(_0x223576[_0x1d7455([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d7455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d7455([0x6c,0x6f,0x77])}),_0x51624f[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>{_0x15f690||_0x1ac3a4(_0x1d7455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x29b1e2(){return _0x191b48[_0x1d7455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d7455([0x76,0x69,0x65,0x77])][_0x1d7455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d7455([0x61,0x75,0x74,0x6f]);}function _0x27349c(){_0x191b48[_0x1d7455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d7455([0x76,0x69,0x65,0x77])][_0x1d7455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d7455([0x61,0x75,0x74,0x6f]);}}function _0x4f51e5(_0x2ec807){const _0x578911=[new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf2001a=>setTimeout(_0xf2001a,0x2435e3e9^_0x3c9a5f)),_0x51624f[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2284a0=>{let _0x5876a2=0x0;_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x6f,0x6e])](_0x1d7455([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x29bc2e,_0x378a0a)=>{_0x378a0a[0x0][_0x1d7455([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5876a2++,_0x5876a2==(0x243cdcdd^_0x3c9a5f)&&(_0x2284a0(),_0x29bc2e[_0x1d7455([0x6f,0x66,0x66])]());});}))];return window[_0x1d7455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d7455([0x72,0x61,0x63,0x65])](_0x578911)[_0x1d7455([0x74,0x68,0x65,0x6e])](()=>_0x2ec807);}async function _0x13782f(){await _0x51624f,_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36770e,_0x191b48[_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d7455([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36770e,_0x191b48[_0x1d7455([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d7455([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3d3820(_0x4425b7){const _0x493e81=_0x229dd6();_0x191b48[_0x493e81]=_0x1d7455([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4425b7,_0x4425b7!=_0x1d7455([0x56,0x61,0x6c,0x69,0x64])&&_0x13782f();}function _0x229dd6(){const _0x4f681d=window[_0x1d7455([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d7455([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d7455([0x6e,0x6f,0x77])]())[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d7455([0x2e]),'');let _0x3f9f44=_0x1d7455([0x48]);for(let _0xd56e6d=0x0;_0xd56e6d<_0x4f681d[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd56e6d+=0x2){let _0x5334c5=window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f681d[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd56e6d,_0xd56e6d+0x2));_0x5334c5>=_0x4fe4c5[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5334c5-=_0x4fe4c5[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3f9f44+=_0x4fe4c5[_0x5334c5];}return _0x3f9f44;}function _0x18db30(){const _0xb8d84b=_0x4b4700[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e]));if(0x3!=_0xb8d84b[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x145b7a(_0xb8d84b[0x1]);function _0x145b7a(_0x46117f){const _0x1038a0=_0x41a7b9(_0x46117f);return _0x1038a0&&_0x3bc6d5()?_0x1038a0:null;function _0x3bc6d5(){const _0x263916=_0x1038a0[_0x1d7455([0x6a,0x74,0x69])],_0x4ea40e=window[_0x1d7455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x263916[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x263916[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3ee492={..._0x1038a0,[_0x1d7455([0x6a,0x74,0x69])]:_0x263916[_0x1d7455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x263916[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3ee492[_0x1d7455([0x76,0x63])],_0x2a8466(_0x3ee492)==_0x4ea40e;}}}async function _0x2a6531(){let _0x10d0ad=!0x0;try{const _0x4ba01f=_0x4b4700[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])](_0x1d7455([0x2e])),[_0x1102ae,_0x11e0b7,_0x37a15d]=_0x4ba01f;return _0xfde3ff(_0x1102ae),await _0x4bd4cb(_0x1102ae,_0x11e0b7,_0x37a15d),_0x10d0ad;}catch{return!0x1;}function _0xfde3ff(_0x271b02){const _0x4f677e=_0x41a7b9(_0x271b02);_0x4f677e&&_0x4f677e[_0x1d7455([0x61,0x6c,0x67])]==_0x1d7455([0x45,0x53,0x32,0x35,0x36])||(_0x10d0ad=!0x1);}async function _0x4bd4cb(_0x56f6d0,_0x40d9fc,_0x36ca28){const _0x1c0574=window[_0x1d7455([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d7455([0x66,0x72,0x6f,0x6d])](_0x123dae(_0x36ca28),_0x3a76c5=>_0x3a76c5[_0x1d7455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x462983=new window[(_0x1d7455([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d7455([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x56f6d0+_0x1d7455([0x2e])+_0x40d9fc),_0x10125e=window[_0x1d7455([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d7455([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x10125e)return;const _0x38c7bb=await _0x10125e[_0x1d7455([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d7455([0x6a,0x77,0x6b]),_0x4b619b,{[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x45,0x43,0x44,0x53,0x41]),[_0x1d7455([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d7455([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x10125e[_0x1d7455([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x45,0x43,0x44,0x53,0x41]),[_0x1d7455([0x68,0x61,0x73,0x68])]:{[_0x1d7455([0x6e,0x61,0x6d,0x65])]:_0x1d7455([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x38c7bb,_0x1c0574,_0x462983)||(_0x10d0ad=!0x1);}}function _0x41a7b9(_0x3c97f8){return _0x3c97f8[_0x1d7455([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d7455([0x65,0x79]))?JSON[_0x1d7455([0x70,0x61,0x72,0x73,0x65])](_0x123dae(_0x3c97f8)):null;}function _0x123dae(_0x3aaa24){return window[_0x1d7455([0x61,0x74,0x6f,0x62])](_0x3aaa24[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d7455([0x2b]))[_0x1d7455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d7455([0x2f])));}function _0x2a8466(_0x265905){let _0x14c1ac=0x1505;function _0x2130f6(_0x1f0e54){for(let _0x2458b1=0x0;_0x2458b1<_0x1f0e54[_0x1d7455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2458b1++){const _0x4a0c6f=_0x1f0e54[_0x1d7455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2458b1);_0x14c1ac=(_0x14c1ac<<0x5)+_0x14c1ac+_0x4a0c6f,_0x14c1ac&=_0x14c1ac;}}function _0x4c1ec1(_0xbdc45f){Array[_0x1d7455([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xbdc45f)?_0xbdc45f[_0x1d7455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4c1ec1):_0xbdc45f&&typeof _0xbdc45f==_0x1d7455([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d7455([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xbdc45f)[_0x1d7455([0x73,0x6f,0x72,0x74])]()[_0x1d7455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x11dc7d,_0xac421a])=>{_0x2130f6(_0x11dc7d),_0x4c1ec1(_0xac421a);}):_0x2130f6(window[_0x1d7455([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xbdc45f));}return _0x4c1ec1(_0x265905),_0x14c1ac>>>0x0;}function _0x358913(_0x2df0b3){return _0x2df0b3[_0x1d7455([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d7455([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d7455([0x30]));}function _0x2292dd(_0x59358c){return _0x59358c[_0x1d7455([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d7455([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d7455([0x6a,0x6f,0x69,0x6e])]('');}function _0x36770e(){}function _0x1d7455(_0x12b3fe){const _0x42d040=_0x4f83;return _0x12b3fe[_0x42d040(0x13f)](_0x37fe63=>String[_0x42d040(0x122)](_0x37fe63))[_0x42d040(0x113)]('');}_0x3d3820(await _0x2dddc2());}(this);}[_0x5ca09a(0x13d)](){const _0x54947d=_0x5ca09a;super[_0x54947d(0x13d)](),this[_0x54947d(0x13a)][_0x54947d(0x13d)](),this[_0x54947d(0xff)][_0x54947d(0x107)]();}[_0x5ca09a(0x10b)](_0x3a45dd,{outlineDefinitions:_0x5907d2,outlineChanges:_0x441c12}){const _0x21f28b=_0x5ca09a;this[_0x21f28b(0x132)]=_0x5907d2,this[_0x21f28b(0x13a)][_0x21f28b(0x131)](_0x441c12);}[_0x5ca09a(0x100)](_0x585ef2){const _0x3c2fe4=_0x5ca09a;this[_0x3c2fe4(0x132)][_0x3c2fe4(0x11b)]&&this[_0x3c2fe4(0x132)][_0x585ef2]&&(this[_0x3c2fe4(0x13a)][_0x3c2fe4(0x101)]=_0x585ef2);}[_0x5ca09a(0x110)](_0x24ddd5){const _0x91fa9a=_0x5ca09a,_0x47326b=this[_0x91fa9a(0x132)][_0x24ddd5][_0x91fa9a(0x12b)];this[_0x91fa9a(0x124)][_0x91fa9a(0x12a)][_0x91fa9a(0x13b)](_0x2f6fa8=>{const _0x2ca11b=_0x91fa9a;_0x2f6fa8[_0x2ca11b(0x103)](_0x47326b,0x0);}),this[_0x91fa9a(0x124)][_0x91fa9a(0x116)][_0x91fa9a(0x13a)][_0x91fa9a(0x130)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x91fa9a(0x124)][_0x91fa9a(0x116)][_0x91fa9a(0x13a)][_0x91fa9a(0x139)](),this[_0x91fa9a(0x100)](_0x24ddd5);}[_0x5ca09a(0x134)](){const _0x1feb0b=_0x5ca09a,_0x56ef96=this[_0x1feb0b(0x124)];let _0x59cd50;for(const _0x3b08fa of _0x56ef96[_0x1feb0b(0x12a)][_0x1feb0b(0x128)][_0x1feb0b(0x10c)]()){const _0x3eff7a=_0x56ef96[_0x1feb0b(0x116)][_0x1feb0b(0x13a)][_0x1feb0b(0x12c)](_0x3b08fa),_0x18f5ae=_0x3eff7a&&new _0x257f6c(_0x3eff7a)[_0x1feb0b(0x114)]();if(_0x18f5ae){const _0x5a8d48=new _0x257f6c(_0x4cd6d6[_0x1feb0b(0x140)])[_0x1feb0b(0x135)](_0x18f5ae);_0x5a8d48&&(_0x59cd50=_0x5a8d48[_0x1feb0b(0x121)]+0.25*_0x5a8d48[_0x1feb0b(0x112)]);}}if(void 0x0===_0x59cd50)return;const _0x4d22f4=d(_0x56ef96[_0x1feb0b(0x116)],this[_0x1feb0b(0x132)],_0x59cd50);_0x4d22f4?this[_0x1feb0b(0x100)](this[_0x1feb0b(0x132)][_0x1feb0b(0x126)](_0x4d22f4)):this[_0x1feb0b(0x100)](-0x1);}}function _0x4bb0(){const _0x12a29a=['scroll','config','locale','3873163rdCUEU','afterInit','_updateActiveDefinitionFromViewportThrottled','_setActiveViewItem','activeItemIndex','DocumentOutlineUI','setSelection','appendChild','10374OrOqrd','toViewElement','cancel','documentOutline.container','itemSelected','add','_handleOutlineChange','getRootNames','render','isPremiumPlugin','floor','_handleItemSelected','pluginName','height','join','getVisible','mapViewToDom','editing','2205eyhMzG','listenTo','15476080yWXhyy','isOfficialPlugin','length','document-outline-container-not-provided','mapper','51324PgCqeN','1049500lMhVMi','domConverter','top','fromCharCode','get','editor','bind','indexOf','resize','document','plugins','model','modelElement','getDomRoot','documentOutline.showEmptyHeadings','init','element','scrollToTheSelection','sync','_currentOutlineDefinitions','bottom','_updateActiveDefinitionOnViewportChange','getIntersection','1622586OOebOM','DocumentOutlineUtils','511437dtsMDu','focus','view','change','href','destroy','focusTracker','map','window'];_0x4bb0=function(){return _0x12a29a;};return _0x4bb0();}function d(_0x37263b,_0x37f0d8,_0x362675,_0x3d2e94=0x0,_0xfeec71=_0x37f0d8[_0x5ca09a(0x11b)]-0x1){const _0x5b9122=_0x5ca09a,_0x2bca38=Math[_0x5b9122(0x10f)](_0x3d2e94+(_0xfeec71-_0x3d2e94)/0x2);if(_0xfeec71>=_0x3d2e94){const _0x59082b=_0x37f0d8[_0x2bca38],_0x24237d=_0x37263b[_0x5b9122(0x11d)][_0x5b9122(0x106)](_0x59082b[_0x5b9122(0x12b)]);if(!_0x24237d)return null;const _0x5a70c1=_0x37263b[_0x5b9122(0x13a)][_0x5b9122(0x120)][_0x5b9122(0x115)](_0x24237d);return new _0x257f6c(_0x5a70c1)[_0x5b9122(0x133)]>_0x362675?d(_0x37263b,_0x37f0d8,_0x362675,_0x3d2e94,_0x2bca38-0x1):d(_0x37263b,_0x37f0d8,_0x362675,_0x2bca38+0x1,_0xfeec71);}return _0x2bca38<0x0?null:_0x37f0d8[_0x2bca38];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
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)])]);}
|
|
23
|
+
const _0x149fb9=_0x64a7;(function(_0x28c7c6,_0x172695){const _0x29cae5=_0x64a7,_0x80847e=_0x28c7c6();while(!![]){try{const _0x36bdde=-parseInt(_0x29cae5(0x13b))/0x1+parseInt(_0x29cae5(0x104))/0x2*(-parseInt(_0x29cae5(0x134))/0x3)+-parseInt(_0x29cae5(0x148))/0x4*(parseInt(_0x29cae5(0x12b))/0x5)+-parseInt(_0x29cae5(0x14c))/0x6+parseInt(_0x29cae5(0x10d))/0x7+parseInt(_0x29cae5(0x137))/0x8*(parseInt(_0x29cae5(0x11a))/0x9)+parseInt(_0x29cae5(0xed))/0xa;if(_0x36bdde===_0x172695)break;else _0x80847e['push'](_0x80847e['shift']());}catch(_0x570299){_0x80847e['push'](_0x80847e['shift']());}}}(_0x1409,0xcda68));function _0x64a7(_0x2f8a59,_0xafce7a){const _0x1409e2=_0x1409();return _0x64a7=function(_0x64a73a,_0x34510f){_0x64a73a=_0x64a73a-0xeb;let _0x4cd6b0=_0x1409e2[_0x64a73a];return _0x4cd6b0;},_0x64a7(_0x2f8a59,_0xafce7a);}import{Plugin as _0x14e690}from'ckeditor5/src/core.js';import{toWidget as _0x3d079b,Widget as _0x5ce534}from'ckeditor5/src/widget.js';function _0x1409(){const _0xaec377=['_createTableOfContents','conversion','20547720MbLZqY','mapper','hasContent','viewPosition','insertTableOfContents','model','_trackNewToCElements','_currentOutlineDefinitions','isInteger','dataDowncast','join','add','stop','forEach','text','position','div','_handleScrollToHeading','config','$graveyard','headingId.modelAttributeName','tableOfContentsHeadingIndex','_headingIdModelAttributeName','102874YraspB','upcast','findMappedViewAncestor','_tableOfContentsElements','reconvertItem','getChanges','preventDefault','high','click','11733365YFKPAw','\x20table-of-contents_empty','fromCharCode','createContainerElement','schema','end','nodeAfter','change','listenTo','type','insert','getCustomProperty','setCustomProperty','1476PpBBwm','for','tableOfContents','plugins','href','documentOutline.showEmptyHeadings','_defineSchema','domEvent','data','setSelection','register','_defineConverters','view','registerRawContentMatcher','headingId','elementToStructure','DocumentOutlineUtils','2103745iHcRKN','length','name','filter','viewToModelPosition','table-of-contents__placeholder','isOfficialPlugin','editor','TableOfContentsEditing','69wbtkRN','level','modelPosition','56912bJDcrl','differ','map','outlineDefinitions','429648RvvWdR','editingDowncast','createText','afterInit','get','target','locale','table-of-contents','$capture','requires','elementToElement','createPositionAt','scrollToTheSelection','12dLFFyd','pluginName','modelElement','init','7082238milnpP','commands','Empty\x20heading','_updateTableOfContentsElements','No\x20headings\x20were\x20found\x20in\x20the\x20document.','element','_redirectMapper','Table\x20of\x20contents','getAncestors','document','isPremiumPlugin','toModelElement','getAttribute','$blockObject','rootName','abs','editing'];_0x1409=function(){return _0xaec377;};return _0x1409();}import{uid as _0x141ab8}from'ckeditor5/src/utils.js';import _0x748318 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x58d996 from'../documentoutline/documentoutlineutils.js';import _0x1e4e07 from'./headingid.js';import{getTranslation as _0x39be6f}from'../utils/common-translations.js';export default class s extends _0x14e690{static get[_0x149fb9(0x149)](){const _0x5c7559=_0x149fb9;return _0x5c7559(0x133);}static get[_0x149fb9(0x131)](){return!0x0;}static get[_0x149fb9(0x156)](){return!0x0;}static get[_0x149fb9(0x144)](){return[_0x5ce534,_0x58d996,_0x1e4e07];}[_0x149fb9(0xf4)];[_0x149fb9(0x107)];[_0x149fb9(0x103)];constructor(_0x48f2a0){const _0x4cc27a=_0x149fb9;super(_0x48f2a0),this[_0x4cc27a(0xf4)]=[],this[_0x4cc27a(0x107)]=new Set(),this[_0x4cc27a(0x103)]=_0x4cc27a(0x128);}[_0x149fb9(0x14b)](){const _0x335411=_0x149fb9,_0x3a8b8e=this[_0x335411(0x132)],_0x55f4c6=_0x3a8b8e[_0x335411(0x15c)][_0x335411(0x126)][_0x335411(0x155)];_0x3a8b8e[_0x335411(0xff)][_0x335411(0x13f)](_0x335411(0x101))&&(this[_0x335411(0x103)]=_0x3a8b8e[_0x335411(0xff)][_0x335411(0x13f)](_0x335411(0x101))),this[_0x335411(0x115)](_0x55f4c6,_0x335411(0x10c),(_0x376753,_0x4eec7e)=>{const _0x6e7bae=_0x335411;if(!_0x4eec7e[_0x6e7bae(0x140)])return;const _0x20eeca=_0x4eec7e[_0x6e7bae(0x140)][_0x6e7bae(0x118)](_0x6e7bae(0x102));Number[_0x6e7bae(0xf5)](_0x20eeca)&&(_0x4eec7e[_0x6e7bae(0x121)][_0x6e7bae(0x10a)](),_0x376753[_0x6e7bae(0xf9)](),this[_0x6e7bae(0xfe)](_0x20eeca));},{'priority':_0x335411(0x10b),'context':_0x335411(0x143)}),this[_0x335411(0x120)](),this[_0x335411(0x125)](),_0x3a8b8e[_0x335411(0x14d)][_0x335411(0xf8)](_0x335411(0xf1),new _0x748318(_0x3a8b8e)),(_0x3a8b8e[_0x335411(0x11d)][_0x335411(0x13f)](_0x335411(0x12a))['on'](_0x335411(0x114),(_0x52e6cd,_0x4c56d4)=>{const _0x4859f3=_0x335411;this[_0x4859f3(0xf4)]=_0x4c56d4[_0x4859f3(0x13a)],this[_0x4859f3(0x14f)]();}),this[_0x335411(0x115)](_0x3a8b8e[_0x335411(0xf2)][_0x335411(0x155)],_0x335411(0x114),()=>{const _0xf35d9f=_0x335411;this[_0xf35d9f(0xf3)]();}));}[_0x149fb9(0x13e)](){!async function(_0x2088eb){const _0x5865b6=_0x115d9e([0x32,0x78,0x44,0x52,0x58,0x4a,0x34,0x4e,0x33,0x61,0x50,0x4b,0x67,0x63,0x65,0x7a,0x66,0x48,0x77,0x43,0x59,0x68,0x75,0x6a,0x37,0x42,0x79,0x36,0x74,0x46,0x4f,0x6b,0x69,0x53,0x73,0x31,0x30,0x6e,0x47,0x56,0x64,0x71,0x45,0x5a,0x4c,0x55,0x57,0x6c,0x35,0x72,0x62,0x39,0x41,0x54,0x70,0x51,0x76,0x49,0x6f,0x6d,0x38,0x4d]),_0x1818b3=0x64a28005,_0x42de23=0x64a5ead5^_0x1818b3,_0x1e5068=window[_0x115d9e([0x44,0x61,0x74,0x65])][_0x115d9e([0x6e,0x6f,0x77])](),_0x145e04=_0x2088eb[_0x115d9e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18b2c1=new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57b1a4=>{_0x145e04[_0x115d9e([0x6f,0x6e,0x63,0x65])](_0x115d9e([0x72,0x65,0x61,0x64,0x79]),_0x57b1a4);}),_0x3b4602={[_0x115d9e([0x6b,0x74,0x79])]:_0x115d9e([0x45,0x43]),[_0x115d9e([0x75,0x73,0x65])]:_0x115d9e([0x73,0x69,0x67]),[_0x115d9e([0x63,0x72,0x76])]:_0x115d9e([0x50,0x2d,0x32,0x35,0x36]),[_0x115d9e([0x78])]:_0x115d9e([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x115d9e([0x79])]:_0x115d9e([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x115d9e([0x61,0x6c,0x67])]:_0x115d9e([0x45,0x53,0x32,0x35,0x36])},_0xc6b5dc=_0x145e04[_0x115d9e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x115d9e([0x67,0x65,0x74])](_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x565ed6(){let _0x3376a4,_0x17954f=null,_0x2b6809=null;try{if(_0xc6b5dc==_0x115d9e([0x47,0x50,0x4c]))return _0x115d9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3376a4=_0x341fdd(),!_0x3376a4)return _0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3376a4[_0x115d9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2b6809=_0x1eeede(_0x3376a4[_0x115d9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3376a4[_0x115d9e([0x6a,0x74,0x69])])),await _0x38c654()?_0x51e8ea()?_0x298622()?_0x115d9e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x20fe5c()?(_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115d9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x17954f=_0x2375d2(_0x115d9e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x115d9e([0x74,0x72,0x69,0x61,0x6c])&&(_0x17954f=_0x2375d2(_0x115d9e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x591dab()):_0x115d9e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x115d9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x115d9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x298622(){const _0x220f6d=[_0x115d9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x115d9e([0x74,0x72,0x69,0x61,0x6c])][_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1e5068/0x3e8:0xe10*_0x42de23;return _0x3376a4[_0x115d9e([0x65,0x78,0x70])]<_0x220f6d;}function _0x51e8ea(){const _0xd997cd=_0x3376a4[_0x115d9e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xd997cd&&(!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x2a]))||(!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x54,0x4f,0x43]))||!!_0xd997cd[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x50,0x50]))));}function _0x20fe5c(){const _0x359d8c=_0x64a7,_0x11ad65=_0x3376a4[_0x115d9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11ad65||0x0==_0x11ad65[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2486e1}=new URL(window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x359d8c(0x11e)]);if(_0x11ad65[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2486e1))return!0x0;const _0x16b33b=_0x2486e1[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e]));return _0x11ad65[_0x115d9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13ee06=>_0x13ee06[_0x115d9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115d9e([0x2a])))[_0x115d9e([0x6d,0x61,0x70])](_0x1a479f=>_0x1a479f[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e])))[_0x115d9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b9ebb=>_0x4b9ebb[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16b33b[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x115d9e([0x6d,0x61,0x70])](_0x5699d9=>Array(_0x16b33b[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5699d9[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x115d9e([0x66,0x69,0x6c,0x6c])](_0x5699d9[0x0]===_0x115d9e([0x2a])?_0x115d9e([0x2a]):'')[_0x115d9e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5699d9))[_0x115d9e([0x73,0x6f,0x6d,0x65])](_0x2b37fb=>_0x16b33b[_0x115d9e([0x65,0x76,0x65,0x72,0x79])]((_0x53bc50,_0x534537)=>_0x2b37fb[_0x534537]===_0x53bc50||_0x2b37fb[_0x534537]===_0x115d9e([0x2a])));}function _0x591dab(){return _0x17954f&&_0x2b6809?new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2a46a7,_0xebd034)=>{_0x17954f[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x2a46a7,_0xebd034),_0x2b6809[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x11ba71=>{_0x11ba71!=_0x115d9e([0x56,0x61,0x6c,0x69,0x64])&&_0x2a46a7(_0x11ba71);},_0xebd034);}):_0x17954f||_0x2b6809||_0x115d9e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1eeede(_0x565fc9,_0x57f590){return new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f3476=>{if(_0x2dcf3b())return _0x5f3476(_0x115d9e([0x56,0x61,0x6c,0x69,0x64]));_0x546176(),_0x145e04[_0x115d9e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x207fda=!0x1;const _0x35b6d8=_0x141ab8();function _0x1eff1a(_0x59baac){return!!_0x59baac&&(typeof _0x59baac===_0x115d9e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x59baac===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x59baac[_0x115d9e([0x74,0x68,0x65,0x6e])]===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x59baac[_0x115d9e([0x63,0x61,0x74,0x63,0x68])]===_0x115d9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x182146(_0x5ea172){_0x610c55(_0x5ea172)[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x11a7fe=>{if(!_0x11a7fe||_0x11a7fe[_0x115d9e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x115d9e([0x6f,0x6b]))return _0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x37fc4f(_0x47f1a8(_0x35b6d8+_0x57f590))!=_0x11a7fe[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x115d9e([0x56,0x61,0x6c,0x69,0x64]);})[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x4b6d8a=>(_0x5d2178(),_0x4b6d8a),()=>{const _0x3122d5=_0x5c7bf0();return null==_0x3122d5?(_0x5d2178(),_0x115d9e([0x56,0x61,0x6c,0x69,0x64])):_0x115d9e(_0x1e5068-_0x3122d5>(0x40ae0405^_0x1818b3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x5f3476)[_0x115d9e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x16536a=0x64946e85^_0x1818b3;function _0x5d2178(){const _0x122c43=_0x115d9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x37fc4f(_0x47f1a8(_0x565fc9)),_0x41d679=_0x385231(_0x37fc4f(window[_0x115d9e([0x4d,0x61,0x74,0x68])][_0x115d9e([0x63,0x65,0x69,0x6c])](_0x1e5068/_0x16536a)));window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115d9e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x122c43,_0x41d679);}function _0x5c7bf0(){const _0x195a51=_0x115d9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x37fc4f(_0x47f1a8(_0x565fc9)),_0x4ea8b3=window[_0x115d9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x115d9e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x195a51);return _0x4ea8b3?window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385231(_0x4ea8b3),0x10)*_0x16536a:null;}function _0x610c55(_0x464978){return new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4579df,_0x56baf8)=>{_0x464978[_0x115d9e([0x74,0x68,0x65,0x6e])](_0x4579df,_0x56baf8),window[_0x115d9e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x56baf8,0x64a354c5^_0x1818b3);});}}_0x145e04[_0x115d9e([0x6f,0x6e])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b975c,_0x6cfa80)=>{if(_0x6cfa80[0x0]!=_0x565fc9)return _0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x6cfa80[0x1]={..._0x6cfa80[0x1],[_0x115d9e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x35b6d8};},{[_0x115d9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115d9e([0x68,0x69,0x67,0x68])}),_0x145e04[_0x115d9e([0x6f,0x6e])](_0x115d9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3b6c0a=>{_0x1eff1a(_0x3b6c0a[_0x115d9e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x207fda=!0x0,_0x182146(_0x3b6c0a[_0x115d9e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x115d9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x115d9e([0x6c,0x6f,0x77])}),_0x18b2c1[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>{_0x207fda||_0x5f3476(_0x115d9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2dcf3b(){return _0x145e04[_0x115d9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115d9e([0x76,0x69,0x65,0x77])][_0x115d9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x115d9e([0x61,0x75,0x74,0x6f]);}function _0x546176(){_0x145e04[_0x115d9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x115d9e([0x76,0x69,0x65,0x77])][_0x115d9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x115d9e([0x61,0x75,0x74,0x6f]);}}function _0x2375d2(_0x23277a){const _0x15ad3d=[new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x89a917=>setTimeout(_0x89a917,0x64abbec9^_0x1818b3)),_0x18b2c1[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x464a91=>{let _0x12a51d=0x0;_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x6f,0x6e])](_0x115d9e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x37cfa4,_0x3eb911)=>{_0x3eb911[0x0][_0x115d9e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x12a51d++,_0x12a51d==(0x64a281fd^_0x1818b3)&&(_0x464a91(),_0x37cfa4[_0x115d9e([0x6f,0x66,0x66])]());});}))];return window[_0x115d9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x115d9e([0x72,0x61,0x63,0x65])](_0x15ad3d)[_0x115d9e([0x74,0x68,0x65,0x6e])](()=>_0x23277a);}async function _0x3ab685(){await _0x18b2c1,_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3934c8,_0x145e04[_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x115d9e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3934c8,_0x145e04[_0x115d9e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x115d9e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a8b25(_0x10b552){const _0x5c19e9=_0x20b54b();_0x145e04[_0x5c19e9]=_0x115d9e([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x10b552,_0x10b552!=_0x115d9e([0x56,0x61,0x6c,0x69,0x64])&&_0x3ab685();}function _0x20b54b(){const _0x470263=window[_0x115d9e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x115d9e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x115d9e([0x6e,0x6f,0x77])]())[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x115d9e([0x2e]),'');let _0x5f41de=_0x115d9e([0x78]);for(let _0xb72b92=0x0;_0xb72b92<_0x470263[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb72b92+=0x2){let _0x1a7332=window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x470263[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb72b92,_0xb72b92+0x2));_0x1a7332>=_0x5865b6[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1a7332-=_0x5865b6[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5f41de+=_0x5865b6[_0x1a7332];}return _0x5f41de;}function _0x341fdd(){const _0x9e1dfa=_0xc6b5dc[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e]));if(0x3!=_0x9e1dfa[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4b53b5(_0x9e1dfa[0x1]);function _0x4b53b5(_0x2556d6){const _0x192a0a=_0xff0a24(_0x2556d6);return _0x192a0a&&_0x3042e5()?_0x192a0a:null;function _0x3042e5(){const _0xf44a1d=_0x192a0a[_0x115d9e([0x6a,0x74,0x69])],_0xd5609b=window[_0x115d9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf44a1d[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf44a1d[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x558ad4={..._0x192a0a,[_0x115d9e([0x6a,0x74,0x69])]:_0xf44a1d[_0x115d9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xf44a1d[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x558ad4[_0x115d9e([0x76,0x63])],_0x47f1a8(_0x558ad4)==_0xd5609b;}}}async function _0x38c654(){let _0x3f91d4=!0x0;try{const _0x47cb88=_0xc6b5dc[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])](_0x115d9e([0x2e])),[_0xa54212,_0x5563be,_0x210e60]=_0x47cb88;return _0xdbe089(_0xa54212),await _0x2fcc8b(_0xa54212,_0x5563be,_0x210e60),_0x3f91d4;}catch{return!0x1;}function _0xdbe089(_0x454fcf){const _0x29951e=_0xff0a24(_0x454fcf);_0x29951e&&_0x29951e[_0x115d9e([0x61,0x6c,0x67])]==_0x115d9e([0x45,0x53,0x32,0x35,0x36])||(_0x3f91d4=!0x1);}async function _0x2fcc8b(_0xc8e179,_0x2b4cc8,_0x38f0f4){const _0x5173fc=window[_0x115d9e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x115d9e([0x66,0x72,0x6f,0x6d])](_0xdbfd74(_0x38f0f4),_0x8bdd68=>_0x8bdd68[_0x115d9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x244f11=new window[(_0x115d9e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x115d9e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xc8e179+_0x115d9e([0x2e])+_0x2b4cc8),_0x2b4ecd=window[_0x115d9e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x115d9e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2b4ecd)return;const _0x54b11f=await _0x2b4ecd[_0x115d9e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x115d9e([0x6a,0x77,0x6b]),_0x3b4602,{[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x45,0x43,0x44,0x53,0x41]),[_0x115d9e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x115d9e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2b4ecd[_0x115d9e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x45,0x43,0x44,0x53,0x41]),[_0x115d9e([0x68,0x61,0x73,0x68])]:{[_0x115d9e([0x6e,0x61,0x6d,0x65])]:_0x115d9e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x54b11f,_0x5173fc,_0x244f11)||(_0x3f91d4=!0x1);}}function _0xff0a24(_0xc4cb12){return _0xc4cb12[_0x115d9e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x115d9e([0x65,0x79]))?JSON[_0x115d9e([0x70,0x61,0x72,0x73,0x65])](_0xdbfd74(_0xc4cb12)):null;}function _0xdbfd74(_0x53c754){return window[_0x115d9e([0x61,0x74,0x6f,0x62])](_0x53c754[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x115d9e([0x2b]))[_0x115d9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x115d9e([0x2f])));}function _0x47f1a8(_0x267427){let _0x35bca4=0x1505;function _0x553fa2(_0x17f88f){for(let _0xf41ef6=0x0;_0xf41ef6<_0x17f88f[_0x115d9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf41ef6++){const _0x4bfec0=_0x17f88f[_0x115d9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf41ef6);_0x35bca4=(_0x35bca4<<0x5)+_0x35bca4+_0x4bfec0,_0x35bca4&=_0x35bca4;}}function _0x5ab3eb(_0x19c15e){Array[_0x115d9e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x19c15e)?_0x19c15e[_0x115d9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ab3eb):_0x19c15e&&typeof _0x19c15e==_0x115d9e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x115d9e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x19c15e)[_0x115d9e([0x73,0x6f,0x72,0x74])]()[_0x115d9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x373afc,_0x425ed8])=>{_0x553fa2(_0x373afc),_0x5ab3eb(_0x425ed8);}):_0x553fa2(window[_0x115d9e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x19c15e));}return _0x5ab3eb(_0x267427),_0x35bca4>>>0x0;}function _0x37fc4f(_0x4a5f1c){return _0x4a5f1c[_0x115d9e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x115d9e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x115d9e([0x30]));}function _0x385231(_0x4fbd23){return _0x4fbd23[_0x115d9e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x115d9e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x115d9e([0x6a,0x6f,0x69,0x6e])]('');}function _0x3934c8(){}function _0x115d9e(_0x1b9066){const _0x2af7ec=_0x64a7;return _0x1b9066[_0x2af7ec(0x139)](_0x345246=>String[_0x2af7ec(0x10f)](_0x345246))[_0x2af7ec(0xf7)]('');}_0x1a8b25(await _0x565ed6());}(this);}[_0x149fb9(0x14f)](){const _0x26c40d=_0x149fb9;this[_0x26c40d(0x107)][_0x26c40d(0xfa)](_0x8a236c=>{const _0x26df43=_0x26c40d;_0x26df43(0x100)!==_0x8a236c[_0x26df43(0x15a)]&&this[_0x26df43(0x132)][_0x26df43(0x15c)][_0x26df43(0x108)](_0x8a236c);});}[_0x149fb9(0xf3)](){const _0x44c1a8=_0x149fb9;for(const _0x246660 of this[_0x44c1a8(0x132)][_0x44c1a8(0xf2)][_0x44c1a8(0x155)][_0x44c1a8(0x138)][_0x44c1a8(0x109)]({'includeChangesInGraveyard':!0x0})){if(_0x44c1a8(0x117)!==_0x246660[_0x44c1a8(0x116)]||_0x44c1a8(0x11c)!==_0x246660[_0x44c1a8(0x12d)])return;this[_0x44c1a8(0x107)][_0x44c1a8(0xf8)](_0x246660[_0x44c1a8(0xfc)][_0x44c1a8(0x113)]);}}[_0x149fb9(0x120)](){const _0x5ec9cb=_0x149fb9;this[_0x5ec9cb(0x132)][_0x5ec9cb(0xf2)][_0x5ec9cb(0x111)][_0x5ec9cb(0x124)](_0x5ec9cb(0x11c),{'inheritAllFrom':_0x5ec9cb(0x159)});}[_0x149fb9(0x125)](){const _0x149dbc=_0x149fb9,_0x387592=this[_0x149dbc(0x132)][_0x149dbc(0xec)];_0x387592[_0x149dbc(0x11b)](_0x149dbc(0x105))[_0x149dbc(0x145)]({'model':_0x149dbc(0x11c),'view':{'name':_0x149dbc(0xfd),'classes':_0x149dbc(0x142)}}),_0x387592[_0x149dbc(0x11b)](_0x149dbc(0xf6))[_0x149dbc(0x129)]({'model':_0x149dbc(0x11c),'view':(_0x19ee66,{writer:_0x55c0ca})=>this[_0x149dbc(0xeb)](_0x55c0ca,!0x0)}),_0x387592[_0x149dbc(0x11b)](_0x149dbc(0x13c))[_0x149dbc(0x129)]({'model':_0x149dbc(0x11c),'view':(_0x379baa,{writer:_0xc59e0a})=>{const _0x28d48b=_0x149dbc;this[_0x28d48b(0x107)][_0x28d48b(0xf8)](_0x379baa);const _0xf20fe=this[_0x28d48b(0xeb)](_0xc59e0a);return _0x3d079b(_0xf20fe,_0xc59e0a,{'label':_0x39be6f(this[_0x28d48b(0x132)][_0x28d48b(0x141)],_0x28d48b(0x153))});}}),this[_0x149dbc(0x132)][_0x149dbc(0x122)][_0x149dbc(0x127)]({'name':_0x149dbc(0xfd),'classes':_0x149dbc(0x142)}),this[_0x149dbc(0x132)][_0x149dbc(0x15c)][_0x149dbc(0xee)]['on'](_0x149dbc(0x12f),this[_0x149dbc(0x152)](),{'priority':_0x149dbc(0x10b)});}[_0x149fb9(0xeb)](_0x33c383,_0x25be47=!0x1){const _0x689bc7=_0x149fb9,{locale:_0x9c138a}=this[_0x689bc7(0x132)],_0xb56083=_0x33c383[_0x689bc7(0x110)](_0x689bc7(0xfd),{'class':_0x689bc7(0x142)+(0x0===this[_0x689bc7(0xf4)][_0x689bc7(0x12c)]?_0x689bc7(0x10e):''),...!_0x25be47&&{'data-table-of-contents-label':_0x39be6f(_0x9c138a,_0x689bc7(0x153))}});0x0===this[_0x689bc7(0xf4)][_0x689bc7(0x12c)]&&!0x1===_0x25be47&&_0x33c383[_0x689bc7(0x117)](_0x33c383[_0x689bc7(0x146)](_0xb56083,_0x689bc7(0x112)),_0x33c383[_0x689bc7(0x110)]('p',{'class':_0x689bc7(0x130)},[_0x33c383[_0x689bc7(0x13d)](_0x39be6f(_0x9c138a,_0x689bc7(0x150)))]));const _0x1bb089=_0x25be47?'':'['+_0x39be6f(_0x9c138a,_0x689bc7(0x14e))+']';let _0x3bf3a9=_0xb56083;return this[_0x689bc7(0xf4)][_0x689bc7(0xfa)]((_0x360356,_0x1c5fb3,_0x17611c)=>{const _0xd0f969=_0x689bc7,_0x31d407=this[_0xd0f969(0x132)][_0xd0f969(0xf2)][_0xd0f969(0xef)](_0x360356[_0xd0f969(0x14a)],{'ignoreWhitespaces':!0x0}),_0x222e8f=_0x31d407?_0x360356[_0xd0f969(0xfb)]:_0x1bb089,_0x30a1b8=_0x360356[_0xd0f969(0x14a)][_0xd0f969(0x158)](this[_0xd0f969(0x103)]),_0x53feab=_0x33c383[_0xd0f969(0x110)]('a',{'href':'#'+_0x30a1b8,...!_0x25be47&&{'tabindex':'-1'}},[_0x33c383[_0xd0f969(0x13d)](_0x222e8f)]),_0x40cd7c=this[_0xd0f969(0x132)][_0xd0f969(0xff)][_0xd0f969(0x13f)](_0xd0f969(0x11f));_0x33c383[_0xd0f969(0x119)](_0xd0f969(0x102),_0x1c5fb3,_0x53feab);const _0x3ea527=_0x33c383[_0xd0f969(0x110)]('li',null,[_0x31d407||!_0x25be47&&_0x40cd7c?_0x53feab:_0x33c383[_0xd0f969(0x13d)]('')]),_0x2da5da=_0x1c5fb3?_0x17611c[_0x1c5fb3-0x1][_0xd0f969(0x135)]:0x0,_0x507d81=Math[_0xd0f969(0x15b)](_0x360356[_0xd0f969(0x135)]-_0x2da5da);if(_0x360356[_0xd0f969(0x135)]>_0x2da5da){const _0x29aa68=N(_0x3ea527,_0x507d81,_0x33c383);_0x33c383[_0xd0f969(0x117)](_0x33c383[_0xd0f969(0x146)](_0x3bf3a9,_0xd0f969(0x112)),_0x29aa68);}else{const _0x191342=function(_0x5ad4c0,_0x39d75b){const _0x2854e8=_0xd0f969;return _0x5ad4c0[_0x2854e8(0x154)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x2854e8(0x12e)](_0x47261b=>_0x47261b['is'](_0x2854e8(0x151),'ol'))[_0x39d75b];}(_0x3bf3a9,_0x507d81);_0x33c383[_0xd0f969(0x117)](_0x33c383[_0xd0f969(0x146)](_0x191342,_0xd0f969(0x112)),_0x3ea527);}_0x3bf3a9=_0x3ea527;}),_0xb56083;}[_0x149fb9(0xfe)](_0x36abdc){const _0x5ec784=_0x149fb9,_0x5874f9=this[_0x5ec784(0xf4)][_0x36abdc][_0x5ec784(0x14a)];this[_0x5ec784(0x132)][_0x5ec784(0xf2)][_0x5ec784(0x114)](_0x1ff7cc=>{const _0x591cdd=_0x5ec784;_0x1ff7cc[_0x591cdd(0x123)](_0x5874f9,0x0);}),this[_0x5ec784(0x132)][_0x5ec784(0x15c)][_0x5ec784(0x126)][_0x5ec784(0x147)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x149fb9(0x152)](){return(_0x495200,_0x22cb10)=>{const _0x307cf4=_0x64a7,_0x1fdb5e=_0x22cb10[_0x307cf4(0xee)],_0x4cb97f=_0x1fdb5e[_0x307cf4(0x106)](_0x22cb10[_0x307cf4(0xf0)]),_0xc42493=_0x1fdb5e[_0x307cf4(0x157)](_0x4cb97f);_0xc42493['is'](_0x307cf4(0x151),_0x307cf4(0x11c))&&(_0x22cb10[_0x307cf4(0x136)]=this[_0x307cf4(0x132)][_0x307cf4(0xf2)][_0x307cf4(0x146)](_0xc42493,0x0),_0x495200[_0x307cf4(0xf9)]());};}}function N(_0x235385,_0x501ceb,_0x233caa){const _0x366135=_0x149fb9;return 0x1===_0x501ceb?_0x233caa[_0x366135(0x110)]('ol',null,[_0x235385]):_0x233caa[_0x366135(0x110)]('ol',null,[_0x233caa[_0x366135(0x110)]('li',null,[N(_0x235385,_0x501ceb-0x1,_0x233caa)])]);}
|