@ckeditor/ckeditor5-document-outline 45.0.0-alpha.10 → 45.0.0-alpha.11
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:()=>V,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>B,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){const e=a;let n="";for(const i of t[e(379)]())i instanceof r.Text&&(n+=i[e(381)]);return n}function c(){const t=["575908mjvctw","get","690ZMTjfY","2RrKcOu","has","184678uaSihT","664575KZgPQA","paragraph","heading.options","GeneralHtmlSupport","htmlH2","327339ZsDfCL","6WMPJSk","htmlH5","model","plugins","config","reduce","htmlH6","htmlH1","push","getChildren","htmlH3","data","1609192Xqsxdd","55467hlnBNS","htmlH4","565096JSBDbE"];return(c=function(){return t})()}function a(t,e){const n=c();return(a=function(t,e){return n[t-=374]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(103499===-parseInt(e(389))/1*(-parseInt(e(391))/2)+-parseInt(e(397))/3+-parseInt(e(386))/4+-parseInt(e(392))/5+-parseInt(e(398))/6*(-parseInt(e(385))/7)+-parseInt(e(382))/8+parseInt(e(383))/9*(parseInt(e(388))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(c);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=440]})(t,e)}function f(){const t=["pluginName","domConverter","4225008vdtGwS","text","documentOutline.headings","4975254OpSXdb","modelElement","getFirstPosition","_headingNames","item","model","level","8ApaQDt","getRootNames","findIndex","6530805CUGHsc","1842158vRkKPW","_deriveHeadingElementsFromConversion","push","get","isPremiumPlugin","fire","1696031kekNrY","isOfficialPlugin","change","getChildren","55ZjRnaG","editing","init","length","_getActiveHeading","indexOf","_getOutlineDefinitions","element","name","createElement","activeItemIndex","DocumentOutlineUtils","editor","domToView","4652515vjKCNQ","_getHeadingNames","540006PDNfqK","toModel","config","includes","selection","afterInit","view","backward","document","getChild","data","getRoot"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(976839===parseInt(e(452))/1+-parseInt(e(446))/2+parseInt(e(489))/3+-parseInt(e(486))/4+-parseInt(e(456))/5*(-parseInt(e(472))/6)+-parseInt(e(470))/7*(parseInt(e(442))/8)+-parseInt(e(445))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(484)](){return l(467)}static get[l(453)](){return!0}static get[l(450)](){return!0}[l(492)]=[];[l(458)](){const t=l,e=this[t(468)];this[t(492)]=this[t(471)]();let n=[];e[t(440)][t(480)].on(t(454),o((()=>{const e=t,i=n;n=this[e(462)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(441)]===n[e(441)]&&t[e(487)]===n[e(487)]&&t[e(490)]===n[e(490)])),r=(0,u.diffToChanges)(o,n),s=this[e(460)](),c=n[e(444)]((t=>t[e(490)]===s));r[e(459)]&&this[e(451)](e(454),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(451)](e(466),{index:c})}),250,{leading:!0,trailing:!0}))}[l(477)](){const t=l;this[t(492)][t(459)]||this[t(447)]()}[l(462)](){const t=l,e=this[t(468)],n=[],i=this[t(492)];for(const n of e[t(440)][t(480)][t(443)]())o(e[t(440)][t(480)][t(483)](n));function o(e){const r=t;for(const t of e[r(455)]())t.is(r(463))&&(i[r(475)](t[r(464)])&&n[r(448)]({level:i[r(461)](t[r(464)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(460)](){const t=l,e=this[t(468)][t(440)][t(480)][t(476)][t(491)](),n=new r.TreeWalker({direction:t(479),startPosition:e});for(const e of n)if(e[t(493)].is(t(463))&&this[t(492)][t(475)](e[t(493)][t(464)]))return e[t(493)]}[l(471)](){const t=l;return this[t(468)][t(474)][t(449)](t(488))||function(t){const e=a,n=t[e(374)][e(387)](e(394));return n?n[e(375)](((t,n)=>(e(393)!==n[e(400)]&&t[e(378)](n[e(400)]),t)),[]):t[e(401)][e(390)](e(395))?[e(377),e(396),e(380),e(384),e(399),e(376)]:[]}(this[t(468)])}[l(447)](){const t=l,e=this[t(468)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(457)][t(478)][t(485)][t(469)](document[t(465)](o)),r=e[t(482)][t(473)](n)[t(481)](0);r?.is(t(463))&&i[t(448)](r[t(464)])}this[t(492)]=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(t,e){const n=v();return(g=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(579966===-parseInt(e(434))/1+parseInt(e(432))/2+-parseInt(e(449))/3*(parseInt(e(428))/4)+-parseInt(e(446))/5+-parseInt(e(425))/6*(parseInt(e(436))/7)+parseInt(e(427))/8+parseInt(e(439))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class w extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(444)],o=e?"["+p(t,n(437))+"]":"";this[n(441)](n(448),""),this[n(441)](n(426),1),this[n(441)](n(429),!1),this[n(440)](n(433)).to(this,n(448),(t=>!t)),this[n(438)]({tag:n(435),attributes:{class:["ck",n(442),n(443),i.to(n(426),(t=>n(445)+t)),i.if(n(429),n(447)),i.if(n(433),n(430))],title:i.to(n(448))},children:[{text:i.to(n(448),(t=>t||o))}],on:{click:i.to(n(431))}})}}function v(){const t=["ck-document-outline__item_empty","click","1321666DfkUOe","isEmpty","476323EOUItG","div","7xCNVtN","Empty heading","setTemplate","12371256kdwGKI","bind","set","ck-reset","ck-document-outline__item","bindTemplate","ck-document-outline__item_level-","5179795GDPOmO","ck-document-outline__item_active","text","1635687vmihyd","3179598MlTXmA","level","9055944YNOAJb","4PBJRgu","isActive"];return(v=function(){return t})()}function k(t,e){const n=b();return(k=function(t,e){return n[t-=211]})(t,e)}const I=k;function b(){const t=["_scrollToItem","set","_handleItemClick","index","click","1AKzTxp","delegate","change:activeItemIndex","destroy","23928NZiccH","_insertItem","howMany","1477aPfAZA","sync","407118jyDOuO","forEach","setTemplate","isActive","4eDYjHT","documentOutlineContainer","get","div","102490pREBBz","_deleteItem","element","Editor headings will appear here as you type.","1233Zzxxpw","3633565nWTmAI","remove","2096386stvBwt","ck-reset","itemSelected","_setActiveItem","contentLanguageDirection","addMany","type","text","getIndex","level","showEmptyHeadingText","map","bind","createCollection","source","locale","delete","12zrQosP","fire","items","insert","2823270CtolGe","activeItemIndex","ck-document-outline","values","11770726XPKxYJ"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(897663===-parseInt(e(216))/1*(-parseInt(e(240))/2)+parseInt(e(261))/3+parseInt(e(229))/4*(-parseInt(e(238))/5)+-parseInt(e(225))/6+-parseInt(e(223))/7*(parseInt(e(220))/8)+parseInt(e(237))/9*(parseInt(e(233))/10)+-parseInt(e(265))/11*(parseInt(e(257))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[I(259)];[I(230)];[I(250)];constructor(t,e=!1,n){const i=I;super(t),this[i(250)]=e,this[i(212)](i(262),-1),this[i(230)]=n,this[i(259)]=this[i(253)](),this[i(259)][i(217)](i(215)).to(this),this.on(i(215),this[i(213)][i(252)](this)),this.on(i(218),((t,e,n,o)=>{this[i(243)](o,n)})),this[i(227)]({tag:i(232),attributes:{class:["ck",i(241),i(263)],dir:t[i(244)],"data-document-outline-empty-placeholder":p(t,i(236)),tabindex:-1},children:this[i(259)]})}[I(224)](t){const e=I;t[e(226)]((t=>{const n=e;n(260)==t[n(246)]?this[n(221)](t[n(214)],...t[n(264)]):n(256)==t[n(246)]&&this[n(234)](t[n(214)],t[n(222)])}))}[I(243)](t,e){const n=I;if(-1!==t){const e=this[n(259)][n(231)](t);e&&(e[n(228)]=!1)}-1!==e&&(this[n(259)][n(231)](e)[n(228)]=!0,this[n(211)](e))}[I(221)](t,...e){const n=I,i=e[n(251)](((e,i)=>{const o=n,r=new w(this[o(255)],this[o(250)]);return r[o(247)]=e[o(247)],r[o(249)]=e[o(249)],t+i===this[o(262)]&&(r[o(228)]=!0),r}));this[n(259)][n(245)](i,t)}[I(234)](t,e){const n=I;do{this[n(259)][n(239)](t)}while(--e)}[I(213)](t){const e=I,n=this[e(259)][e(248)](t[e(254)]);this[e(258)](e(242),n)}[I(211)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(259)][e(231)](t)[e(235)],20,this[e(230)])}[I(219)](){const t=I;super[t(219)](),this[t(235)][t(239)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),E=n.n(T),A=n(667),P=n.n(A),N=n(357),S=n.n(N),L=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=S();O()(L.A,D);L.A&&L.A.locals&&L.A.locals;function K(){const t=["element","change","get","indexOf","toViewElement","isPremiumPlugin","202210nmleJv","mapViewToDom","5278TXTCzT","modelElement","listenTo","editing","config","getDomRoot","652xqXgaA","documentOutline.container","fromCharCode","_handleOutlineChange","itemSelected","focusTracker","documentOutline.showEmptyHeadings","4447877tTVADL","length","init","activeItemIndex","destroy","getRootNames","appendChild","isOfficialPlugin","top","_handleItemSelected","1uHJWzr","DocumentOutlineUtils","window","_setActiveViewItem","document","floor","add","document-outline-container-not-provided","editor","8733996gbgwzz","setSelection","scroll","DocumentOutlineUI","scrollToTheSelection","_updateActiveDefinitionOnViewportChange","plugins","afterInit","locale","map","mapper","href","pluginName","render","bottom","bind","height","focus","19740OCjCqE","view","8ZJWdTZ","sync","getVisible","resize","join","_updateActiveDefinitionFromViewportThrottled","2621646HoUcEG","cancel","model","domConverter","1053hWFHvy","_currentOutlineDefinitions","95dRztae","getIntersection","319RRbJSE"];return(K=function(){return t})()}function j(t,e){const n=K();return(j=function(t,e){return n[t-=127]})(t,e)}const H=j;!function(t){const e=j,n=t();for(;;)try{if(325055===parseInt(e(148))/1*(parseInt(e(200))/2)+-parseInt(e(187))/3*(-parseInt(e(131))/4)+parseInt(e(189))/5*(parseInt(e(175))/6)+-parseInt(e(138))/7*(-parseInt(e(177))/8)+-parseInt(e(183))/9+-parseInt(e(198))/10*(-parseInt(e(191))/11)+-parseInt(e(157))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class M extends t.Plugin{[H(176)];[H(188)];[H(182)];static get[H(169)](){return H(160)}static get[H(145)](){return!0}static get[H(197)](){return!0}constructor(t){const e=H;super(t),this[e(176)]=new y(t[e(165)],this[e(156)][e(129)][e(194)](e(137)),this[e(156)][e(129)][e(194)](e(132))),this[e(188)]=[],this[e(182)]=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(162)][e(172)](this),100)}[H(140)](){const t=H,e=this[t(156)],n=e[t(163)][t(194)](t(149));let i=!1;if(this[t(176)][t(170)](),this[t(156)].ui[t(136)][t(154)](this[t(176)][t(192)]),!e[t(129)][t(194)](t(132)))throw new u.CKEditorError(t(155),{editor:e});e[t(129)][t(194)](t(132))[t(144)](this[t(176)][t(192)]),n.on(t(193),this[t(134)][t(172)](this)),n.on(t(141),((e,{index:n})=>this[t(151)](n))),this[t(176)].on(t(135),((e,n)=>{i=!0,this[t(147)](n)})),this[t(176)][t(127)](u.global[t(152)],t(159),(()=>{i?i=!1:this[t(182)]()}),{useCapture:!0}),this[t(176)][t(127)](u.global[t(150)],t(180),this[t(182)],{useCapture:!0})}[H(164)](){!async function(t){const e=p([104,118,116,79,54,122,89,88,120,70,121,99,113,105,74,108,86,67,71,57,69,112,115,87,72,82,76,107,85,68,52,73,77,111,98,50,84,119,78,80,100,48,49,65,90,102,101,51,117,110,55,114,103,75,66,81,109,56,106,53,83,97]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])((t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)})),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=j;return t[e(166)]((t=>String[e(133)](t)))[e(181)]("")}!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([104]);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(t){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:1743811200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(168)]);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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[H(142)](){const t=H;super[t(142)](),this[t(176)][t(142)](),this[t(182)][t(184)]()}[H(134)](t,{outlineDefinitions:e,outlineChanges:n}){const i=H;this[i(188)]=e,this[i(176)][i(178)](n)}[H(151)](t){const e=H;this[e(188)][e(139)]&&this[e(188)][t]&&(this[e(176)][e(141)]=t)}[H(147)](t){const e=H,n=this[e(188)][t][e(201)];this[e(156)][e(185)][e(193)]((t=>{t[e(158)](n,0)})),this[e(156)][e(128)][e(176)][e(161)]({alignToTop:!0,forceScroll:!0}),this[e(156)][e(128)][e(176)][e(174)](),this[e(151)](t)}[H(162)](){const t=H,e=this[t(156)];let n;for(const i of e[t(185)][t(152)][t(143)]()){const o=e[t(128)][t(176)][t(130)](i),r=o&&new u.Rect(o)[t(179)]();if(r){const e=new u.Rect(u.global[t(150)])[t(190)](r);e&&(n=e[t(146)]+.25*e[t(173)])}}if(void 0===n)return;const i=U(e[t(128)],this[t(188)],n);i?this[t(151)](this[t(188)][t(195)](i)):this[t(151)](-1)}}function U(t,e,n,i=0,o=e[H(139)]-1){const r=H,s=Math[r(153)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(167)][r(196)](c[r(201)]);if(!a)return null;const l=t[r(176)][r(186)][r(199)](a);return new u.Rect(l)[r(171)]>n?U(t,e,n,i,s-1):U(t,e,n,s+1,o)}return s<0?null:e[s]}const R=W;function z(){const t=["documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyDomainLimit","licenseKey","trialLimit","isPremiumPlugin","invalid","documentOutlineLicenseKeyValid","expired","requires","pluginName","documentOutlineLicenseKeyEvaluationLimit","4fMFWCE","2746440mcLyPW","evaluationLimit","41751090iqhOGD","init","documentOutlineLicenseKeyTrialLimit","996pUDIMH","2116164uUVzVG","9674238wuUeer","usageLimit","_showLicenseError","documentOutlineLicenseKeyUsageLimit","513978ygYFwu","documentOutlineLicenseKeyNotAllowed","featureNotAllowed","_licenseKeyCheckInterval","documentOutlineLicenseKeyInvalid","get","editor","22025yhlkjP","destroy","domainLimit","isOfficialPlugin","852080vQoToI","DocumentOutline","config"];return(z=function(){return t})()}function W(t,e){const n=z();return(W=function(t,e){return n[t-=115]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(835828===parseInt(e(151))/1+parseInt(e(139))/2*(-parseInt(e(146))/3)+-parseInt(e(140))/4+-parseInt(e(121))/5*(parseInt(e(145))/6)+-parseInt(e(147))/7+-parseInt(e(125))/8+parseInt(e(142))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class V extends t.Plugin{[R(130)];[R(117)];static get[R(136)](){return[h,M]}static get[R(137)](){return R(126)}static get[R(124)](){return!0}static get[R(132)](){return!0}[R(143)](){const t=R;this[t(130)]=this[t(120)][t(127)][t(119)](t(130));const e=this[t(120)];this[t(117)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(134)==r||n(118)==r||n(128)==r||n(129)==r||n(115)==r||n(138)==r||n(144)==r||n(150)==r){delete e[o],i=r,clearInterval(this[n(117)]),this[n(117)]=void 0;break}}n(118)==i&&e[n(149)](n(133)),n(128)==i&&e[n(149)](n(135)),n(129)==i&&e[n(149)](n(123)),n(115)==i&&e[n(149)](n(116),n(126)),n(138)==i&&e[n(149)](n(141)),n(144)==i&&e[n(149)](n(131)),n(150)==i&&e[n(149)](n(148))}),1e3)}[R(122)](){const t=R;super[t(122)](),this[t(117)]&&clearInterval(this[t(117)])}}var Z=n(901);const F=q;function G(){const t=["document","change","tableOfContents","selection","isEnabled","getFirstPosition","1864908WsuQqd","42oLHThX","editor","execute","schema","11992805XPmxcW","36glFpYK","insertObject","findAllowedParent","4974053ysjlGy","4230785xDgGOc","8zxCWhF","refresh","44152EPAeNj","4XTnoaZ","457400QJhDUk","model","1602600mrZIZN","createElement"];return(G=function(){return t})()}function q(t,e){const n=G();return(q=function(t,e){return n[t-=212]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(470217===parseInt(e(221))/1*(-parseInt(e(234))/2)+-parseInt(e(233))/3*(-parseInt(e(222))/4)+parseInt(e(218))/5+-parseInt(e(225))/6+parseInt(e(217))/7*(-parseInt(e(219))/8)+parseInt(e(214))/9*(-parseInt(e(223))/10)+parseInt(e(213))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class B extends t.Command{[F(236)](){const t=F;this[t(235)][t(224)][t(228)]((e=>{const n=t;this[n(235)][n(224)][n(215)](e[n(226)](n(229)))}))}[F(220)](){const t=F,e=this[t(235)][t(224)],n=e[t(227)][t(230)][t(232)]();this[t(231)]=null!==(n&&e[t(212)][t(216)](n,t(229)))}}var J=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=E().bind(null,"head"),Q.domAPI=C(),Q.insertStyleElement=S();O()(J.A,Q);J.A&&J.A.locals&&J.A.locals;function X(){const t=["1859820knLQgO","downcast","registerPostFixer","pluginName","mapper","_customDataDowncastHeadingsConversion","set","element:","name","document","clear","editor","get","heading.options","1696724JsEfLz","attributes","562698EesJQp","635663fOmjuM","model","nodeAfter","hasAttribute","match","extend","forEach","consume","consumable","insert","writer","48duOWKl","differ","getChanges","isOfficialPlugin","paragraph","HeadingId","setAttribute","has","_registerHeadingIdAttributePostfixer","for","remove","_customUpcastHeadingsConversion","getAttribute","isPremiumPlugin","delete","removeAttribute","89212laZoGa","headingId","2601952CvWUaU","afterInit","string","getContainedElement","item","config","change","schema","length","conversion","position","modelRange","type","low","upcast","viewItem","add","914356DmbJaW","attribute:headingId:","heading1","view","toViewElement","isRegistered","headingId.modelAttributeName"];return(X=function(){return t})()}const Y=$;function $(t,e){const n=X();return($=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(515825===parseInt(e(325))/1+parseInt(e(376))/2+-parseInt(e(348))/3+parseInt(e(346))/4+parseInt(e(332))/5+parseInt(e(360))/6*(-parseInt(e(349))/7)+-parseInt(e(378))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends t.Plugin{static get[Y(335)](){return Y(365)}static get[Y(363)](){return!0}static get[Y(373)](){return!0}[Y(379)](){const t=Y,e=this[t(343)];e[t(383)][t(344)](t(331))||(function(e){const n=t,i=new Map;return e?(e[n(355)]((t=>{const e=n;e(364)!==t[e(350)]&&i[e(338)](t[e(328)],t[e(350)])})),i[n(344)]("h1")||i[n(338)]("h1",n(327)),i):i}(this[t(343)][t(383)][t(344)](t(345)))[t(355)](((n,i)=>{const o=t;this[o(371)](i),this[o(337)](n),e[o(350)][o(385)][o(330)](n)&&e[o(350)][o(385)][o(354)](n,{allowAttributes:o(377)})})),this[t(368)]())}[Y(371)](t){const e=Y;this[e(343)][e(387)][e(369)](e(322))[e(324)]((n=>n.on(e(339)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(323)][o(372)]("id"),a=n[o(319)][o(381)]();if(a)return c&&c[o(386)]||a[o(352)](o(377))?void(r[o(356)](n[o(323)],{attributes:["id"]})&&s[o(366)](o(377),c,a)):(r[o(356)](n[o(323)],{attributes:["id"]}),void s[o(366)](o(377),(0,u.uid)(),a))}),{priority:u.priorities[e(344)](e(321))+.5})))}[Y(337)](t){const e=Y;this[e(343)][e(387)][e(369)](e(333))[e(324)]((n=>n.on(e(326)+t,((t,n,i)=>{const o=e;if(!i[o(357)][o(356)](n[o(382)],t[o(340)]))return;const r=n[o(382)][o(372)](o(377)),s=i[o(336)][o(329)](n[o(382)]);i[o(359)][o(366)]("id",r,s)}))))}[Y(368)](){const t=Y,e=this[t(343)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(324)](r),e[o(366)](o(377),r,n),r}function r(e,n){const i=t;e[i(375)](i(377),n)}e[t(350)][t(341)][t(334)]((s=>{const c=t,a=e[c(350)][c(341)][c(361)][c(362)]();let u=!1;for(const t of a)if(c(358)==t[c(320)]&&t[c(340)])if(t[c(340)][c(353)](/heading\d/)){const e=t[c(347)][c(344)](c(377));c(380)==typeof e?n[c(367)](e)?(o(s,t[c(388)][c(351)]),u=!0):i[c(324)](e):(o(s,t[c(388)][c(351)]),u=!0)}else c(380)==typeof t[c(347)][c(344)](c(377))&&(r(s,t[c(388)][c(351)]),u=!0);else if(c(370)==t[c(320)]){const e=t[c(347)][c(344)](c(377));c(380)==typeof e&&n[c(374)](e)}return u})),e[t(350)][t(341)].on(t(384),(()=>{const e=t;i[e(355)]((t=>n[e(324)](t))),i[e(342)]()}))}}const et=it;function nt(){const t=["filter","table-of-contents","setCustomProperty","23672gYCkAx","isInteger","fromCharCode","6394824ZrZqUv","_tableOfContentsElements","4289185QtQVfv","requires","length","domEvent","5947338mlatQM","commands","$capture","listenTo","position","elementToElement","$blockObject","tableOfContents","findMappedViewAncestor","add","Empty heading","map","editor","high","upcast","mapper","getCustomProperty","view","name","TableOfContentsEditing","reconvertItem","register","createContainerElement","110NqSWQP","click","No headings were found in the document.","_handleScrollToHeading","nodeAfter","Table of contents","_updateTableOfContentsElements","970624PcyRqF","348561TSQNmX","modelPosition","tableOfContentsHeadingIndex","setSelection","rootName","toModelElement","DocumentOutlineUtils","editingDowncast","differ","viewToModelPosition","headingId","createText","data","preventDefault","hasContent","15hSoQyb","abs","join","isOfficialPlugin","locale","insert","_redirectMapper","getAncestors","$graveyard","1011647pmuGGm","text","getAttribute","conversion","outlineDefinitions","elementToStructure","end","_headingIdModelAttributeName","document","plugins","_createTableOfContents","registerRawContentMatcher","modelElement","get","target"," table-of-contents_empty","documentOutline.showEmptyHeadings","_defineSchema","scrollToTheSelection","for","level","dataDowncast","afterInit","_currentOutlineDefinitions","init","insertTableOfContents","config","table-of-contents__placeholder","_trackNewToCElements","schema","pluginName","model","headingId.modelAttributeName","createPositionAt","getChanges","_defineConverters","forEach","stop","href","change","viewPosition","element","editing","div","isPremiumPlugin","90DglBVR","type"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=277]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(934347===parseInt(e(335))/1*(parseInt(e(367))/2)+parseInt(e(390))/3*(-parseInt(e(374))/4)+parseInt(e(340))/5+parseInt(e(344))/6+parseInt(e(285))/7+-parseInt(e(338))/8+-parseInt(e(375))/9*(parseInt(e(330))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(315)](){return et(363)}static get[et(279)](){return!0}static get[et(329)](){return!0}static get[et(341)](){return[Z.Widget,h,tt]}[et(308)];[et(339)];[et(292)];constructor(t){const e=et;super(t),this[e(308)]=[],this[e(339)]=new Set,this[e(292)]=e(385)}[et(309)](){const t=et,e=this[t(356)],n=e[t(327)][t(361)][t(293)];e[t(311)][t(298)](t(317))&&(this[t(292)]=e[t(311)][t(298)](t(317))),this[t(347)](n,t(368),((e,n)=>{const i=t;if(!n[i(299)])return;const o=n[i(299)][i(360)](i(377));Number[i(336)](o)&&(n[i(343)][i(388)](),e[i(322)](),this[i(370)](o))}),{priority:t(357),context:t(346)}),this[t(302)](),this[t(320)](),e[t(345)][t(353)](t(310),new B(e)),e[t(294)][t(298)](t(381)).on(t(324),((e,n)=>{const i=t;this[i(308)]=n[i(289)],this[i(373)]()})),this[t(347)](e[t(316)][t(293)],t(324),(()=>{this[t(313)]()}))}[et(307)](){!async function(t){const e=p([101,71,111,85,105,65,48,56,75,99,120,88,53,68,90,55,114,97,103,52,70,78,66,67,84,80,102,49,119,86,116,69,50,104,122,98,82,110,74,72,76,81,112,51,73,83,100,107,79,115,113,118,89,87,109,121,77,108,117,54,57,106]),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(355)]((t=>String[e(337)](t)))[e(278)]("")}!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([101]);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(t){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:1743811200;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(323)]);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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[et(373)](){const t=et;this[t(339)][t(321)]((e=>{const n=t;n(284)!==e[n(379)]&&this[n(356)][n(327)][n(364)](e)}))}[et(313)](){const t=et;for(const e of this[t(356)][t(316)][t(293)][t(383)][t(319)]({includeChangesInGraveyard:!0})){if(t(281)!==e[t(331)]||t(351)!==e[t(362)])return;this[t(339)][t(353)](e[t(348)][t(371)])}}[et(302)](){const t=et;this[t(356)][t(316)][t(314)][t(365)](t(351),{inheritAllFrom:t(350)})}[et(320)](){const t=et,e=this[t(356)][t(288)];e[t(304)](t(358))[t(349)]({model:t(351),view:{name:t(328),classes:t(333)}}),e[t(304)](t(306))[t(290)]({model:t(351),view:(e,{writer:n})=>this[t(295)](n,!0)}),e[t(304)](t(382))[t(290)]({model:t(351),view:(e,{writer:n})=>{const i=t;this[i(339)][i(353)](e);const o=this[i(295)](n);return(0,Z.toWidget)(o,n,{label:p(this[i(356)][i(280)],i(372))})}}),this[t(356)][t(387)][t(296)]({name:t(328),classes:t(333)}),this[t(356)][t(327)][t(359)].on(t(384),this[t(282)](),{priority:t(357)})}[et(295)](t,e=!1){const n=et,{locale:i}=this[n(356)],o=t[n(366)](n(328),{class:n(333)+(0===this[n(308)][n(342)]?n(300):""),...!e&&{"data-table-of-contents-label":p(i,n(372))}});0===this[n(308)][n(342)]&&!1===e&&t[n(281)](t[n(318)](o,n(291)),t[n(366)]("p",{class:n(312)},[t[n(386)](p(i,n(369)))]));const r=e?"":"["+p(i,n(354))+"]";let s=o;return this[n(308)][n(321)](((i,o,c)=>{const a=n,u=this[a(356)][a(316)][a(389)](i[a(297)],{ignoreWhitespaces:!0}),l=u?i[a(286)]:r,d=i[a(297)][a(287)](this[a(292)]),f=t[a(366)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(386)](l)]),h=this[a(356)][a(311)][a(298)](a(301));t[a(334)](a(377),o,f);const m=t[a(366)]("li",null,[u||!e&&h?f:t[a(386)]("")]),p=o?c[o-1][a(305)]:0,g=Math[a(277)](i[a(305)]-p);if(i[a(305)]>p){const e=rt(m,g,t);t[a(281)](t[a(318)](s,a(291)),e)}else{const e=function(t,e){const n=a;return t[n(283)]({includeSelf:!0,parentFirst:!0})[n(332)]((t=>t.is(n(326),"ol")))[e]}(s,g);t[a(281)](t[a(318)](e,a(291)),m)}s=m})),o}[et(370)](t){const e=et,n=this[e(308)][t][e(297)];this[e(356)][e(316)][e(324)]((t=>{t[e(378)](n,0)})),this[e(356)][e(327)][e(361)][e(303)]({alignToTop:!0,forceScroll:!0})}[et(282)](){return(t,e)=>{const n=it,i=e[n(359)],o=i[n(352)](e[n(325)]),r=i[n(380)](o);r.is(n(326),n(351))&&(e[n(376)]=this[n(356)][n(316)][n(318)](r,0),t[n(322)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(366)]("ol",null,[t]):n[i(366)]("ol",null,[n[i(366)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=ut;function at(){const t=["tableOfContentsLicenseKeyDomainLimit","editing","299671FgHHTD","263864KYICAT","commands","14opzJzN","view","bind","execute","TableOfContents","tableOfContentsLicenseKeyValid","4KModic","tooltip","5038132FufXjr","TableOfContentsUI","tableOfContentsLicenseKeyExpired","pluginName","domainLimit","15087683FPtcnz","insertTableOfContents","10jKCnCa","117OznoEE","componentFactory","invalid","tableOfContentsLicenseKeyTrialLimit","isPremiumPlugin","30jAOBPu","licenseKey","focus","tableOfContentsLicenseKeyInvalid","_createButton","tableOfContentsLicenseKeyNotAllowed","tableOfContents","init","tableOfContentsLicenseKeyEvaluationLimit","isEnabled","config","trialLimit","_showLicenseError","24UrlWXA","menuBar:tableOfContents","set","featureNotAllowed","2666319ZzTaLg","locale","evaluationLimit","235380eAPVTH","destroy","258670ZuIuNK","tableOfContentsLicenseKeyUsageLimit","editor","usageLimit","listenTo","isOfficialPlugin","expired","Table of contents","get","add","_licenseKeyCheckInterval"];return(at=function(){return t})()}function ut(t,e){const n=at();return(ut=function(t,e){return n[t-=284]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(852585===-parseInt(e(286))/1*(parseInt(e(304))/2)+parseInt(e(327))/3*(-parseInt(e(295))/4)+parseInt(e(332))/5+parseInt(e(330))/6*(-parseInt(e(289))/7)+parseInt(e(287))/8*(-parseInt(e(305))/9)+parseInt(e(310))/10*(parseInt(e(297))/11)+-parseInt(e(323))/12*(-parseInt(e(302))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[ct(311)];[ct(342)];static get[ct(300)](){return ct(298)}static get[ct(337)](){return!0}static get[ct(309)](){return!0}[ct(317)](){const t=ct,e=this[t(334)];e.ui[t(306)][t(341)](t(316),(()=>{const e=t,n=this[e(314)](m.ButtonView);return n[e(296)]=!0,n})),e.ui[t(306)][t(341)](t(324),(()=>this[t(314)](m.MenuBarMenuListItemButtonView))),this[t(311)]=this[t(334)][t(320)][t(340)](t(311));const n=this[t(334)];this[t(342)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(294)==r||e(313)==r||e(299)==r||e(284)==r||e(315)==r||e(318)==r||e(308)==r||e(333)==r){delete n[o],i=r,clearInterval(this[e(342)]),this[e(342)]=void 0;break}}e(313)==i&&n[e(322)](e(307)),e(299)==i&&n[e(322)](e(338)),e(284)==i&&n[e(322)](e(301)),e(315)==i&&n[e(322)](e(326),e(293)),e(318)==i&&n[e(322)](e(329)),e(308)==i&&n[e(322)](e(321)),e(333)==i&&n[e(322)](e(335))}),1e3)}[ct(314)](t){const e=ct,n=this[e(334)],i=n[e(328)],o=n[e(288)][e(340)](e(303)),r=new t(i);return r[e(325)]({label:p(i,e(339)),icon:st.IconTableOfContents}),r[e(291)](e(319)).to(o,e(319)),this[e(336)](r,e(292),(()=>{const t=e;n[t(292)](t(303)),n[t(285)][t(290)][t(312)]()})),r}[ct(331)](){const t=ct;super[t(331)](),this[t(342)]&&clearInterval(this[t(342)])}}var dt=ft;function ft(t,e){var n=ht();return(ft=function(t,e){return n[t-=132]})(t,e)}function ht(){var t=["1QxWHjB","TableOfContents","isPremiumPlugin","48mCPxlt","9RlrNVr","1937032mkeOZU","7NUkzrx","18180074MhUxcO","requires","41716upUaNi","6063396ZixtCS","309390KOKuIn","246063ldxpOE","pluginName","isOfficialPlugin","14065670lcQYpd"];return(ht=function(){return t})()}!function(t){for(var e=ft,n=t();;)try{if(781334===-parseInt(e(138))/1*(-parseInt(e(147))/2)+-parseInt(e(134))/3*(parseInt(e(141))/4)+-parseInt(e(133))/5+-parseInt(e(132))/6+parseInt(e(144))/7*(-parseInt(e(143))/8)+parseInt(e(142))/9*(parseInt(e(137))/10)+parseInt(e(145))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[dt(146)](){return[ot,lt]}static get[dt(135)](){return dt(139)}static get[dt(136)](){return!0}static get[dt(140)](){return!0}}function pt(){var t=["3114344qKoyzS","149314Nlnqkv","402iJxxaZ","438808FmCoUg","3546010vpIGxq","8652186dSPbtd","629361KfhPye","30eBeiAl","35539ZqWtux"];return(pt=function(){return t})()}function gt(t,e){var n=pt();return(gt=function(t,e){return n[t-=299]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(454487===parseInt(e(303))/1+parseInt(e(307))/2*(parseInt(e(304))/3)+-parseInt(e(306))/4+-parseInt(e(301))/5+parseInt(e(299))/6*(-parseInt(e(305))/7)+-parseInt(e(300))/8+parseInt(e(302))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>J,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){const e=a;let n="";for(const i of t[e(379)]())i instanceof r.Text&&(n+=i[e(381)]);return n}function c(){const t=["575908mjvctw","get","690ZMTjfY","2RrKcOu","has","184678uaSihT","664575KZgPQA","paragraph","heading.options","GeneralHtmlSupport","htmlH2","327339ZsDfCL","6WMPJSk","htmlH5","model","plugins","config","reduce","htmlH6","htmlH1","push","getChildren","htmlH3","data","1609192Xqsxdd","55467hlnBNS","htmlH4","565096JSBDbE"];return(c=function(){return t})()}function a(t,e){const n=c();return(a=function(t,e){return n[t-=374]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(103499===-parseInt(e(389))/1*(-parseInt(e(391))/2)+-parseInt(e(397))/3+-parseInt(e(386))/4+-parseInt(e(392))/5+-parseInt(e(398))/6*(-parseInt(e(385))/7)+-parseInt(e(382))/8+parseInt(e(383))/9*(parseInt(e(388))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(c);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=440]})(t,e)}function f(){const t=["pluginName","domConverter","4225008vdtGwS","text","documentOutline.headings","4975254OpSXdb","modelElement","getFirstPosition","_headingNames","item","model","level","8ApaQDt","getRootNames","findIndex","6530805CUGHsc","1842158vRkKPW","_deriveHeadingElementsFromConversion","push","get","isPremiumPlugin","fire","1696031kekNrY","isOfficialPlugin","change","getChildren","55ZjRnaG","editing","init","length","_getActiveHeading","indexOf","_getOutlineDefinitions","element","name","createElement","activeItemIndex","DocumentOutlineUtils","editor","domToView","4652515vjKCNQ","_getHeadingNames","540006PDNfqK","toModel","config","includes","selection","afterInit","view","backward","document","getChild","data","getRoot"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(976839===parseInt(e(452))/1+-parseInt(e(446))/2+parseInt(e(489))/3+-parseInt(e(486))/4+-parseInt(e(456))/5*(-parseInt(e(472))/6)+-parseInt(e(470))/7*(parseInt(e(442))/8)+-parseInt(e(445))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(484)](){return l(467)}static get[l(453)](){return!0}static get[l(450)](){return!0}[l(492)]=[];[l(458)](){const t=l,e=this[t(468)];this[t(492)]=this[t(471)]();let n=[];e[t(440)][t(480)].on(t(454),o((()=>{const e=t,i=n;n=this[e(462)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(441)]===n[e(441)]&&t[e(487)]===n[e(487)]&&t[e(490)]===n[e(490)])),r=(0,u.diffToChanges)(o,n),s=this[e(460)](),c=n[e(444)]((t=>t[e(490)]===s));r[e(459)]&&this[e(451)](e(454),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(451)](e(466),{index:c})}),250,{leading:!0,trailing:!0}))}[l(477)](){const t=l;this[t(492)][t(459)]||this[t(447)]()}[l(462)](){const t=l,e=this[t(468)],n=[],i=this[t(492)];for(const n of e[t(440)][t(480)][t(443)]())o(e[t(440)][t(480)][t(483)](n));function o(e){const r=t;for(const t of e[r(455)]())t.is(r(463))&&(i[r(475)](t[r(464)])&&n[r(448)]({level:i[r(461)](t[r(464)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(460)](){const t=l,e=this[t(468)][t(440)][t(480)][t(476)][t(491)](),n=new r.TreeWalker({direction:t(479),startPosition:e});for(const e of n)if(e[t(493)].is(t(463))&&this[t(492)][t(475)](e[t(493)][t(464)]))return e[t(493)]}[l(471)](){const t=l;return this[t(468)][t(474)][t(449)](t(488))||function(t){const e=a,n=t[e(374)][e(387)](e(394));return n?n[e(375)](((t,n)=>(e(393)!==n[e(400)]&&t[e(378)](n[e(400)]),t)),[]):t[e(401)][e(390)](e(395))?[e(377),e(396),e(380),e(384),e(399),e(376)]:[]}(this[t(468)])}[l(447)](){const t=l,e=this[t(468)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(457)][t(478)][t(485)][t(469)](document[t(465)](o)),r=e[t(482)][t(473)](n)[t(481)](0);r?.is(t(463))&&i[t(448)](r[t(464)])}this[t(492)]=i}}var p=n(311);function m(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=v();return(g=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(579966===-parseInt(e(434))/1+parseInt(e(432))/2+-parseInt(e(449))/3*(parseInt(e(428))/4)+-parseInt(e(446))/5+-parseInt(e(425))/6*(parseInt(e(436))/7)+parseInt(e(427))/8+parseInt(e(439))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class w extends p.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(444)],o=e?"["+m(t,n(437))+"]":"";this[n(441)](n(448),""),this[n(441)](n(426),1),this[n(441)](n(429),!1),this[n(440)](n(433)).to(this,n(448),(t=>!t)),this[n(438)]({tag:n(435),attributes:{class:["ck",n(442),n(443),i.to(n(426),(t=>n(445)+t)),i.if(n(429),n(447)),i.if(n(433),n(430))],title:i.to(n(448))},children:[{text:i.to(n(448),(t=>t||o))}],on:{click:i.to(n(431))}})}}function v(){const t=["ck-document-outline__item_empty","click","1321666DfkUOe","isEmpty","476323EOUItG","div","7xCNVtN","Empty heading","setTemplate","12371256kdwGKI","bind","set","ck-reset","ck-document-outline__item","bindTemplate","ck-document-outline__item_level-","5179795GDPOmO","ck-document-outline__item_active","text","1635687vmihyd","3179598MlTXmA","level","9055944YNOAJb","4PBJRgu","isActive"];return(v=function(){return t})()}function I(t,e){const n=b();return(I=function(t,e){return n[t-=211]})(t,e)}const k=I;function b(){const t=["_scrollToItem","set","_handleItemClick","index","click","1AKzTxp","delegate","change:activeItemIndex","destroy","23928NZiccH","_insertItem","howMany","1477aPfAZA","sync","407118jyDOuO","forEach","setTemplate","isActive","4eDYjHT","documentOutlineContainer","get","div","102490pREBBz","_deleteItem","element","Editor headings will appear here as you type.","1233Zzxxpw","3633565nWTmAI","remove","2096386stvBwt","ck-reset","itemSelected","_setActiveItem","contentLanguageDirection","addMany","type","text","getIndex","level","showEmptyHeadingText","map","bind","createCollection","source","locale","delete","12zrQosP","fire","items","insert","2823270CtolGe","activeItemIndex","ck-document-outline","values","11770726XPKxYJ"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(897663===-parseInt(e(216))/1*(-parseInt(e(240))/2)+parseInt(e(261))/3+parseInt(e(229))/4*(-parseInt(e(238))/5)+-parseInt(e(225))/6+-parseInt(e(223))/7*(parseInt(e(220))/8)+parseInt(e(237))/9*(parseInt(e(233))/10)+-parseInt(e(265))/11*(parseInt(e(257))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends p.View{[k(259)];[k(230)];[k(250)];constructor(t,e=!1,n){const i=k;super(t),this[i(250)]=e,this[i(212)](i(262),-1),this[i(230)]=n,this[i(259)]=this[i(253)](),this[i(259)][i(217)](i(215)).to(this),this.on(i(215),this[i(213)][i(252)](this)),this.on(i(218),((t,e,n,o)=>{this[i(243)](o,n)})),this[i(227)]({tag:i(232),attributes:{class:["ck",i(241),i(263)],dir:t[i(244)],"data-document-outline-empty-placeholder":m(t,i(236)),tabindex:-1},children:this[i(259)]})}[k(224)](t){const e=k;t[e(226)]((t=>{const n=e;n(260)==t[n(246)]?this[n(221)](t[n(214)],...t[n(264)]):n(256)==t[n(246)]&&this[n(234)](t[n(214)],t[n(222)])}))}[k(243)](t,e){const n=k;if(-1!==t){const e=this[n(259)][n(231)](t);e&&(e[n(228)]=!1)}-1!==e&&(this[n(259)][n(231)](e)[n(228)]=!0,this[n(211)](e))}[k(221)](t,...e){const n=k,i=e[n(251)](((e,i)=>{const o=n,r=new w(this[o(255)],this[o(250)]);return r[o(247)]=e[o(247)],r[o(249)]=e[o(249)],t+i===this[o(262)]&&(r[o(228)]=!0),r}));this[n(259)][n(245)](i,t)}[k(234)](t,e){const n=k;do{this[n(259)][n(239)](t)}while(--e)}[k(213)](t){const e=k,n=this[e(259)][e(248)](t[e(254)]);this[e(258)](e(242),n)}[k(211)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(259)][e(231)](t)[e(235)],20,this[e(230)])}[k(219)](){const t=k;super[t(219)](),this[t(235)][t(239)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),E=n.n(T),P=n(667),A=n.n(P),N=n(357),L=n.n(N),S=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=A(),D.insert=E().bind(null,"head"),D.domAPI=C(),D.insertStyleElement=L();O()(S.A,D);S.A&&S.A.locals&&S.A.locals;const K=j;function j(t,e){const n=U();return(j=function(t,e){return n[t-=496]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(531661===parseInt(e(546))/1*(-parseInt(e(513))/2)+parseInt(e(518))/3+parseInt(e(559))/4*(parseInt(e(567))/5)+parseInt(e(503))/6*(-parseInt(e(540))/7)+-parseInt(e(512))/8*(parseInt(e(516))/9)+-parseInt(e(543))/10*(parseInt(e(514))/11)+parseInt(e(544))/12*(parseInt(e(498))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class H extends t.Plugin{[K(549)];[K(551)];[K(552)];static get[K(537)](){return K(566)}static get[K(500)](){return!0}static get[K(527)](){return!0}constructor(t){const e=K;super(t),this[e(549)]=new y(t[e(542)],this[e(504)][e(565)][e(515)](e(532)),this[e(504)][e(565)][e(515)](e(505))),this[e(551)]=[],this[e(552)]=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(569)][e(502)](this),100)}[K(526)](){const t=K,e=this[t(504)],n=e[t(524)][t(515)](t(534));let i=!1;if(this[t(549)][t(519)](),this[t(504)].ui[t(520)][t(555)](this[t(549)][t(550)]),!e[t(565)][t(515)](t(505)))throw new u.CKEditorError(t(538),{editor:e});e[t(565)][t(515)](t(505))[t(553)](this[t(549)][t(550)]),n.on(t(510),this[t(501)][t(502)](this)),n.on(t(570),((e,{index:n})=>this[t(536)](n))),this[t(549)].on(t(535),((e,n)=>{i=!0,this[t(562)](n)})),this[t(549)][t(545)](u.global[t(541)],t(568),(()=>{i?i=!1:this[t(552)]()}),{useCapture:!0}),this[t(549)][t(545)](u.global[t(523)],t(571),this[t(552)],{useCapture:!0})}[K(511)](){!async function(t){const e=m([49,50,71,77,65,113,84,51,100,81,79,107,101,102,82,114,104,109,87,106,108,66,120,90,85,67,117,76,118,89,69,105,52,88,80,48,75,72,112,74,97,54,83,119,115,86,98,121,57,110,103,73,55,99,111,78,68,56,53,70,116,122]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=j;return t[e(529)]((t=>String[e(496)](t)))[e(521)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([71]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([68,79]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1743897600;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=j,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(557)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch(t){return m([73,110,118,97,108,105,100])}}())}(this)}[K(506)](){const t=K;super[t(506)](),this[t(549)][t(506)](),this[t(552)][t(558)]()}[K(501)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(551)]=e,this[i(549)][i(530)](n)}[K(536)](t){const e=K;this[e(551)][e(564)]&&this[e(551)][t]&&(this[e(549)][e(570)]=t)}[K(562)](t){const e=K,n=this[e(551)][t][e(517)];this[e(504)][e(560)][e(510)]((t=>{t[e(548)](n,0)})),this[e(504)][e(497)][e(549)][e(554)]({alignToTop:!0,forceScroll:!0}),this[e(504)][e(497)][e(549)][e(561)](),this[e(536)](t)}[K(569)](){const t=K,e=this[t(504)];let n;for(const i of e[t(560)][t(541)][t(508)]()){const o=e[t(497)][t(549)][t(499)](i),r=o&&new u.Rect(o)[t(507)]();if(r){const e=new u.Rect(u.global[t(523)])[t(509)](r);e&&(n=e[t(539)]+.25*e[t(525)])}}if(void 0===n)return;const i=M(e[t(497)],this[t(551)],n);i?this[t(536)](this[t(551)][t(563)](i)):this[t(536)](-1)}}function M(t,e,n,i=0,o=e[K(564)]-1){const r=K,s=Math[r(533)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(528)][r(522)](c[r(517)]);if(!a)return null;const l=t[r(549)][r(531)][r(556)](a);return new u.Rect(l)[r(547)]>n?M(t,e,n,i,s-1):M(t,e,n,s+1,o)}return s<0?null:e[s]}function U(){const t=["bind","86058BgGxNq","editor","documentOutline.container","destroy","getVisible","getRootNames","getIntersection","change","afterInit","8FOLkDm","24918NSjkQp","11LRGPPE","get","8429175TruDEQ","modelElement","408051TaGwGW","render","focusTracker","join","toViewElement","window","plugins","height","init","isPremiumPlugin","mapper","map","sync","domConverter","documentOutline.showEmptyHeadings","floor","DocumentOutlineUtils","itemSelected","_setActiveViewItem","pluginName","document-outline-container-not-provided","top","56pwHqcr","document","locale","7251360HeyLUz","4032XHvJGa","listenTo","37cLhMyH","bottom","setSelection","view","element","_currentOutlineDefinitions","_updateActiveDefinitionFromViewportThrottled","appendChild","scrollToTheSelection","add","mapViewToDom","href","cancel","32972ihtBlK","model","focus","_handleItemSelected","indexOf","length","config","DocumentOutlineUI","390QyJGwv","scroll","_updateActiveDefinitionOnViewportChange","activeItemIndex","resize","fromCharCode","editing","76999ByTMOe","getDomRoot","isOfficialPlugin","_handleOutlineChange"];return(U=function(){return t})()}const R=G;function Z(){const t=["documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyDomainLimit","licenseKey","trialLimit","isPremiumPlugin","invalid","documentOutlineLicenseKeyValid","expired","requires","pluginName","documentOutlineLicenseKeyEvaluationLimit","4fMFWCE","2746440mcLyPW","evaluationLimit","41751090iqhOGD","init","documentOutlineLicenseKeyTrialLimit","996pUDIMH","2116164uUVzVG","9674238wuUeer","usageLimit","_showLicenseError","documentOutlineLicenseKeyUsageLimit","513978ygYFwu","documentOutlineLicenseKeyNotAllowed","featureNotAllowed","_licenseKeyCheckInterval","documentOutlineLicenseKeyInvalid","get","editor","22025yhlkjP","destroy","domainLimit","isOfficialPlugin","852080vQoToI","DocumentOutline","config"];return(Z=function(){return t})()}function G(t,e){const n=Z();return(G=function(t,e){return n[t-=115]})(t,e)}!function(t){const e=G,n=t();for(;;)try{if(835828===parseInt(e(151))/1+parseInt(e(139))/2*(-parseInt(e(146))/3)+-parseInt(e(140))/4+-parseInt(e(121))/5*(parseInt(e(145))/6)+-parseInt(e(147))/7+-parseInt(e(125))/8+parseInt(e(142))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class W extends t.Plugin{[R(130)];[R(117)];static get[R(136)](){return[h,H]}static get[R(137)](){return R(126)}static get[R(124)](){return!0}static get[R(132)](){return!0}[R(143)](){const t=R;this[t(130)]=this[t(120)][t(127)][t(119)](t(130));const e=this[t(120)];this[t(117)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(134)==r||n(118)==r||n(128)==r||n(129)==r||n(115)==r||n(138)==r||n(144)==r||n(150)==r){delete e[o],i=r,clearInterval(this[n(117)]),this[n(117)]=void 0;break}}n(118)==i&&e[n(149)](n(133)),n(128)==i&&e[n(149)](n(135)),n(129)==i&&e[n(149)](n(123)),n(115)==i&&e[n(149)](n(116),n(126)),n(138)==i&&e[n(149)](n(141)),n(144)==i&&e[n(149)](n(131)),n(150)==i&&e[n(149)](n(148))}),1e3)}[R(122)](){const t=R;super[t(122)](),this[t(117)]&&clearInterval(this[t(117)])}}var z=n(901);const V=F;function B(){const t=["document","change","tableOfContents","selection","isEnabled","getFirstPosition","1864908WsuQqd","42oLHThX","editor","execute","schema","11992805XPmxcW","36glFpYK","insertObject","findAllowedParent","4974053ysjlGy","4230785xDgGOc","8zxCWhF","refresh","44152EPAeNj","4XTnoaZ","457400QJhDUk","model","1602600mrZIZN","createElement"];return(B=function(){return t})()}function F(t,e){const n=B();return(F=function(t,e){return n[t-=212]})(t,e)}!function(t){const e=F,n=t();for(;;)try{if(470217===parseInt(e(221))/1*(-parseInt(e(234))/2)+-parseInt(e(233))/3*(-parseInt(e(222))/4)+parseInt(e(218))/5+-parseInt(e(225))/6+parseInt(e(217))/7*(-parseInt(e(219))/8)+parseInt(e(214))/9*(-parseInt(e(223))/10)+parseInt(e(213))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class J extends t.Command{[V(236)](){const t=V;this[t(235)][t(224)][t(228)]((e=>{const n=t;this[n(235)][n(224)][n(215)](e[n(226)](n(229)))}))}[V(220)](){const t=V,e=this[t(235)][t(224)],n=e[t(227)][t(230)][t(232)]();this[t(231)]=null!==(n&&e[t(212)][t(216)](n,t(229)))}}var Q=n(336),q={attributes:{"data-cke":!0}};q.setAttributes=A(),q.insert=E().bind(null,"head"),q.domAPI=C(),q.insertStyleElement=L();O()(Q.A,q);Q.A&&Q.A.locals&&Q.A.locals;function X(){const t=["1859820knLQgO","downcast","registerPostFixer","pluginName","mapper","_customDataDowncastHeadingsConversion","set","element:","name","document","clear","editor","get","heading.options","1696724JsEfLz","attributes","562698EesJQp","635663fOmjuM","model","nodeAfter","hasAttribute","match","extend","forEach","consume","consumable","insert","writer","48duOWKl","differ","getChanges","isOfficialPlugin","paragraph","HeadingId","setAttribute","has","_registerHeadingIdAttributePostfixer","for","remove","_customUpcastHeadingsConversion","getAttribute","isPremiumPlugin","delete","removeAttribute","89212laZoGa","headingId","2601952CvWUaU","afterInit","string","getContainedElement","item","config","change","schema","length","conversion","position","modelRange","type","low","upcast","viewItem","add","914356DmbJaW","attribute:headingId:","heading1","view","toViewElement","isRegistered","headingId.modelAttributeName"];return(X=function(){return t})()}const Y=$;function $(t,e){const n=X();return($=function(t,e){return n[t-=319]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(515825===parseInt(e(325))/1+parseInt(e(376))/2+-parseInt(e(348))/3+parseInt(e(346))/4+parseInt(e(332))/5+parseInt(e(360))/6*(-parseInt(e(349))/7)+-parseInt(e(378))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends t.Plugin{static get[Y(335)](){return Y(365)}static get[Y(363)](){return!0}static get[Y(373)](){return!0}[Y(379)](){const t=Y,e=this[t(343)];e[t(383)][t(344)](t(331))||(function(e){const n=t,i=new Map;return e?(e[n(355)]((t=>{const e=n;e(364)!==t[e(350)]&&i[e(338)](t[e(328)],t[e(350)])})),i[n(344)]("h1")||i[n(338)]("h1",n(327)),i):i}(this[t(343)][t(383)][t(344)](t(345)))[t(355)](((n,i)=>{const o=t;this[o(371)](i),this[o(337)](n),e[o(350)][o(385)][o(330)](n)&&e[o(350)][o(385)][o(354)](n,{allowAttributes:o(377)})})),this[t(368)]())}[Y(371)](t){const e=Y;this[e(343)][e(387)][e(369)](e(322))[e(324)]((n=>n.on(e(339)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(323)][o(372)]("id"),a=n[o(319)][o(381)]();if(a)return c&&c[o(386)]||a[o(352)](o(377))?void(r[o(356)](n[o(323)],{attributes:["id"]})&&s[o(366)](o(377),c,a)):(r[o(356)](n[o(323)],{attributes:["id"]}),void s[o(366)](o(377),(0,u.uid)(),a))}),{priority:u.priorities[e(344)](e(321))+.5})))}[Y(337)](t){const e=Y;this[e(343)][e(387)][e(369)](e(333))[e(324)]((n=>n.on(e(326)+t,((t,n,i)=>{const o=e;if(!i[o(357)][o(356)](n[o(382)],t[o(340)]))return;const r=n[o(382)][o(372)](o(377)),s=i[o(336)][o(329)](n[o(382)]);i[o(359)][o(366)]("id",r,s)}))))}[Y(368)](){const t=Y,e=this[t(343)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(324)](r),e[o(366)](o(377),r,n),r}function r(e,n){const i=t;e[i(375)](i(377),n)}e[t(350)][t(341)][t(334)]((s=>{const c=t,a=e[c(350)][c(341)][c(361)][c(362)]();let u=!1;for(const t of a)if(c(358)==t[c(320)]&&t[c(340)])if(t[c(340)][c(353)](/heading\d/)){const e=t[c(347)][c(344)](c(377));c(380)==typeof e?n[c(367)](e)?(o(s,t[c(388)][c(351)]),u=!0):i[c(324)](e):(o(s,t[c(388)][c(351)]),u=!0)}else c(380)==typeof t[c(347)][c(344)](c(377))&&(r(s,t[c(388)][c(351)]),u=!0);else if(c(370)==t[c(320)]){const e=t[c(347)][c(344)](c(377));c(380)==typeof e&&n[c(374)](e)}return u})),e[t(350)][t(341)].on(t(384),(()=>{const e=t;i[e(355)]((t=>n[e(324)](t))),i[e(342)]()}))}}const et=it;function nt(){const t=["element","createText","getAttribute","change","getCustomProperty","isInteger","mapper","conversion","model","documentOutline.showEmptyHeadings","_currentOutlineDefinitions","$graveyard","href","_createTableOfContents","tableOfContentsHeadingIndex","table-of-contents__placeholder","domEvent","listenTo","11663728bzZthR","toModelElement","filter","_defineConverters","56DfZStp","document","locale","click","forEach"," table-of-contents_empty","end","reconvertItem","editor","1599888YSTYuj","415955ZIGKuj","editing","level","Table of contents","init","get","DocumentOutlineUtils","153ZZNIGu","_trackNewToCElements","headingId","div","map","target","register","_headingIdModelAttributeName","No headings were found in the document.","viewPosition","insert","Empty heading","nodeAfter","fromCharCode","1681070ZPNRvW","insertTableOfContents","editingDowncast","join","TableOfContentsEditing","_defineSchema","isPremiumPlugin","50794NUJhZm","$blockObject","modelPosition","stop","dataDowncast","_redirectMapper","7573782cUAZne","registerRawContentMatcher","type","getChanges","outlineDefinitions","modelElement","setSelection","headingId.modelAttributeName","setCustomProperty","elementToElement","differ","getAncestors","viewToModelPosition","schema","rootName","name","createPositionAt","8800260ltWQdX","hasContent","createContainerElement","plugins","upcast","_tableOfContentsElements","commands","high","table-of-contents","4fojrOX","isOfficialPlugin","tableOfContents","preventDefault","findMappedViewAncestor","view","abs","elementToStructure","text","scrollToTheSelection","add","for","requires","pluginName","afterInit","length","_updateTableOfContentsElements","position","_handleScrollToHeading","config","$capture","data"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=490]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(990563===parseInt(e(576))/1*(-parseInt(e(538))/2)+-parseInt(e(547))/3*(-parseInt(e(494))/4)+parseInt(e(548))/5+-parseInt(e(582))/6+-parseInt(e(599))/7+parseInt(e(534))/8+parseInt(e(555))/9*(parseInt(e(569))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(507)](){return et(573)}static get[et(495)](){return!0}static get[et(575)](){return!0}static get[et(506)](){return[z.Widget,h,tt]}[et(526)];[et(490)];[et(562)];constructor(t){const e=et;super(t),this[e(526)]=[],this[e(490)]=new Set,this[e(562)]=e(557)}[et(552)](){const t=et,e=this[t(546)],n=e[t(549)][t(499)][t(539)];e[t(513)][t(553)](t(589))&&(this[t(562)]=e[t(513)][t(553)](t(589))),this[t(533)](n,t(541),((e,n)=>{const i=t;if(!n[i(560)])return;const o=n[i(560)][i(520)](i(530));Number[i(521)](o)&&(n[i(532)][i(497)](),e[i(579)](),this[i(512)](o))}),{priority:t(492),context:t(514)}),this[t(574)](),this[t(537)](),e[t(491)][t(504)](t(570),new J(e)),e[t(602)][t(553)](t(554)).on(t(519),((e,n)=>{const i=t;this[i(526)]=n[i(586)],this[i(510)]()})),this[t(533)](e[t(524)][t(539)],t(519),(()=>{this[t(556)]()}))}[et(508)](){!async function(t){const e=m([118,122,71,85,87,79,72,98,90,65,82,67,102,111,109,121,57,54,68,113,52,50,48,75,116,78,89,88,49,110,73,105,70,69,81,77,119,83,56,120,103,74,106,104,76,86,80,84,66,99,115,53,55,97,107,114,117,112,51,100,101,108]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=it;return t[e(559)]((t=>String[e(568)](t)))[e(572)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([118]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(r(),t)),(()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](c)[m([99,97,116,99,104])]((()=>{c(m([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])(((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])]((()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))}))}));function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([84,79,67]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1743897600;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=it,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(528)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([115,111,109,101])]((t=>o[m([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])]((e=>{e!=m([86,97,108,105,100])&&t(e)}),n)})):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch(t){return m([73,110,118,97,108,105,100])}}())}(this)}[et(510)](){const t=et;this[t(490)][t(542)]((e=>{const n=t;n(527)!==e[n(596)]&&this[n(546)][n(549)][n(545)](e)}))}[et(556)](){const t=et;for(const e of this[t(546)][t(524)][t(539)][t(592)][t(585)]({includeChangesInGraveyard:!0})){if(t(565)!==e[t(584)]||t(496)!==e[t(597)])return;this[t(490)][t(504)](e[t(511)][t(567)])}}[et(574)](){const t=et;this[t(546)][t(524)][t(595)][t(561)](t(496),{inheritAllFrom:t(577)})}[et(537)](){const t=et,e=this[t(546)][t(523)];e[t(505)](t(603))[t(591)]({model:t(496),view:{name:t(558),classes:t(493)}}),e[t(505)](t(580))[t(501)]({model:t(496),view:(e,{writer:n})=>this[t(529)](n,!0)}),e[t(505)](t(571))[t(501)]({model:t(496),view:(e,{writer:n})=>{const i=t;this[i(490)][i(504)](e);const o=this[i(529)](n);return(0,z.toWidget)(o,n,{label:m(this[i(546)][i(540)],i(551))})}}),this[t(546)][t(515)][t(583)]({name:t(558),classes:t(493)}),this[t(546)][t(549)][t(522)].on(t(594),this[t(581)](),{priority:t(492)})}[et(529)](t,e=!1){const n=et,{locale:i}=this[n(546)],o=t[n(601)](n(558),{class:n(493)+(0===this[n(526)][n(509)]?n(543):""),...!e&&{"data-table-of-contents-label":m(i,n(551))}});0===this[n(526)][n(509)]&&!1===e&&t[n(565)](t[n(598)](o,n(544)),t[n(601)]("p",{class:n(531)},[t[n(517)](m(i,n(563)))]));const r=e?"":"["+m(i,n(566))+"]";let s=o;return this[n(526)][n(542)](((i,o,c)=>{const a=n,u=this[a(546)][a(524)][a(600)](i[a(587)],{ignoreWhitespaces:!0}),l=u?i[a(502)]:r,d=i[a(587)][a(518)](this[a(562)]),f=t[a(601)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(517)](l)]),h=this[a(546)][a(513)][a(553)](a(525));t[a(590)](a(530),o,f);const p=t[a(601)]("li",null,[u||!e&&h?f:t[a(517)]("")]),m=o?c[o-1][a(550)]:0,g=Math[a(500)](i[a(550)]-m);if(i[a(550)]>m){const e=rt(p,g,t);t[a(565)](t[a(598)](s,a(544)),e)}else{const e=function(t,e){const n=a;return t[n(593)]({includeSelf:!0,parentFirst:!0})[n(536)]((t=>t.is(n(516),"ol")))[e]}(s,g);t[a(565)](t[a(598)](e,a(544)),p)}s=p})),o}[et(512)](t){const e=et,n=this[e(526)][t][e(587)];this[e(546)][e(524)][e(519)]((t=>{t[e(588)](n,0)})),this[e(546)][e(549)][e(499)][e(503)]({alignToTop:!0,forceScroll:!0})}[et(581)](){return(t,e)=>{const n=it,i=e[n(522)],o=i[n(498)](e[n(564)]),r=i[n(535)](o);r.is(n(516),n(496))&&(e[n(578)]=this[n(546)][n(524)][n(598)](r,0),t[n(579)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(601)]("ol",null,[t]):n[i(601)]("ol",null,[n[i(601)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=ut;function at(){const t=["tableOfContentsLicenseKeyDomainLimit","editing","299671FgHHTD","263864KYICAT","commands","14opzJzN","view","bind","execute","TableOfContents","tableOfContentsLicenseKeyValid","4KModic","tooltip","5038132FufXjr","TableOfContentsUI","tableOfContentsLicenseKeyExpired","pluginName","domainLimit","15087683FPtcnz","insertTableOfContents","10jKCnCa","117OznoEE","componentFactory","invalid","tableOfContentsLicenseKeyTrialLimit","isPremiumPlugin","30jAOBPu","licenseKey","focus","tableOfContentsLicenseKeyInvalid","_createButton","tableOfContentsLicenseKeyNotAllowed","tableOfContents","init","tableOfContentsLicenseKeyEvaluationLimit","isEnabled","config","trialLimit","_showLicenseError","24UrlWXA","menuBar:tableOfContents","set","featureNotAllowed","2666319ZzTaLg","locale","evaluationLimit","235380eAPVTH","destroy","258670ZuIuNK","tableOfContentsLicenseKeyUsageLimit","editor","usageLimit","listenTo","isOfficialPlugin","expired","Table of contents","get","add","_licenseKeyCheckInterval"];return(at=function(){return t})()}function ut(t,e){const n=at();return(ut=function(t,e){return n[t-=284]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(852585===-parseInt(e(286))/1*(parseInt(e(304))/2)+parseInt(e(327))/3*(-parseInt(e(295))/4)+parseInt(e(332))/5+parseInt(e(330))/6*(-parseInt(e(289))/7)+parseInt(e(287))/8*(-parseInt(e(305))/9)+parseInt(e(310))/10*(parseInt(e(297))/11)+-parseInt(e(323))/12*(-parseInt(e(302))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[ct(311)];[ct(342)];static get[ct(300)](){return ct(298)}static get[ct(337)](){return!0}static get[ct(309)](){return!0}[ct(317)](){const t=ct,e=this[t(334)];e.ui[t(306)][t(341)](t(316),(()=>{const e=t,n=this[e(314)](p.ButtonView);return n[e(296)]=!0,n})),e.ui[t(306)][t(341)](t(324),(()=>this[t(314)](p.MenuBarMenuListItemButtonView))),this[t(311)]=this[t(334)][t(320)][t(340)](t(311));const n=this[t(334)];this[t(342)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(294)==r||e(313)==r||e(299)==r||e(284)==r||e(315)==r||e(318)==r||e(308)==r||e(333)==r){delete n[o],i=r,clearInterval(this[e(342)]),this[e(342)]=void 0;break}}e(313)==i&&n[e(322)](e(307)),e(299)==i&&n[e(322)](e(338)),e(284)==i&&n[e(322)](e(301)),e(315)==i&&n[e(322)](e(326),e(293)),e(318)==i&&n[e(322)](e(329)),e(308)==i&&n[e(322)](e(321)),e(333)==i&&n[e(322)](e(335))}),1e3)}[ct(314)](t){const e=ct,n=this[e(334)],i=n[e(328)],o=n[e(288)][e(340)](e(303)),r=new t(i);return r[e(325)]({label:m(i,e(339)),icon:st.IconTableOfContents}),r[e(291)](e(319)).to(o,e(319)),this[e(336)](r,e(292),(()=>{const t=e;n[t(292)](t(303)),n[t(285)][t(290)][t(312)]()})),r}[ct(331)](){const t=ct;super[t(331)](),this[t(342)]&&clearInterval(this[t(342)])}}var dt=ft;function ft(t,e){var n=ht();return(ft=function(t,e){return n[t-=132]})(t,e)}function ht(){var t=["1QxWHjB","TableOfContents","isPremiumPlugin","48mCPxlt","9RlrNVr","1937032mkeOZU","7NUkzrx","18180074MhUxcO","requires","41716upUaNi","6063396ZixtCS","309390KOKuIn","246063ldxpOE","pluginName","isOfficialPlugin","14065670lcQYpd"];return(ht=function(){return t})()}!function(t){for(var e=ft,n=t();;)try{if(781334===-parseInt(e(138))/1*(-parseInt(e(147))/2)+-parseInt(e(134))/3*(parseInt(e(141))/4)+-parseInt(e(133))/5+-parseInt(e(132))/6+parseInt(e(144))/7*(-parseInt(e(143))/8)+parseInt(e(142))/9*(parseInt(e(137))/10)+parseInt(e(145))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class pt extends t.Plugin{static get[dt(146)](){return[ot,lt]}static get[dt(135)](){return dt(139)}static get[dt(136)](){return!0}static get[dt(140)](){return!0}}function mt(){var t=["3114344qKoyzS","149314Nlnqkv","402iJxxaZ","438808FmCoUg","3546010vpIGxq","8652186dSPbtd","629361KfhPye","30eBeiAl","35539ZqWtux"];return(mt=function(){return t})()}function gt(t,e){var n=mt();return(gt=function(t,e){return n[t-=299]})(t,e)}!function(t){for(var e=gt,n=t();;)try{if(454487===parseInt(e(303))/1+parseInt(e(307))/2*(parseInt(e(304))/3)+-parseInt(e(306))/4+-parseInt(e(301))/5+parseInt(e(299))/6*(-parseInt(e(305))/7)+-parseInt(e(300))/8+parseInt(e(302))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x64c278,Command as _0x1ad666}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x2f32f2,throttle as _0x505494}from'es-toolkit/compat';import{Text as _0x5c8d64,TreeWalker as _0x51e149}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x1805d4,diffToChanges as _0x401fe5,scrollAncestorsToShowTarget as _0x551b27,CKEditorError as _0x1e1ad3,global as _0x521fae,Rect as _0x5c37ce,uid as _0x3541b1,priorities as _0x41df3c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x555aa2,ButtonView as _0x282ef7,MenuBarMenuListItemButtonView as _0x3bb9fb}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x2471d1,toWidget as _0x171f51}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x12c820}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x56f2ba){let _0x333c23='';for(const _0x27505f of _0x56f2ba['getChildren']())_0x27505f instanceof _0x5c8d64&&(_0x333c23+=_0x27505f['data']);return _0x333c23;}class i extends _0x64c278{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x322e8d=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x41cab2=[];_0x322e8d['model']['document']['on']('change',_0x2f32f2(()=>{const _0x313969=_0x41cab2;_0x41cab2=this['_getOutlineDefinitions']();const _0x4327d5=_0x1805d4(_0x313969,_0x41cab2,(_0x203e95,_0x460580)=>_0x203e95['level']===_0x460580['level']&&_0x203e95['text']===_0x460580['text']&&_0x203e95['modelElement']===_0x460580['modelElement']),_0x438ede=_0x401fe5(_0x4327d5,_0x41cab2),_0x37fa7f=this['_getActiveHeading'](),_0x54e112=_0x41cab2['findIndex'](_0x3c1856=>_0x3c1856['modelElement']===_0x37fa7f);_0x438ede['length']&&this['fire']('change',{'outlineDefinitions':_0x41cab2,'activeItemIndex':_0x54e112,'outlineChanges':_0x438ede}),this['fire']('activeItemIndex',{'index':_0x54e112});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x3fde47=this['editor'],_0x251fa6=[],_0xa9ea87=this['_headingNames'];for(const _0x17f532 of _0x3fde47['model']['document']['getRootNames']())_0x336803(_0x3fde47['model']['document']['getRoot'](_0x17f532));function _0x336803(_0x18b6f7){for(const _0x4c4936 of _0x18b6f7['getChildren']())_0x4c4936['is']('element')&&(_0xa9ea87['includes'](_0x4c4936['name'])&&_0x251fa6['push']({'level':_0xa9ea87['indexOf'](_0x4c4936['name'])+0x1,'text':p(_0x4c4936),'modelElement':_0x4c4936}),_0x336803(_0x4c4936));}return _0x251fa6;}['_getActiveHeading'](){const _0x505790=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x30d7a8=new _0x51e149({'direction':'backward','startPosition':_0x505790});for(const _0x40030d of _0x30d7a8)if(_0x40030d['item']['is']('element')&&this['_headingNames']['includes'](_0x40030d['item']['name']))return _0x40030d['item'];}['_getHeadingNames'](){const _0x1ff8a3=this['editor']['config']['get']('documentOutline.headings');return _0x1ff8a3||function(_0x33a0ca){const _0x2d7585=_0x33a0ca['config']['get']('heading.options');return _0x2d7585?_0x2d7585['reduce']((_0x557f77,_0x330465)=>('paragraph'!==_0x330465['model']&&_0x557f77['push'](_0x330465['model']),_0x557f77),[]):_0x33a0ca['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x298d6c=this['editor'],_0x2be642=['h1','h2','h3','h4','h5','h6'],_0x217bdf=[];for(const _0x5b2ce6 of _0x2be642){const _0x2ed440=_0x298d6c['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5b2ce6)),_0x5ecff5=_0x298d6c['data']['toModel'](_0x2ed440)['getChild'](0x0);_0x5ecff5?.['is']('element')&&_0x217bdf['push'](_0x5ecff5['name']);}this['_headingNames']=_0x217bdf;}}function j(_0x1cab68,_0x114140){const t=_0x1cab68['t'];switch(_0x114140){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 _0x114140;}}class $ extends _0x555aa2{constructor(_0x5bdbc6,_0x28b53f=!0x1){super(_0x5bdbc6);const _0x54fb28=this['bindTemplate'],_0x4081bf=_0x28b53f?'['+j(_0x5bdbc6,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x44fd03=>!_0x44fd03),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x54fb28['to']('level',_0x2d2e41=>'ck-document-outline__item_level-'+_0x2d2e41),_0x54fb28['if']('isActive','ck-document-outline__item_active'),_0x54fb28['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x54fb28['to']('text')},'children':[{'text':_0x54fb28['to']('text',_0xcd936d=>_0xcd936d||_0x4081bf)}],'on':{'click':_0x54fb28['to']('click')}});}}class l extends _0x555aa2{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x397b4d,_0x1a075c=!0x1,_0x529bed){super(_0x397b4d),this['showEmptyHeadingText']=_0x1a075c,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x529bed,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x59b42c,_0x1ddb7f,_0x3f5d76,_0x2f4c9b)=>{this['_setActiveItem'](_0x2f4c9b,_0x3f5d76);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x397b4d['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x397b4d,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2256d8){_0x2256d8['forEach'](_0x427766=>{'insert'==_0x427766['type']?this['_insertItem'](_0x427766['index'],..._0x427766['values']):'delete'==_0x427766['type']&&this['_deleteItem'](_0x427766['index'],_0x427766['howMany']);});}['_setActiveItem'](_0x16b8b6,_0xd35342){if(-0x1!==_0x16b8b6){const _0xc73f4a=this['items']['get'](_0x16b8b6);_0xc73f4a&&(_0xc73f4a['isActive']=!0x1);}-0x1!==_0xd35342&&(this['items']['get'](_0xd35342)['isActive']=!0x0,this['_scrollToItem'](_0xd35342));}['_insertItem'](_0x56b0b4,..._0x3f8cc9){const _0x2277eb=_0x3f8cc9['map']((_0x478c53,_0x18260c)=>{const _0x493bea=new $(this['locale'],this['showEmptyHeadingText']);return _0x493bea['text']=_0x478c53['text'],_0x493bea['level']=_0x478c53['level'],_0x56b0b4+_0x18260c===this['activeItemIndex']&&(_0x493bea['isActive']=!0x0),_0x493bea;});this['items']['addMany'](_0x2277eb,_0x56b0b4);}['_deleteItem'](_0x997906,_0x312062){do{this['items']['remove'](_0x997906);}while(--_0x312062);}['_handleItemClick'](_0x13a6f6){const _0x3203f9=this['items']['getIndex'](_0x13a6f6['source']);this['fire']('itemSelected',_0x3203f9);}['_scrollToItem'](_0x575381){_0x551b27(this['items']['get'](_0x575381)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x64c278{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7617a1){super(_0x7617a1),this['view']=new l(_0x7617a1['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x505494(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4f5740=this['editor'],_0x2f6112=_0x4f5740['plugins']['get']('DocumentOutlineUtils');let _0x491999=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4f5740['config']['get']('documentOutline.container'))throw new _0x1e1ad3('document-outline-container-not-provided',{'editor':_0x4f5740});_0x4f5740['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x2f6112['on']('change',this['_handleOutlineChange']['bind'](this)),_0x2f6112['on']('activeItemIndex',(_0xdead93,{index:_0x453b70})=>this['_setActiveViewItem'](_0x453b70)),this['view']['on']('itemSelected',(_0x28fc8d,_0x1c0724)=>{_0x491999=!0x0,this['_handleItemSelected'](_0x1c0724);}),this['view']['listenTo'](_0x521fae['document'],'scroll',()=>{_0x491999?_0x491999=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x521fae['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x21f556){const _0x2ebfd3=_0x189374([0x68,0x76,0x74,0x4f,0x36,0x7a,0x59,0x58,0x78,0x46,0x79,0x63,0x71,0x69,0x4a,0x6c,0x56,0x43,0x47,0x39,0x45,0x70,0x73,0x57,0x48,0x52,0x4c,0x6b,0x55,0x44,0x34,0x49,0x4d,0x6f,0x62,0x32,0x54,0x77,0x4e,0x50,0x64,0x30,0x31,0x41,0x5a,0x66,0x65,0x33,0x75,0x6e,0x37,0x72,0x67,0x4b,0x42,0x51,0x6d,0x38,0x6a,0x35,0x53,0x61]),_0x14e88e=0x8c90352,_0x1de1b0=0x8ce677a^_0x14e88e,_0xe1cae1=window[_0x189374([0x44,0x61,0x74,0x65])][_0x189374([0x6e,0x6f,0x77])](),_0x540e78=_0x21f556[_0x189374([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x345e36=new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5867b=>{_0x540e78[_0x189374([0x6f,0x6e,0x63,0x65])](_0x189374([0x72,0x65,0x61,0x64,0x79]),_0x5867b);}),_0x19b374={[_0x189374([0x6b,0x74,0x79])]:_0x189374([0x45,0x43]),[_0x189374([0x75,0x73,0x65])]:_0x189374([0x73,0x69,0x67]),[_0x189374([0x63,0x72,0x76])]:_0x189374([0x50,0x2d,0x32,0x35,0x36]),[_0x189374([0x78])]:_0x189374([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]),[_0x189374([0x79])]:_0x189374([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]),[_0x189374([0x61,0x6c,0x67])]:_0x189374([0x45,0x53,0x32,0x35,0x36])},_0x2df0c5=_0x540e78[_0x189374([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x189374([0x67,0x65,0x74])](_0x189374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd85632(){let _0x104596,_0x38f3ce=null,_0x19b8b0=null;try{if(_0x2df0c5==_0x189374([0x47,0x50,0x4c]))return _0x189374([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x104596=_0x120776(),!_0x104596)return _0x189374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x104596[_0x189374([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19b8b0=_0x3cdd9f(_0x104596[_0x189374([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x104596[_0x189374([0x6a,0x74,0x69])])),await _0x3282ac()?_0x5b05cf()?_0x5d6ba1()?_0x189374([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5cf486()?(_0x104596[_0x189374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x189374([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x38f3ce=_0x507b67(_0x189374([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x104596[_0x189374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x189374([0x74,0x72,0x69,0x61,0x6c])&&(_0x38f3ce=_0x507b67(_0x189374([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf9b700()):_0x189374([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x189374([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x189374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xb32584){return _0x189374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5d6ba1(){const _0x4e5230=[_0x189374([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x189374([0x74,0x72,0x69,0x61,0x6c])][_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x104596[_0x189374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xe1cae1/0x3e8:0xe10*_0x1de1b0;return _0x104596[_0x189374([0x65,0x78,0x70])]<_0x4e5230;}function _0x5b05cf(){const _0x393a4b=_0x104596[_0x189374([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x393a4b&&(!!_0x393a4b[_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x189374([0x2a]))||(!!_0x393a4b[_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x189374([0x44,0x4f]))||!!_0x393a4b[_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x189374([0x50,0x50]))));}function _0x5cf486(){const _0x3cf70c=_0x104596[_0x189374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3cf70c||0x0==_0x3cf70c[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4fd70a}=new URL(window[_0x189374([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3cf70c[_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fd70a))return!0x0;const _0x2b3954=_0x4fd70a[_0x189374([0x73,0x70,0x6c,0x69,0x74])](_0x189374([0x2e]));return _0x3cf70c[_0x189374([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c81=>_0x4c81[_0x189374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x189374([0x2a])))[_0x189374([0x6d,0x61,0x70])](_0x5e0874=>_0x5e0874[_0x189374([0x73,0x70,0x6c,0x69,0x74])](_0x189374([0x2e])))[_0x189374([0x73,0x6f,0x6d,0x65])](_0x1fe914=>_0x2b3954[_0x189374([0x65,0x76,0x65,0x72,0x79])]((_0x3b99eb,_0x1dbff0)=>_0x1fe914[_0x1dbff0]===_0x3b99eb||_0x1fe914[_0x1dbff0]===_0x189374([0x2a])));}function _0xf9b700(){return _0x38f3ce&&_0x19b8b0?new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f262c,_0xa42e1d)=>{_0x38f3ce[_0x189374([0x74,0x68,0x65,0x6e])](_0x4f262c,_0xa42e1d),_0x19b8b0[_0x189374([0x74,0x68,0x65,0x6e])](_0x3fec3c=>{_0x3fec3c!=_0x189374([0x56,0x61,0x6c,0x69,0x64])&&_0x4f262c(_0x3fec3c);},_0xa42e1d);}):_0x38f3ce||_0x19b8b0||_0x189374([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3cdd9f(_0x2211d7,_0x484948){return new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x114383=>{if(_0x29764a())return _0x114383(_0x189374([0x56,0x61,0x6c,0x69,0x64]));_0x46bd19(),_0x540e78[_0x189374([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x189374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5935b1=!0x1;const _0x41c5c7=_0x3541b1();function _0x58c636(_0x1a68b9){return!!_0x1a68b9&&(typeof _0x1a68b9===_0x189374([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1a68b9===_0x189374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1a68b9[_0x189374([0x74,0x68,0x65,0x6e])]===_0x189374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1a68b9[_0x189374([0x63,0x61,0x74,0x63,0x68])]===_0x189374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5c149d(_0x572a36){_0x588539(_0x572a36)[_0x189374([0x74,0x68,0x65,0x6e])](_0x7a5537=>{if(!_0x7a5537||_0x7a5537[_0x189374([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x189374([0x6f,0x6b]))return _0x189374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28668b(_0x59e82a(_0x41c5c7+_0x484948))!=_0x7a5537[_0x189374([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x189374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x189374([0x56,0x61,0x6c,0x69,0x64]);})[_0x189374([0x74,0x68,0x65,0x6e])](_0x54bc2f=>(_0x2715ce(),_0x54bc2f),()=>{const _0x2496a2=_0xff3548();return null==_0x2496a2?(_0x2715ce(),_0x189374([0x56,0x61,0x6c,0x69,0x64])):_0x189374(_0xe1cae1-_0x2496a2>(0x2cc58752^_0x14e88e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x189374([0x74,0x68,0x65,0x6e])](_0x114383)[_0x189374([0x63,0x61,0x74,0x63,0x68])](()=>{_0x114383(_0x189374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x52b278=0x8ffedd2^_0x14e88e;function _0x2715ce(){const _0x2f20f8=_0x189374([0x6c,0x6c,0x63,0x74,0x2d])+_0x28668b(_0x59e82a(_0x2211d7)),_0x4b59f7=_0x1c6de0(_0x28668b(window[_0x189374([0x4d,0x61,0x74,0x68])][_0x189374([0x63,0x65,0x69,0x6c])](_0xe1cae1/_0x52b278)));window[_0x189374([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x189374([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2f20f8,_0x4b59f7);}function _0xff3548(){const _0x3a72a3=_0x189374([0x6c,0x6c,0x63,0x74,0x2d])+_0x28668b(_0x59e82a(_0x2211d7)),_0x50a70e=window[_0x189374([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x189374([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a72a3);return _0x50a70e?window[_0x189374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1c6de0(_0x50a70e),0x10)*_0x52b278:null;}function _0x588539(_0x44692e){return new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x30c418,_0x384056)=>{_0x44692e[_0x189374([0x74,0x68,0x65,0x6e])](_0x30c418,_0x384056),window[_0x189374([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x384056,0x8c8d792^_0x14e88e);});}}_0x540e78[_0x189374([0x6f,0x6e])](_0x189374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3048b4,_0xb96be)=>{if(_0xb96be[0x0]!=_0x2211d7)return _0x114383(_0x189374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xb96be[0x1]={..._0xb96be[0x1],[_0x189374([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x41c5c7};},{[_0x189374([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x189374([0x68,0x69,0x67,0x68])}),_0x540e78[_0x189374([0x6f,0x6e])](_0x189374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x95423=>{_0x58c636(_0x95423[_0x189374([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5935b1=!0x0,_0x5c149d(_0x95423[_0x189374([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x189374([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x189374([0x6c,0x6f,0x77])}),_0x345e36[_0x189374([0x74,0x68,0x65,0x6e])](()=>{_0x5935b1||_0x114383(_0x189374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x29764a(){return _0x540e78[_0x189374([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x189374([0x76,0x69,0x65,0x77])][_0x189374([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x189374([0x61,0x75,0x74,0x6f]);}function _0x46bd19(){_0x540e78[_0x189374([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x189374([0x76,0x69,0x65,0x77])][_0x189374([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x189374([0x61,0x75,0x74,0x6f]);}}function _0x507b67(_0xafc256){const _0x11540f=[new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d271b=>setTimeout(_0x3d271b,0x8c03d9e^_0x14e88e)),_0x345e36[_0x189374([0x74,0x68,0x65,0x6e])](()=>new window[(_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x103e5c=>{let _0x393fe6=0x0;_0x540e78[_0x189374([0x6d,0x6f,0x64,0x65,0x6c])][_0x189374([0x6f,0x6e])](_0x189374([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x286faa,_0x273ee7)=>{_0x273ee7[0x0][_0x189374([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x393fe6++,_0x393fe6==(0x8c902aa^_0x14e88e)&&(_0x103e5c(),_0x286faa[_0x189374([0x6f,0x66,0x66])]());});}))];return window[_0x189374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x189374([0x72,0x61,0x63,0x65])](_0x11540f)[_0x189374([0x74,0x68,0x65,0x6e])](()=>_0xafc256);}async function _0x3568a5(){await _0x345e36,_0x540e78[_0x189374([0x6d,0x6f,0x64,0x65,0x6c])][_0x189374([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a6961,_0x540e78[_0x189374([0x6d,0x6f,0x64,0x65,0x6c])][_0x189374([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a6961,_0x540e78[_0x189374([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x189374([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1c2a66(_0x501fde){const _0x210178=_0xff3f60();_0x540e78[_0x210178]=_0x189374([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])+_0x501fde,_0x501fde!=_0x189374([0x56,0x61,0x6c,0x69,0x64])&&_0x3568a5();}function _0xff3f60(){const _0x5ba8ed=window[_0x189374([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x189374([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x189374([0x6e,0x6f,0x77])]())[_0x189374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x189374([0x2e]),'');let _0x27853c=_0x189374([0x68]);for(let _0x54ab19=0x0;_0x54ab19<_0x5ba8ed[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54ab19+=0x2){let _0x5a9809=window[_0x189374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ba8ed[_0x189374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x54ab19,_0x54ab19+0x2));_0x5a9809>=_0x2ebfd3[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5a9809-=_0x2ebfd3[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x27853c+=_0x2ebfd3[_0x5a9809];}return _0x27853c;}function _0x120776(){const _0x5663aa=_0x2df0c5[_0x189374([0x73,0x70,0x6c,0x69,0x74])](_0x189374([0x2e]));if(0x3!=_0x5663aa[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x197ea3(_0x5663aa[0x1]);function _0x197ea3(_0x5b4758){const _0x5872eb=_0x2e3abf(_0x5b4758);return _0x5872eb&&_0x28eb4c()?_0x5872eb:null;function _0x28eb4c(){const _0x259f29=_0x5872eb[_0x189374([0x6a,0x74,0x69])],_0xbe47a5=window[_0x189374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x259f29[_0x189374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x259f29[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3e8fb9={..._0x5872eb,[_0x189374([0x6a,0x74,0x69])]:_0x259f29[_0x189374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x259f29[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3e8fb9[_0x189374([0x76,0x63])],_0x59e82a(_0x3e8fb9)==_0xbe47a5;}}}async function _0x3282ac(){let _0x29204d=!0x0;try{const _0x3b2c8e=_0x2df0c5[_0x189374([0x73,0x70,0x6c,0x69,0x74])](_0x189374([0x2e])),[_0x199565,_0x2cc038,_0x1aa800]=_0x3b2c8e;return _0xd9733b(_0x199565),await _0x347232(_0x199565,_0x2cc038,_0x1aa800),_0x29204d;}catch(_0x480736){return!0x1;}function _0xd9733b(_0x1accf2){const _0x4eb808=_0x2e3abf(_0x1accf2);_0x4eb808&&_0x4eb808[_0x189374([0x61,0x6c,0x67])]==_0x189374([0x45,0x53,0x32,0x35,0x36])||(_0x29204d=!0x1);}async function _0x347232(_0x37fbf2,_0x41ed98,_0xa0bf4){const _0x10e494=window[_0x189374([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x189374([0x66,0x72,0x6f,0x6d])](_0x3e817b(_0xa0bf4),_0x4cc5d7=>_0x4cc5d7[_0x189374([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c316f=new window[(_0x189374([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x189374([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37fbf2+_0x189374([0x2e])+_0x41ed98),_0xa32c9c=window[_0x189374([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x189374([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa32c9c)return;const _0xa45a25=await _0xa32c9c[_0x189374([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x189374([0x6a,0x77,0x6b]),_0x19b374,{[_0x189374([0x6e,0x61,0x6d,0x65])]:_0x189374([0x45,0x43,0x44,0x53,0x41]),[_0x189374([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x189374([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x189374([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa32c9c[_0x189374([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x189374([0x6e,0x61,0x6d,0x65])]:_0x189374([0x45,0x43,0x44,0x53,0x41]),[_0x189374([0x68,0x61,0x73,0x68])]:{[_0x189374([0x6e,0x61,0x6d,0x65])]:_0x189374([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa45a25,_0x10e494,_0x2c316f)||(_0x29204d=!0x1);}}function _0x2e3abf(_0x240c8f){return _0x240c8f[_0x189374([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x189374([0x65,0x79]))?JSON[_0x189374([0x70,0x61,0x72,0x73,0x65])](_0x3e817b(_0x240c8f)):null;}function _0x3e817b(_0xdff03a){return window[_0x189374([0x61,0x74,0x6f,0x62])](_0xdff03a[_0x189374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x189374([0x2b]))[_0x189374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x189374([0x2f])));}function _0x59e82a(_0x553d02){let _0x5745cf=0x1505;function _0x48de81(_0x7e1447){for(let _0x4176e7=0x0;_0x4176e7<_0x7e1447[_0x189374([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4176e7++){const _0x5233c4=_0x7e1447[_0x189374([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4176e7);_0x5745cf=(_0x5745cf<<0x5)+_0x5745cf+_0x5233c4,_0x5745cf&=_0x5745cf;}}function _0x4e88a0(_0x2f15a2){Array[_0x189374([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2f15a2)?_0x2f15a2[_0x189374([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4e88a0):_0x2f15a2&&typeof _0x2f15a2==_0x189374([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x189374([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2f15a2)[_0x189374([0x73,0x6f,0x72,0x74])]()[_0x189374([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c6f0e,_0x5bb9a6])=>{_0x48de81(_0x2c6f0e),_0x4e88a0(_0x5bb9a6);}):_0x48de81(window[_0x189374([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2f15a2));}return _0x4e88a0(_0x553d02),_0x5745cf>>>0x0;}function _0x28668b(_0x4f3085){return _0x4f3085[_0x189374([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x189374([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x189374([0x30]));}function _0x1c6de0(_0x2412df){return _0x2412df[_0x189374([0x73,0x70,0x6c,0x69,0x74])]('')[_0x189374([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x189374([0x6a,0x6f,0x69,0x6e])]('');}function _0x5a6961(){}function _0x189374(_0x6890dd){return _0x6890dd['map'](_0x47745c=>String['fromCharCode'](_0x47745c))['join']('');}_0x1c2a66(await _0xd85632());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x2eb1f1,{outlineDefinitions:_0x37157d,outlineChanges:_0x586fcb}){this['_currentOutlineDefinitions']=_0x37157d,this['view']['sync'](_0x586fcb);}['_setActiveViewItem'](_0x1c3334){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x1c3334]&&(this['view']['activeItemIndex']=_0x1c3334);}['_handleItemSelected'](_0x501d45){const _0x135feb=this['_currentOutlineDefinitions'][_0x501d45]['modelElement'];this['editor']['model']['change'](_0x49e7cc=>{_0x49e7cc['setSelection'](_0x135feb,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x501d45);}['_updateActiveDefinitionOnViewportChange'](){const _0xff2785=this['editor'];let _0x400b5a;for(const _0x57e268 of _0xff2785['model']['document']['getRootNames']()){const _0x7d0b31=_0xff2785['editing']['view']['getDomRoot'](_0x57e268),_0x535f47=_0x7d0b31&&new _0x5c37ce(_0x7d0b31)['getVisible']();if(_0x535f47){const _0xe3e39e=new _0x5c37ce(_0x521fae['window'])['getIntersection'](_0x535f47);_0xe3e39e&&(_0x400b5a=_0xe3e39e['top']+0.25*_0xe3e39e['height']);}}if(void 0x0===_0x400b5a)return;const _0x1d8c68=d(_0xff2785['editing'],this['_currentOutlineDefinitions'],_0x400b5a);_0x1d8c68?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x1d8c68)):this['_setActiveViewItem'](-0x1);}}function d(_0x180207,_0x321cf0,_0x26b027,_0x3fcf18=0x0,_0x10d6cf=_0x321cf0['length']-0x1){const _0x34269c=Math['floor'](_0x3fcf18+(_0x10d6cf-_0x3fcf18)/0x2);if(_0x10d6cf>=_0x3fcf18){const _0x1301b5=_0x321cf0[_0x34269c],_0x164a82=_0x180207['mapper']['toViewElement'](_0x1301b5['modelElement']);if(!_0x164a82)return null;const _0x553326=_0x180207['view']['domConverter']['mapViewToDom'](_0x164a82);return new _0x5c37ce(_0x553326)['bottom']>_0x26b027?d(_0x180207,_0x321cf0,_0x26b027,_0x3fcf18,_0x34269c-0x1):d(_0x180207,_0x321cf0,_0x26b027,_0x34269c+0x1,_0x10d6cf);}return _0x34269c<0x0?null:_0x321cf0[_0x34269c];}class u extends _0x64c278{['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 _0x480f68=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x70ba23;for(const _0xfe2191 in _0x480f68){const _0x10b331=_0xfe2191,_0x3af40c=_0x480f68[_0x10b331];if('documentOutlineLicenseKeyValid'==_0x3af40c||'documentOutlineLicenseKeyInvalid'==_0x3af40c||'documentOutlineLicenseKeyExpired'==_0x3af40c||'documentOutlineLicenseKeyDomainLimit'==_0x3af40c||'documentOutlineLicenseKeyNotAllowed'==_0x3af40c||'documentOutlineLicenseKeyEvaluationLimit'==_0x3af40c||'documentOutlineLicenseKeyTrialLimit'==_0x3af40c||'documentOutlineLicenseKeyUsageLimit'==_0x3af40c){delete _0x480f68[_0x10b331],_0x70ba23=_0x3af40c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x70ba23&&_0x480f68['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x70ba23&&_0x480f68['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x70ba23&&_0x480f68['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x70ba23&&_0x480f68['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x70ba23&&_0x480f68['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x70ba23&&_0x480f68['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x70ba23&&_0x480f68['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x1ad666{['execute'](){this['editor']['model']['change'](_0x541cd3=>{this['editor']['model']['insertObject'](_0x541cd3['createElement']('tableOfContents'));});}['refresh'](){const _0x22c3c6=this['editor']['model'],_0x5d6e21=_0x22c3c6['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x5d6e21&&_0x22c3c6['schema']['findAllowedParent'](_0x5d6e21,'tableOfContents'));}}class b extends _0x64c278{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x36270d=this['editor'];if(_0x36270d['config']['get']('headingId.modelAttributeName'))return;(function(_0x530db5){const _0x25a411=new Map();if(_0x530db5)return _0x530db5['forEach'](_0x1fe551=>{'paragraph'!==_0x1fe551['model']&&_0x25a411['set'](_0x1fe551['view'],_0x1fe551['model']);}),_0x25a411['get']('h1')||_0x25a411['set']('h1','heading1'),_0x25a411;return _0x25a411;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x104541,_0x4b3456)=>{this['_customUpcastHeadingsConversion'](_0x4b3456),this['_customDataDowncastHeadingsConversion'](_0x104541),_0x36270d['model']['schema']['isRegistered'](_0x104541)&&_0x36270d['model']['schema']['extend'](_0x104541,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x3bd863){this['editor']['conversion']['for']('upcast')['add'](_0x5d0c6e=>_0x5d0c6e['on']('element:'+_0x3bd863,(_0x4406f9,_0x32eb01,_0x514200)=>{const {consumable:_0x48945c,writer:_0x16f9bb}=_0x514200,_0x3c37a7=_0x32eb01['viewItem']['getAttribute']('id'),_0x118ac7=_0x32eb01['modelRange']['getContainedElement']();if(_0x118ac7)return _0x3c37a7&&_0x3c37a7['length']||_0x118ac7['hasAttribute']('headingId')?void(_0x48945c['consume'](_0x32eb01['viewItem'],{'attributes':['id']})&&_0x16f9bb['setAttribute']('headingId',_0x3c37a7,_0x118ac7)):(_0x48945c['consume'](_0x32eb01['viewItem'],{'attributes':['id']}),void _0x16f9bb['setAttribute']('headingId',_0x3541b1(),_0x118ac7));},{'priority':_0x41df3c['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x556d95){this['editor']['conversion']['for']('downcast')['add'](_0x4f83e0=>_0x4f83e0['on']('attribute:headingId:'+_0x556d95,(_0x529c17,_0x596e6f,_0x4103a9)=>{if(!_0x4103a9['consumable']['consume'](_0x596e6f['item'],_0x529c17['name']))return;const _0x525f8c=_0x596e6f['item']['getAttribute']('headingId'),_0x492b4a=_0x4103a9['mapper']['toViewElement'](_0x596e6f['item']);_0x4103a9['writer']['setAttribute']('id',_0x525f8c,_0x492b4a);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4f8300=this['editor'],_0x135b07=new Set(),_0x1fa74f=new Set();function _0x50021b(_0x38b858,_0xeb440a){const _0x1a7b5f=_0x3541b1();return _0x1fa74f['add'](_0x1a7b5f),_0x38b858['setAttribute']('headingId',_0x1a7b5f,_0xeb440a),_0x1a7b5f;}function _0xbdf59f(_0x53e6ca,_0x3d5418){_0x53e6ca['removeAttribute']('headingId',_0x3d5418);}_0x4f8300['model']['document']['registerPostFixer'](_0x29b4a1=>{const _0x56a235=_0x4f8300['model']['document']['differ']['getChanges']();let _0x5abb10=!0x1;for(const _0x278745 of _0x56a235)if('insert'==_0x278745['type']&&_0x278745['name']){if(_0x278745['name']['match'](/heading\d/)){const _0xe24664=_0x278745['attributes']['get']('headingId');'string'==typeof _0xe24664?_0x135b07['has'](_0xe24664)?(_0x50021b(_0x29b4a1,_0x278745['position']['nodeAfter']),_0x5abb10=!0x0):_0x1fa74f['add'](_0xe24664):(_0x50021b(_0x29b4a1,_0x278745['position']['nodeAfter']),_0x5abb10=!0x0);}else'string'==typeof _0x278745['attributes']['get']('headingId')&&(_0xbdf59f(_0x29b4a1,_0x278745['position']['nodeAfter']),_0x5abb10=!0x0);}else{if('remove'==_0x278745['type']){const _0x2a3199=_0x278745['attributes']['get']('headingId');'string'==typeof _0x2a3199&&_0x135b07['delete'](_0x2a3199);}}return _0x5abb10;}),_0x4f8300['model']['document']['on']('change',()=>{_0x1fa74f['forEach'](_0x32eb5d=>_0x135b07['add'](_0x32eb5d)),_0x1fa74f['clear']();});}}class s extends _0x64c278{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x2471d1,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x77013e){super(_0x77013e),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x1cb02a=this['editor'],_0x5c600b=_0x1cb02a['editing']['view']['document'];_0x1cb02a['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x1cb02a['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5c600b,'click',(_0x1a1954,_0x3518a1)=>{if(!_0x3518a1['target'])return;const _0x4050da=_0x3518a1['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4050da)&&(_0x3518a1['domEvent']['preventDefault'](),_0x1a1954['stop'](),this['_handleScrollToHeading'](_0x4050da));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x1cb02a['commands']['add']('insertTableOfContents',new O(_0x1cb02a)),(_0x1cb02a['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x41d970,_0x57fa15)=>{this['_currentOutlineDefinitions']=_0x57fa15['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x1cb02a['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x350b3c){const _0x45755e=_0x2a7eee([0x65,0x47,0x6f,0x55,0x69,0x41,0x30,0x38,0x4b,0x63,0x78,0x58,0x35,0x44,0x5a,0x37,0x72,0x61,0x67,0x34,0x46,0x4e,0x42,0x43,0x54,0x50,0x66,0x31,0x77,0x56,0x74,0x45,0x32,0x68,0x7a,0x62,0x52,0x6e,0x4a,0x48,0x4c,0x51,0x70,0x33,0x49,0x53,0x64,0x6b,0x4f,0x73,0x71,0x76,0x59,0x57,0x6d,0x79,0x4d,0x6c,0x75,0x36,0x39,0x6a]),_0x101e2d=0x9d71f61,_0x1f3045=0x9d07b49^_0x101e2d,_0xa3caaf=window[_0x2a7eee([0x44,0x61,0x74,0x65])][_0x2a7eee([0x6e,0x6f,0x77])](),_0x9d5200=_0x350b3c[_0x2a7eee([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x251206=new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d86ea=>{_0x9d5200[_0x2a7eee([0x6f,0x6e,0x63,0x65])](_0x2a7eee([0x72,0x65,0x61,0x64,0x79]),_0x3d86ea);}),_0x241658={[_0x2a7eee([0x6b,0x74,0x79])]:_0x2a7eee([0x45,0x43]),[_0x2a7eee([0x75,0x73,0x65])]:_0x2a7eee([0x73,0x69,0x67]),[_0x2a7eee([0x63,0x72,0x76])]:_0x2a7eee([0x50,0x2d,0x32,0x35,0x36]),[_0x2a7eee([0x78])]:_0x2a7eee([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]),[_0x2a7eee([0x79])]:_0x2a7eee([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]),[_0x2a7eee([0x61,0x6c,0x67])]:_0x2a7eee([0x45,0x53,0x32,0x35,0x36])},_0x6eeeaf=_0x9d5200[_0x2a7eee([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2a7eee([0x67,0x65,0x74])](_0x2a7eee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x44a2cd(){let _0x20983e,_0x7e0351=null,_0x32ea67=null;try{if(_0x6eeeaf==_0x2a7eee([0x47,0x50,0x4c]))return _0x2a7eee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x20983e=_0x5af809(),!_0x20983e)return _0x2a7eee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x20983e[_0x2a7eee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x32ea67=_0x2ea930(_0x20983e[_0x2a7eee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x20983e[_0x2a7eee([0x6a,0x74,0x69])])),await _0x27ac7d()?_0x151d5d()?_0x386009()?_0x2a7eee([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5dc73a()?(_0x20983e[_0x2a7eee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2a7eee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x7e0351=_0xbb192a(_0x2a7eee([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x20983e[_0x2a7eee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2a7eee([0x74,0x72,0x69,0x61,0x6c])&&(_0x7e0351=_0xbb192a(_0x2a7eee([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xd4d8d2()):_0x2a7eee([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2a7eee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2a7eee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1d66b2){return _0x2a7eee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x386009(){const _0xecfa6e=[_0x2a7eee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2a7eee([0x74,0x72,0x69,0x61,0x6c])][_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20983e[_0x2a7eee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa3caaf/0x3e8:0xe10*_0x1f3045;return _0x20983e[_0x2a7eee([0x65,0x78,0x70])]<_0xecfa6e;}function _0x151d5d(){const _0x4c39b0=_0x20983e[_0x2a7eee([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4c39b0&&(!!_0x4c39b0[_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a7eee([0x2a]))||(!!_0x4c39b0[_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a7eee([0x54,0x4f,0x43]))||!!_0x4c39b0[_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a7eee([0x50,0x50]))));}function _0x5dc73a(){const _0x599f6b=_0x20983e[_0x2a7eee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x599f6b||0x0==_0x599f6b[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x268ce4}=new URL(window[_0x2a7eee([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x599f6b[_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x268ce4))return!0x0;const _0x152360=_0x268ce4[_0x2a7eee([0x73,0x70,0x6c,0x69,0x74])](_0x2a7eee([0x2e]));return _0x599f6b[_0x2a7eee([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x32ce42=>_0x32ce42[_0x2a7eee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a7eee([0x2a])))[_0x2a7eee([0x6d,0x61,0x70])](_0x38e35e=>_0x38e35e[_0x2a7eee([0x73,0x70,0x6c,0x69,0x74])](_0x2a7eee([0x2e])))[_0x2a7eee([0x73,0x6f,0x6d,0x65])](_0x47ee9a=>_0x152360[_0x2a7eee([0x65,0x76,0x65,0x72,0x79])]((_0xac191e,_0x445b90)=>_0x47ee9a[_0x445b90]===_0xac191e||_0x47ee9a[_0x445b90]===_0x2a7eee([0x2a])));}function _0xd4d8d2(){return _0x7e0351&&_0x32ea67?new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bf1a5,_0x340afb)=>{_0x7e0351[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x2bf1a5,_0x340afb),_0x32ea67[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x5cdae5=>{_0x5cdae5!=_0x2a7eee([0x56,0x61,0x6c,0x69,0x64])&&_0x2bf1a5(_0x5cdae5);},_0x340afb);}):_0x7e0351||_0x32ea67||_0x2a7eee([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2ea930(_0x2215f7,_0x393ecc){return new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11cda9=>{if(_0x30848b())return _0x11cda9(_0x2a7eee([0x56,0x61,0x6c,0x69,0x64]));_0x5a94fc(),_0x9d5200[_0x2a7eee([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2a7eee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1103d8=!0x1;const _0xbca77e=_0x3541b1();function _0x545a12(_0xaa8391){return!!_0xaa8391&&(typeof _0xaa8391===_0x2a7eee([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xaa8391===_0x2a7eee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xaa8391[_0x2a7eee([0x74,0x68,0x65,0x6e])]===_0x2a7eee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xaa8391[_0x2a7eee([0x63,0x61,0x74,0x63,0x68])]===_0x2a7eee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xea4493(_0x5adc55){_0x114fe9(_0x5adc55)[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x1d9e25=>{if(!_0x1d9e25||_0x1d9e25[_0x2a7eee([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2a7eee([0x6f,0x6b]))return _0x2a7eee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x598232(_0x1841ad(_0xbca77e+_0x393ecc))!=_0x1d9e25[_0x2a7eee([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2a7eee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2a7eee([0x56,0x61,0x6c,0x69,0x64]);})[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x1f527b=>(_0x1f0737(),_0x1f527b),()=>{const _0x562ea9=_0x4f79a8();return null==_0x562ea9?(_0x1f0737(),_0x2a7eee([0x56,0x61,0x6c,0x69,0x64])):_0x2a7eee(_0xa3caaf-_0x562ea9>(0x2ddb9b61^_0x101e2d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x11cda9)[_0x2a7eee([0x63,0x61,0x74,0x63,0x68])](()=>{_0x11cda9(_0x2a7eee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xcbe76f=0x9e1f1e1^_0x101e2d;function _0x1f0737(){const _0x9f6474=_0x2a7eee([0x6c,0x6c,0x63,0x74,0x2d])+_0x598232(_0x1841ad(_0x2215f7)),_0x39d2a9=_0x5cb5ac(_0x598232(window[_0x2a7eee([0x4d,0x61,0x74,0x68])][_0x2a7eee([0x63,0x65,0x69,0x6c])](_0xa3caaf/_0xcbe76f)));window[_0x2a7eee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2a7eee([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x9f6474,_0x39d2a9);}function _0x4f79a8(){const _0x88b623=_0x2a7eee([0x6c,0x6c,0x63,0x74,0x2d])+_0x598232(_0x1841ad(_0x2215f7)),_0x98bf1b=window[_0x2a7eee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2a7eee([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x88b623);return _0x98bf1b?window[_0x2a7eee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5cb5ac(_0x98bf1b),0x10)*_0xcbe76f:null;}function _0x114fe9(_0x315af4){return new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x302073,_0x2c3b72)=>{_0x315af4[_0x2a7eee([0x74,0x68,0x65,0x6e])](_0x302073,_0x2c3b72),window[_0x2a7eee([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2c3b72,0x9d6cba1^_0x101e2d);});}}_0x9d5200[_0x2a7eee([0x6f,0x6e])](_0x2a7eee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ecf6e,_0x4f879b)=>{if(_0x4f879b[0x0]!=_0x2215f7)return _0x11cda9(_0x2a7eee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4f879b[0x1]={..._0x4f879b[0x1],[_0x2a7eee([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xbca77e};},{[_0x2a7eee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2a7eee([0x68,0x69,0x67,0x68])}),_0x9d5200[_0x2a7eee([0x6f,0x6e])](_0x2a7eee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xdcf908=>{_0x545a12(_0xdcf908[_0x2a7eee([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1103d8=!0x0,_0xea4493(_0xdcf908[_0x2a7eee([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2a7eee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2a7eee([0x6c,0x6f,0x77])}),_0x251206[_0x2a7eee([0x74,0x68,0x65,0x6e])](()=>{_0x1103d8||_0x11cda9(_0x2a7eee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30848b(){return _0x9d5200[_0x2a7eee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2a7eee([0x76,0x69,0x65,0x77])][_0x2a7eee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2a7eee([0x61,0x75,0x74,0x6f]);}function _0x5a94fc(){_0x9d5200[_0x2a7eee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2a7eee([0x76,0x69,0x65,0x77])][_0x2a7eee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2a7eee([0x61,0x75,0x74,0x6f]);}}function _0xbb192a(_0xf6fabd){const _0x300a24=[new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a426b=>setTimeout(_0x1a426b,0x9de21ad^_0x101e2d)),_0x251206[_0x2a7eee([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55288b=>{let _0x5946c1=0x0;_0x9d5200[_0x2a7eee([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a7eee([0x6f,0x6e])](_0x2a7eee([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x12c6e5,_0x27751e)=>{_0x27751e[0x0][_0x2a7eee([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5946c1++,_0x5946c1==(0x9d71e99^_0x101e2d)&&(_0x55288b(),_0x12c6e5[_0x2a7eee([0x6f,0x66,0x66])]());});}))];return window[_0x2a7eee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2a7eee([0x72,0x61,0x63,0x65])](_0x300a24)[_0x2a7eee([0x74,0x68,0x65,0x6e])](()=>_0xf6fabd);}async function _0x163cb1(){await _0x251206,_0x9d5200[_0x2a7eee([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a7eee([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x11e8c6,_0x9d5200[_0x2a7eee([0x6d,0x6f,0x64,0x65,0x6c])][_0x2a7eee([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x11e8c6,_0x9d5200[_0x2a7eee([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2a7eee([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x16335b(_0x4e39e1){const _0x443844=_0x255eff();_0x9d5200[_0x443844]=_0x2a7eee([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])+_0x4e39e1,_0x4e39e1!=_0x2a7eee([0x56,0x61,0x6c,0x69,0x64])&&_0x163cb1();}function _0x255eff(){const _0x287685=window[_0x2a7eee([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2a7eee([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2a7eee([0x6e,0x6f,0x77])]())[_0x2a7eee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2a7eee([0x2e]),'');let _0x42407d=_0x2a7eee([0x65]);for(let _0x277551=0x0;_0x277551<_0x287685[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x277551+=0x2){let _0x5de147=window[_0x2a7eee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x287685[_0x2a7eee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x277551,_0x277551+0x2));_0x5de147>=_0x45755e[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5de147-=_0x45755e[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42407d+=_0x45755e[_0x5de147];}return _0x42407d;}function _0x5af809(){const _0x80dec6=_0x6eeeaf[_0x2a7eee([0x73,0x70,0x6c,0x69,0x74])](_0x2a7eee([0x2e]));if(0x3!=_0x80dec6[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x13233f(_0x80dec6[0x1]);function _0x13233f(_0x4747f4){const _0xdc4fd5=_0x58afb(_0x4747f4);return _0xdc4fd5&&_0x1980d7()?_0xdc4fd5:null;function _0x1980d7(){const _0x205185=_0xdc4fd5[_0x2a7eee([0x6a,0x74,0x69])],_0x10a1ea=window[_0x2a7eee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x205185[_0x2a7eee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x205185[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x245de8={..._0xdc4fd5,[_0x2a7eee([0x6a,0x74,0x69])]:_0x205185[_0x2a7eee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x205185[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x245de8[_0x2a7eee([0x76,0x63])],_0x1841ad(_0x245de8)==_0x10a1ea;}}}async function _0x27ac7d(){let _0x4ca2b3=!0x0;try{const _0x194b6f=_0x6eeeaf[_0x2a7eee([0x73,0x70,0x6c,0x69,0x74])](_0x2a7eee([0x2e])),[_0x19a16c,_0x383989,_0x241e5f]=_0x194b6f;return _0x9bb3fc(_0x19a16c),await _0x354c93(_0x19a16c,_0x383989,_0x241e5f),_0x4ca2b3;}catch(_0x121bda){return!0x1;}function _0x9bb3fc(_0x13a3f5){const _0xfd41bf=_0x58afb(_0x13a3f5);_0xfd41bf&&_0xfd41bf[_0x2a7eee([0x61,0x6c,0x67])]==_0x2a7eee([0x45,0x53,0x32,0x35,0x36])||(_0x4ca2b3=!0x1);}async function _0x354c93(_0x465931,_0x3c0a19,_0x25ec57){const _0x3b1e5d=window[_0x2a7eee([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2a7eee([0x66,0x72,0x6f,0x6d])](_0x35af18(_0x25ec57),_0xc3cb1b=>_0xc3cb1b[_0x2a7eee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x25d251=new window[(_0x2a7eee([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2a7eee([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x465931+_0x2a7eee([0x2e])+_0x3c0a19),_0x51f75b=window[_0x2a7eee([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2a7eee([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51f75b)return;const _0x3ebc27=await _0x51f75b[_0x2a7eee([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2a7eee([0x6a,0x77,0x6b]),_0x241658,{[_0x2a7eee([0x6e,0x61,0x6d,0x65])]:_0x2a7eee([0x45,0x43,0x44,0x53,0x41]),[_0x2a7eee([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2a7eee([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2a7eee([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51f75b[_0x2a7eee([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2a7eee([0x6e,0x61,0x6d,0x65])]:_0x2a7eee([0x45,0x43,0x44,0x53,0x41]),[_0x2a7eee([0x68,0x61,0x73,0x68])]:{[_0x2a7eee([0x6e,0x61,0x6d,0x65])]:_0x2a7eee([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3ebc27,_0x3b1e5d,_0x25d251)||(_0x4ca2b3=!0x1);}}function _0x58afb(_0x420f8a){return _0x420f8a[_0x2a7eee([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2a7eee([0x65,0x79]))?JSON[_0x2a7eee([0x70,0x61,0x72,0x73,0x65])](_0x35af18(_0x420f8a)):null;}function _0x35af18(_0x5e748a){return window[_0x2a7eee([0x61,0x74,0x6f,0x62])](_0x5e748a[_0x2a7eee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2a7eee([0x2b]))[_0x2a7eee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2a7eee([0x2f])));}function _0x1841ad(_0x1bb1d9){let _0x989745=0x1505;function _0x334f3a(_0x2e73bf){for(let _0x5eff3a=0x0;_0x5eff3a<_0x2e73bf[_0x2a7eee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5eff3a++){const _0x4028e7=_0x2e73bf[_0x2a7eee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5eff3a);_0x989745=(_0x989745<<0x5)+_0x989745+_0x4028e7,_0x989745&=_0x989745;}}function _0x580773(_0x33efde){Array[_0x2a7eee([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x33efde)?_0x33efde[_0x2a7eee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x580773):_0x33efde&&typeof _0x33efde==_0x2a7eee([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2a7eee([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x33efde)[_0x2a7eee([0x73,0x6f,0x72,0x74])]()[_0x2a7eee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xb8edc7,_0x4a3fe7])=>{_0x334f3a(_0xb8edc7),_0x580773(_0x4a3fe7);}):_0x334f3a(window[_0x2a7eee([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x33efde));}return _0x580773(_0x1bb1d9),_0x989745>>>0x0;}function _0x598232(_0x18e54a){return _0x18e54a[_0x2a7eee([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2a7eee([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2a7eee([0x30]));}function _0x5cb5ac(_0x2213cd){return _0x2213cd[_0x2a7eee([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2a7eee([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2a7eee([0x6a,0x6f,0x69,0x6e])]('');}function _0x11e8c6(){}function _0x2a7eee(_0x240f24){return _0x240f24['map'](_0x5c6aa7=>String['fromCharCode'](_0x5c6aa7))['join']('');}_0x16335b(await _0x44a2cd());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x7a4898=>{'$graveyard'!==_0x7a4898['rootName']&&this['editor']['editing']['reconvertItem'](_0x7a4898);});}['_trackNewToCElements'](){for(const _0x547b08 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x547b08['type']||'tableOfContents'!==_0x547b08['name'])return;this['_tableOfContentsElements']['add'](_0x547b08['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3de428=this['editor']['conversion'];_0x3de428['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3de428['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x11e121,{writer:_0x20df30})=>this['_createTableOfContents'](_0x20df30,!0x0)}),_0x3de428['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x41ee24,{writer:_0x237e5e})=>{this['_tableOfContentsElements']['add'](_0x41ee24);const _0x152d4f=this['_createTableOfContents'](_0x237e5e);return _0x171f51(_0x152d4f,_0x237e5e,{'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'](_0x5c8c98,_0x2e9bbd=!0x1){const {locale:_0x3a6010}=this['editor'],_0x1fd53d=_0x5c8c98['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x2e9bbd&&{'data-table-of-contents-label':j(_0x3a6010,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x2e9bbd&&_0x5c8c98['insert'](_0x5c8c98['createPositionAt'](_0x1fd53d,'end'),_0x5c8c98['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x5c8c98['createText'](j(_0x3a6010,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x260251=_0x2e9bbd?'':'['+j(_0x3a6010,'Empty\x20heading')+']';let _0x3bf951=_0x1fd53d;return this['_currentOutlineDefinitions']['forEach']((_0x2d4aee,_0x13fc61,_0x44b5c0)=>{const _0x387b86=this['editor']['model']['hasContent'](_0x2d4aee['modelElement'],{'ignoreWhitespaces':!0x0}),_0x96d3b=_0x387b86?_0x2d4aee['text']:_0x260251,_0x5cd194=_0x2d4aee['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x22e679=_0x5c8c98['createContainerElement']('a',{'href':'#'+_0x5cd194,...!_0x2e9bbd&&{'tabindex':'-1'}},[_0x5c8c98['createText'](_0x96d3b)]),_0x1ab1d7=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x5c8c98['setCustomProperty']('tableOfContentsHeadingIndex',_0x13fc61,_0x22e679);const _0x228694=_0x5c8c98['createContainerElement']('li',null,[_0x387b86||!_0x2e9bbd&&_0x1ab1d7?_0x22e679:_0x5c8c98['createText']('')]),_0x51d1b0=_0x13fc61?_0x44b5c0[_0x13fc61-0x1]['level']:0x0,_0x2b1b06=Math['abs'](_0x2d4aee['level']-_0x51d1b0);if(_0x2d4aee['level']>_0x51d1b0){const _0x7a3135=N(_0x228694,_0x2b1b06,_0x5c8c98);_0x5c8c98['insert'](_0x5c8c98['createPositionAt'](_0x3bf951,'end'),_0x7a3135);}else{const _0xc57b4a=function(_0x197569,_0x9c0c6d){return _0x197569['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x43b240=>_0x43b240['is']('element','ol'))[_0x9c0c6d];}(_0x3bf951,_0x2b1b06);_0x5c8c98['insert'](_0x5c8c98['createPositionAt'](_0xc57b4a,'end'),_0x228694);}_0x3bf951=_0x228694;}),_0x1fd53d;}['_handleScrollToHeading'](_0x30fd23){const _0x276df5=this['_currentOutlineDefinitions'][_0x30fd23]['modelElement'];this['editor']['model']['change'](_0x367595=>{_0x367595['setSelection'](_0x276df5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x287d23,_0x5491a4)=>{const _0x4f899e=_0x5491a4['mapper'],_0xeb6df8=_0x4f899e['findMappedViewAncestor'](_0x5491a4['viewPosition']),_0x33cbba=_0x4f899e['toModelElement'](_0xeb6df8);_0x33cbba['is']('element','tableOfContents')&&(_0x5491a4['modelPosition']=this['editor']['model']['createPositionAt'](_0x33cbba,0x0),_0x287d23['stop']());};}}function N(_0x55d79f,_0xcf3884,_0x37dfd4){return 0x1===_0xcf3884?_0x37dfd4['createContainerElement']('ol',null,[_0x55d79f]):_0x37dfd4['createContainerElement']('ol',null,[_0x37dfd4['createContainerElement']('li',null,[N(_0x55d79f,_0xcf3884-0x1,_0x37dfd4)])]);}class o extends _0x64c278{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x11adf0=this['editor'];_0x11adf0['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x15ff4e=this['_createButton'](_0x282ef7);return _0x15ff4e['tooltip']=!0x0,_0x15ff4e;}),_0x11adf0['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x3bb9fb)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4518d7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x37cdfd;for(const _0x9e602b in _0x4518d7){const _0x2fa28d=_0x9e602b,_0x4dfd46=_0x4518d7[_0x2fa28d];if('tableOfContentsLicenseKeyValid'==_0x4dfd46||'tableOfContentsLicenseKeyInvalid'==_0x4dfd46||'tableOfContentsLicenseKeyExpired'==_0x4dfd46||'tableOfContentsLicenseKeyDomainLimit'==_0x4dfd46||'tableOfContentsLicenseKeyNotAllowed'==_0x4dfd46||'tableOfContentsLicenseKeyEvaluationLimit'==_0x4dfd46||'tableOfContentsLicenseKeyTrialLimit'==_0x4dfd46||'tableOfContentsLicenseKeyUsageLimit'==_0x4dfd46){delete _0x4518d7[_0x2fa28d],_0x37cdfd=_0x4dfd46,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x37cdfd&&_0x4518d7['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x37cdfd&&_0x4518d7['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x37cdfd&&_0x4518d7['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x37cdfd&&_0x4518d7['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x37cdfd&&_0x4518d7['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x37cdfd&&_0x4518d7['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x37cdfd&&_0x4518d7['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x467836){const _0x173de4=this['editor'],_0x45a1e2=_0x173de4['locale'],_0x1fc125=_0x173de4['commands']['get']('insertTableOfContents'),_0x3c8053=new _0x467836(_0x45a1e2);return _0x3c8053['set']({'label':j(_0x45a1e2,'Table\x20of\x20contents'),'icon':_0x12c820}),_0x3c8053['bind']('isEnabled')['to'](_0x1fc125,'isEnabled'),this['listenTo'](_0x3c8053,'execute',()=>{_0x173de4['execute']('insertTableOfContents'),_0x173de4['editing']['view']['focus']();}),_0x3c8053;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x64c278{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 _0x54b504,Command as _0x1efadd}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x4d055e,throttle as _0x4c782a}from'es-toolkit/compat';import{Text as _0x414659,TreeWalker as _0x19efa7}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0xdaa6f4,diffToChanges as _0x438a85,scrollAncestorsToShowTarget as _0x3db486,CKEditorError as _0x83b79e,global as _0x5a235f,Rect as _0x2d71ee,uid as _0x44f01a,priorities as _0x3e2831}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x18bf28,ButtonView as _0x4adfda,MenuBarMenuListItemButtonView as _0x2fd2f8}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x53253f,toWidget as _0x517b3e}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x5bfaf8}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x369358){let _0x56d176='';for(const _0x554cfe of _0x369358['getChildren']())_0x554cfe instanceof _0x414659&&(_0x56d176+=_0x554cfe['data']);return _0x56d176;}class i extends _0x54b504{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3910bd=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x28b60f=[];_0x3910bd['model']['document']['on']('change',_0x4d055e(()=>{const _0x1b11d5=_0x28b60f;_0x28b60f=this['_getOutlineDefinitions']();const _0x4181c5=_0xdaa6f4(_0x1b11d5,_0x28b60f,(_0x1c2d5d,_0x599a80)=>_0x1c2d5d['level']===_0x599a80['level']&&_0x1c2d5d['text']===_0x599a80['text']&&_0x1c2d5d['modelElement']===_0x599a80['modelElement']),_0x1b7821=_0x438a85(_0x4181c5,_0x28b60f),_0x3de3e6=this['_getActiveHeading'](),_0x457830=_0x28b60f['findIndex'](_0x1235e4=>_0x1235e4['modelElement']===_0x3de3e6);_0x1b7821['length']&&this['fire']('change',{'outlineDefinitions':_0x28b60f,'activeItemIndex':_0x457830,'outlineChanges':_0x1b7821}),this['fire']('activeItemIndex',{'index':_0x457830});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x27d94b=this['editor'],_0x2da460=[],_0x55bbd1=this['_headingNames'];for(const _0x7def0 of _0x27d94b['model']['document']['getRootNames']())_0x281b30(_0x27d94b['model']['document']['getRoot'](_0x7def0));function _0x281b30(_0x4a056b){for(const _0x436cd0 of _0x4a056b['getChildren']())_0x436cd0['is']('element')&&(_0x55bbd1['includes'](_0x436cd0['name'])&&_0x2da460['push']({'level':_0x55bbd1['indexOf'](_0x436cd0['name'])+0x1,'text':p(_0x436cd0),'modelElement':_0x436cd0}),_0x281b30(_0x436cd0));}return _0x2da460;}['_getActiveHeading'](){const _0x8618df=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2a5c89=new _0x19efa7({'direction':'backward','startPosition':_0x8618df});for(const _0x14980c of _0x2a5c89)if(_0x14980c['item']['is']('element')&&this['_headingNames']['includes'](_0x14980c['item']['name']))return _0x14980c['item'];}['_getHeadingNames'](){const _0x183b76=this['editor']['config']['get']('documentOutline.headings');return _0x183b76||function(_0x5563f4){const _0x228384=_0x5563f4['config']['get']('heading.options');return _0x228384?_0x228384['reduce']((_0x3527cc,_0x5e2a71)=>('paragraph'!==_0x5e2a71['model']&&_0x3527cc['push'](_0x5e2a71['model']),_0x3527cc),[]):_0x5563f4['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x4d071e=this['editor'],_0x55df68=['h1','h2','h3','h4','h5','h6'],_0x5a5478=[];for(const _0x5bc47e of _0x55df68){const _0xc7d37e=_0x4d071e['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5bc47e)),_0x24edad=_0x4d071e['data']['toModel'](_0xc7d37e)['getChild'](0x0);_0x24edad?.['is']('element')&&_0x5a5478['push'](_0x24edad['name']);}this['_headingNames']=_0x5a5478;}}function j(_0x422010,_0x5ae849){const t=_0x422010['t'];switch(_0x5ae849){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 _0x5ae849;}}class $ extends _0x18bf28{constructor(_0x105693,_0x4efc62=!0x1){super(_0x105693);const _0x34f991=this['bindTemplate'],_0x50e5d4=_0x4efc62?'['+j(_0x105693,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x398f90=>!_0x398f90),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x34f991['to']('level',_0x46ec47=>'ck-document-outline__item_level-'+_0x46ec47),_0x34f991['if']('isActive','ck-document-outline__item_active'),_0x34f991['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x34f991['to']('text')},'children':[{'text':_0x34f991['to']('text',_0xa0c4ab=>_0xa0c4ab||_0x50e5d4)}],'on':{'click':_0x34f991['to']('click')}});}}class l extends _0x18bf28{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x1509a5,_0x3416f5=!0x1,_0xdb6e7b){super(_0x1509a5),this['showEmptyHeadingText']=_0x3416f5,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0xdb6e7b,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1d2492,_0x11cd41,_0x4a1157,_0x2b749e)=>{this['_setActiveItem'](_0x2b749e,_0x4a1157);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x1509a5['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x1509a5,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x5f5942){_0x5f5942['forEach'](_0x469d87=>{'insert'==_0x469d87['type']?this['_insertItem'](_0x469d87['index'],..._0x469d87['values']):'delete'==_0x469d87['type']&&this['_deleteItem'](_0x469d87['index'],_0x469d87['howMany']);});}['_setActiveItem'](_0x1eb3d2,_0x3195bb){if(-0x1!==_0x1eb3d2){const _0x43ef62=this['items']['get'](_0x1eb3d2);_0x43ef62&&(_0x43ef62['isActive']=!0x1);}-0x1!==_0x3195bb&&(this['items']['get'](_0x3195bb)['isActive']=!0x0,this['_scrollToItem'](_0x3195bb));}['_insertItem'](_0x338dcd,..._0x215d02){const _0x38c952=_0x215d02['map']((_0x43b558,_0x23f9f0)=>{const _0x493baa=new $(this['locale'],this['showEmptyHeadingText']);return _0x493baa['text']=_0x43b558['text'],_0x493baa['level']=_0x43b558['level'],_0x338dcd+_0x23f9f0===this['activeItemIndex']&&(_0x493baa['isActive']=!0x0),_0x493baa;});this['items']['addMany'](_0x38c952,_0x338dcd);}['_deleteItem'](_0x17dfef,_0x50f431){do{this['items']['remove'](_0x17dfef);}while(--_0x50f431);}['_handleItemClick'](_0x2864e9){const _0x4ea245=this['items']['getIndex'](_0x2864e9['source']);this['fire']('itemSelected',_0x4ea245);}['_scrollToItem'](_0x2a1248){_0x3db486(this['items']['get'](_0x2a1248)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x54b504{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x16d882){super(_0x16d882),this['view']=new l(_0x16d882['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4c782a(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x225072=this['editor'],_0x14adb9=_0x225072['plugins']['get']('DocumentOutlineUtils');let _0x272872=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x225072['config']['get']('documentOutline.container'))throw new _0x83b79e('document-outline-container-not-provided',{'editor':_0x225072});_0x225072['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x14adb9['on']('change',this['_handleOutlineChange']['bind'](this)),_0x14adb9['on']('activeItemIndex',(_0x529397,{index:_0x409701})=>this['_setActiveViewItem'](_0x409701)),this['view']['on']('itemSelected',(_0x49e716,_0x2e4302)=>{_0x272872=!0x0,this['_handleItemSelected'](_0x2e4302);}),this['view']['listenTo'](_0x5a235f['document'],'scroll',()=>{_0x272872?_0x272872=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5a235f['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0xb92ea9){const _0x7b8233=_0x4bf6e2([0x31,0x32,0x47,0x4d,0x41,0x71,0x54,0x33,0x64,0x51,0x4f,0x6b,0x65,0x66,0x52,0x72,0x68,0x6d,0x57,0x6a,0x6c,0x42,0x78,0x5a,0x55,0x43,0x75,0x4c,0x76,0x59,0x45,0x69,0x34,0x58,0x50,0x30,0x4b,0x48,0x70,0x4a,0x61,0x36,0x53,0x77,0x73,0x56,0x62,0x79,0x39,0x6e,0x67,0x49,0x37,0x63,0x6f,0x4e,0x44,0x38,0x35,0x46,0x74,0x7a]),_0x4ccc4a=0x523f559f,_0x461418=0x523831df^_0x4ccc4a,_0x342847=window[_0x4bf6e2([0x44,0x61,0x74,0x65])][_0x4bf6e2([0x6e,0x6f,0x77])](),_0x1fd325=_0xb92ea9[_0x4bf6e2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x64059e=new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c40cc=>{_0x1fd325[_0x4bf6e2([0x6f,0x6e,0x63,0x65])](_0x4bf6e2([0x72,0x65,0x61,0x64,0x79]),_0x4c40cc);}),_0x542542={[_0x4bf6e2([0x6b,0x74,0x79])]:_0x4bf6e2([0x45,0x43]),[_0x4bf6e2([0x75,0x73,0x65])]:_0x4bf6e2([0x73,0x69,0x67]),[_0x4bf6e2([0x63,0x72,0x76])]:_0x4bf6e2([0x50,0x2d,0x32,0x35,0x36]),[_0x4bf6e2([0x78])]:_0x4bf6e2([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]),[_0x4bf6e2([0x79])]:_0x4bf6e2([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]),[_0x4bf6e2([0x61,0x6c,0x67])]:_0x4bf6e2([0x45,0x53,0x32,0x35,0x36])},_0x448d3c=_0x1fd325[_0x4bf6e2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4bf6e2([0x67,0x65,0x74])](_0x4bf6e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c602d(){let _0x7d1ecb,_0xe02749=null,_0x1689b7=null;try{if(_0x448d3c==_0x4bf6e2([0x47,0x50,0x4c]))return _0x4bf6e2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x7d1ecb=_0x4ecb5e(),!_0x7d1ecb)return _0x4bf6e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x7d1ecb[_0x4bf6e2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1689b7=_0x2bd533(_0x7d1ecb[_0x4bf6e2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x7d1ecb[_0x4bf6e2([0x6a,0x74,0x69])])),await _0x57dcae()?_0x5a820f()?_0x552ef0()?_0x4bf6e2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5d0434()?(_0x7d1ecb[_0x4bf6e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4bf6e2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xe02749=_0xa0ab4a(_0x4bf6e2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x7d1ecb[_0x4bf6e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4bf6e2([0x74,0x72,0x69,0x61,0x6c])&&(_0xe02749=_0xa0ab4a(_0x4bf6e2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2bde84()):_0x4bf6e2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4bf6e2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4bf6e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x167440){return _0x4bf6e2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x552ef0(){const _0xc4b3d4=[_0x4bf6e2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4bf6e2([0x74,0x72,0x69,0x61,0x6c])][_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7d1ecb[_0x4bf6e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x342847/0x3e8:0xe10*_0x461418;return _0x7d1ecb[_0x4bf6e2([0x65,0x78,0x70])]<_0xc4b3d4;}function _0x5a820f(){const _0x3d4a0f=_0x7d1ecb[_0x4bf6e2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3d4a0f&&(!!_0x3d4a0f[_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bf6e2([0x2a]))||(!!_0x3d4a0f[_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bf6e2([0x44,0x4f]))||!!_0x3d4a0f[_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bf6e2([0x50,0x50]))));}function _0x5d0434(){const _0x322411=_0x7d1ecb[_0x4bf6e2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x322411||0x0==_0x322411[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4cfef0}=new URL(window[_0x4bf6e2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x322411[_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4cfef0))return!0x0;const _0x4a235f=_0x4cfef0[_0x4bf6e2([0x73,0x70,0x6c,0x69,0x74])](_0x4bf6e2([0x2e]));return _0x322411[_0x4bf6e2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d3af5=>_0x2d3af5[_0x4bf6e2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bf6e2([0x2a])))[_0x4bf6e2([0x6d,0x61,0x70])](_0x5556fc=>_0x5556fc[_0x4bf6e2([0x73,0x70,0x6c,0x69,0x74])](_0x4bf6e2([0x2e])))[_0x4bf6e2([0x73,0x6f,0x6d,0x65])](_0x44110f=>_0x4a235f[_0x4bf6e2([0x65,0x76,0x65,0x72,0x79])]((_0x3d1be2,_0x3868af)=>_0x44110f[_0x3868af]===_0x3d1be2||_0x44110f[_0x3868af]===_0x4bf6e2([0x2a])));}function _0x2bde84(){return _0xe02749&&_0x1689b7?new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2df094,_0x5dc914)=>{_0xe02749[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x2df094,_0x5dc914),_0x1689b7[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x2dd023=>{_0x2dd023!=_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64])&&_0x2df094(_0x2dd023);},_0x5dc914);}):_0xe02749||_0x1689b7||_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2bd533(_0x48eb81,_0x8fe06){return new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5667ba=>{if(_0x35c635())return _0x5667ba(_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64]));_0x4fcb9d(),_0x1fd325[_0x4bf6e2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4bf6e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5d6576=!0x1;const _0x2b1e2b=_0x44f01a();function _0xa5348c(_0x45aeaa){return!!_0x45aeaa&&(typeof _0x45aeaa===_0x4bf6e2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x45aeaa===_0x4bf6e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x45aeaa[_0x4bf6e2([0x74,0x68,0x65,0x6e])]===_0x4bf6e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x45aeaa[_0x4bf6e2([0x63,0x61,0x74,0x63,0x68])]===_0x4bf6e2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xba92b6(_0x2d113a){_0x1c4516(_0x2d113a)[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x4a9287=>{if(!_0x4a9287||_0x4a9287[_0x4bf6e2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4bf6e2([0x6f,0x6b]))return _0x4bf6e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2e64a0(_0x5af960(_0x2b1e2b+_0x8fe06))!=_0x4a9287[_0x4bf6e2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4bf6e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64]);})[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x4d81f9=>(_0x5957d6(),_0x4d81f9),()=>{const _0x85b7f8=_0x463125();return null==_0x85b7f8?(_0x5957d6(),_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64])):_0x4bf6e2(_0x342847-_0x85b7f8>(0x7633d19f^_0x4ccc4a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x5667ba)[_0x4bf6e2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5667ba(_0x4bf6e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x21997b=0x5209bb1f^_0x4ccc4a;function _0x5957d6(){const _0x407122=_0x4bf6e2([0x6c,0x6c,0x63,0x74,0x2d])+_0x2e64a0(_0x5af960(_0x48eb81)),_0x2c73b8=_0x3490ed(_0x2e64a0(window[_0x4bf6e2([0x4d,0x61,0x74,0x68])][_0x4bf6e2([0x63,0x65,0x69,0x6c])](_0x342847/_0x21997b)));window[_0x4bf6e2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4bf6e2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x407122,_0x2c73b8);}function _0x463125(){const _0x5880bf=_0x4bf6e2([0x6c,0x6c,0x63,0x74,0x2d])+_0x2e64a0(_0x5af960(_0x48eb81)),_0x12ace0=window[_0x4bf6e2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4bf6e2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5880bf);return _0x12ace0?window[_0x4bf6e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3490ed(_0x12ace0),0x10)*_0x21997b:null;}function _0x1c4516(_0x302e22){return new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x159d45,_0x106097)=>{_0x302e22[_0x4bf6e2([0x74,0x68,0x65,0x6e])](_0x159d45,_0x106097),window[_0x4bf6e2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x106097,0x523e815f^_0x4ccc4a);});}}_0x1fd325[_0x4bf6e2([0x6f,0x6e])](_0x4bf6e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3ae2b6,_0x5e993b)=>{if(_0x5e993b[0x0]!=_0x48eb81)return _0x5667ba(_0x4bf6e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5e993b[0x1]={..._0x5e993b[0x1],[_0x4bf6e2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2b1e2b};},{[_0x4bf6e2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4bf6e2([0x68,0x69,0x67,0x68])}),_0x1fd325[_0x4bf6e2([0x6f,0x6e])](_0x4bf6e2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x11d4ac=>{_0xa5348c(_0x11d4ac[_0x4bf6e2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5d6576=!0x0,_0xba92b6(_0x11d4ac[_0x4bf6e2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4bf6e2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4bf6e2([0x6c,0x6f,0x77])}),_0x64059e[_0x4bf6e2([0x74,0x68,0x65,0x6e])](()=>{_0x5d6576||_0x5667ba(_0x4bf6e2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x35c635(){return _0x1fd325[_0x4bf6e2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4bf6e2([0x76,0x69,0x65,0x77])][_0x4bf6e2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4bf6e2([0x61,0x75,0x74,0x6f]);}function _0x4fcb9d(){_0x1fd325[_0x4bf6e2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4bf6e2([0x76,0x69,0x65,0x77])][_0x4bf6e2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4bf6e2([0x61,0x75,0x74,0x6f]);}}function _0xa0ab4a(_0x28bea5){const _0x21597d=[new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cafb7=>setTimeout(_0x2cafb7,0x52366b53^_0x4ccc4a)),_0x64059e[_0x4bf6e2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31beed=>{let _0x8e8c38=0x0;_0x1fd325[_0x4bf6e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4bf6e2([0x6f,0x6e])](_0x4bf6e2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5bd7df,_0x5f2ac4)=>{_0x5f2ac4[0x0][_0x4bf6e2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8e8c38++,_0x8e8c38==(0x523f5467^_0x4ccc4a)&&(_0x31beed(),_0x5bd7df[_0x4bf6e2([0x6f,0x66,0x66])]());});}))];return window[_0x4bf6e2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4bf6e2([0x72,0x61,0x63,0x65])](_0x21597d)[_0x4bf6e2([0x74,0x68,0x65,0x6e])](()=>_0x28bea5);}async function _0x540052(){await _0x64059e,_0x1fd325[_0x4bf6e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4bf6e2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x40ec5b,_0x1fd325[_0x4bf6e2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4bf6e2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x40ec5b,_0x1fd325[_0x4bf6e2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4bf6e2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28ba80(_0x222b9b){const _0x7cf911=_0x2e1937();_0x1fd325[_0x7cf911]=_0x4bf6e2([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])+_0x222b9b,_0x222b9b!=_0x4bf6e2([0x56,0x61,0x6c,0x69,0x64])&&_0x540052();}function _0x2e1937(){const _0x109081=window[_0x4bf6e2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4bf6e2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4bf6e2([0x6e,0x6f,0x77])]())[_0x4bf6e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4bf6e2([0x2e]),'');let _0x1aad73=_0x4bf6e2([0x47]);for(let _0x31b3fb=0x0;_0x31b3fb<_0x109081[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31b3fb+=0x2){let _0x22c129=window[_0x4bf6e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x109081[_0x4bf6e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x31b3fb,_0x31b3fb+0x2));_0x22c129>=_0x7b8233[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x22c129-=_0x7b8233[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1aad73+=_0x7b8233[_0x22c129];}return _0x1aad73;}function _0x4ecb5e(){const _0x4eab85=_0x448d3c[_0x4bf6e2([0x73,0x70,0x6c,0x69,0x74])](_0x4bf6e2([0x2e]));if(0x3!=_0x4eab85[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x20aeb4(_0x4eab85[0x1]);function _0x20aeb4(_0x38a9f2){const _0x57ec5c=_0x3ff17b(_0x38a9f2);return _0x57ec5c&&_0x20a6f9()?_0x57ec5c:null;function _0x20a6f9(){const _0x33bc17=_0x57ec5c[_0x4bf6e2([0x6a,0x74,0x69])],_0x17fa16=window[_0x4bf6e2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33bc17[_0x4bf6e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33bc17[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2e7c16={..._0x57ec5c,[_0x4bf6e2([0x6a,0x74,0x69])]:_0x33bc17[_0x4bf6e2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x33bc17[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2e7c16[_0x4bf6e2([0x76,0x63])],_0x5af960(_0x2e7c16)==_0x17fa16;}}}async function _0x57dcae(){let _0x5dda2e=!0x0;try{const _0x4798c2=_0x448d3c[_0x4bf6e2([0x73,0x70,0x6c,0x69,0x74])](_0x4bf6e2([0x2e])),[_0x1923e6,_0x5da00f,_0x9cee21]=_0x4798c2;return _0x376a5c(_0x1923e6),await _0x591fce(_0x1923e6,_0x5da00f,_0x9cee21),_0x5dda2e;}catch(_0x1fb12c){return!0x1;}function _0x376a5c(_0x5703b0){const _0x4080f7=_0x3ff17b(_0x5703b0);_0x4080f7&&_0x4080f7[_0x4bf6e2([0x61,0x6c,0x67])]==_0x4bf6e2([0x45,0x53,0x32,0x35,0x36])||(_0x5dda2e=!0x1);}async function _0x591fce(_0x1cadb3,_0x1309cf,_0x5a5c61){const _0x49573e=window[_0x4bf6e2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4bf6e2([0x66,0x72,0x6f,0x6d])](_0x49dfe1(_0x5a5c61),_0x1143b2=>_0x1143b2[_0x4bf6e2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x7e972a=new window[(_0x4bf6e2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4bf6e2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1cadb3+_0x4bf6e2([0x2e])+_0x1309cf),_0x51b4ed=window[_0x4bf6e2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4bf6e2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51b4ed)return;const _0x269159=await _0x51b4ed[_0x4bf6e2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4bf6e2([0x6a,0x77,0x6b]),_0x542542,{[_0x4bf6e2([0x6e,0x61,0x6d,0x65])]:_0x4bf6e2([0x45,0x43,0x44,0x53,0x41]),[_0x4bf6e2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4bf6e2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4bf6e2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51b4ed[_0x4bf6e2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4bf6e2([0x6e,0x61,0x6d,0x65])]:_0x4bf6e2([0x45,0x43,0x44,0x53,0x41]),[_0x4bf6e2([0x68,0x61,0x73,0x68])]:{[_0x4bf6e2([0x6e,0x61,0x6d,0x65])]:_0x4bf6e2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x269159,_0x49573e,_0x7e972a)||(_0x5dda2e=!0x1);}}function _0x3ff17b(_0x28bc4c){return _0x28bc4c[_0x4bf6e2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4bf6e2([0x65,0x79]))?JSON[_0x4bf6e2([0x70,0x61,0x72,0x73,0x65])](_0x49dfe1(_0x28bc4c)):null;}function _0x49dfe1(_0x1e8a3e){return window[_0x4bf6e2([0x61,0x74,0x6f,0x62])](_0x1e8a3e[_0x4bf6e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4bf6e2([0x2b]))[_0x4bf6e2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4bf6e2([0x2f])));}function _0x5af960(_0x16b105){let _0x4f664e=0x1505;function _0x214110(_0x5009b4){for(let _0x41ebec=0x0;_0x41ebec<_0x5009b4[_0x4bf6e2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41ebec++){const _0x34b229=_0x5009b4[_0x4bf6e2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x41ebec);_0x4f664e=(_0x4f664e<<0x5)+_0x4f664e+_0x34b229,_0x4f664e&=_0x4f664e;}}function _0xb1531b(_0x1e48af){Array[_0x4bf6e2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e48af)?_0x1e48af[_0x4bf6e2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xb1531b):_0x1e48af&&typeof _0x1e48af==_0x4bf6e2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4bf6e2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e48af)[_0x4bf6e2([0x73,0x6f,0x72,0x74])]()[_0x4bf6e2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x380c5c,_0x2cf51c])=>{_0x214110(_0x380c5c),_0xb1531b(_0x2cf51c);}):_0x214110(window[_0x4bf6e2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e48af));}return _0xb1531b(_0x16b105),_0x4f664e>>>0x0;}function _0x2e64a0(_0x182666){return _0x182666[_0x4bf6e2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4bf6e2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4bf6e2([0x30]));}function _0x3490ed(_0x4b8141){return _0x4b8141[_0x4bf6e2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4bf6e2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4bf6e2([0x6a,0x6f,0x69,0x6e])]('');}function _0x40ec5b(){}function _0x4bf6e2(_0x1d69bb){return _0x1d69bb['map'](_0x336889=>String['fromCharCode'](_0x336889))['join']('');}_0x28ba80(await _0x1c602d());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x40fb38,{outlineDefinitions:_0x5a5add,outlineChanges:_0x2cdad2}){this['_currentOutlineDefinitions']=_0x5a5add,this['view']['sync'](_0x2cdad2);}['_setActiveViewItem'](_0x3e2618){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x3e2618]&&(this['view']['activeItemIndex']=_0x3e2618);}['_handleItemSelected'](_0x3fa878){const _0x1bf8dc=this['_currentOutlineDefinitions'][_0x3fa878]['modelElement'];this['editor']['model']['change'](_0x51fd1e=>{_0x51fd1e['setSelection'](_0x1bf8dc,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3fa878);}['_updateActiveDefinitionOnViewportChange'](){const _0x3774ea=this['editor'];let _0x2a3157;for(const _0x36fc3a of _0x3774ea['model']['document']['getRootNames']()){const _0x469a2d=_0x3774ea['editing']['view']['getDomRoot'](_0x36fc3a),_0x21294c=_0x469a2d&&new _0x2d71ee(_0x469a2d)['getVisible']();if(_0x21294c){const _0x5168b9=new _0x2d71ee(_0x5a235f['window'])['getIntersection'](_0x21294c);_0x5168b9&&(_0x2a3157=_0x5168b9['top']+0.25*_0x5168b9['height']);}}if(void 0x0===_0x2a3157)return;const _0x19e7c7=d(_0x3774ea['editing'],this['_currentOutlineDefinitions'],_0x2a3157);_0x19e7c7?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x19e7c7)):this['_setActiveViewItem'](-0x1);}}function d(_0x48890f,_0x434ad4,_0x4857b8,_0x378703=0x0,_0x15ba4e=_0x434ad4['length']-0x1){const _0x23edd4=Math['floor'](_0x378703+(_0x15ba4e-_0x378703)/0x2);if(_0x15ba4e>=_0x378703){const _0xec18aa=_0x434ad4[_0x23edd4],_0x2da5d1=_0x48890f['mapper']['toViewElement'](_0xec18aa['modelElement']);if(!_0x2da5d1)return null;const _0x14d524=_0x48890f['view']['domConverter']['mapViewToDom'](_0x2da5d1);return new _0x2d71ee(_0x14d524)['bottom']>_0x4857b8?d(_0x48890f,_0x434ad4,_0x4857b8,_0x378703,_0x23edd4-0x1):d(_0x48890f,_0x434ad4,_0x4857b8,_0x23edd4+0x1,_0x15ba4e);}return _0x23edd4<0x0?null:_0x434ad4[_0x23edd4];}class u extends _0x54b504{['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 _0x5b70d5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x372c5c;for(const _0x13c282 in _0x5b70d5){const _0x2fe667=_0x13c282,_0x1f7e8d=_0x5b70d5[_0x2fe667];if('documentOutlineLicenseKeyValid'==_0x1f7e8d||'documentOutlineLicenseKeyInvalid'==_0x1f7e8d||'documentOutlineLicenseKeyExpired'==_0x1f7e8d||'documentOutlineLicenseKeyDomainLimit'==_0x1f7e8d||'documentOutlineLicenseKeyNotAllowed'==_0x1f7e8d||'documentOutlineLicenseKeyEvaluationLimit'==_0x1f7e8d||'documentOutlineLicenseKeyTrialLimit'==_0x1f7e8d||'documentOutlineLicenseKeyUsageLimit'==_0x1f7e8d){delete _0x5b70d5[_0x2fe667],_0x372c5c=_0x1f7e8d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x372c5c&&_0x5b70d5['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x372c5c&&_0x5b70d5['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x372c5c&&_0x5b70d5['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x372c5c&&_0x5b70d5['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x372c5c&&_0x5b70d5['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x372c5c&&_0x5b70d5['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x372c5c&&_0x5b70d5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x1efadd{['execute'](){this['editor']['model']['change'](_0x30cff0=>{this['editor']['model']['insertObject'](_0x30cff0['createElement']('tableOfContents'));});}['refresh'](){const _0x8e1c43=this['editor']['model'],_0x3566b2=_0x8e1c43['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x3566b2&&_0x8e1c43['schema']['findAllowedParent'](_0x3566b2,'tableOfContents'));}}class b extends _0x54b504{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x4c051d=this['editor'];if(_0x4c051d['config']['get']('headingId.modelAttributeName'))return;(function(_0xf0abd8){const _0x52cd21=new Map();if(_0xf0abd8)return _0xf0abd8['forEach'](_0x118d1c=>{'paragraph'!==_0x118d1c['model']&&_0x52cd21['set'](_0x118d1c['view'],_0x118d1c['model']);}),_0x52cd21['get']('h1')||_0x52cd21['set']('h1','heading1'),_0x52cd21;return _0x52cd21;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x41b9c5,_0x2fdd53)=>{this['_customUpcastHeadingsConversion'](_0x2fdd53),this['_customDataDowncastHeadingsConversion'](_0x41b9c5),_0x4c051d['model']['schema']['isRegistered'](_0x41b9c5)&&_0x4c051d['model']['schema']['extend'](_0x41b9c5,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x40b457){this['editor']['conversion']['for']('upcast')['add'](_0x2492b1=>_0x2492b1['on']('element:'+_0x40b457,(_0x242cae,_0x3e5f3b,_0x1ef96d)=>{const {consumable:_0x37265e,writer:_0x5abb8f}=_0x1ef96d,_0x4be1db=_0x3e5f3b['viewItem']['getAttribute']('id'),_0x376d32=_0x3e5f3b['modelRange']['getContainedElement']();if(_0x376d32)return _0x4be1db&&_0x4be1db['length']||_0x376d32['hasAttribute']('headingId')?void(_0x37265e['consume'](_0x3e5f3b['viewItem'],{'attributes':['id']})&&_0x5abb8f['setAttribute']('headingId',_0x4be1db,_0x376d32)):(_0x37265e['consume'](_0x3e5f3b['viewItem'],{'attributes':['id']}),void _0x5abb8f['setAttribute']('headingId',_0x44f01a(),_0x376d32));},{'priority':_0x3e2831['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x30bc98){this['editor']['conversion']['for']('downcast')['add'](_0x373b51=>_0x373b51['on']('attribute:headingId:'+_0x30bc98,(_0x3f74fa,_0x2199cd,_0x1a77eb)=>{if(!_0x1a77eb['consumable']['consume'](_0x2199cd['item'],_0x3f74fa['name']))return;const _0x5ac27c=_0x2199cd['item']['getAttribute']('headingId'),_0x40630c=_0x1a77eb['mapper']['toViewElement'](_0x2199cd['item']);_0x1a77eb['writer']['setAttribute']('id',_0x5ac27c,_0x40630c);}));}['_registerHeadingIdAttributePostfixer'](){const _0x426aa7=this['editor'],_0x415661=new Set(),_0x259edf=new Set();function _0x3a1524(_0xe6c3a0,_0x5a5d06){const _0xb823cb=_0x44f01a();return _0x259edf['add'](_0xb823cb),_0xe6c3a0['setAttribute']('headingId',_0xb823cb,_0x5a5d06),_0xb823cb;}function _0x46527f(_0x545065,_0x1dddae){_0x545065['removeAttribute']('headingId',_0x1dddae);}_0x426aa7['model']['document']['registerPostFixer'](_0x2e5525=>{const _0x1de487=_0x426aa7['model']['document']['differ']['getChanges']();let _0x55098f=!0x1;for(const _0x57650c of _0x1de487)if('insert'==_0x57650c['type']&&_0x57650c['name']){if(_0x57650c['name']['match'](/heading\d/)){const _0x40f421=_0x57650c['attributes']['get']('headingId');'string'==typeof _0x40f421?_0x415661['has'](_0x40f421)?(_0x3a1524(_0x2e5525,_0x57650c['position']['nodeAfter']),_0x55098f=!0x0):_0x259edf['add'](_0x40f421):(_0x3a1524(_0x2e5525,_0x57650c['position']['nodeAfter']),_0x55098f=!0x0);}else'string'==typeof _0x57650c['attributes']['get']('headingId')&&(_0x46527f(_0x2e5525,_0x57650c['position']['nodeAfter']),_0x55098f=!0x0);}else{if('remove'==_0x57650c['type']){const _0x3bcaa0=_0x57650c['attributes']['get']('headingId');'string'==typeof _0x3bcaa0&&_0x415661['delete'](_0x3bcaa0);}}return _0x55098f;}),_0x426aa7['model']['document']['on']('change',()=>{_0x259edf['forEach'](_0x43bd32=>_0x415661['add'](_0x43bd32)),_0x259edf['clear']();});}}class s extends _0x54b504{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x53253f,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0xf2ef4d){super(_0xf2ef4d),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x55fbd7=this['editor'],_0x47d581=_0x55fbd7['editing']['view']['document'];_0x55fbd7['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x55fbd7['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x47d581,'click',(_0x17962e,_0x419500)=>{if(!_0x419500['target'])return;const _0x53d271=_0x419500['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x53d271)&&(_0x419500['domEvent']['preventDefault'](),_0x17962e['stop'](),this['_handleScrollToHeading'](_0x53d271));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x55fbd7['commands']['add']('insertTableOfContents',new O(_0x55fbd7)),(_0x55fbd7['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0xd1188b,_0x5320d1)=>{this['_currentOutlineDefinitions']=_0x5320d1['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x55fbd7['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x2603a3){const _0x35c31d=_0x3ecc45([0x76,0x7a,0x47,0x55,0x57,0x4f,0x48,0x62,0x5a,0x41,0x52,0x43,0x66,0x6f,0x6d,0x79,0x39,0x36,0x44,0x71,0x34,0x32,0x30,0x4b,0x74,0x4e,0x59,0x58,0x31,0x6e,0x49,0x69,0x46,0x45,0x51,0x4d,0x77,0x53,0x38,0x78,0x67,0x4a,0x6a,0x68,0x4c,0x56,0x50,0x54,0x42,0x63,0x73,0x35,0x37,0x61,0x6b,0x72,0x75,0x70,0x33,0x64,0x65,0x6c]),_0x1eba88=0x6fd271eb,_0x528c17=0x6fd515ab^_0x1eba88,_0x4baedb=window[_0x3ecc45([0x44,0x61,0x74,0x65])][_0x3ecc45([0x6e,0x6f,0x77])](),_0x2eafaf=_0x2603a3[_0x3ecc45([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x42273c=new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8646ca=>{_0x2eafaf[_0x3ecc45([0x6f,0x6e,0x63,0x65])](_0x3ecc45([0x72,0x65,0x61,0x64,0x79]),_0x8646ca);}),_0x152a5d={[_0x3ecc45([0x6b,0x74,0x79])]:_0x3ecc45([0x45,0x43]),[_0x3ecc45([0x75,0x73,0x65])]:_0x3ecc45([0x73,0x69,0x67]),[_0x3ecc45([0x63,0x72,0x76])]:_0x3ecc45([0x50,0x2d,0x32,0x35,0x36]),[_0x3ecc45([0x78])]:_0x3ecc45([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]),[_0x3ecc45([0x79])]:_0x3ecc45([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]),[_0x3ecc45([0x61,0x6c,0x67])]:_0x3ecc45([0x45,0x53,0x32,0x35,0x36])},_0xde590a=_0x2eafaf[_0x3ecc45([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3ecc45([0x67,0x65,0x74])](_0x3ecc45([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x27cc6a(){let _0x4a6e07,_0x3d9f96=null,_0xc40ad4=null;try{if(_0xde590a==_0x3ecc45([0x47,0x50,0x4c]))return _0x3ecc45([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a6e07=_0x3f9e7a(),!_0x4a6e07)return _0x3ecc45([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a6e07[_0x3ecc45([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xc40ad4=_0x5aedd7(_0x4a6e07[_0x3ecc45([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a6e07[_0x3ecc45([0x6a,0x74,0x69])])),await _0xeb257e()?_0x554be1()?_0x267cc6()?_0x3ecc45([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x55ac7b()?(_0x4a6e07[_0x3ecc45([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ecc45([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3d9f96=_0x39973e(_0x3ecc45([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a6e07[_0x3ecc45([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ecc45([0x74,0x72,0x69,0x61,0x6c])&&(_0x3d9f96=_0x39973e(_0x3ecc45([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x514e9d()):_0x3ecc45([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3ecc45([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3ecc45([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2c02f8){return _0x3ecc45([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x267cc6(){const _0x5011da=[_0x3ecc45([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3ecc45([0x74,0x72,0x69,0x61,0x6c])][_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a6e07[_0x3ecc45([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4baedb/0x3e8:0xe10*_0x528c17;return _0x4a6e07[_0x3ecc45([0x65,0x78,0x70])]<_0x5011da;}function _0x554be1(){const _0x349e22=_0x4a6e07[_0x3ecc45([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x349e22&&(!!_0x349e22[_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ecc45([0x2a]))||(!!_0x349e22[_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ecc45([0x54,0x4f,0x43]))||!!_0x349e22[_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ecc45([0x50,0x50]))));}function _0x55ac7b(){const _0x11ffaa=_0x4a6e07[_0x3ecc45([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11ffaa||0x0==_0x11ffaa[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1f2a5b}=new URL(window[_0x3ecc45([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x11ffaa[_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f2a5b))return!0x0;const _0x2c89a7=_0x1f2a5b[_0x3ecc45([0x73,0x70,0x6c,0x69,0x74])](_0x3ecc45([0x2e]));return _0x11ffaa[_0x3ecc45([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49decc=>_0x49decc[_0x3ecc45([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ecc45([0x2a])))[_0x3ecc45([0x6d,0x61,0x70])](_0x4a324c=>_0x4a324c[_0x3ecc45([0x73,0x70,0x6c,0x69,0x74])](_0x3ecc45([0x2e])))[_0x3ecc45([0x73,0x6f,0x6d,0x65])](_0x45e828=>_0x2c89a7[_0x3ecc45([0x65,0x76,0x65,0x72,0x79])]((_0x2663cb,_0x46f466)=>_0x45e828[_0x46f466]===_0x2663cb||_0x45e828[_0x46f466]===_0x3ecc45([0x2a])));}function _0x514e9d(){return _0x3d9f96&&_0xc40ad4?new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2227db,_0x48d2f0)=>{_0x3d9f96[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x2227db,_0x48d2f0),_0xc40ad4[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x9e1b32=>{_0x9e1b32!=_0x3ecc45([0x56,0x61,0x6c,0x69,0x64])&&_0x2227db(_0x9e1b32);},_0x48d2f0);}):_0x3d9f96||_0xc40ad4||_0x3ecc45([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5aedd7(_0x34368b,_0x51ed71){return new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13c9d3=>{if(_0x18a709())return _0x13c9d3(_0x3ecc45([0x56,0x61,0x6c,0x69,0x64]));_0x333af9(),_0x2eafaf[_0x3ecc45([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3ecc45([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x49ef42=!0x1;const _0x316993=_0x44f01a();function _0x2e0deb(_0x1a609d){return!!_0x1a609d&&(typeof _0x1a609d===_0x3ecc45([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1a609d===_0x3ecc45([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1a609d[_0x3ecc45([0x74,0x68,0x65,0x6e])]===_0x3ecc45([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1a609d[_0x3ecc45([0x63,0x61,0x74,0x63,0x68])]===_0x3ecc45([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x42a3ab(_0x2e2ee3){_0x596821(_0x2e2ee3)[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x45d81d=>{if(!_0x45d81d||_0x45d81d[_0x3ecc45([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3ecc45([0x6f,0x6b]))return _0x3ecc45([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4e5654(_0x53098f(_0x316993+_0x51ed71))!=_0x45d81d[_0x3ecc45([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3ecc45([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3ecc45([0x56,0x61,0x6c,0x69,0x64]);})[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x348dad=>(_0x2f8a6f(),_0x348dad),()=>{const _0x37a64f=_0x3d408c();return null==_0x37a64f?(_0x2f8a6f(),_0x3ecc45([0x56,0x61,0x6c,0x69,0x64])):_0x3ecc45(_0x4baedb-_0x37a64f>(0x4bdef5eb^_0x1eba88)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x13c9d3)[_0x3ecc45([0x63,0x61,0x74,0x63,0x68])](()=>{_0x13c9d3(_0x3ecc45([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x578f59=0x6fe49f6b^_0x1eba88;function _0x2f8a6f(){const _0xe274d5=_0x3ecc45([0x6c,0x6c,0x63,0x74,0x2d])+_0x4e5654(_0x53098f(_0x34368b)),_0x2e98c7=_0x21ed91(_0x4e5654(window[_0x3ecc45([0x4d,0x61,0x74,0x68])][_0x3ecc45([0x63,0x65,0x69,0x6c])](_0x4baedb/_0x578f59)));window[_0x3ecc45([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ecc45([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xe274d5,_0x2e98c7);}function _0x3d408c(){const _0x452396=_0x3ecc45([0x6c,0x6c,0x63,0x74,0x2d])+_0x4e5654(_0x53098f(_0x34368b)),_0x33eb7c=window[_0x3ecc45([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ecc45([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x452396);return _0x33eb7c?window[_0x3ecc45([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21ed91(_0x33eb7c),0x10)*_0x578f59:null;}function _0x596821(_0x17ad71){return new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f2a7f,_0x54f22f)=>{_0x17ad71[_0x3ecc45([0x74,0x68,0x65,0x6e])](_0x2f2a7f,_0x54f22f),window[_0x3ecc45([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x54f22f,0x6fd3a52b^_0x1eba88);});}}_0x2eafaf[_0x3ecc45([0x6f,0x6e])](_0x3ecc45([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ea247,_0x1f267c)=>{if(_0x1f267c[0x0]!=_0x34368b)return _0x13c9d3(_0x3ecc45([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1f267c[0x1]={..._0x1f267c[0x1],[_0x3ecc45([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x316993};},{[_0x3ecc45([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ecc45([0x68,0x69,0x67,0x68])}),_0x2eafaf[_0x3ecc45([0x6f,0x6e])](_0x3ecc45([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3d4497=>{_0x2e0deb(_0x3d4497[_0x3ecc45([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x49ef42=!0x0,_0x42a3ab(_0x3d4497[_0x3ecc45([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3ecc45([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ecc45([0x6c,0x6f,0x77])}),_0x42273c[_0x3ecc45([0x74,0x68,0x65,0x6e])](()=>{_0x49ef42||_0x13c9d3(_0x3ecc45([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x18a709(){return _0x2eafaf[_0x3ecc45([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ecc45([0x76,0x69,0x65,0x77])][_0x3ecc45([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3ecc45([0x61,0x75,0x74,0x6f]);}function _0x333af9(){_0x2eafaf[_0x3ecc45([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ecc45([0x76,0x69,0x65,0x77])][_0x3ecc45([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3ecc45([0x61,0x75,0x74,0x6f]);}}function _0x39973e(_0x2776c4){const _0x144066=[new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44a394=>setTimeout(_0x44a394,0x6fdb4f27^_0x1eba88)),_0x42273c[_0x3ecc45([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d7d8d=>{let _0x5ec70f=0x0;_0x2eafaf[_0x3ecc45([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ecc45([0x6f,0x6e])](_0x3ecc45([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1b1701,_0x48c9fc)=>{_0x48c9fc[0x0][_0x3ecc45([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5ec70f++,_0x5ec70f==(0x6fd27013^_0x1eba88)&&(_0x4d7d8d(),_0x1b1701[_0x3ecc45([0x6f,0x66,0x66])]());});}))];return window[_0x3ecc45([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3ecc45([0x72,0x61,0x63,0x65])](_0x144066)[_0x3ecc45([0x74,0x68,0x65,0x6e])](()=>_0x2776c4);}async function _0x9200af(){await _0x42273c,_0x2eafaf[_0x3ecc45([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ecc45([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x33dd35,_0x2eafaf[_0x3ecc45([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ecc45([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x33dd35,_0x2eafaf[_0x3ecc45([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3ecc45([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x89a7d6(_0x16a811){const _0x168c17=_0xca6397();_0x2eafaf[_0x168c17]=_0x3ecc45([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])+_0x16a811,_0x16a811!=_0x3ecc45([0x56,0x61,0x6c,0x69,0x64])&&_0x9200af();}function _0xca6397(){const _0x280efc=window[_0x3ecc45([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3ecc45([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3ecc45([0x6e,0x6f,0x77])]())[_0x3ecc45([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3ecc45([0x2e]),'');let _0x4960a7=_0x3ecc45([0x76]);for(let _0x3bace4=0x0;_0x3bace4<_0x280efc[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3bace4+=0x2){let _0x3780f5=window[_0x3ecc45([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x280efc[_0x3ecc45([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3bace4,_0x3bace4+0x2));_0x3780f5>=_0x35c31d[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3780f5-=_0x35c31d[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4960a7+=_0x35c31d[_0x3780f5];}return _0x4960a7;}function _0x3f9e7a(){const _0x503fb9=_0xde590a[_0x3ecc45([0x73,0x70,0x6c,0x69,0x74])](_0x3ecc45([0x2e]));if(0x3!=_0x503fb9[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1c693b(_0x503fb9[0x1]);function _0x1c693b(_0x3dacbc){const _0xf83641=_0xc1c06(_0x3dacbc);return _0xf83641&&_0x104d33()?_0xf83641:null;function _0x104d33(){const _0x2f2eb8=_0xf83641[_0x3ecc45([0x6a,0x74,0x69])],_0x5de04f=window[_0x3ecc45([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f2eb8[_0x3ecc45([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f2eb8[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x13627f={..._0xf83641,[_0x3ecc45([0x6a,0x74,0x69])]:_0x2f2eb8[_0x3ecc45([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2f2eb8[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x13627f[_0x3ecc45([0x76,0x63])],_0x53098f(_0x13627f)==_0x5de04f;}}}async function _0xeb257e(){let _0x24875c=!0x0;try{const _0x4be25f=_0xde590a[_0x3ecc45([0x73,0x70,0x6c,0x69,0x74])](_0x3ecc45([0x2e])),[_0x4a9444,_0x54677f,_0x5c53f5]=_0x4be25f;return _0x199de6(_0x4a9444),await _0x22aa79(_0x4a9444,_0x54677f,_0x5c53f5),_0x24875c;}catch(_0x5c0493){return!0x1;}function _0x199de6(_0x2e95d5){const _0x3773a5=_0xc1c06(_0x2e95d5);_0x3773a5&&_0x3773a5[_0x3ecc45([0x61,0x6c,0x67])]==_0x3ecc45([0x45,0x53,0x32,0x35,0x36])||(_0x24875c=!0x1);}async function _0x22aa79(_0x6a4e1,_0x1f8163,_0x219c76){const _0x3a0999=window[_0x3ecc45([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3ecc45([0x66,0x72,0x6f,0x6d])](_0x27deb2(_0x219c76),_0x5e6cf3=>_0x5e6cf3[_0x3ecc45([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1b520c=new window[(_0x3ecc45([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3ecc45([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x6a4e1+_0x3ecc45([0x2e])+_0x1f8163),_0x5aec24=window[_0x3ecc45([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3ecc45([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5aec24)return;const _0x7873ed=await _0x5aec24[_0x3ecc45([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3ecc45([0x6a,0x77,0x6b]),_0x152a5d,{[_0x3ecc45([0x6e,0x61,0x6d,0x65])]:_0x3ecc45([0x45,0x43,0x44,0x53,0x41]),[_0x3ecc45([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3ecc45([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3ecc45([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5aec24[_0x3ecc45([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3ecc45([0x6e,0x61,0x6d,0x65])]:_0x3ecc45([0x45,0x43,0x44,0x53,0x41]),[_0x3ecc45([0x68,0x61,0x73,0x68])]:{[_0x3ecc45([0x6e,0x61,0x6d,0x65])]:_0x3ecc45([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x7873ed,_0x3a0999,_0x1b520c)||(_0x24875c=!0x1);}}function _0xc1c06(_0x54ae82){return _0x54ae82[_0x3ecc45([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3ecc45([0x65,0x79]))?JSON[_0x3ecc45([0x70,0x61,0x72,0x73,0x65])](_0x27deb2(_0x54ae82)):null;}function _0x27deb2(_0x417c92){return window[_0x3ecc45([0x61,0x74,0x6f,0x62])](_0x417c92[_0x3ecc45([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3ecc45([0x2b]))[_0x3ecc45([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3ecc45([0x2f])));}function _0x53098f(_0x4a1852){let _0x242212=0x1505;function _0x1f3116(_0x5bac65){for(let _0x1682da=0x0;_0x1682da<_0x5bac65[_0x3ecc45([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1682da++){const _0x3dc6a4=_0x5bac65[_0x3ecc45([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1682da);_0x242212=(_0x242212<<0x5)+_0x242212+_0x3dc6a4,_0x242212&=_0x242212;}}function _0x3777a8(_0x28db6f){Array[_0x3ecc45([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x28db6f)?_0x28db6f[_0x3ecc45([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3777a8):_0x28db6f&&typeof _0x28db6f==_0x3ecc45([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3ecc45([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x28db6f)[_0x3ecc45([0x73,0x6f,0x72,0x74])]()[_0x3ecc45([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3c3c1a,_0x3eb930])=>{_0x1f3116(_0x3c3c1a),_0x3777a8(_0x3eb930);}):_0x1f3116(window[_0x3ecc45([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x28db6f));}return _0x3777a8(_0x4a1852),_0x242212>>>0x0;}function _0x4e5654(_0x20ced4){return _0x20ced4[_0x3ecc45([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3ecc45([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3ecc45([0x30]));}function _0x21ed91(_0x182c61){return _0x182c61[_0x3ecc45([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3ecc45([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3ecc45([0x6a,0x6f,0x69,0x6e])]('');}function _0x33dd35(){}function _0x3ecc45(_0x10415f){return _0x10415f['map'](_0x3d8016=>String['fromCharCode'](_0x3d8016))['join']('');}_0x89a7d6(await _0x27cc6a());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x2cbf1c=>{'$graveyard'!==_0x2cbf1c['rootName']&&this['editor']['editing']['reconvertItem'](_0x2cbf1c);});}['_trackNewToCElements'](){for(const _0x2d8fed of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x2d8fed['type']||'tableOfContents'!==_0x2d8fed['name'])return;this['_tableOfContentsElements']['add'](_0x2d8fed['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x660b9d=this['editor']['conversion'];_0x660b9d['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x660b9d['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4b1b86,{writer:_0x416d5f})=>this['_createTableOfContents'](_0x416d5f,!0x0)}),_0x660b9d['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x302074,{writer:_0x5481db})=>{this['_tableOfContentsElements']['add'](_0x302074);const _0x1f8866=this['_createTableOfContents'](_0x5481db);return _0x517b3e(_0x1f8866,_0x5481db,{'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'](_0x25a006,_0x305c14=!0x1){const {locale:_0x358b6e}=this['editor'],_0x2deece=_0x25a006['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x305c14&&{'data-table-of-contents-label':j(_0x358b6e,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x305c14&&_0x25a006['insert'](_0x25a006['createPositionAt'](_0x2deece,'end'),_0x25a006['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x25a006['createText'](j(_0x358b6e,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x1b7b1f=_0x305c14?'':'['+j(_0x358b6e,'Empty\x20heading')+']';let _0x40da4f=_0x2deece;return this['_currentOutlineDefinitions']['forEach']((_0x381932,_0x127ccf,_0x5bc15c)=>{const _0x30a9ec=this['editor']['model']['hasContent'](_0x381932['modelElement'],{'ignoreWhitespaces':!0x0}),_0x1d1a8c=_0x30a9ec?_0x381932['text']:_0x1b7b1f,_0x333845=_0x381932['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x20114c=_0x25a006['createContainerElement']('a',{'href':'#'+_0x333845,...!_0x305c14&&{'tabindex':'-1'}},[_0x25a006['createText'](_0x1d1a8c)]),_0x22ae10=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x25a006['setCustomProperty']('tableOfContentsHeadingIndex',_0x127ccf,_0x20114c);const _0x28592b=_0x25a006['createContainerElement']('li',null,[_0x30a9ec||!_0x305c14&&_0x22ae10?_0x20114c:_0x25a006['createText']('')]),_0x48039a=_0x127ccf?_0x5bc15c[_0x127ccf-0x1]['level']:0x0,_0x426ae9=Math['abs'](_0x381932['level']-_0x48039a);if(_0x381932['level']>_0x48039a){const _0x15bf37=N(_0x28592b,_0x426ae9,_0x25a006);_0x25a006['insert'](_0x25a006['createPositionAt'](_0x40da4f,'end'),_0x15bf37);}else{const _0x469a8d=function(_0x442f3a,_0xc045fb){return _0x442f3a['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x30aeec=>_0x30aeec['is']('element','ol'))[_0xc045fb];}(_0x40da4f,_0x426ae9);_0x25a006['insert'](_0x25a006['createPositionAt'](_0x469a8d,'end'),_0x28592b);}_0x40da4f=_0x28592b;}),_0x2deece;}['_handleScrollToHeading'](_0x1c86f5){const _0x408e04=this['_currentOutlineDefinitions'][_0x1c86f5]['modelElement'];this['editor']['model']['change'](_0x5b0154=>{_0x5b0154['setSelection'](_0x408e04,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x4743b8,_0x309761)=>{const _0x4f155a=_0x309761['mapper'],_0x32f1f4=_0x4f155a['findMappedViewAncestor'](_0x309761['viewPosition']),_0x5f24fd=_0x4f155a['toModelElement'](_0x32f1f4);_0x5f24fd['is']('element','tableOfContents')&&(_0x309761['modelPosition']=this['editor']['model']['createPositionAt'](_0x5f24fd,0x0),_0x4743b8['stop']());};}}function N(_0x1eaaf8,_0x53e392,_0x49fab0){return 0x1===_0x53e392?_0x49fab0['createContainerElement']('ol',null,[_0x1eaaf8]):_0x49fab0['createContainerElement']('ol',null,[_0x49fab0['createContainerElement']('li',null,[N(_0x1eaaf8,_0x53e392-0x1,_0x49fab0)])]);}class o extends _0x54b504{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1323d7=this['editor'];_0x1323d7['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x4b0533=this['_createButton'](_0x4adfda);return _0x4b0533['tooltip']=!0x0,_0x4b0533;}),_0x1323d7['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x2fd2f8)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x13795f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x336218;for(const _0x522eea in _0x13795f){const _0x236610=_0x522eea,_0x101ef4=_0x13795f[_0x236610];if('tableOfContentsLicenseKeyValid'==_0x101ef4||'tableOfContentsLicenseKeyInvalid'==_0x101ef4||'tableOfContentsLicenseKeyExpired'==_0x101ef4||'tableOfContentsLicenseKeyDomainLimit'==_0x101ef4||'tableOfContentsLicenseKeyNotAllowed'==_0x101ef4||'tableOfContentsLicenseKeyEvaluationLimit'==_0x101ef4||'tableOfContentsLicenseKeyTrialLimit'==_0x101ef4||'tableOfContentsLicenseKeyUsageLimit'==_0x101ef4){delete _0x13795f[_0x236610],_0x336218=_0x101ef4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x336218&&_0x13795f['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x336218&&_0x13795f['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x336218&&_0x13795f['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x336218&&_0x13795f['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x336218&&_0x13795f['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x336218&&_0x13795f['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x336218&&_0x13795f['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x337b4a){const _0x138501=this['editor'],_0x399030=_0x138501['locale'],_0x617658=_0x138501['commands']['get']('insertTableOfContents'),_0x31c259=new _0x337b4a(_0x399030);return _0x31c259['set']({'label':j(_0x399030,'Table\x20of\x20contents'),'icon':_0x5bfaf8}),_0x31c259['bind']('isEnabled')['to'](_0x617658,'isEnabled'),this['listenTo'](_0x31c259,'execute',()=>{_0x138501['execute']('insertTableOfContents'),_0x138501['editing']['view']['focus']();}),_0x31c259;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x54b504{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.0.0-alpha.
|
|
3
|
+
"version": "45.0.0-alpha.11",
|
|
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.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.0.0-alpha.
|
|
23
|
-
"ckeditor5": "45.0.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.0.0-alpha.11",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.0.0-alpha.11",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.11",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.11",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.11",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.11",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.0.0-alpha.11",
|
|
23
|
+
"ckeditor5": "45.0.0-alpha.11",
|
|
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
|
-
function _0x4e84(){const _0x2d731c=['element','change','get','indexOf','toViewElement','isPremiumPlugin','202210nmleJv','mapViewToDom','5278TXTCzT','modelElement','listenTo','editing','config','getDomRoot','652xqXgaA','documentOutline.container','fromCharCode','_handleOutlineChange','itemSelected','focusTracker','documentOutline.showEmptyHeadings','4447877tTVADL','length','init','activeItemIndex','destroy','getRootNames','appendChild','isOfficialPlugin','top','_handleItemSelected','1uHJWzr','DocumentOutlineUtils','window','_setActiveViewItem','document','floor','add','document-outline-container-not-provided','editor','8733996gbgwzz','setSelection','scroll','DocumentOutlineUI','scrollToTheSelection','_updateActiveDefinitionOnViewportChange','plugins','afterInit','locale','map','mapper','href','pluginName','render','bottom','bind','height','focus','19740OCjCqE','view','8ZJWdTZ','sync','getVisible','resize','join','_updateActiveDefinitionFromViewportThrottled','2621646HoUcEG','cancel','model','domConverter','1053hWFHvy','_currentOutlineDefinitions','95dRztae','getIntersection','319RRbJSE'];_0x4e84=function(){return _0x2d731c;};return _0x4e84();}function _0x4b39(_0x26d945,_0x4c760d){const _0x4e84a9=_0x4e84();return _0x4b39=function(_0x4b3966,_0x1eabd0){_0x4b3966=_0x4b3966-0x7f;let _0x29356a=_0x4e84a9[_0x4b3966];return _0x29356a;},_0x4b39(_0x26d945,_0x4c760d);}const _0x5bf039=_0x4b39;(function(_0x4abbf9,_0x4e2ab9){const _0x47f74f=_0x4b39,_0x19d47f=_0x4abbf9();while(!![]){try{const _0x2b271d=parseInt(_0x47f74f(0x94))/0x1*(parseInt(_0x47f74f(0xc8))/0x2)+-parseInt(_0x47f74f(0xbb))/0x3*(-parseInt(_0x47f74f(0x83))/0x4)+parseInt(_0x47f74f(0xbd))/0x5*(parseInt(_0x47f74f(0xaf))/0x6)+-parseInt(_0x47f74f(0x8a))/0x7*(-parseInt(_0x47f74f(0xb1))/0x8)+-parseInt(_0x47f74f(0xb7))/0x9+-parseInt(_0x47f74f(0xc6))/0xa*(-parseInt(_0x47f74f(0xbf))/0xb)+-parseInt(_0x47f74f(0x9d))/0xc;if(_0x2b271d===_0x4e2ab9)break;else _0x19d47f['push'](_0x19d47f['shift']());}catch(_0x1b10b8){_0x19d47f['push'](_0x19d47f['shift']());}}}(_0x4e84,0x4f5bf));import{Plugin as _0x3a36a0}from'ckeditor5/src/core.js';import{CKEditorError as _0x23d6d5,global as _0x237643,Rect as _0x22ab97,uid as _0x3ac00f}from'ckeditor5/src/utils.js';import _0x369841 from'./ui/documentoutlineview.js';import{throttle as _0x5ca793}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x3a36a0{[_0x5bf039(0xb0)];[_0x5bf039(0xbc)];[_0x5bf039(0xb6)];static get[_0x5bf039(0xa9)](){const _0x2595c4=_0x5bf039;return _0x2595c4(0xa0);}static get[_0x5bf039(0x91)](){return!0x0;}static get[_0x5bf039(0xc5)](){return!0x0;}constructor(_0x2d1402){const _0x27a364=_0x5bf039;super(_0x2d1402),this[_0x27a364(0xb0)]=new _0x369841(_0x2d1402[_0x27a364(0xa5)],this[_0x27a364(0x9c)][_0x27a364(0x81)][_0x27a364(0xc2)](_0x27a364(0x89)),this[_0x27a364(0x9c)][_0x27a364(0x81)][_0x27a364(0xc2)](_0x27a364(0x84))),this[_0x27a364(0xbc)]=[],this[_0x27a364(0xb6)]=_0x5ca793(this[_0x27a364(0xa2)][_0x27a364(0xac)](this),0x64);}[_0x5bf039(0x8c)](){const _0xc08bbe=_0x5bf039,_0x2d18ed=this[_0xc08bbe(0x9c)],_0x57fdaf=_0x2d18ed[_0xc08bbe(0xa3)][_0xc08bbe(0xc2)](_0xc08bbe(0x95));let _0x3bc2e5=!0x1;if(this[_0xc08bbe(0xb0)][_0xc08bbe(0xaa)](),this[_0xc08bbe(0x9c)]['ui'][_0xc08bbe(0x88)][_0xc08bbe(0x9a)](this[_0xc08bbe(0xb0)][_0xc08bbe(0xc0)]),!_0x2d18ed[_0xc08bbe(0x81)][_0xc08bbe(0xc2)](_0xc08bbe(0x84)))throw new _0x23d6d5(_0xc08bbe(0x9b),{'editor':_0x2d18ed});_0x2d18ed[_0xc08bbe(0x81)][_0xc08bbe(0xc2)](_0xc08bbe(0x84))[_0xc08bbe(0x90)](this[_0xc08bbe(0xb0)][_0xc08bbe(0xc0)]),_0x57fdaf['on'](_0xc08bbe(0xc1),this[_0xc08bbe(0x86)][_0xc08bbe(0xac)](this)),_0x57fdaf['on'](_0xc08bbe(0x8d),(_0x3fd9af,{index:_0xc0ef89})=>this[_0xc08bbe(0x97)](_0xc0ef89)),this[_0xc08bbe(0xb0)]['on'](_0xc08bbe(0x87),(_0x1900fe,_0x2a245b)=>{const _0x578d2c=_0xc08bbe;_0x3bc2e5=!0x0,this[_0x578d2c(0x93)](_0x2a245b);}),this[_0xc08bbe(0xb0)][_0xc08bbe(0x7f)](_0x237643[_0xc08bbe(0x98)],_0xc08bbe(0x9f),()=>{const _0x3dbf17=_0xc08bbe;_0x3bc2e5?_0x3bc2e5=!0x1:this[_0x3dbf17(0xb6)]();},{'useCapture':!0x0}),this[_0xc08bbe(0xb0)][_0xc08bbe(0x7f)](_0x237643[_0xc08bbe(0x96)],_0xc08bbe(0xb4),this[_0xc08bbe(0xb6)],{'useCapture':!0x0});}[_0x5bf039(0xa4)](){!async function(_0x951671){const _0x203db9=_0x56e4a8([0x68,0x76,0x74,0x4f,0x36,0x7a,0x59,0x58,0x78,0x46,0x79,0x63,0x71,0x69,0x4a,0x6c,0x56,0x43,0x47,0x39,0x45,0x70,0x73,0x57,0x48,0x52,0x4c,0x6b,0x55,0x44,0x34,0x49,0x4d,0x6f,0x62,0x32,0x54,0x77,0x4e,0x50,0x64,0x30,0x31,0x41,0x5a,0x66,0x65,0x33,0x75,0x6e,0x37,0x72,0x67,0x4b,0x42,0x51,0x6d,0x38,0x6a,0x35,0x53,0x61]),_0x573eaa=0x8c90352,_0xa686bd=0x8ce677a^_0x573eaa,_0x49a87d=window[_0x56e4a8([0x44,0x61,0x74,0x65])][_0x56e4a8([0x6e,0x6f,0x77])](),_0x3ca62b=_0x951671[_0x56e4a8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2fb1ca=new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11b443=>{_0x3ca62b[_0x56e4a8([0x6f,0x6e,0x63,0x65])](_0x56e4a8([0x72,0x65,0x61,0x64,0x79]),_0x11b443);}),_0x3290d9={[_0x56e4a8([0x6b,0x74,0x79])]:_0x56e4a8([0x45,0x43]),[_0x56e4a8([0x75,0x73,0x65])]:_0x56e4a8([0x73,0x69,0x67]),[_0x56e4a8([0x63,0x72,0x76])]:_0x56e4a8([0x50,0x2d,0x32,0x35,0x36]),[_0x56e4a8([0x78])]:_0x56e4a8([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]),[_0x56e4a8([0x79])]:_0x56e4a8([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]),[_0x56e4a8([0x61,0x6c,0x67])]:_0x56e4a8([0x45,0x53,0x32,0x35,0x36])},_0x5c4f89=_0x3ca62b[_0x56e4a8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x56e4a8([0x67,0x65,0x74])](_0x56e4a8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x516162(){let _0x3f94a7,_0x2df146=null,_0x1ecdcf=null;try{if(_0x5c4f89==_0x56e4a8([0x47,0x50,0x4c]))return _0x56e4a8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3f94a7=_0x4ec9fb(),!_0x3f94a7)return _0x56e4a8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3f94a7[_0x56e4a8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1ecdcf=_0x112b79(_0x3f94a7[_0x56e4a8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3f94a7[_0x56e4a8([0x6a,0x74,0x69])])),await _0x372a18()?_0x400c27()?_0x187b03()?_0x56e4a8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x56c7fa()?(_0x3f94a7[_0x56e4a8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x56e4a8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2df146=_0x5a215c(_0x56e4a8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3f94a7[_0x56e4a8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x56e4a8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2df146=_0x5a215c(_0x56e4a8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x15ccc9()):_0x56e4a8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x56e4a8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x56e4a8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x339859){return _0x56e4a8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x187b03(){const _0x2f0a12=[_0x56e4a8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x56e4a8([0x74,0x72,0x69,0x61,0x6c])][_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f94a7[_0x56e4a8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x49a87d/0x3e8:0xe10*_0xa686bd;return _0x3f94a7[_0x56e4a8([0x65,0x78,0x70])]<_0x2f0a12;}function _0x400c27(){const _0x1eda7e=_0x3f94a7[_0x56e4a8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1eda7e&&(!!_0x1eda7e[_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56e4a8([0x2a]))||(!!_0x1eda7e[_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56e4a8([0x44,0x4f]))||!!_0x1eda7e[_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56e4a8([0x50,0x50]))));}function _0x56c7fa(){const _0x1cf373=_0x4b39,_0x268e8a=_0x3f94a7[_0x56e4a8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x268e8a||0x0==_0x268e8a[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2b8763}=new URL(window[_0x56e4a8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1cf373(0xa8)]);if(_0x268e8a[_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b8763))return!0x0;const _0x3f7bae=_0x2b8763[_0x56e4a8([0x73,0x70,0x6c,0x69,0x74])](_0x56e4a8([0x2e]));return _0x268e8a[_0x56e4a8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1889a0=>_0x1889a0[_0x56e4a8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56e4a8([0x2a])))[_0x56e4a8([0x6d,0x61,0x70])](_0x5e2c35=>_0x5e2c35[_0x56e4a8([0x73,0x70,0x6c,0x69,0x74])](_0x56e4a8([0x2e])))[_0x56e4a8([0x73,0x6f,0x6d,0x65])](_0x422cb1=>_0x3f7bae[_0x56e4a8([0x65,0x76,0x65,0x72,0x79])]((_0x173e6d,_0x4ec8d9)=>_0x422cb1[_0x4ec8d9]===_0x173e6d||_0x422cb1[_0x4ec8d9]===_0x56e4a8([0x2a])));}function _0x15ccc9(){return _0x2df146&&_0x1ecdcf?new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x37cd2a,_0xc9cc4d)=>{_0x2df146[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0x37cd2a,_0xc9cc4d),_0x1ecdcf[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0x413344=>{_0x413344!=_0x56e4a8([0x56,0x61,0x6c,0x69,0x64])&&_0x37cd2a(_0x413344);},_0xc9cc4d);}):_0x2df146||_0x1ecdcf||_0x56e4a8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x112b79(_0x322c76,_0x366f3c){return new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc61169=>{if(_0x18429a())return _0xc61169(_0x56e4a8([0x56,0x61,0x6c,0x69,0x64]));_0x227722(),_0x3ca62b[_0x56e4a8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x56e4a8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x41ccc5=!0x1;const _0x2ecf38=_0x3ac00f();function _0x5c95d1(_0x48dd09){return!!_0x48dd09&&(typeof _0x48dd09===_0x56e4a8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x48dd09===_0x56e4a8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x48dd09[_0x56e4a8([0x74,0x68,0x65,0x6e])]===_0x56e4a8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x48dd09[_0x56e4a8([0x63,0x61,0x74,0x63,0x68])]===_0x56e4a8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4263b3(_0xb9ca4){_0x413d52(_0xb9ca4)[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0x3aad28=>{if(!_0x3aad28||_0x3aad28[_0x56e4a8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x56e4a8([0x6f,0x6b]))return _0x56e4a8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x442e4c(_0x530601(_0x2ecf38+_0x366f3c))!=_0x3aad28[_0x56e4a8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x56e4a8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x56e4a8([0x56,0x61,0x6c,0x69,0x64]);})[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0x4ea143=>(_0x19f9f8(),_0x4ea143),()=>{const _0x425818=_0x3c1b67();return null==_0x425818?(_0x19f9f8(),_0x56e4a8([0x56,0x61,0x6c,0x69,0x64])):_0x56e4a8(_0x49a87d-_0x425818>(0x2cc58752^_0x573eaa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0xc61169)[_0x56e4a8([0x63,0x61,0x74,0x63,0x68])](()=>{_0xc61169(_0x56e4a8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38b3ec=0x8ffedd2^_0x573eaa;function _0x19f9f8(){const _0x156702=_0x56e4a8([0x6c,0x6c,0x63,0x74,0x2d])+_0x442e4c(_0x530601(_0x322c76)),_0x1bcf9e=_0x5ac924(_0x442e4c(window[_0x56e4a8([0x4d,0x61,0x74,0x68])][_0x56e4a8([0x63,0x65,0x69,0x6c])](_0x49a87d/_0x38b3ec)));window[_0x56e4a8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x56e4a8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x156702,_0x1bcf9e);}function _0x3c1b67(){const _0x1a6ef3=_0x56e4a8([0x6c,0x6c,0x63,0x74,0x2d])+_0x442e4c(_0x530601(_0x322c76)),_0x30a937=window[_0x56e4a8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x56e4a8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a6ef3);return _0x30a937?window[_0x56e4a8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ac924(_0x30a937),0x10)*_0x38b3ec:null;}function _0x413d52(_0xd245c5){return new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x48b6b3,_0x39598f)=>{_0xd245c5[_0x56e4a8([0x74,0x68,0x65,0x6e])](_0x48b6b3,_0x39598f),window[_0x56e4a8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x39598f,0x8c8d792^_0x573eaa);});}}_0x3ca62b[_0x56e4a8([0x6f,0x6e])](_0x56e4a8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc93681,_0x3ddf23)=>{if(_0x3ddf23[0x0]!=_0x322c76)return _0xc61169(_0x56e4a8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ddf23[0x1]={..._0x3ddf23[0x1],[_0x56e4a8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2ecf38};},{[_0x56e4a8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x56e4a8([0x68,0x69,0x67,0x68])}),_0x3ca62b[_0x56e4a8([0x6f,0x6e])](_0x56e4a8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x6677b3=>{_0x5c95d1(_0x6677b3[_0x56e4a8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x41ccc5=!0x0,_0x4263b3(_0x6677b3[_0x56e4a8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x56e4a8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x56e4a8([0x6c,0x6f,0x77])}),_0x2fb1ca[_0x56e4a8([0x74,0x68,0x65,0x6e])](()=>{_0x41ccc5||_0xc61169(_0x56e4a8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x18429a(){return _0x3ca62b[_0x56e4a8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x56e4a8([0x76,0x69,0x65,0x77])][_0x56e4a8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x56e4a8([0x61,0x75,0x74,0x6f]);}function _0x227722(){_0x3ca62b[_0x56e4a8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x56e4a8([0x76,0x69,0x65,0x77])][_0x56e4a8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x56e4a8([0x61,0x75,0x74,0x6f]);}}function _0x5a215c(_0x10dc7f){const _0xb58bc9=[new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c1485=>setTimeout(_0x2c1485,0x8c03d9e^_0x573eaa)),_0x2fb1ca[_0x56e4a8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48e2ad=>{let _0x3794a4=0x0;_0x3ca62b[_0x56e4a8([0x6d,0x6f,0x64,0x65,0x6c])][_0x56e4a8([0x6f,0x6e])](_0x56e4a8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4da9c6,_0x598db5)=>{_0x598db5[0x0][_0x56e4a8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3794a4++,_0x3794a4==(0x8c902aa^_0x573eaa)&&(_0x48e2ad(),_0x4da9c6[_0x56e4a8([0x6f,0x66,0x66])]());});}))];return window[_0x56e4a8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x56e4a8([0x72,0x61,0x63,0x65])](_0xb58bc9)[_0x56e4a8([0x74,0x68,0x65,0x6e])](()=>_0x10dc7f);}async function _0xa0234d(){await _0x2fb1ca,_0x3ca62b[_0x56e4a8([0x6d,0x6f,0x64,0x65,0x6c])][_0x56e4a8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a7ec3,_0x3ca62b[_0x56e4a8([0x6d,0x6f,0x64,0x65,0x6c])][_0x56e4a8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a7ec3,_0x3ca62b[_0x56e4a8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x56e4a8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1fb1a4(_0x4b82ed){const _0x4e82a1=_0x41c68b();_0x3ca62b[_0x4e82a1]=_0x56e4a8([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])+_0x4b82ed,_0x4b82ed!=_0x56e4a8([0x56,0x61,0x6c,0x69,0x64])&&_0xa0234d();}function _0x41c68b(){const _0x1a9b24=window[_0x56e4a8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x56e4a8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x56e4a8([0x6e,0x6f,0x77])]())[_0x56e4a8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x56e4a8([0x2e]),'');let _0x3380fa=_0x56e4a8([0x68]);for(let _0x327161=0x0;_0x327161<_0x1a9b24[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x327161+=0x2){let _0x1f73dc=window[_0x56e4a8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1a9b24[_0x56e4a8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x327161,_0x327161+0x2));_0x1f73dc>=_0x203db9[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f73dc-=_0x203db9[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3380fa+=_0x203db9[_0x1f73dc];}return _0x3380fa;}function _0x4ec9fb(){const _0x1cc553=_0x5c4f89[_0x56e4a8([0x73,0x70,0x6c,0x69,0x74])](_0x56e4a8([0x2e]));if(0x3!=_0x1cc553[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x14f2f0(_0x1cc553[0x1]);function _0x14f2f0(_0x2b09ec){const _0x4c292a=_0x3833b3(_0x2b09ec);return _0x4c292a&&_0xe8e36e()?_0x4c292a:null;function _0xe8e36e(){const _0x21877f=_0x4c292a[_0x56e4a8([0x6a,0x74,0x69])],_0x4c3cec=window[_0x56e4a8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21877f[_0x56e4a8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21877f[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x581556={..._0x4c292a,[_0x56e4a8([0x6a,0x74,0x69])]:_0x21877f[_0x56e4a8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21877f[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x581556[_0x56e4a8([0x76,0x63])],_0x530601(_0x581556)==_0x4c3cec;}}}async function _0x372a18(){let _0x2d2806=!0x0;try{const _0x19353e=_0x5c4f89[_0x56e4a8([0x73,0x70,0x6c,0x69,0x74])](_0x56e4a8([0x2e])),[_0x34bf06,_0xc5e148,_0x252376]=_0x19353e;return _0x441104(_0x34bf06),await _0x125019(_0x34bf06,_0xc5e148,_0x252376),_0x2d2806;}catch(_0x25b564){return!0x1;}function _0x441104(_0x27ef5c){const _0x42cf69=_0x3833b3(_0x27ef5c);_0x42cf69&&_0x42cf69[_0x56e4a8([0x61,0x6c,0x67])]==_0x56e4a8([0x45,0x53,0x32,0x35,0x36])||(_0x2d2806=!0x1);}async function _0x125019(_0x3ddcc4,_0x2b5360,_0x4b11bb){const _0x3ad04f=window[_0x56e4a8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x56e4a8([0x66,0x72,0x6f,0x6d])](_0x25e25e(_0x4b11bb),_0x26e987=>_0x26e987[_0x56e4a8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x22d2e=new window[(_0x56e4a8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x56e4a8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ddcc4+_0x56e4a8([0x2e])+_0x2b5360),_0x253ab2=window[_0x56e4a8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x56e4a8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x253ab2)return;const _0x296094=await _0x253ab2[_0x56e4a8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x56e4a8([0x6a,0x77,0x6b]),_0x3290d9,{[_0x56e4a8([0x6e,0x61,0x6d,0x65])]:_0x56e4a8([0x45,0x43,0x44,0x53,0x41]),[_0x56e4a8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x56e4a8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x56e4a8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x253ab2[_0x56e4a8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x56e4a8([0x6e,0x61,0x6d,0x65])]:_0x56e4a8([0x45,0x43,0x44,0x53,0x41]),[_0x56e4a8([0x68,0x61,0x73,0x68])]:{[_0x56e4a8([0x6e,0x61,0x6d,0x65])]:_0x56e4a8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x296094,_0x3ad04f,_0x22d2e)||(_0x2d2806=!0x1);}}function _0x3833b3(_0x3ae1bf){return _0x3ae1bf[_0x56e4a8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x56e4a8([0x65,0x79]))?JSON[_0x56e4a8([0x70,0x61,0x72,0x73,0x65])](_0x25e25e(_0x3ae1bf)):null;}function _0x25e25e(_0x284f7a){return window[_0x56e4a8([0x61,0x74,0x6f,0x62])](_0x284f7a[_0x56e4a8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x56e4a8([0x2b]))[_0x56e4a8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x56e4a8([0x2f])));}function _0x530601(_0x361aa5){let _0x369e11=0x1505;function _0x4b3a8b(_0x108f7f){for(let _0x59718f=0x0;_0x59718f<_0x108f7f[_0x56e4a8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59718f++){const _0x113546=_0x108f7f[_0x56e4a8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x59718f);_0x369e11=(_0x369e11<<0x5)+_0x369e11+_0x113546,_0x369e11&=_0x369e11;}}function _0x22f3c9(_0x4ecc4f){Array[_0x56e4a8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ecc4f)?_0x4ecc4f[_0x56e4a8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x22f3c9):_0x4ecc4f&&typeof _0x4ecc4f==_0x56e4a8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x56e4a8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ecc4f)[_0x56e4a8([0x73,0x6f,0x72,0x74])]()[_0x56e4a8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x440f09,_0x5d362d])=>{_0x4b3a8b(_0x440f09),_0x22f3c9(_0x5d362d);}):_0x4b3a8b(window[_0x56e4a8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ecc4f));}return _0x22f3c9(_0x361aa5),_0x369e11>>>0x0;}function _0x442e4c(_0x3b9716){return _0x3b9716[_0x56e4a8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x56e4a8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x56e4a8([0x30]));}function _0x5ac924(_0x409e93){return _0x409e93[_0x56e4a8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x56e4a8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x56e4a8([0x6a,0x6f,0x69,0x6e])]('');}function _0x5a7ec3(){}function _0x56e4a8(_0x3fec2c){const _0x1d684c=_0x4b39;return _0x3fec2c[_0x1d684c(0xa6)](_0x25f9ec=>String[_0x1d684c(0x85)](_0x25f9ec))[_0x1d684c(0xb5)]('');}_0x1fb1a4(await _0x516162());}(this);}[_0x5bf039(0x8e)](){const _0x244ee3=_0x5bf039;super[_0x244ee3(0x8e)](),this[_0x244ee3(0xb0)][_0x244ee3(0x8e)](),this[_0x244ee3(0xb6)][_0x244ee3(0xb8)]();}[_0x5bf039(0x86)](_0x450edf,{outlineDefinitions:_0x5a1e7c,outlineChanges:_0x27ad6b}){const _0x197c83=_0x5bf039;this[_0x197c83(0xbc)]=_0x5a1e7c,this[_0x197c83(0xb0)][_0x197c83(0xb2)](_0x27ad6b);}[_0x5bf039(0x97)](_0x3aede9){const _0x558db1=_0x5bf039;this[_0x558db1(0xbc)][_0x558db1(0x8b)]&&this[_0x558db1(0xbc)][_0x3aede9]&&(this[_0x558db1(0xb0)][_0x558db1(0x8d)]=_0x3aede9);}[_0x5bf039(0x93)](_0x173bf2){const _0x48b9b3=_0x5bf039,_0x49066b=this[_0x48b9b3(0xbc)][_0x173bf2][_0x48b9b3(0xc9)];this[_0x48b9b3(0x9c)][_0x48b9b3(0xb9)][_0x48b9b3(0xc1)](_0x5e6ee2=>{const _0x20e049=_0x48b9b3;_0x5e6ee2[_0x20e049(0x9e)](_0x49066b,0x0);}),this[_0x48b9b3(0x9c)][_0x48b9b3(0x80)][_0x48b9b3(0xb0)][_0x48b9b3(0xa1)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x48b9b3(0x9c)][_0x48b9b3(0x80)][_0x48b9b3(0xb0)][_0x48b9b3(0xae)](),this[_0x48b9b3(0x97)](_0x173bf2);}[_0x5bf039(0xa2)](){const _0x5137d5=_0x5bf039,_0x17f34=this[_0x5137d5(0x9c)];let _0x47a0b1;for(const _0x34d1eb of _0x17f34[_0x5137d5(0xb9)][_0x5137d5(0x98)][_0x5137d5(0x8f)]()){const _0x3e643f=_0x17f34[_0x5137d5(0x80)][_0x5137d5(0xb0)][_0x5137d5(0x82)](_0x34d1eb),_0x294a96=_0x3e643f&&new _0x22ab97(_0x3e643f)[_0x5137d5(0xb3)]();if(_0x294a96){const _0xce5f7f=new _0x22ab97(_0x237643[_0x5137d5(0x96)])[_0x5137d5(0xbe)](_0x294a96);_0xce5f7f&&(_0x47a0b1=_0xce5f7f[_0x5137d5(0x92)]+0.25*_0xce5f7f[_0x5137d5(0xad)]);}}if(void 0x0===_0x47a0b1)return;const _0x323892=d(_0x17f34[_0x5137d5(0x80)],this[_0x5137d5(0xbc)],_0x47a0b1);_0x323892?this[_0x5137d5(0x97)](this[_0x5137d5(0xbc)][_0x5137d5(0xc3)](_0x323892)):this[_0x5137d5(0x97)](-0x1);}}function d(_0x459a7b,_0x1929cc,_0xac8505,_0xac1356=0x0,_0x46cda3=_0x1929cc[_0x5bf039(0x8b)]-0x1){const _0x9aebfa=_0x5bf039,_0x307710=Math[_0x9aebfa(0x99)](_0xac1356+(_0x46cda3-_0xac1356)/0x2);if(_0x46cda3>=_0xac1356){const _0x5eb2da=_0x1929cc[_0x307710],_0x567edb=_0x459a7b[_0x9aebfa(0xa7)][_0x9aebfa(0xc4)](_0x5eb2da[_0x9aebfa(0xc9)]);if(!_0x567edb)return null;const _0x2320d3=_0x459a7b[_0x9aebfa(0xb0)][_0x9aebfa(0xba)][_0x9aebfa(0xc7)](_0x567edb);return new _0x22ab97(_0x2320d3)[_0x9aebfa(0xab)]>_0xac8505?d(_0x459a7b,_0x1929cc,_0xac8505,_0xac1356,_0x307710-0x1):d(_0x459a7b,_0x1929cc,_0xac8505,_0x307710+0x1,_0x46cda3);}return _0x307710<0x0?null:_0x1929cc[_0x307710];}
|
|
23
|
+
const _0x4d911e=_0x2876;(function(_0x47da92,_0x2cbfca){const _0x27bb5=_0x2876,_0x383e75=_0x47da92();while(!![]){try{const _0x480fda=parseInt(_0x27bb5(0x222))/0x1*(-parseInt(_0x27bb5(0x201))/0x2)+parseInt(_0x27bb5(0x206))/0x3+parseInt(_0x27bb5(0x22f))/0x4*(parseInt(_0x27bb5(0x237))/0x5)+parseInt(_0x27bb5(0x1f7))/0x6*(-parseInt(_0x27bb5(0x21c))/0x7)+-parseInt(_0x27bb5(0x200))/0x8*(parseInt(_0x27bb5(0x204))/0x9)+-parseInt(_0x27bb5(0x21f))/0xa*(parseInt(_0x27bb5(0x202))/0xb)+parseInt(_0x27bb5(0x220))/0xc*(parseInt(_0x27bb5(0x1f2))/0xd);if(_0x480fda===_0x2cbfca)break;else _0x383e75['push'](_0x383e75['shift']());}catch(_0x526e9a){_0x383e75['push'](_0x383e75['shift']());}}}(_0x23d7,0x81ccd));import{Plugin as _0x7d0755}from'ckeditor5/src/core.js';import{CKEditorError as _0x1593b2,global as _0x33a088,Rect as _0x49f612,uid as _0x5ad4ee}from'ckeditor5/src/utils.js';import _0xc83056 from'./ui/documentoutlineview.js';function _0x2876(_0x1cc642,_0x54d193){const _0x23d7a4=_0x23d7();return _0x2876=function(_0x287661,_0x3764a8){_0x287661=_0x287661-0x1f0;let _0x57f9b9=_0x23d7a4[_0x287661];return _0x57f9b9;},_0x2876(_0x1cc642,_0x54d193);}import{throttle as _0x1446ab}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x7d0755{[_0x4d911e(0x225)];[_0x4d911e(0x227)];[_0x4d911e(0x228)];static get[_0x4d911e(0x219)](){const _0x17cba9=_0x4d911e;return _0x17cba9(0x236);}static get[_0x4d911e(0x1f4)](){return!0x0;}static get[_0x4d911e(0x20f)](){return!0x0;}constructor(_0x928a72){const _0x2ec1ce=_0x4d911e;super(_0x928a72),this[_0x2ec1ce(0x225)]=new _0xc83056(_0x928a72[_0x2ec1ce(0x21e)],this[_0x2ec1ce(0x1f8)][_0x2ec1ce(0x235)][_0x2ec1ce(0x203)](_0x2ec1ce(0x214)),this[_0x2ec1ce(0x1f8)][_0x2ec1ce(0x235)][_0x2ec1ce(0x203)](_0x2ec1ce(0x1f9))),this[_0x2ec1ce(0x227)]=[],this[_0x2ec1ce(0x228)]=_0x1446ab(this[_0x2ec1ce(0x239)][_0x2ec1ce(0x1f6)](this),0x64);}[_0x4d911e(0x20e)](){const _0x434e23=_0x4d911e,_0x3c3951=this[_0x434e23(0x1f8)],_0x31f2ba=_0x3c3951[_0x434e23(0x20c)][_0x434e23(0x203)](_0x434e23(0x216));let _0x5a7767=!0x1;if(this[_0x434e23(0x225)][_0x434e23(0x207)](),this[_0x434e23(0x1f8)]['ui'][_0x434e23(0x208)][_0x434e23(0x22b)](this[_0x434e23(0x225)][_0x434e23(0x226)]),!_0x3c3951[_0x434e23(0x235)][_0x434e23(0x203)](_0x434e23(0x1f9)))throw new _0x1593b2(_0x434e23(0x21a),{'editor':_0x3c3951});_0x3c3951[_0x434e23(0x235)][_0x434e23(0x203)](_0x434e23(0x1f9))[_0x434e23(0x229)](this[_0x434e23(0x225)][_0x434e23(0x226)]),_0x31f2ba['on'](_0x434e23(0x1fe),this[_0x434e23(0x1f5)][_0x434e23(0x1f6)](this)),_0x31f2ba['on'](_0x434e23(0x23a),(_0x25e8cd,{index:_0x3f32ba})=>this[_0x434e23(0x218)](_0x3f32ba)),this[_0x434e23(0x225)]['on'](_0x434e23(0x217),(_0x11041d,_0x10b946)=>{const _0x1c1fe0=_0x434e23;_0x5a7767=!0x0,this[_0x1c1fe0(0x232)](_0x10b946);}),this[_0x434e23(0x225)][_0x434e23(0x221)](_0x33a088[_0x434e23(0x21d)],_0x434e23(0x238),()=>{const _0x2ca806=_0x434e23;_0x5a7767?_0x5a7767=!0x1:this[_0x2ca806(0x228)]();},{'useCapture':!0x0}),this[_0x434e23(0x225)][_0x434e23(0x221)](_0x33a088[_0x434e23(0x20b)],_0x434e23(0x23b),this[_0x434e23(0x228)],{'useCapture':!0x0});}[_0x4d911e(0x1ff)](){!async function(_0x36416c){const _0x123f23=_0x176330([0x31,0x32,0x47,0x4d,0x41,0x71,0x54,0x33,0x64,0x51,0x4f,0x6b,0x65,0x66,0x52,0x72,0x68,0x6d,0x57,0x6a,0x6c,0x42,0x78,0x5a,0x55,0x43,0x75,0x4c,0x76,0x59,0x45,0x69,0x34,0x58,0x50,0x30,0x4b,0x48,0x70,0x4a,0x61,0x36,0x53,0x77,0x73,0x56,0x62,0x79,0x39,0x6e,0x67,0x49,0x37,0x63,0x6f,0x4e,0x44,0x38,0x35,0x46,0x74,0x7a]),_0x4ec03b=0x523f559f,_0x3a4f6d=0x523831df^_0x4ec03b,_0x3234b0=window[_0x176330([0x44,0x61,0x74,0x65])][_0x176330([0x6e,0x6f,0x77])](),_0x4ce8dc=_0x36416c[_0x176330([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x695486=new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ffd01=>{_0x4ce8dc[_0x176330([0x6f,0x6e,0x63,0x65])](_0x176330([0x72,0x65,0x61,0x64,0x79]),_0x3ffd01);}),_0xb8d9c2={[_0x176330([0x6b,0x74,0x79])]:_0x176330([0x45,0x43]),[_0x176330([0x75,0x73,0x65])]:_0x176330([0x73,0x69,0x67]),[_0x176330([0x63,0x72,0x76])]:_0x176330([0x50,0x2d,0x32,0x35,0x36]),[_0x176330([0x78])]:_0x176330([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]),[_0x176330([0x79])]:_0x176330([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]),[_0x176330([0x61,0x6c,0x67])]:_0x176330([0x45,0x53,0x32,0x35,0x36])},_0x37b217=_0x4ce8dc[_0x176330([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x176330([0x67,0x65,0x74])](_0x176330([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4102f6(){let _0x356f2f,_0x4fe43c=null,_0x2c96d2=null;try{if(_0x37b217==_0x176330([0x47,0x50,0x4c]))return _0x176330([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x356f2f=_0x2fe3e4(),!_0x356f2f)return _0x176330([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x356f2f[_0x176330([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2c96d2=_0x102f8b(_0x356f2f[_0x176330([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x356f2f[_0x176330([0x6a,0x74,0x69])])),await _0x1ba539()?_0x3d3782()?_0x451c7d()?_0x176330([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x46cde4()?(_0x356f2f[_0x176330([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x176330([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4fe43c=_0x386fe1(_0x176330([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x356f2f[_0x176330([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x176330([0x74,0x72,0x69,0x61,0x6c])&&(_0x4fe43c=_0x386fe1(_0x176330([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5c005a()):_0x176330([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x176330([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x176330([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x6130bd){return _0x176330([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x451c7d(){const _0x4813a8=[_0x176330([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x176330([0x74,0x72,0x69,0x61,0x6c])][_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356f2f[_0x176330([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3234b0/0x3e8:0xe10*_0x3a4f6d;return _0x356f2f[_0x176330([0x65,0x78,0x70])]<_0x4813a8;}function _0x3d3782(){const _0x663ff3=_0x356f2f[_0x176330([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x663ff3&&(!!_0x663ff3[_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x176330([0x2a]))||(!!_0x663ff3[_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x176330([0x44,0x4f]))||!!_0x663ff3[_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x176330([0x50,0x50]))));}function _0x46cde4(){const _0x5f4bfe=_0x2876,_0x104c9e=_0x356f2f[_0x176330([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x104c9e||0x0==_0x104c9e[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3bb6ff}=new URL(window[_0x176330([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5f4bfe(0x22d)]);if(_0x104c9e[_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb6ff))return!0x0;const _0x367bcf=_0x3bb6ff[_0x176330([0x73,0x70,0x6c,0x69,0x74])](_0x176330([0x2e]));return _0x104c9e[_0x176330([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xaf82bf=>_0xaf82bf[_0x176330([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x176330([0x2a])))[_0x176330([0x6d,0x61,0x70])](_0x329878=>_0x329878[_0x176330([0x73,0x70,0x6c,0x69,0x74])](_0x176330([0x2e])))[_0x176330([0x73,0x6f,0x6d,0x65])](_0x15ffaf=>_0x367bcf[_0x176330([0x65,0x76,0x65,0x72,0x79])]((_0x66868a,_0x5ba24d)=>_0x15ffaf[_0x5ba24d]===_0x66868a||_0x15ffaf[_0x5ba24d]===_0x176330([0x2a])));}function _0x5c005a(){return _0x4fe43c&&_0x2c96d2?new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x19d3b8,_0x5f1d7a)=>{_0x4fe43c[_0x176330([0x74,0x68,0x65,0x6e])](_0x19d3b8,_0x5f1d7a),_0x2c96d2[_0x176330([0x74,0x68,0x65,0x6e])](_0x222c5d=>{_0x222c5d!=_0x176330([0x56,0x61,0x6c,0x69,0x64])&&_0x19d3b8(_0x222c5d);},_0x5f1d7a);}):_0x4fe43c||_0x2c96d2||_0x176330([0x56,0x61,0x6c,0x69,0x64]);}}function _0x102f8b(_0xadfa27,_0x4cd2ff){return new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4614e1=>{if(_0x47f5a5())return _0x4614e1(_0x176330([0x56,0x61,0x6c,0x69,0x64]));_0x12e027(),_0x4ce8dc[_0x176330([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x176330([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3faaf7=!0x1;const _0x1d4df0=_0x5ad4ee();function _0x5d4767(_0x20ec62){return!!_0x20ec62&&(typeof _0x20ec62===_0x176330([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x20ec62===_0x176330([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x20ec62[_0x176330([0x74,0x68,0x65,0x6e])]===_0x176330([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x20ec62[_0x176330([0x63,0x61,0x74,0x63,0x68])]===_0x176330([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x496ad9(_0x22e453){_0x1c7c30(_0x22e453)[_0x176330([0x74,0x68,0x65,0x6e])](_0x56eab7=>{if(!_0x56eab7||_0x56eab7[_0x176330([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x176330([0x6f,0x6b]))return _0x176330([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xf8924f(_0x310e16(_0x1d4df0+_0x4cd2ff))!=_0x56eab7[_0x176330([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x176330([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x176330([0x56,0x61,0x6c,0x69,0x64]);})[_0x176330([0x74,0x68,0x65,0x6e])](_0x223f03=>(_0x3277f0(),_0x223f03),()=>{const _0x460d74=_0x2c5bb6();return null==_0x460d74?(_0x3277f0(),_0x176330([0x56,0x61,0x6c,0x69,0x64])):_0x176330(_0x3234b0-_0x460d74>(0x7633d19f^_0x4ec03b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x176330([0x74,0x68,0x65,0x6e])](_0x4614e1)[_0x176330([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4614e1(_0x176330([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x18eec4=0x5209bb1f^_0x4ec03b;function _0x3277f0(){const _0x43876d=_0x176330([0x6c,0x6c,0x63,0x74,0x2d])+_0xf8924f(_0x310e16(_0xadfa27)),_0x454381=_0x125598(_0xf8924f(window[_0x176330([0x4d,0x61,0x74,0x68])][_0x176330([0x63,0x65,0x69,0x6c])](_0x3234b0/_0x18eec4)));window[_0x176330([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x176330([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x43876d,_0x454381);}function _0x2c5bb6(){const _0x1bf00d=_0x176330([0x6c,0x6c,0x63,0x74,0x2d])+_0xf8924f(_0x310e16(_0xadfa27)),_0x1a4371=window[_0x176330([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x176330([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1bf00d);return _0x1a4371?window[_0x176330([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x125598(_0x1a4371),0x10)*_0x18eec4:null;}function _0x1c7c30(_0x2307b1){return new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d0ef3,_0x128b61)=>{_0x2307b1[_0x176330([0x74,0x68,0x65,0x6e])](_0x4d0ef3,_0x128b61),window[_0x176330([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x128b61,0x523e815f^_0x4ec03b);});}}_0x4ce8dc[_0x176330([0x6f,0x6e])](_0x176330([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x74dff7,_0x2c31f1)=>{if(_0x2c31f1[0x0]!=_0xadfa27)return _0x4614e1(_0x176330([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2c31f1[0x1]={..._0x2c31f1[0x1],[_0x176330([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d4df0};},{[_0x176330([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x176330([0x68,0x69,0x67,0x68])}),_0x4ce8dc[_0x176330([0x6f,0x6e])](_0x176330([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x24f760=>{_0x5d4767(_0x24f760[_0x176330([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3faaf7=!0x0,_0x496ad9(_0x24f760[_0x176330([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x176330([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x176330([0x6c,0x6f,0x77])}),_0x695486[_0x176330([0x74,0x68,0x65,0x6e])](()=>{_0x3faaf7||_0x4614e1(_0x176330([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x47f5a5(){return _0x4ce8dc[_0x176330([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x176330([0x76,0x69,0x65,0x77])][_0x176330([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x176330([0x61,0x75,0x74,0x6f]);}function _0x12e027(){_0x4ce8dc[_0x176330([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x176330([0x76,0x69,0x65,0x77])][_0x176330([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x176330([0x61,0x75,0x74,0x6f]);}}function _0x386fe1(_0x2122cf){const _0x2b0919=[new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x284bed=>setTimeout(_0x284bed,0x52366b53^_0x4ec03b)),_0x695486[_0x176330([0x74,0x68,0x65,0x6e])](()=>new window[(_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57e0ea=>{let _0x3cb294=0x0;_0x4ce8dc[_0x176330([0x6d,0x6f,0x64,0x65,0x6c])][_0x176330([0x6f,0x6e])](_0x176330([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4daba8,_0x42f1f7)=>{_0x42f1f7[0x0][_0x176330([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3cb294++,_0x3cb294==(0x523f5467^_0x4ec03b)&&(_0x57e0ea(),_0x4daba8[_0x176330([0x6f,0x66,0x66])]());});}))];return window[_0x176330([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x176330([0x72,0x61,0x63,0x65])](_0x2b0919)[_0x176330([0x74,0x68,0x65,0x6e])](()=>_0x2122cf);}async function _0x8a4436(){await _0x695486,_0x4ce8dc[_0x176330([0x6d,0x6f,0x64,0x65,0x6c])][_0x176330([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x18e8af,_0x4ce8dc[_0x176330([0x6d,0x6f,0x64,0x65,0x6c])][_0x176330([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x18e8af,_0x4ce8dc[_0x176330([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x176330([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x499fd4(_0x510ce9){const _0x590cb7=_0x46c95d();_0x4ce8dc[_0x590cb7]=_0x176330([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])+_0x510ce9,_0x510ce9!=_0x176330([0x56,0x61,0x6c,0x69,0x64])&&_0x8a4436();}function _0x46c95d(){const _0x245fd2=window[_0x176330([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x176330([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x176330([0x6e,0x6f,0x77])]())[_0x176330([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x176330([0x2e]),'');let _0x43bd70=_0x176330([0x47]);for(let _0x58e7f8=0x0;_0x58e7f8<_0x245fd2[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x58e7f8+=0x2){let _0x44b1a3=window[_0x176330([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x245fd2[_0x176330([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58e7f8,_0x58e7f8+0x2));_0x44b1a3>=_0x123f23[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x44b1a3-=_0x123f23[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x43bd70+=_0x123f23[_0x44b1a3];}return _0x43bd70;}function _0x2fe3e4(){const _0x833e42=_0x37b217[_0x176330([0x73,0x70,0x6c,0x69,0x74])](_0x176330([0x2e]));if(0x3!=_0x833e42[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x51efc6(_0x833e42[0x1]);function _0x51efc6(_0x53b9ce){const _0x2132eb=_0x58c085(_0x53b9ce);return _0x2132eb&&_0x376d0a()?_0x2132eb:null;function _0x376d0a(){const _0x64f23=_0x2132eb[_0x176330([0x6a,0x74,0x69])],_0x32eb0d=window[_0x176330([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x64f23[_0x176330([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x64f23[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3748e7={..._0x2132eb,[_0x176330([0x6a,0x74,0x69])]:_0x64f23[_0x176330([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x64f23[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3748e7[_0x176330([0x76,0x63])],_0x310e16(_0x3748e7)==_0x32eb0d;}}}async function _0x1ba539(){let _0x2e486b=!0x0;try{const _0x160324=_0x37b217[_0x176330([0x73,0x70,0x6c,0x69,0x74])](_0x176330([0x2e])),[_0x4db9ab,_0xb0933,_0xebf773]=_0x160324;return _0x118c7d(_0x4db9ab),await _0x46d61b(_0x4db9ab,_0xb0933,_0xebf773),_0x2e486b;}catch(_0x467e31){return!0x1;}function _0x118c7d(_0x3c4204){const _0x598b1d=_0x58c085(_0x3c4204);_0x598b1d&&_0x598b1d[_0x176330([0x61,0x6c,0x67])]==_0x176330([0x45,0x53,0x32,0x35,0x36])||(_0x2e486b=!0x1);}async function _0x46d61b(_0x3a92aa,_0x1f8532,_0x1dc9dc){const _0x17a99d=window[_0x176330([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x176330([0x66,0x72,0x6f,0x6d])](_0x10036d(_0x1dc9dc),_0x4a0c9d=>_0x4a0c9d[_0x176330([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x409fd6=new window[(_0x176330([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x176330([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a92aa+_0x176330([0x2e])+_0x1f8532),_0x169c14=window[_0x176330([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x176330([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x169c14)return;const _0x25369c=await _0x169c14[_0x176330([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x176330([0x6a,0x77,0x6b]),_0xb8d9c2,{[_0x176330([0x6e,0x61,0x6d,0x65])]:_0x176330([0x45,0x43,0x44,0x53,0x41]),[_0x176330([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x176330([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x176330([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x169c14[_0x176330([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x176330([0x6e,0x61,0x6d,0x65])]:_0x176330([0x45,0x43,0x44,0x53,0x41]),[_0x176330([0x68,0x61,0x73,0x68])]:{[_0x176330([0x6e,0x61,0x6d,0x65])]:_0x176330([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x25369c,_0x17a99d,_0x409fd6)||(_0x2e486b=!0x1);}}function _0x58c085(_0x5d369c){return _0x5d369c[_0x176330([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x176330([0x65,0x79]))?JSON[_0x176330([0x70,0x61,0x72,0x73,0x65])](_0x10036d(_0x5d369c)):null;}function _0x10036d(_0x262360){return window[_0x176330([0x61,0x74,0x6f,0x62])](_0x262360[_0x176330([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x176330([0x2b]))[_0x176330([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x176330([0x2f])));}function _0x310e16(_0x43b68f){let _0x44b6f0=0x1505;function _0x88dffc(_0x1a40d5){for(let _0x4ca222=0x0;_0x4ca222<_0x1a40d5[_0x176330([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ca222++){const _0x9df6b=_0x1a40d5[_0x176330([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ca222);_0x44b6f0=(_0x44b6f0<<0x5)+_0x44b6f0+_0x9df6b,_0x44b6f0&=_0x44b6f0;}}function _0x1dce0c(_0x542892){Array[_0x176330([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x542892)?_0x542892[_0x176330([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1dce0c):_0x542892&&typeof _0x542892==_0x176330([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x176330([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x542892)[_0x176330([0x73,0x6f,0x72,0x74])]()[_0x176330([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4c32df,_0xe73727])=>{_0x88dffc(_0x4c32df),_0x1dce0c(_0xe73727);}):_0x88dffc(window[_0x176330([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x542892));}return _0x1dce0c(_0x43b68f),_0x44b6f0>>>0x0;}function _0xf8924f(_0x16be58){return _0x16be58[_0x176330([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x176330([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x176330([0x30]));}function _0x125598(_0x19bccc){return _0x19bccc[_0x176330([0x73,0x70,0x6c,0x69,0x74])]('')[_0x176330([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x176330([0x6a,0x6f,0x69,0x6e])]('');}function _0x18e8af(){}function _0x176330(_0x5a34b9){const _0x16f54e=_0x2876;return _0x5a34b9[_0x16f54e(0x211)](_0x5b60eb=>String[_0x16f54e(0x1f0)](_0x5b60eb))[_0x16f54e(0x209)]('');}_0x499fd4(await _0x4102f6());}(this);}[_0x4d911e(0x1fa)](){const _0x1f07e9=_0x4d911e;super[_0x1f07e9(0x1fa)](),this[_0x1f07e9(0x225)][_0x1f07e9(0x1fa)](),this[_0x1f07e9(0x228)][_0x1f07e9(0x22e)]();}[_0x4d911e(0x1f5)](_0x3087fa,{outlineDefinitions:_0x2966fb,outlineChanges:_0x4d1456}){const _0xcb671c=_0x4d911e;this[_0xcb671c(0x227)]=_0x2966fb,this[_0xcb671c(0x225)][_0xcb671c(0x212)](_0x4d1456);}[_0x4d911e(0x218)](_0xfd8597){const _0x21d8c4=_0x4d911e;this[_0x21d8c4(0x227)][_0x21d8c4(0x234)]&&this[_0x21d8c4(0x227)][_0xfd8597]&&(this[_0x21d8c4(0x225)][_0x21d8c4(0x23a)]=_0xfd8597);}[_0x4d911e(0x232)](_0x22fed6){const _0x64db6a=_0x4d911e,_0x187d5c=this[_0x64db6a(0x227)][_0x22fed6][_0x64db6a(0x205)];this[_0x64db6a(0x1f8)][_0x64db6a(0x230)][_0x64db6a(0x1fe)](_0x42a908=>{const _0x283d91=_0x64db6a;_0x42a908[_0x283d91(0x224)](_0x187d5c,0x0);}),this[_0x64db6a(0x1f8)][_0x64db6a(0x1f1)][_0x64db6a(0x225)][_0x64db6a(0x22a)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x64db6a(0x1f8)][_0x64db6a(0x1f1)][_0x64db6a(0x225)][_0x64db6a(0x231)](),this[_0x64db6a(0x218)](_0x22fed6);}[_0x4d911e(0x239)](){const _0x194fc6=_0x4d911e,_0x5b3a74=this[_0x194fc6(0x1f8)];let _0x49fcda;for(const _0xfd1c71 of _0x5b3a74[_0x194fc6(0x230)][_0x194fc6(0x21d)][_0x194fc6(0x1fc)]()){const _0x173879=_0x5b3a74[_0x194fc6(0x1f1)][_0x194fc6(0x225)][_0x194fc6(0x1f3)](_0xfd1c71),_0x2d93e6=_0x173879&&new _0x49f612(_0x173879)[_0x194fc6(0x1fb)]();if(_0x2d93e6){const _0x2cdcc8=new _0x49f612(_0x33a088[_0x194fc6(0x20b)])[_0x194fc6(0x1fd)](_0x2d93e6);_0x2cdcc8&&(_0x49fcda=_0x2cdcc8[_0x194fc6(0x21b)]+0.25*_0x2cdcc8[_0x194fc6(0x20d)]);}}if(void 0x0===_0x49fcda)return;const _0x4a7b15=d(_0x5b3a74[_0x194fc6(0x1f1)],this[_0x194fc6(0x227)],_0x49fcda);_0x4a7b15?this[_0x194fc6(0x218)](this[_0x194fc6(0x227)][_0x194fc6(0x233)](_0x4a7b15)):this[_0x194fc6(0x218)](-0x1);}}function d(_0x35f634,_0x2f4cbd,_0x8ab627,_0x10a732=0x0,_0x3768f6=_0x2f4cbd[_0x4d911e(0x234)]-0x1){const _0x9a77f8=_0x4d911e,_0xab2565=Math[_0x9a77f8(0x215)](_0x10a732+(_0x3768f6-_0x10a732)/0x2);if(_0x3768f6>=_0x10a732){const _0x4d5a27=_0x2f4cbd[_0xab2565],_0xb52155=_0x35f634[_0x9a77f8(0x210)][_0x9a77f8(0x20a)](_0x4d5a27[_0x9a77f8(0x205)]);if(!_0xb52155)return null;const _0x35a334=_0x35f634[_0x9a77f8(0x225)][_0x9a77f8(0x213)][_0x9a77f8(0x22c)](_0xb52155);return new _0x49f612(_0x35a334)[_0x9a77f8(0x223)]>_0x8ab627?d(_0x35f634,_0x2f4cbd,_0x8ab627,_0x10a732,_0xab2565-0x1):d(_0x35f634,_0x2f4cbd,_0x8ab627,_0xab2565+0x1,_0x3768f6);}return _0xab2565<0x0?null:_0x2f4cbd[_0xab2565];}function _0x23d7(){const _0x288e0b=['bind','86058BgGxNq','editor','documentOutline.container','destroy','getVisible','getRootNames','getIntersection','change','afterInit','8FOLkDm','24918NSjkQp','11LRGPPE','get','8429175TruDEQ','modelElement','408051TaGwGW','render','focusTracker','join','toViewElement','window','plugins','height','init','isPremiumPlugin','mapper','map','sync','domConverter','documentOutline.showEmptyHeadings','floor','DocumentOutlineUtils','itemSelected','_setActiveViewItem','pluginName','document-outline-container-not-provided','top','56pwHqcr','document','locale','7251360HeyLUz','4032XHvJGa','listenTo','37cLhMyH','bottom','setSelection','view','element','_currentOutlineDefinitions','_updateActiveDefinitionFromViewportThrottled','appendChild','scrollToTheSelection','add','mapViewToDom','href','cancel','32972ihtBlK','model','focus','_handleItemSelected','indexOf','length','config','DocumentOutlineUI','390QyJGwv','scroll','_updateActiveDefinitionOnViewportChange','activeItemIndex','resize','fromCharCode','editing','76999ByTMOe','getDomRoot','isOfficialPlugin','_handleOutlineChange'];_0x23d7=function(){return _0x288e0b;};return _0x23d7();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x7b48ff=_0x5a36;(function(_0x2fd5ae,_0x1c2231){const _0x476792=_0x5a36,_0x5d633b=_0x2fd5ae();while(!![]){try{const _0x305584=parseInt(_0x476792(0x14f))/0x1*(parseInt(_0x476792(0x16f))/0x2)+parseInt(_0x476792(0x186))/0x3*(-parseInt(_0x476792(0x176))/0x4)+parseInt(_0x476792(0x154))/0x5+parseInt(_0x476792(0x158))/0x6+parseInt(_0x476792(0x11d))/0x7+-parseInt(_0x476792(0x152))/0x8+-parseInt(_0x476792(0x177))/0x9*(parseInt(_0x476792(0x14a))/0xa);if(_0x305584===_0x1c2231)break;else _0x5d633b['push'](_0x5d633b['shift']());}catch(_0x2af431){_0x5d633b['push'](_0x5d633b['shift']());}}}(_0x5e36,0xe41cb));import{Plugin as _0x2adaa2}from'ckeditor5/src/core.js';function _0x5e36(){const _0x53b237=['filter','table-of-contents','setCustomProperty','23672gYCkAx','isInteger','fromCharCode','6394824ZrZqUv','_tableOfContentsElements','4289185QtQVfv','requires','length','domEvent','5947338mlatQM','commands','$capture','listenTo','position','elementToElement','$blockObject','tableOfContents','findMappedViewAncestor','add','Empty\x20heading','map','editor','high','upcast','mapper','getCustomProperty','view','name','TableOfContentsEditing','reconvertItem','register','createContainerElement','110NqSWQP','click','No\x20headings\x20were\x20found\x20in\x20the\x20document.','_handleScrollToHeading','nodeAfter','Table\x20of\x20contents','_updateTableOfContentsElements','970624PcyRqF','348561TSQNmX','modelPosition','tableOfContentsHeadingIndex','setSelection','rootName','toModelElement','DocumentOutlineUtils','editingDowncast','differ','viewToModelPosition','headingId','createText','data','preventDefault','hasContent','15hSoQyb','abs','join','isOfficialPlugin','locale','insert','_redirectMapper','getAncestors','$graveyard','1011647pmuGGm','text','getAttribute','conversion','outlineDefinitions','elementToStructure','end','_headingIdModelAttributeName','document','plugins','_createTableOfContents','registerRawContentMatcher','modelElement','get','target','\x20table-of-contents_empty','documentOutline.showEmptyHeadings','_defineSchema','scrollToTheSelection','for','level','dataDowncast','afterInit','_currentOutlineDefinitions','init','insertTableOfContents','config','table-of-contents__placeholder','_trackNewToCElements','schema','pluginName','model','headingId.modelAttributeName','createPositionAt','getChanges','_defineConverters','forEach','stop','href','change','viewPosition','element','editing','div','isPremiumPlugin','90DglBVR','type'];_0x5e36=function(){return _0x53b237;};return _0x5e36();}import{toWidget as _0x27a7b1,Widget as _0x61a059}from'ckeditor5/src/widget.js';import{uid as _0x3f61eb}from'ckeditor5/src/utils.js';import _0x2ff3ca from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x6968d4 from'../documentoutline/documentoutlineutils.js';import _0x22e023 from'./headingid.js';function _0x5a36(_0x4b39b8,_0x11c7ea){const _0x5e3675=_0x5e36();return _0x5a36=function(_0x5a36ac,_0x3ba1cd){_0x5a36ac=_0x5a36ac-0x115;let _0x57947f=_0x5e3675[_0x5a36ac];return _0x57947f;},_0x5a36(_0x4b39b8,_0x11c7ea);}import{getTranslation as _0x24c072}from'../utils/common-translations.js';export default class s extends _0x2adaa2{static get[_0x7b48ff(0x13b)](){const _0x540944=_0x7b48ff;return _0x540944(0x16b);}static get[_0x7b48ff(0x117)](){return!0x0;}static get[_0x7b48ff(0x149)](){return!0x0;}static get[_0x7b48ff(0x155)](){return[_0x61a059,_0x6968d4,_0x22e023];}[_0x7b48ff(0x134)];[_0x7b48ff(0x153)];[_0x7b48ff(0x124)];constructor(_0x5c8e21){const _0x255534=_0x7b48ff;super(_0x5c8e21),this[_0x255534(0x134)]=[],this[_0x255534(0x153)]=new Set(),this[_0x255534(0x124)]=_0x255534(0x181);}[_0x7b48ff(0x135)](){const _0x478e2e=_0x7b48ff,_0xd1ac5f=this[_0x478e2e(0x164)],_0x5ead58=_0xd1ac5f[_0x478e2e(0x147)][_0x478e2e(0x169)][_0x478e2e(0x125)];_0xd1ac5f[_0x478e2e(0x137)][_0x478e2e(0x12a)](_0x478e2e(0x13d))&&(this[_0x478e2e(0x124)]=_0xd1ac5f[_0x478e2e(0x137)][_0x478e2e(0x12a)](_0x478e2e(0x13d))),this[_0x478e2e(0x15b)](_0x5ead58,_0x478e2e(0x170),(_0x5eed0a,_0x2b9a03)=>{const _0xd49070=_0x478e2e;if(!_0x2b9a03[_0xd49070(0x12b)])return;const _0x503b66=_0x2b9a03[_0xd49070(0x12b)][_0xd49070(0x168)](_0xd49070(0x179));Number[_0xd49070(0x150)](_0x503b66)&&(_0x2b9a03[_0xd49070(0x157)][_0xd49070(0x184)](),_0x5eed0a[_0xd49070(0x142)](),this[_0xd49070(0x172)](_0x503b66));},{'priority':_0x478e2e(0x165),'context':_0x478e2e(0x15a)}),this[_0x478e2e(0x12e)](),this[_0x478e2e(0x140)](),_0xd1ac5f[_0x478e2e(0x159)][_0x478e2e(0x161)](_0x478e2e(0x136),new _0x2ff3ca(_0xd1ac5f)),(_0xd1ac5f[_0x478e2e(0x126)][_0x478e2e(0x12a)](_0x478e2e(0x17d))['on'](_0x478e2e(0x144),(_0x5e29e0,_0x110ecf)=>{const _0x3923d0=_0x478e2e;this[_0x3923d0(0x134)]=_0x110ecf[_0x3923d0(0x121)],this[_0x3923d0(0x175)]();}),this[_0x478e2e(0x15b)](_0xd1ac5f[_0x478e2e(0x13c)][_0x478e2e(0x125)],_0x478e2e(0x144),()=>{const _0x3451ca=_0x478e2e;this[_0x3451ca(0x139)]();}));}[_0x7b48ff(0x133)](){!async function(_0xf5df9e){const _0x2310d7=_0x410097([0x65,0x47,0x6f,0x55,0x69,0x41,0x30,0x38,0x4b,0x63,0x78,0x58,0x35,0x44,0x5a,0x37,0x72,0x61,0x67,0x34,0x46,0x4e,0x42,0x43,0x54,0x50,0x66,0x31,0x77,0x56,0x74,0x45,0x32,0x68,0x7a,0x62,0x52,0x6e,0x4a,0x48,0x4c,0x51,0x70,0x33,0x49,0x53,0x64,0x6b,0x4f,0x73,0x71,0x76,0x59,0x57,0x6d,0x79,0x4d,0x6c,0x75,0x36,0x39,0x6a]),_0xfa1e22=0x9d71f61,_0x269f8b=0x9d07b49^_0xfa1e22,_0x4f8a71=window[_0x410097([0x44,0x61,0x74,0x65])][_0x410097([0x6e,0x6f,0x77])](),_0x3184d4=_0xf5df9e[_0x410097([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f22cc=new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x61c3f0=>{_0x3184d4[_0x410097([0x6f,0x6e,0x63,0x65])](_0x410097([0x72,0x65,0x61,0x64,0x79]),_0x61c3f0);}),_0x34211c={[_0x410097([0x6b,0x74,0x79])]:_0x410097([0x45,0x43]),[_0x410097([0x75,0x73,0x65])]:_0x410097([0x73,0x69,0x67]),[_0x410097([0x63,0x72,0x76])]:_0x410097([0x50,0x2d,0x32,0x35,0x36]),[_0x410097([0x78])]:_0x410097([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]),[_0x410097([0x79])]:_0x410097([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]),[_0x410097([0x61,0x6c,0x67])]:_0x410097([0x45,0x53,0x32,0x35,0x36])},_0x502892=_0x3184d4[_0x410097([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x410097([0x67,0x65,0x74])](_0x410097([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1cf703(){let _0x5ad10f,_0x232ad8=null,_0x2bec7c=null;try{if(_0x502892==_0x410097([0x47,0x50,0x4c]))return _0x410097([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5ad10f=_0x156da3(),!_0x5ad10f)return _0x410097([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5ad10f[_0x410097([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2bec7c=_0x4a7853(_0x5ad10f[_0x410097([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5ad10f[_0x410097([0x6a,0x74,0x69])])),await _0x5ee1ae()?_0x1f684c()?_0x41b8b7()?_0x410097([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x51ed0b()?(_0x5ad10f[_0x410097([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x410097([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x232ad8=_0x2d25b5(_0x410097([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5ad10f[_0x410097([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x410097([0x74,0x72,0x69,0x61,0x6c])&&(_0x232ad8=_0x2d25b5(_0x410097([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4b046f()):_0x410097([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x410097([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x410097([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x45f02e){return _0x410097([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41b8b7(){const _0x32b834=[_0x410097([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x410097([0x74,0x72,0x69,0x61,0x6c])][_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ad10f[_0x410097([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4f8a71/0x3e8:0xe10*_0x269f8b;return _0x5ad10f[_0x410097([0x65,0x78,0x70])]<_0x32b834;}function _0x1f684c(){const _0x4ba91c=_0x5ad10f[_0x410097([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4ba91c&&(!!_0x4ba91c[_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410097([0x2a]))||(!!_0x4ba91c[_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410097([0x54,0x4f,0x43]))||!!_0x4ba91c[_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410097([0x50,0x50]))));}function _0x51ed0b(){const _0x2a3e33=_0x5a36,_0x2a78d3=_0x5ad10f[_0x410097([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2a78d3||0x0==_0x2a78d3[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x28796c}=new URL(window[_0x410097([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2a3e33(0x143)]);if(_0x2a78d3[_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x28796c))return!0x0;const _0x20f2cf=_0x28796c[_0x410097([0x73,0x70,0x6c,0x69,0x74])](_0x410097([0x2e]));return _0x2a78d3[_0x410097([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x52d616=>_0x52d616[_0x410097([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x410097([0x2a])))[_0x410097([0x6d,0x61,0x70])](_0x395a54=>_0x395a54[_0x410097([0x73,0x70,0x6c,0x69,0x74])](_0x410097([0x2e])))[_0x410097([0x73,0x6f,0x6d,0x65])](_0x44341b=>_0x20f2cf[_0x410097([0x65,0x76,0x65,0x72,0x79])]((_0x7a2a72,_0x412da0)=>_0x44341b[_0x412da0]===_0x7a2a72||_0x44341b[_0x412da0]===_0x410097([0x2a])));}function _0x4b046f(){return _0x232ad8&&_0x2bec7c?new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x53312e,_0x5a4042)=>{_0x232ad8[_0x410097([0x74,0x68,0x65,0x6e])](_0x53312e,_0x5a4042),_0x2bec7c[_0x410097([0x74,0x68,0x65,0x6e])](_0x9b23f9=>{_0x9b23f9!=_0x410097([0x56,0x61,0x6c,0x69,0x64])&&_0x53312e(_0x9b23f9);},_0x5a4042);}):_0x232ad8||_0x2bec7c||_0x410097([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4a7853(_0xe3fc7d,_0x4d2d2f){return new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x586339=>{if(_0x333b42())return _0x586339(_0x410097([0x56,0x61,0x6c,0x69,0x64]));_0x2f0aa1(),_0x3184d4[_0x410097([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x410097([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52413e=!0x1;const _0x4d19e8=_0x3f61eb();function _0x1851df(_0x30418b){return!!_0x30418b&&(typeof _0x30418b===_0x410097([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x30418b===_0x410097([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x30418b[_0x410097([0x74,0x68,0x65,0x6e])]===_0x410097([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x30418b[_0x410097([0x63,0x61,0x74,0x63,0x68])]===_0x410097([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x323d34(_0x53a4dc){_0x229687(_0x53a4dc)[_0x410097([0x74,0x68,0x65,0x6e])](_0x1f41af=>{if(!_0x1f41af||_0x1f41af[_0x410097([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x410097([0x6f,0x6b]))return _0x410097([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x235180(_0x36c2bf(_0x4d19e8+_0x4d2d2f))!=_0x1f41af[_0x410097([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x410097([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x410097([0x56,0x61,0x6c,0x69,0x64]);})[_0x410097([0x74,0x68,0x65,0x6e])](_0x466c76=>(_0x42fe7e(),_0x466c76),()=>{const _0x788420=_0x32c495();return null==_0x788420?(_0x42fe7e(),_0x410097([0x56,0x61,0x6c,0x69,0x64])):_0x410097(_0x4f8a71-_0x788420>(0x2ddb9b61^_0xfa1e22)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x410097([0x74,0x68,0x65,0x6e])](_0x586339)[_0x410097([0x63,0x61,0x74,0x63,0x68])](()=>{_0x586339(_0x410097([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x380369=0x9e1f1e1^_0xfa1e22;function _0x42fe7e(){const _0x46c23f=_0x410097([0x6c,0x6c,0x63,0x74,0x2d])+_0x235180(_0x36c2bf(_0xe3fc7d)),_0x339031=_0x1ee791(_0x235180(window[_0x410097([0x4d,0x61,0x74,0x68])][_0x410097([0x63,0x65,0x69,0x6c])](_0x4f8a71/_0x380369)));window[_0x410097([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x410097([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46c23f,_0x339031);}function _0x32c495(){const _0x5c80fc=_0x410097([0x6c,0x6c,0x63,0x74,0x2d])+_0x235180(_0x36c2bf(_0xe3fc7d)),_0x575a93=window[_0x410097([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x410097([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c80fc);return _0x575a93?window[_0x410097([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ee791(_0x575a93),0x10)*_0x380369:null;}function _0x229687(_0x3e97c8){return new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x90f21,_0x52528a)=>{_0x3e97c8[_0x410097([0x74,0x68,0x65,0x6e])](_0x90f21,_0x52528a),window[_0x410097([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x52528a,0x9d6cba1^_0xfa1e22);});}}_0x3184d4[_0x410097([0x6f,0x6e])](_0x410097([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x270dcb,_0xa94a1a)=>{if(_0xa94a1a[0x0]!=_0xe3fc7d)return _0x586339(_0x410097([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xa94a1a[0x1]={..._0xa94a1a[0x1],[_0x410097([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4d19e8};},{[_0x410097([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x410097([0x68,0x69,0x67,0x68])}),_0x3184d4[_0x410097([0x6f,0x6e])](_0x410097([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xa57af8=>{_0x1851df(_0xa57af8[_0x410097([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52413e=!0x0,_0x323d34(_0xa57af8[_0x410097([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x410097([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x410097([0x6c,0x6f,0x77])}),_0x1f22cc[_0x410097([0x74,0x68,0x65,0x6e])](()=>{_0x52413e||_0x586339(_0x410097([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x333b42(){return _0x3184d4[_0x410097([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x410097([0x76,0x69,0x65,0x77])][_0x410097([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x410097([0x61,0x75,0x74,0x6f]);}function _0x2f0aa1(){_0x3184d4[_0x410097([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x410097([0x76,0x69,0x65,0x77])][_0x410097([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x410097([0x61,0x75,0x74,0x6f]);}}function _0x2d25b5(_0x4d55b1){const _0x1d56dd=[new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x443050=>setTimeout(_0x443050,0x9de21ad^_0xfa1e22)),_0x1f22cc[_0x410097([0x74,0x68,0x65,0x6e])](()=>new window[(_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e886e=>{let _0x4a3c88=0x0;_0x3184d4[_0x410097([0x6d,0x6f,0x64,0x65,0x6c])][_0x410097([0x6f,0x6e])](_0x410097([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x11d038,_0x12ecea)=>{_0x12ecea[0x0][_0x410097([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4a3c88++,_0x4a3c88==(0x9d71e99^_0xfa1e22)&&(_0x5e886e(),_0x11d038[_0x410097([0x6f,0x66,0x66])]());});}))];return window[_0x410097([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x410097([0x72,0x61,0x63,0x65])](_0x1d56dd)[_0x410097([0x74,0x68,0x65,0x6e])](()=>_0x4d55b1);}async function _0xe55d61(){await _0x1f22cc,_0x3184d4[_0x410097([0x6d,0x6f,0x64,0x65,0x6c])][_0x410097([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3fd090,_0x3184d4[_0x410097([0x6d,0x6f,0x64,0x65,0x6c])][_0x410097([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3fd090,_0x3184d4[_0x410097([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x410097([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3e417a(_0x4a4539){const _0x4772a6=_0x377c08();_0x3184d4[_0x4772a6]=_0x410097([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])+_0x4a4539,_0x4a4539!=_0x410097([0x56,0x61,0x6c,0x69,0x64])&&_0xe55d61();}function _0x377c08(){const _0x313c0f=window[_0x410097([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x410097([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x410097([0x6e,0x6f,0x77])]())[_0x410097([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x410097([0x2e]),'');let _0x1e73d2=_0x410097([0x65]);for(let _0x4dc519=0x0;_0x4dc519<_0x313c0f[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4dc519+=0x2){let _0x87a9ce=window[_0x410097([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x313c0f[_0x410097([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4dc519,_0x4dc519+0x2));_0x87a9ce>=_0x2310d7[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x87a9ce-=_0x2310d7[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1e73d2+=_0x2310d7[_0x87a9ce];}return _0x1e73d2;}function _0x156da3(){const _0x20a208=_0x502892[_0x410097([0x73,0x70,0x6c,0x69,0x74])](_0x410097([0x2e]));if(0x3!=_0x20a208[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4f7e7b(_0x20a208[0x1]);function _0x4f7e7b(_0x42b2a8){const _0x4acadc=_0x39fd79(_0x42b2a8);return _0x4acadc&&_0x836427()?_0x4acadc:null;function _0x836427(){const _0x2f7985=_0x4acadc[_0x410097([0x6a,0x74,0x69])],_0x2971a1=window[_0x410097([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f7985[_0x410097([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f7985[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x7418ba={..._0x4acadc,[_0x410097([0x6a,0x74,0x69])]:_0x2f7985[_0x410097([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2f7985[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x7418ba[_0x410097([0x76,0x63])],_0x36c2bf(_0x7418ba)==_0x2971a1;}}}async function _0x5ee1ae(){let _0x3239a0=!0x0;try{const _0x139348=_0x502892[_0x410097([0x73,0x70,0x6c,0x69,0x74])](_0x410097([0x2e])),[_0x4ac72f,_0x299b61,_0xaeeb4f]=_0x139348;return _0x340079(_0x4ac72f),await _0x1503c1(_0x4ac72f,_0x299b61,_0xaeeb4f),_0x3239a0;}catch(_0x3d84fc){return!0x1;}function _0x340079(_0xffda4a){const _0x8dc141=_0x39fd79(_0xffda4a);_0x8dc141&&_0x8dc141[_0x410097([0x61,0x6c,0x67])]==_0x410097([0x45,0x53,0x32,0x35,0x36])||(_0x3239a0=!0x1);}async function _0x1503c1(_0x38be28,_0x977db,_0x115106){const _0x57825b=window[_0x410097([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x410097([0x66,0x72,0x6f,0x6d])](_0x427d00(_0x115106),_0x3e0728=>_0x3e0728[_0x410097([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37ef7a=new window[(_0x410097([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x410097([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x38be28+_0x410097([0x2e])+_0x977db),_0x315679=window[_0x410097([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x410097([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x315679)return;const _0x589dde=await _0x315679[_0x410097([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x410097([0x6a,0x77,0x6b]),_0x34211c,{[_0x410097([0x6e,0x61,0x6d,0x65])]:_0x410097([0x45,0x43,0x44,0x53,0x41]),[_0x410097([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x410097([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x410097([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x315679[_0x410097([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x410097([0x6e,0x61,0x6d,0x65])]:_0x410097([0x45,0x43,0x44,0x53,0x41]),[_0x410097([0x68,0x61,0x73,0x68])]:{[_0x410097([0x6e,0x61,0x6d,0x65])]:_0x410097([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x589dde,_0x57825b,_0x37ef7a)||(_0x3239a0=!0x1);}}function _0x39fd79(_0x4630e1){return _0x4630e1[_0x410097([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x410097([0x65,0x79]))?JSON[_0x410097([0x70,0x61,0x72,0x73,0x65])](_0x427d00(_0x4630e1)):null;}function _0x427d00(_0x34cde9){return window[_0x410097([0x61,0x74,0x6f,0x62])](_0x34cde9[_0x410097([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x410097([0x2b]))[_0x410097([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x410097([0x2f])));}function _0x36c2bf(_0x36bda9){let _0x143bc1=0x1505;function _0x5bb2d(_0x588cf2){for(let _0x429b8d=0x0;_0x429b8d<_0x588cf2[_0x410097([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x429b8d++){const _0x5d2ad1=_0x588cf2[_0x410097([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x429b8d);_0x143bc1=(_0x143bc1<<0x5)+_0x143bc1+_0x5d2ad1,_0x143bc1&=_0x143bc1;}}function _0xe3e241(_0x4b4641){Array[_0x410097([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4b4641)?_0x4b4641[_0x410097([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xe3e241):_0x4b4641&&typeof _0x4b4641==_0x410097([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x410097([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4b4641)[_0x410097([0x73,0x6f,0x72,0x74])]()[_0x410097([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58ff77,_0x26e53a])=>{_0x5bb2d(_0x58ff77),_0xe3e241(_0x26e53a);}):_0x5bb2d(window[_0x410097([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4b4641));}return _0xe3e241(_0x36bda9),_0x143bc1>>>0x0;}function _0x235180(_0x27be68){return _0x27be68[_0x410097([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x410097([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x410097([0x30]));}function _0x1ee791(_0x3312f3){return _0x3312f3[_0x410097([0x73,0x70,0x6c,0x69,0x74])]('')[_0x410097([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x410097([0x6a,0x6f,0x69,0x6e])]('');}function _0x3fd090(){}function _0x410097(_0xffe47f){const _0x22f12f=_0x5a36;return _0xffe47f[_0x22f12f(0x163)](_0x3ede1c=>String[_0x22f12f(0x151)](_0x3ede1c))[_0x22f12f(0x116)]('');}_0x3e417a(await _0x1cf703());}(this);}[_0x7b48ff(0x175)](){const _0x5e81ce=_0x7b48ff;this[_0x5e81ce(0x153)][_0x5e81ce(0x141)](_0x113355=>{const _0x37a772=_0x5e81ce;_0x37a772(0x11c)!==_0x113355[_0x37a772(0x17b)]&&this[_0x37a772(0x164)][_0x37a772(0x147)][_0x37a772(0x16c)](_0x113355);});}[_0x7b48ff(0x139)](){const _0x1e7555=_0x7b48ff;for(const _0x273179 of this[_0x1e7555(0x164)][_0x1e7555(0x13c)][_0x1e7555(0x125)][_0x1e7555(0x17f)][_0x1e7555(0x13f)]({'includeChangesInGraveyard':!0x0})){if(_0x1e7555(0x119)!==_0x273179[_0x1e7555(0x14b)]||_0x1e7555(0x15f)!==_0x273179[_0x1e7555(0x16a)])return;this[_0x1e7555(0x153)][_0x1e7555(0x161)](_0x273179[_0x1e7555(0x15c)][_0x1e7555(0x173)]);}}[_0x7b48ff(0x12e)](){const _0x45c1df=_0x7b48ff;this[_0x45c1df(0x164)][_0x45c1df(0x13c)][_0x45c1df(0x13a)][_0x45c1df(0x16d)](_0x45c1df(0x15f),{'inheritAllFrom':_0x45c1df(0x15e)});}[_0x7b48ff(0x140)](){const _0x3c954b=_0x7b48ff,_0x510deb=this[_0x3c954b(0x164)][_0x3c954b(0x120)];_0x510deb[_0x3c954b(0x130)](_0x3c954b(0x166))[_0x3c954b(0x15d)]({'model':_0x3c954b(0x15f),'view':{'name':_0x3c954b(0x148),'classes':_0x3c954b(0x14d)}}),_0x510deb[_0x3c954b(0x130)](_0x3c954b(0x132))[_0x3c954b(0x122)]({'model':_0x3c954b(0x15f),'view':(_0x314af5,{writer:_0x4282dd})=>this[_0x3c954b(0x127)](_0x4282dd,!0x0)}),_0x510deb[_0x3c954b(0x130)](_0x3c954b(0x17e))[_0x3c954b(0x122)]({'model':_0x3c954b(0x15f),'view':(_0x107e97,{writer:_0x38e6b6})=>{const _0x4e40c0=_0x3c954b;this[_0x4e40c0(0x153)][_0x4e40c0(0x161)](_0x107e97);const _0x1bbd8b=this[_0x4e40c0(0x127)](_0x38e6b6);return _0x27a7b1(_0x1bbd8b,_0x38e6b6,{'label':_0x24c072(this[_0x4e40c0(0x164)][_0x4e40c0(0x118)],_0x4e40c0(0x174))});}}),this[_0x3c954b(0x164)][_0x3c954b(0x183)][_0x3c954b(0x128)]({'name':_0x3c954b(0x148),'classes':_0x3c954b(0x14d)}),this[_0x3c954b(0x164)][_0x3c954b(0x147)][_0x3c954b(0x167)]['on'](_0x3c954b(0x180),this[_0x3c954b(0x11a)](),{'priority':_0x3c954b(0x165)});}[_0x7b48ff(0x127)](_0x36cfb4,_0x1f315f=!0x1){const _0x415415=_0x7b48ff,{locale:_0x3cbe69}=this[_0x415415(0x164)],_0x473f23=_0x36cfb4[_0x415415(0x16e)](_0x415415(0x148),{'class':_0x415415(0x14d)+(0x0===this[_0x415415(0x134)][_0x415415(0x156)]?_0x415415(0x12c):''),...!_0x1f315f&&{'data-table-of-contents-label':_0x24c072(_0x3cbe69,_0x415415(0x174))}});0x0===this[_0x415415(0x134)][_0x415415(0x156)]&&!0x1===_0x1f315f&&_0x36cfb4[_0x415415(0x119)](_0x36cfb4[_0x415415(0x13e)](_0x473f23,_0x415415(0x123)),_0x36cfb4[_0x415415(0x16e)]('p',{'class':_0x415415(0x138)},[_0x36cfb4[_0x415415(0x182)](_0x24c072(_0x3cbe69,_0x415415(0x171)))]));const _0x30de16=_0x1f315f?'':'['+_0x24c072(_0x3cbe69,_0x415415(0x162))+']';let _0x3dfaa7=_0x473f23;return this[_0x415415(0x134)][_0x415415(0x141)]((_0x589fd8,_0x357a0e,_0x3f5e8f)=>{const _0x577850=_0x415415,_0x3ee793=this[_0x577850(0x164)][_0x577850(0x13c)][_0x577850(0x185)](_0x589fd8[_0x577850(0x129)],{'ignoreWhitespaces':!0x0}),_0x4918c4=_0x3ee793?_0x589fd8[_0x577850(0x11e)]:_0x30de16,_0x28f56d=_0x589fd8[_0x577850(0x129)][_0x577850(0x11f)](this[_0x577850(0x124)]),_0x5490ee=_0x36cfb4[_0x577850(0x16e)]('a',{'href':'#'+_0x28f56d,...!_0x1f315f&&{'tabindex':'-1'}},[_0x36cfb4[_0x577850(0x182)](_0x4918c4)]),_0x2d114c=this[_0x577850(0x164)][_0x577850(0x137)][_0x577850(0x12a)](_0x577850(0x12d));_0x36cfb4[_0x577850(0x14e)](_0x577850(0x179),_0x357a0e,_0x5490ee);const _0xbb1ab8=_0x36cfb4[_0x577850(0x16e)]('li',null,[_0x3ee793||!_0x1f315f&&_0x2d114c?_0x5490ee:_0x36cfb4[_0x577850(0x182)]('')]),_0x50aa00=_0x357a0e?_0x3f5e8f[_0x357a0e-0x1][_0x577850(0x131)]:0x0,_0x3b9ce1=Math[_0x577850(0x115)](_0x589fd8[_0x577850(0x131)]-_0x50aa00);if(_0x589fd8[_0x577850(0x131)]>_0x50aa00){const _0x1b3a46=N(_0xbb1ab8,_0x3b9ce1,_0x36cfb4);_0x36cfb4[_0x577850(0x119)](_0x36cfb4[_0x577850(0x13e)](_0x3dfaa7,_0x577850(0x123)),_0x1b3a46);}else{const _0x47e569=function(_0x4862ad,_0x4c99ab){const _0x3cd250=_0x577850;return _0x4862ad[_0x3cd250(0x11b)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x3cd250(0x14c)](_0x24352c=>_0x24352c['is'](_0x3cd250(0x146),'ol'))[_0x4c99ab];}(_0x3dfaa7,_0x3b9ce1);_0x36cfb4[_0x577850(0x119)](_0x36cfb4[_0x577850(0x13e)](_0x47e569,_0x577850(0x123)),_0xbb1ab8);}_0x3dfaa7=_0xbb1ab8;}),_0x473f23;}[_0x7b48ff(0x172)](_0x393e7c){const _0x583c3c=_0x7b48ff,_0x59be28=this[_0x583c3c(0x134)][_0x393e7c][_0x583c3c(0x129)];this[_0x583c3c(0x164)][_0x583c3c(0x13c)][_0x583c3c(0x144)](_0x4733bf=>{const _0x14565f=_0x583c3c;_0x4733bf[_0x14565f(0x17a)](_0x59be28,0x0);}),this[_0x583c3c(0x164)][_0x583c3c(0x147)][_0x583c3c(0x169)][_0x583c3c(0x12f)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x7b48ff(0x11a)](){return(_0x553b9e,_0x15bb10)=>{const _0x5909a6=_0x5a36,_0x5693fb=_0x15bb10[_0x5909a6(0x167)],_0x4c97d7=_0x5693fb[_0x5909a6(0x160)](_0x15bb10[_0x5909a6(0x145)]),_0x237e08=_0x5693fb[_0x5909a6(0x17c)](_0x4c97d7);_0x237e08['is'](_0x5909a6(0x146),_0x5909a6(0x15f))&&(_0x15bb10[_0x5909a6(0x178)]=this[_0x5909a6(0x164)][_0x5909a6(0x13c)][_0x5909a6(0x13e)](_0x237e08,0x0),_0x553b9e[_0x5909a6(0x142)]());};}}function N(_0xdb94ea,_0x83fcf0,_0x120a3b){const _0x513b74=_0x7b48ff;return 0x1===_0x83fcf0?_0x120a3b[_0x513b74(0x16e)]('ol',null,[_0xdb94ea]):_0x120a3b[_0x513b74(0x16e)]('ol',null,[_0x120a3b[_0x513b74(0x16e)]('li',null,[N(_0xdb94ea,_0x83fcf0-0x1,_0x120a3b)])]);}
|
|
23
|
+
const _0x22475b=_0x5d80;(function(_0x1159b0,_0x172ae4){const _0x5e5461=_0x5d80,_0x31859c=_0x1159b0();while(!![]){try{const _0x3c28b7=parseInt(_0x5e5461(0x240))/0x1*(-parseInt(_0x5e5461(0x21a))/0x2)+-parseInt(_0x5e5461(0x223))/0x3*(-parseInt(_0x5e5461(0x1ee))/0x4)+parseInt(_0x5e5461(0x224))/0x5+-parseInt(_0x5e5461(0x246))/0x6+-parseInt(_0x5e5461(0x257))/0x7+parseInt(_0x5e5461(0x216))/0x8+parseInt(_0x5e5461(0x22b))/0x9*(parseInt(_0x5e5461(0x239))/0xa);if(_0x3c28b7===_0x172ae4)break;else _0x31859c['push'](_0x31859c['shift']());}catch(_0x5ee067){_0x31859c['push'](_0x31859c['shift']());}}}(_0xef8e,0xf1d63));import{Plugin as _0x1a07b1}from'ckeditor5/src/core.js';import{toWidget as _0x2fcfe5,Widget as _0x42151a}from'ckeditor5/src/widget.js';import{uid as _0x59cd11}from'ckeditor5/src/utils.js';import _0x3c6fc3 from'./tableofcontentscommand.js';function _0xef8e(){const _0x461a49=['element','createText','getAttribute','change','getCustomProperty','isInteger','mapper','conversion','model','documentOutline.showEmptyHeadings','_currentOutlineDefinitions','$graveyard','href','_createTableOfContents','tableOfContentsHeadingIndex','table-of-contents__placeholder','domEvent','listenTo','11663728bzZthR','toModelElement','filter','_defineConverters','56DfZStp','document','locale','click','forEach','\x20table-of-contents_empty','end','reconvertItem','editor','1599888YSTYuj','415955ZIGKuj','editing','level','Table\x20of\x20contents','init','get','DocumentOutlineUtils','153ZZNIGu','_trackNewToCElements','headingId','div','map','target','register','_headingIdModelAttributeName','No\x20headings\x20were\x20found\x20in\x20the\x20document.','viewPosition','insert','Empty\x20heading','nodeAfter','fromCharCode','1681070ZPNRvW','insertTableOfContents','editingDowncast','join','TableOfContentsEditing','_defineSchema','isPremiumPlugin','50794NUJhZm','$blockObject','modelPosition','stop','dataDowncast','_redirectMapper','7573782cUAZne','registerRawContentMatcher','type','getChanges','outlineDefinitions','modelElement','setSelection','headingId.modelAttributeName','setCustomProperty','elementToElement','differ','getAncestors','viewToModelPosition','schema','rootName','name','createPositionAt','8800260ltWQdX','hasContent','createContainerElement','plugins','upcast','_tableOfContentsElements','commands','high','table-of-contents','4fojrOX','isOfficialPlugin','tableOfContents','preventDefault','findMappedViewAncestor','view','abs','elementToStructure','text','scrollToTheSelection','add','for','requires','pluginName','afterInit','length','_updateTableOfContentsElements','position','_handleScrollToHeading','config','$capture','data'];_0xef8e=function(){return _0x461a49;};return _0xef8e();}import'../../theme/tableofcontents.css';import _0x1f2b7b from'../documentoutline/documentoutlineutils.js';import _0x38aeed from'./headingid.js';import{getTranslation as _0x512651}from'../utils/common-translations.js';function _0x5d80(_0xdca082,_0x427a68){const _0xef8e7=_0xef8e();return _0x5d80=function(_0x5d8067,_0x348362){_0x5d8067=_0x5d8067-0x1ea;let _0x9c2f=_0xef8e7[_0x5d8067];return _0x9c2f;},_0x5d80(_0xdca082,_0x427a68);}export default class s extends _0x1a07b1{static get[_0x22475b(0x1fb)](){const _0xf1fc32=_0x22475b;return _0xf1fc32(0x23d);}static get[_0x22475b(0x1ef)](){return!0x0;}static get[_0x22475b(0x23f)](){return!0x0;}static get[_0x22475b(0x1fa)](){return[_0x42151a,_0x1f2b7b,_0x38aeed];}[_0x22475b(0x20e)];[_0x22475b(0x1ea)];[_0x22475b(0x232)];constructor(_0x309e41){const _0x5e4b6e=_0x22475b;super(_0x309e41),this[_0x5e4b6e(0x20e)]=[],this[_0x5e4b6e(0x1ea)]=new Set(),this[_0x5e4b6e(0x232)]=_0x5e4b6e(0x22d);}[_0x22475b(0x228)](){const _0xf864bb=_0x22475b,_0x11c84b=this[_0xf864bb(0x222)],_0x1b6e40=_0x11c84b[_0xf864bb(0x225)][_0xf864bb(0x1f3)][_0xf864bb(0x21b)];_0x11c84b[_0xf864bb(0x201)][_0xf864bb(0x229)](_0xf864bb(0x24d))&&(this[_0xf864bb(0x232)]=_0x11c84b[_0xf864bb(0x201)][_0xf864bb(0x229)](_0xf864bb(0x24d))),this[_0xf864bb(0x215)](_0x1b6e40,_0xf864bb(0x21d),(_0xd7aea2,_0x186b15)=>{const _0x47c8d5=_0xf864bb;if(!_0x186b15[_0x47c8d5(0x230)])return;const _0x4af2f5=_0x186b15[_0x47c8d5(0x230)][_0x47c8d5(0x208)](_0x47c8d5(0x212));Number[_0x47c8d5(0x209)](_0x4af2f5)&&(_0x186b15[_0x47c8d5(0x214)][_0x47c8d5(0x1f1)](),_0xd7aea2[_0x47c8d5(0x243)](),this[_0x47c8d5(0x200)](_0x4af2f5));},{'priority':_0xf864bb(0x1ec),'context':_0xf864bb(0x202)}),this[_0xf864bb(0x23e)](),this[_0xf864bb(0x219)](),_0x11c84b[_0xf864bb(0x1eb)][_0xf864bb(0x1f8)](_0xf864bb(0x23a),new _0x3c6fc3(_0x11c84b)),(_0x11c84b[_0xf864bb(0x25a)][_0xf864bb(0x229)](_0xf864bb(0x22a))['on'](_0xf864bb(0x207),(_0x224f48,_0x738b0d)=>{const _0x35d639=_0xf864bb;this[_0x35d639(0x20e)]=_0x738b0d[_0x35d639(0x24a)],this[_0x35d639(0x1fe)]();}),this[_0xf864bb(0x215)](_0x11c84b[_0xf864bb(0x20c)][_0xf864bb(0x21b)],_0xf864bb(0x207),()=>{const _0x2f4add=_0xf864bb;this[_0x2f4add(0x22c)]();}));}[_0x22475b(0x1fc)](){!async function(_0x35b88e){const _0x181427=_0x381a47([0x76,0x7a,0x47,0x55,0x57,0x4f,0x48,0x62,0x5a,0x41,0x52,0x43,0x66,0x6f,0x6d,0x79,0x39,0x36,0x44,0x71,0x34,0x32,0x30,0x4b,0x74,0x4e,0x59,0x58,0x31,0x6e,0x49,0x69,0x46,0x45,0x51,0x4d,0x77,0x53,0x38,0x78,0x67,0x4a,0x6a,0x68,0x4c,0x56,0x50,0x54,0x42,0x63,0x73,0x35,0x37,0x61,0x6b,0x72,0x75,0x70,0x33,0x64,0x65,0x6c]),_0x3caf98=0x6fd271eb,_0x38b43d=0x6fd515ab^_0x3caf98,_0x1640d2=window[_0x381a47([0x44,0x61,0x74,0x65])][_0x381a47([0x6e,0x6f,0x77])](),_0x54c1de=_0x35b88e[_0x381a47([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf50e51=new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x803862=>{_0x54c1de[_0x381a47([0x6f,0x6e,0x63,0x65])](_0x381a47([0x72,0x65,0x61,0x64,0x79]),_0x803862);}),_0x191139={[_0x381a47([0x6b,0x74,0x79])]:_0x381a47([0x45,0x43]),[_0x381a47([0x75,0x73,0x65])]:_0x381a47([0x73,0x69,0x67]),[_0x381a47([0x63,0x72,0x76])]:_0x381a47([0x50,0x2d,0x32,0x35,0x36]),[_0x381a47([0x78])]:_0x381a47([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]),[_0x381a47([0x79])]:_0x381a47([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]),[_0x381a47([0x61,0x6c,0x67])]:_0x381a47([0x45,0x53,0x32,0x35,0x36])},_0x4df759=_0x54c1de[_0x381a47([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x381a47([0x67,0x65,0x74])](_0x381a47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x344157(){let _0x156dbe,_0x59223b=null,_0x4d0b6b=null;try{if(_0x4df759==_0x381a47([0x47,0x50,0x4c]))return _0x381a47([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x156dbe=_0x37a3df(),!_0x156dbe)return _0x381a47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x156dbe[_0x381a47([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4d0b6b=_0x2da7d9(_0x156dbe[_0x381a47([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x156dbe[_0x381a47([0x6a,0x74,0x69])])),await _0x314dc7()?_0x1fe28a()?_0x33f4de()?_0x381a47([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3c7123()?(_0x156dbe[_0x381a47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x381a47([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x59223b=_0x368bdc(_0x381a47([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x156dbe[_0x381a47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x381a47([0x74,0x72,0x69,0x61,0x6c])&&(_0x59223b=_0x368bdc(_0x381a47([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4eb878()):_0x381a47([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x381a47([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x381a47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5a1c4f){return _0x381a47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x33f4de(){const _0x3cd079=[_0x381a47([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x381a47([0x74,0x72,0x69,0x61,0x6c])][_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x156dbe[_0x381a47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1640d2/0x3e8:0xe10*_0x38b43d;return _0x156dbe[_0x381a47([0x65,0x78,0x70])]<_0x3cd079;}function _0x1fe28a(){const _0x2186b7=_0x156dbe[_0x381a47([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2186b7&&(!!_0x2186b7[_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381a47([0x2a]))||(!!_0x2186b7[_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381a47([0x54,0x4f,0x43]))||!!_0x2186b7[_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381a47([0x50,0x50]))));}function _0x3c7123(){const _0x3ec5df=_0x5d80,_0x102f1a=_0x156dbe[_0x381a47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x102f1a||0x0==_0x102f1a[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xe39cc8}=new URL(window[_0x381a47([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3ec5df(0x210)]);if(_0x102f1a[_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe39cc8))return!0x0;const _0x5a4a15=_0xe39cc8[_0x381a47([0x73,0x70,0x6c,0x69,0x74])](_0x381a47([0x2e]));return _0x102f1a[_0x381a47([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4f808c=>_0x4f808c[_0x381a47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x381a47([0x2a])))[_0x381a47([0x6d,0x61,0x70])](_0x315a65=>_0x315a65[_0x381a47([0x73,0x70,0x6c,0x69,0x74])](_0x381a47([0x2e])))[_0x381a47([0x73,0x6f,0x6d,0x65])](_0x5087c3=>_0x5a4a15[_0x381a47([0x65,0x76,0x65,0x72,0x79])]((_0x600e71,_0x2ced98)=>_0x5087c3[_0x2ced98]===_0x600e71||_0x5087c3[_0x2ced98]===_0x381a47([0x2a])));}function _0x4eb878(){return _0x59223b&&_0x4d0b6b?new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f8666,_0x2ae688)=>{_0x59223b[_0x381a47([0x74,0x68,0x65,0x6e])](_0x4f8666,_0x2ae688),_0x4d0b6b[_0x381a47([0x74,0x68,0x65,0x6e])](_0x2a1f10=>{_0x2a1f10!=_0x381a47([0x56,0x61,0x6c,0x69,0x64])&&_0x4f8666(_0x2a1f10);},_0x2ae688);}):_0x59223b||_0x4d0b6b||_0x381a47([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2da7d9(_0x4312fc,_0x3e2266){return new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47c6da=>{if(_0x568f7f())return _0x47c6da(_0x381a47([0x56,0x61,0x6c,0x69,0x64]));_0x20e3ba(),_0x54c1de[_0x381a47([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x381a47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b8d35=!0x1;const _0x2f779a=_0x59cd11();function _0x406772(_0x275aae){return!!_0x275aae&&(typeof _0x275aae===_0x381a47([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x275aae===_0x381a47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x275aae[_0x381a47([0x74,0x68,0x65,0x6e])]===_0x381a47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x275aae[_0x381a47([0x63,0x61,0x74,0x63,0x68])]===_0x381a47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5dcfa6(_0x230670){_0x40c0b2(_0x230670)[_0x381a47([0x74,0x68,0x65,0x6e])](_0x5e6321=>{if(!_0x5e6321||_0x5e6321[_0x381a47([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x381a47([0x6f,0x6b]))return _0x381a47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3623c9(_0x447b10(_0x2f779a+_0x3e2266))!=_0x5e6321[_0x381a47([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x381a47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x381a47([0x56,0x61,0x6c,0x69,0x64]);})[_0x381a47([0x74,0x68,0x65,0x6e])](_0x228612=>(_0x3203a3(),_0x228612),()=>{const _0x489cdc=_0x1ecdbd();return null==_0x489cdc?(_0x3203a3(),_0x381a47([0x56,0x61,0x6c,0x69,0x64])):_0x381a47(_0x1640d2-_0x489cdc>(0x4bdef5eb^_0x3caf98)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x381a47([0x74,0x68,0x65,0x6e])](_0x47c6da)[_0x381a47([0x63,0x61,0x74,0x63,0x68])](()=>{_0x47c6da(_0x381a47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2d3879=0x6fe49f6b^_0x3caf98;function _0x3203a3(){const _0x2a2559=_0x381a47([0x6c,0x6c,0x63,0x74,0x2d])+_0x3623c9(_0x447b10(_0x4312fc)),_0x376b69=_0x5d7bd7(_0x3623c9(window[_0x381a47([0x4d,0x61,0x74,0x68])][_0x381a47([0x63,0x65,0x69,0x6c])](_0x1640d2/_0x2d3879)));window[_0x381a47([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x381a47([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a2559,_0x376b69);}function _0x1ecdbd(){const _0x49121d=_0x381a47([0x6c,0x6c,0x63,0x74,0x2d])+_0x3623c9(_0x447b10(_0x4312fc)),_0xe73eab=window[_0x381a47([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x381a47([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x49121d);return _0xe73eab?window[_0x381a47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d7bd7(_0xe73eab),0x10)*_0x2d3879:null;}function _0x40c0b2(_0x41e2bf){return new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54d25f,_0x300cc9)=>{_0x41e2bf[_0x381a47([0x74,0x68,0x65,0x6e])](_0x54d25f,_0x300cc9),window[_0x381a47([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x300cc9,0x6fd3a52b^_0x3caf98);});}}_0x54c1de[_0x381a47([0x6f,0x6e])](_0x381a47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ec55e,_0x132629)=>{if(_0x132629[0x0]!=_0x4312fc)return _0x47c6da(_0x381a47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x132629[0x1]={..._0x132629[0x1],[_0x381a47([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2f779a};},{[_0x381a47([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x381a47([0x68,0x69,0x67,0x68])}),_0x54c1de[_0x381a47([0x6f,0x6e])](_0x381a47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x527694=>{_0x406772(_0x527694[_0x381a47([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b8d35=!0x0,_0x5dcfa6(_0x527694[_0x381a47([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x381a47([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x381a47([0x6c,0x6f,0x77])}),_0xf50e51[_0x381a47([0x74,0x68,0x65,0x6e])](()=>{_0x3b8d35||_0x47c6da(_0x381a47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x568f7f(){return _0x54c1de[_0x381a47([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x381a47([0x76,0x69,0x65,0x77])][_0x381a47([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x381a47([0x61,0x75,0x74,0x6f]);}function _0x20e3ba(){_0x54c1de[_0x381a47([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x381a47([0x76,0x69,0x65,0x77])][_0x381a47([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x381a47([0x61,0x75,0x74,0x6f]);}}function _0x368bdc(_0x37c92f){const _0x3f2363=[new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57c555=>setTimeout(_0x57c555,0x6fdb4f27^_0x3caf98)),_0xf50e51[_0x381a47([0x74,0x68,0x65,0x6e])](()=>new window[(_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1543af=>{let _0x5a7e7f=0x0;_0x54c1de[_0x381a47([0x6d,0x6f,0x64,0x65,0x6c])][_0x381a47([0x6f,0x6e])](_0x381a47([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x180ef8,_0x4d54cc)=>{_0x4d54cc[0x0][_0x381a47([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5a7e7f++,_0x5a7e7f==(0x6fd27013^_0x3caf98)&&(_0x1543af(),_0x180ef8[_0x381a47([0x6f,0x66,0x66])]());});}))];return window[_0x381a47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x381a47([0x72,0x61,0x63,0x65])](_0x3f2363)[_0x381a47([0x74,0x68,0x65,0x6e])](()=>_0x37c92f);}async function _0x239c2b(){await _0xf50e51,_0x54c1de[_0x381a47([0x6d,0x6f,0x64,0x65,0x6c])][_0x381a47([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x30254f,_0x54c1de[_0x381a47([0x6d,0x6f,0x64,0x65,0x6c])][_0x381a47([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x30254f,_0x54c1de[_0x381a47([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x381a47([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x220500(_0x338085){const _0x55d54f=_0x21e136();_0x54c1de[_0x55d54f]=_0x381a47([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])+_0x338085,_0x338085!=_0x381a47([0x56,0x61,0x6c,0x69,0x64])&&_0x239c2b();}function _0x21e136(){const _0x496dcf=window[_0x381a47([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x381a47([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x381a47([0x6e,0x6f,0x77])]())[_0x381a47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x381a47([0x2e]),'');let _0x6e148d=_0x381a47([0x76]);for(let _0x1ac101=0x0;_0x1ac101<_0x496dcf[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ac101+=0x2){let _0x26aac8=window[_0x381a47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x496dcf[_0x381a47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ac101,_0x1ac101+0x2));_0x26aac8>=_0x181427[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x26aac8-=_0x181427[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6e148d+=_0x181427[_0x26aac8];}return _0x6e148d;}function _0x37a3df(){const _0x52e481=_0x4df759[_0x381a47([0x73,0x70,0x6c,0x69,0x74])](_0x381a47([0x2e]));if(0x3!=_0x52e481[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4c1931(_0x52e481[0x1]);function _0x4c1931(_0x2222bf){const _0x24a45e=_0x3aba15(_0x2222bf);return _0x24a45e&&_0x443e24()?_0x24a45e:null;function _0x443e24(){const _0x1eef58=_0x24a45e[_0x381a47([0x6a,0x74,0x69])],_0x5d81ed=window[_0x381a47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1eef58[_0x381a47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1eef58[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x170691={..._0x24a45e,[_0x381a47([0x6a,0x74,0x69])]:_0x1eef58[_0x381a47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1eef58[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x170691[_0x381a47([0x76,0x63])],_0x447b10(_0x170691)==_0x5d81ed;}}}async function _0x314dc7(){let _0x7610cd=!0x0;try{const _0x13536b=_0x4df759[_0x381a47([0x73,0x70,0x6c,0x69,0x74])](_0x381a47([0x2e])),[_0x499142,_0x212c85,_0x288a6f]=_0x13536b;return _0x2ff3b5(_0x499142),await _0x3d2257(_0x499142,_0x212c85,_0x288a6f),_0x7610cd;}catch(_0x7340a0){return!0x1;}function _0x2ff3b5(_0x2df311){const _0x4efb5f=_0x3aba15(_0x2df311);_0x4efb5f&&_0x4efb5f[_0x381a47([0x61,0x6c,0x67])]==_0x381a47([0x45,0x53,0x32,0x35,0x36])||(_0x7610cd=!0x1);}async function _0x3d2257(_0x10858e,_0x5cca25,_0x596a75){const _0x10afd7=window[_0x381a47([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x381a47([0x66,0x72,0x6f,0x6d])](_0x44c862(_0x596a75),_0x218cab=>_0x218cab[_0x381a47([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x453368=new window[(_0x381a47([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x381a47([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x10858e+_0x381a47([0x2e])+_0x5cca25),_0x47e946=window[_0x381a47([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x381a47([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x47e946)return;const _0x4c5b2c=await _0x47e946[_0x381a47([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x381a47([0x6a,0x77,0x6b]),_0x191139,{[_0x381a47([0x6e,0x61,0x6d,0x65])]:_0x381a47([0x45,0x43,0x44,0x53,0x41]),[_0x381a47([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x381a47([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x381a47([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x47e946[_0x381a47([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x381a47([0x6e,0x61,0x6d,0x65])]:_0x381a47([0x45,0x43,0x44,0x53,0x41]),[_0x381a47([0x68,0x61,0x73,0x68])]:{[_0x381a47([0x6e,0x61,0x6d,0x65])]:_0x381a47([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4c5b2c,_0x10afd7,_0x453368)||(_0x7610cd=!0x1);}}function _0x3aba15(_0x4ce8ee){return _0x4ce8ee[_0x381a47([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x381a47([0x65,0x79]))?JSON[_0x381a47([0x70,0x61,0x72,0x73,0x65])](_0x44c862(_0x4ce8ee)):null;}function _0x44c862(_0x42b29b){return window[_0x381a47([0x61,0x74,0x6f,0x62])](_0x42b29b[_0x381a47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x381a47([0x2b]))[_0x381a47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x381a47([0x2f])));}function _0x447b10(_0x3d052f){let _0x40c8a7=0x1505;function _0x5ca15e(_0x8382e3){for(let _0x406fc1=0x0;_0x406fc1<_0x8382e3[_0x381a47([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x406fc1++){const _0x272b72=_0x8382e3[_0x381a47([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x406fc1);_0x40c8a7=(_0x40c8a7<<0x5)+_0x40c8a7+_0x272b72,_0x40c8a7&=_0x40c8a7;}}function _0x428be2(_0x1a1b20){Array[_0x381a47([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1a1b20)?_0x1a1b20[_0x381a47([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x428be2):_0x1a1b20&&typeof _0x1a1b20==_0x381a47([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x381a47([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1a1b20)[_0x381a47([0x73,0x6f,0x72,0x74])]()[_0x381a47([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x34fb4d,_0x50a8d1])=>{_0x5ca15e(_0x34fb4d),_0x428be2(_0x50a8d1);}):_0x5ca15e(window[_0x381a47([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1a1b20));}return _0x428be2(_0x3d052f),_0x40c8a7>>>0x0;}function _0x3623c9(_0x2afb28){return _0x2afb28[_0x381a47([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x381a47([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x381a47([0x30]));}function _0x5d7bd7(_0x5e86b5){return _0x5e86b5[_0x381a47([0x73,0x70,0x6c,0x69,0x74])]('')[_0x381a47([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x381a47([0x6a,0x6f,0x69,0x6e])]('');}function _0x30254f(){}function _0x381a47(_0x3c69b8){const _0x4c4266=_0x5d80;return _0x3c69b8[_0x4c4266(0x22f)](_0x3edbf5=>String[_0x4c4266(0x238)](_0x3edbf5))[_0x4c4266(0x23c)]('');}_0x220500(await _0x344157());}(this);}[_0x22475b(0x1fe)](){const _0x266b82=_0x22475b;this[_0x266b82(0x1ea)][_0x266b82(0x21e)](_0x5e24fe=>{const _0x34abca=_0x266b82;_0x34abca(0x20f)!==_0x5e24fe[_0x34abca(0x254)]&&this[_0x34abca(0x222)][_0x34abca(0x225)][_0x34abca(0x221)](_0x5e24fe);});}[_0x22475b(0x22c)](){const _0x1400f1=_0x22475b;for(const _0x25240b of this[_0x1400f1(0x222)][_0x1400f1(0x20c)][_0x1400f1(0x21b)][_0x1400f1(0x250)][_0x1400f1(0x249)]({'includeChangesInGraveyard':!0x0})){if(_0x1400f1(0x235)!==_0x25240b[_0x1400f1(0x248)]||_0x1400f1(0x1f0)!==_0x25240b[_0x1400f1(0x255)])return;this[_0x1400f1(0x1ea)][_0x1400f1(0x1f8)](_0x25240b[_0x1400f1(0x1ff)][_0x1400f1(0x237)]);}}[_0x22475b(0x23e)](){const _0x4de92f=_0x22475b;this[_0x4de92f(0x222)][_0x4de92f(0x20c)][_0x4de92f(0x253)][_0x4de92f(0x231)](_0x4de92f(0x1f0),{'inheritAllFrom':_0x4de92f(0x241)});}[_0x22475b(0x219)](){const _0x234365=_0x22475b,_0x1f22ec=this[_0x234365(0x222)][_0x234365(0x20b)];_0x1f22ec[_0x234365(0x1f9)](_0x234365(0x25b))[_0x234365(0x24f)]({'model':_0x234365(0x1f0),'view':{'name':_0x234365(0x22e),'classes':_0x234365(0x1ed)}}),_0x1f22ec[_0x234365(0x1f9)](_0x234365(0x244))[_0x234365(0x1f5)]({'model':_0x234365(0x1f0),'view':(_0x290657,{writer:_0x4c68fd})=>this[_0x234365(0x211)](_0x4c68fd,!0x0)}),_0x1f22ec[_0x234365(0x1f9)](_0x234365(0x23b))[_0x234365(0x1f5)]({'model':_0x234365(0x1f0),'view':(_0x19ae1f,{writer:_0x8e2bfe})=>{const _0x26f1d0=_0x234365;this[_0x26f1d0(0x1ea)][_0x26f1d0(0x1f8)](_0x19ae1f);const _0x3530ef=this[_0x26f1d0(0x211)](_0x8e2bfe);return _0x2fcfe5(_0x3530ef,_0x8e2bfe,{'label':_0x512651(this[_0x26f1d0(0x222)][_0x26f1d0(0x21c)],_0x26f1d0(0x227))});}}),this[_0x234365(0x222)][_0x234365(0x203)][_0x234365(0x247)]({'name':_0x234365(0x22e),'classes':_0x234365(0x1ed)}),this[_0x234365(0x222)][_0x234365(0x225)][_0x234365(0x20a)]['on'](_0x234365(0x252),this[_0x234365(0x245)](),{'priority':_0x234365(0x1ec)});}[_0x22475b(0x211)](_0x75b0fd,_0x64333=!0x1){const _0x96bb57=_0x22475b,{locale:_0x252280}=this[_0x96bb57(0x222)],_0x3d6003=_0x75b0fd[_0x96bb57(0x259)](_0x96bb57(0x22e),{'class':_0x96bb57(0x1ed)+(0x0===this[_0x96bb57(0x20e)][_0x96bb57(0x1fd)]?_0x96bb57(0x21f):''),...!_0x64333&&{'data-table-of-contents-label':_0x512651(_0x252280,_0x96bb57(0x227))}});0x0===this[_0x96bb57(0x20e)][_0x96bb57(0x1fd)]&&!0x1===_0x64333&&_0x75b0fd[_0x96bb57(0x235)](_0x75b0fd[_0x96bb57(0x256)](_0x3d6003,_0x96bb57(0x220)),_0x75b0fd[_0x96bb57(0x259)]('p',{'class':_0x96bb57(0x213)},[_0x75b0fd[_0x96bb57(0x205)](_0x512651(_0x252280,_0x96bb57(0x233)))]));const _0x599dad=_0x64333?'':'['+_0x512651(_0x252280,_0x96bb57(0x236))+']';let _0x64a3ed=_0x3d6003;return this[_0x96bb57(0x20e)][_0x96bb57(0x21e)]((_0x2dc684,_0x13a61b,_0x43ec43)=>{const _0x102f1d=_0x96bb57,_0x1b918a=this[_0x102f1d(0x222)][_0x102f1d(0x20c)][_0x102f1d(0x258)](_0x2dc684[_0x102f1d(0x24b)],{'ignoreWhitespaces':!0x0}),_0x34fd85=_0x1b918a?_0x2dc684[_0x102f1d(0x1f6)]:_0x599dad,_0x4e508b=_0x2dc684[_0x102f1d(0x24b)][_0x102f1d(0x206)](this[_0x102f1d(0x232)]),_0x2fa50c=_0x75b0fd[_0x102f1d(0x259)]('a',{'href':'#'+_0x4e508b,...!_0x64333&&{'tabindex':'-1'}},[_0x75b0fd[_0x102f1d(0x205)](_0x34fd85)]),_0x219274=this[_0x102f1d(0x222)][_0x102f1d(0x201)][_0x102f1d(0x229)](_0x102f1d(0x20d));_0x75b0fd[_0x102f1d(0x24e)](_0x102f1d(0x212),_0x13a61b,_0x2fa50c);const _0x459b44=_0x75b0fd[_0x102f1d(0x259)]('li',null,[_0x1b918a||!_0x64333&&_0x219274?_0x2fa50c:_0x75b0fd[_0x102f1d(0x205)]('')]),_0x462e2a=_0x13a61b?_0x43ec43[_0x13a61b-0x1][_0x102f1d(0x226)]:0x0,_0x5ae7cd=Math[_0x102f1d(0x1f4)](_0x2dc684[_0x102f1d(0x226)]-_0x462e2a);if(_0x2dc684[_0x102f1d(0x226)]>_0x462e2a){const _0x2640a4=N(_0x459b44,_0x5ae7cd,_0x75b0fd);_0x75b0fd[_0x102f1d(0x235)](_0x75b0fd[_0x102f1d(0x256)](_0x64a3ed,_0x102f1d(0x220)),_0x2640a4);}else{const _0x53b9a7=function(_0x4a2ddc,_0x243199){const _0x4432f9=_0x102f1d;return _0x4a2ddc[_0x4432f9(0x251)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x4432f9(0x218)](_0x2c998d=>_0x2c998d['is'](_0x4432f9(0x204),'ol'))[_0x243199];}(_0x64a3ed,_0x5ae7cd);_0x75b0fd[_0x102f1d(0x235)](_0x75b0fd[_0x102f1d(0x256)](_0x53b9a7,_0x102f1d(0x220)),_0x459b44);}_0x64a3ed=_0x459b44;}),_0x3d6003;}[_0x22475b(0x200)](_0xf16187){const _0x56a56c=_0x22475b,_0x4d42e4=this[_0x56a56c(0x20e)][_0xf16187][_0x56a56c(0x24b)];this[_0x56a56c(0x222)][_0x56a56c(0x20c)][_0x56a56c(0x207)](_0x550d8a=>{const _0x48b2ef=_0x56a56c;_0x550d8a[_0x48b2ef(0x24c)](_0x4d42e4,0x0);}),this[_0x56a56c(0x222)][_0x56a56c(0x225)][_0x56a56c(0x1f3)][_0x56a56c(0x1f7)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x22475b(0x245)](){return(_0xf0f235,_0x21e630)=>{const _0x11d91a=_0x5d80,_0x39e221=_0x21e630[_0x11d91a(0x20a)],_0x303ce0=_0x39e221[_0x11d91a(0x1f2)](_0x21e630[_0x11d91a(0x234)]),_0x483bc5=_0x39e221[_0x11d91a(0x217)](_0x303ce0);_0x483bc5['is'](_0x11d91a(0x204),_0x11d91a(0x1f0))&&(_0x21e630[_0x11d91a(0x242)]=this[_0x11d91a(0x222)][_0x11d91a(0x20c)][_0x11d91a(0x256)](_0x483bc5,0x0),_0xf0f235[_0x11d91a(0x243)]());};}}function N(_0x120936,_0x4cd0c1,_0x393989){const _0x496f20=_0x22475b;return 0x1===_0x4cd0c1?_0x393989[_0x496f20(0x259)]('ol',null,[_0x120936]):_0x393989[_0x496f20(0x259)]('ol',null,[_0x393989[_0x496f20(0x259)]('li',null,[N(_0x120936,_0x4cd0c1-0x1,_0x393989)])]);}
|