@ckeditor/ckeditor5-document-outline 45.1.0-alpha.0 → 45.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>f,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(){const t=["htmlH5","htmlH2","27lhwsNQ","GeneralHtmlSupport","get","config","htmlH6","paragraph","push","heading.options","has","51777wbuFhg","174256HVrJjA","2286532MaFzJh","1045073IersXU","model","htmlH4","getChildren","data","htmlH1","4125925GvgjMB","644PCkAdM","292262GGlMxc","3660nnDHRn","htmlH3","18588VKewSp","plugins","6UjUnjf","reduce"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=297]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(313)]())i instanceof r.Text&&(n+=i[e(314)]);return n}!function(t){const e=c,n=t();for(;;)try{if(791721===parseInt(e(310))/1+parseInt(e(318))/2*(parseInt(e(323))/3)+parseInt(e(309))/4+parseInt(e(316))/5+-parseInt(e(321))/6*(parseInt(e(317))/7)+parseInt(e(308))/8*(parseInt(e(298))/9)+-parseInt(e(319))/10*(parseInt(e(307))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=196]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(913523===parseInt(e(218))/1*(-parseInt(e(225))/2)+parseInt(e(215))/3+parseInt(e(237))/4*(-parseInt(e(226))/5)+-parseInt(e(224))/6+parseInt(e(227))/7+parseInt(e(230))/8+parseInt(e(217))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[l(223)](){return l(198)}static get[l(221)](){return!0}static get[l(239)](){return!0}[l(206)]=[];[l(200)](){const t=l,e=this[t(219)];this[t(206)]=this[t(242)]();let n=[];e[t(201)][t(248)].on(t(228),o((()=>{const e=t,i=n;n=this[e(232)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(213)]===n[e(213)]&&t[e(210)]===n[e(210)]&&t[e(234)]===n[e(234)])),r=(0,u.diffToChanges)(o,n),s=this[e(209)](),c=n[e(235)]((t=>t[e(234)]===s));r[e(246)]&&this[e(245)](e(228),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(245)](e(211),{index:c})}),250,{leading:!0,trailing:!0}))}[l(212)](){const t=l;this[t(206)][t(246)]||this[t(216)]()}[l(232)](){const t=l,e=this[t(219)],n=[],i=this[t(206)];for(const n of e[t(201)][t(248)][t(202)]())o(e[t(201)][t(248)][t(229)](n));function o(e){const r=t;for(const t of e[r(241)]())t.is(r(205))&&(i[r(207)](t[r(233)])&&n[r(214)]({level:i[r(231)](t[r(233)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(209)](){const t=l,e=this[t(219)][t(201)][t(248)][t(199)][t(247)](),n=new r.TreeWalker({direction:t(249),startPosition:e});for(const e of n)if(e[t(222)].is(t(205))&&this[t(206)][t(207)](e[t(222)][t(233)]))return e[t(222)]}[l(242)](){const t=l;return this[t(219)][t(203)][t(243)](t(238))||function(t){const e=c,n=t[e(301)][e(300)](e(305));return n?n[e(324)](((t,n)=>(e(303)!==n[e(311)]&&t[e(304)](n[e(311)]),t)),[]):t[e(322)][e(306)](e(299))?[e(315),e(297),e(320),e(312),e(325),e(302)]:[]}(this[t(219)])}[l(216)](){const t=l,e=this[t(219)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(240)][t(236)][t(204)][t(220)](document[t(208)](o)),r=e[t(196)][t(244)](n)[t(197)](0);r?.is(t(205))&&i[t(214)](r[t(233)])}this[t(206)]=i}}function h(){const t=["indexOf","_getOutlineDefinitions","name","modelElement","findIndex","view","16WEFOhN","documentOutline.headings","isPremiumPlugin","editing","getChildren","_getHeadingNames","get","toModel","fire","length","getFirstPosition","document","backward","data","getChild","DocumentOutlineUtils","selection","init","model","getRootNames","config","domConverter","element","_headingNames","includes","createElement","_getActiveHeading","text","activeItemIndex","afterInit","level","push","1875582UZcrcB","_deriveHeadingElementsFromConversion","2060433UxGYKP","3RjBIyY","editor","domToView","isOfficialPlugin","item","pluginName","9057900pApbif","13394ETBMSa","1274645zHgdCR","7872410VZIbsy","change","getRoot","11873752MfRjzd"];return(h=function(){return t})()}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=w();return(g=function(t,e){return n[t-=236]})(t,e)}function w(){const t=["bindTemplate","4434474XhzNKS","level","73888XEyMHl","845045hjuRnl","bind","isActive","ck-reset","11891TIfoWP","970cEYmZc","set","setTemplate","16956EwQAYF","ck-document-outline__item_active","div","3639420stOTeg","2354009shCote","31350jbDBpn","Empty heading","text","16CloJhj","click","ck-document-outline__item_level-","21PFOKxL","ck-document-outline__item_empty","ck-document-outline__item","isEmpty"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(455643===-parseInt(e(236))/1+parseInt(e(262))/2*(-parseInt(e(255))/3)+parseInt(e(244))/4*(-parseInt(e(241))/5)+-parseInt(e(260))/6+parseInt(e(248))/7*(-parseInt(e(252))/8)+parseInt(e(247))/9+-parseInt(e(249))/10*(-parseInt(e(240))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends p.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(259)],o=e?"["+m(t,n(250))+"]":"";this[n(242)](n(251),""),this[n(242)](n(261),1),this[n(242)](n(238),!1),this[n(237)](n(258)).to(this,n(251),(t=>!t)),this[n(243)]({tag:n(246),attributes:{class:["ck",n(239),n(257),i.to(n(261),(t=>n(254)+t)),i.if(n(238),n(245)),i.if(n(258),n(256))],title:i.to(n(251))},children:[{text:i.to(n(251),(t=>t||o))}],on:{click:i.to(n(253))}})}}function I(){const t=["change:activeItemIndex","sync","_scrollToItem","fire","addMany","activeItemIndex","locale","createCollection","_handleItemClick","items","type","192XvvNkg","792057GaFTUV","get","element","ck-document-outline","map","forEach","delegate","4434185FzHAai","isActive","howMany","bind","20690136ovSdUu","showEmptyHeadingText","delete","documentOutlineContainer","_insertItem","Editor headings will appear here as you type.","4186584fkdQZo","784616moZeFd","insert","text","setTemplate","values","destroy","getIndex","div","_deleteItem","1730488xMfbRM","itemSelected","source","index","remove","click","contentLanguageDirection","5301ASGICb","level","_setActiveItem","ck-reset","set"];return(I=function(){return t})()}const k=b;function b(t,e){const n=I();return(b=function(t,e){return n[t-=275]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(450227===parseInt(e(279))/1+parseInt(e(288))/2+parseInt(e(295))/3*(-parseInt(e(311))/4)+parseInt(e(319))/5+parseInt(e(278))/6+-parseInt(e(312))/7+-parseInt(e(323))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[k(309)];[k(275)];[k(324)];constructor(t,e=!1,n){const i=k;super(t),this[i(324)]=e,this[i(299)](i(305),-1),this[i(275)]=n,this[i(309)]=this[i(307)](),this[i(309)][i(318)](i(293)).to(this),this.on(i(293),this[i(308)][i(322)](this)),this.on(i(300),((t,e,n,o)=>{this[i(297)](o,n)})),this[i(282)]({tag:i(286),attributes:{class:["ck",i(298),i(315)],dir:t[i(294)],"data-document-outline-empty-placeholder":m(t,i(277)),tabindex:-1},children:this[i(309)]})}[k(301)](t){const e=k;t[e(317)]((t=>{const n=e;n(280)==t[n(310)]?this[n(276)](t[n(291)],...t[n(283)]):n(325)==t[n(310)]&&this[n(287)](t[n(291)],t[n(321)])}))}[k(297)](t,e){const n=k;if(-1!==t){const e=this[n(309)][n(313)](t);e&&(e[n(320)]=!1)}-1!==e&&(this[n(309)][n(313)](e)[n(320)]=!0,this[n(302)](e))}[k(276)](t,...e){const n=k,i=e[n(316)](((e,i)=>{const o=n,r=new v(this[o(306)],this[o(324)]);return r[o(281)]=e[o(281)],r[o(296)]=e[o(296)],t+i===this[o(305)]&&(r[o(320)]=!0),r}));this[n(309)][n(304)](i,t)}[k(287)](t,e){const n=k;do{this[n(309)][n(292)](t)}while(--e)}[k(308)](t){const e=k,n=this[e(309)][e(285)](t[e(290)]);this[e(303)](e(289),n)}[k(302)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(309)][e(313)](t)[e(314)],20,this[e(275)])}[k(284)](){const t=k;super[t(284)](),this[t(314)][t(292)]()}}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),L=n(357),S=n.n(L),N=n(46),j={attributes:{"data-cke":!0}};j.setAttributes=P(),j.insert=E().bind(null,"head"),j.domAPI=C(),j.insertStyleElement=S();O()(N.A,j);N.A&&N.A.locals&&N.A.locals;const D=M;function M(t,e){const n=K();return(M=function(t,e){return n[t-=379]})(t,e)}function K(){const t=["4102828JGOQiS","pluginName","mapper","model","view","setSelection","destroy","DocumentOutlineUI","height","fromCharCode","6857515zjBunQ","domConverter","length","top","listenTo","config","303244nInQPw","toViewElement","afterInit","indexOf","appendChild","itemSelected","4325187sPUnQE","bottom","render","get","bind","change","cancel","_setActiveViewItem","floor","documentOutline.container","isPremiumPlugin","join","resize","_handleOutlineChange","1870632FYVEqW","activeItemIndex","scrollToTheSelection","map","scroll","3271544JHvpMc","getRootNames","_handleItemSelected","locale","2778NBSzQJ","DocumentOutlineUtils","document","editing","focus","isOfficialPlugin","getDomRoot","element","modelElement","add","documentOutline.showEmptyHeadings","focusTracker","_updateActiveDefinitionOnViewportChange","editor","_updateActiveDefinitionFromViewportThrottled","document-outline-container-not-provided","plugins","sync","_currentOutlineDefinitions","mapViewToDom","getIntersection","getVisible","54jLYECw","href","init","window","301DsipbU"];return(K=function(){return t})()}!function(t){const e=M,n=t();for(;;)try{if(745562===parseInt(e(404))/1+-parseInt(e(424))/2+-parseInt(e(410))/3+-parseInt(e(388))/4+parseInt(e(398))/5+parseInt(e(433))/6*(parseInt(e(387))/7)+-parseInt(e(429))/8*(-parseInt(e(383))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class H extends t.Plugin{[D(392)];[D(379)];[D(447)];static get[D(389)](){return D(395)}static get[D(438)](){return!0}static get[D(420)](){return!0}constructor(t){const e=D;super(t),this[e(392)]=new y(t[e(432)],this[e(446)][e(403)][e(413)](e(443)),this[e(446)][e(403)][e(413)](e(419))),this[e(379)]=[],this[e(447)]=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(445)][e(414)](this),100)}[D(385)](){const t=D,e=this[t(446)],n=e[t(449)][t(413)](t(434));let i=!1;if(this[t(392)][t(412)](),this[t(446)].ui[t(444)][t(442)](this[t(392)][t(440)]),!e[t(403)][t(413)](t(419)))throw new u.CKEditorError(t(448),{editor:e});e[t(403)][t(413)](t(419))[t(408)](this[t(392)][t(440)]),n.on(t(415),this[t(423)][t(414)](this)),n.on(t(425),((e,{index:n})=>this[t(417)](n))),this[t(392)].on(t(409),((e,n)=>{i=!0,this[t(431)](n)})),this[t(392)][t(402)](u.global[t(435)],t(428),(()=>{i?i=!1:this[t(447)]()}),{useCapture:!0}),this[t(392)][t(402)](u.global[t(386)],t(422),this[t(447)],{useCapture:!0})}[D(406)](){!async function(t){const e=m([116,120,55,108,76,109,71,118,54,114,98,97,87,57,122,50,66,84,65,104,48,79,103,89,70,100,74,80,81,73,112,52,115,77,56,68,67,51,110,113,101,75,86,90,121,106,119,85,117,83,69,53,105,111,88,82,107,72,49,78,99,102]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])]((()=>t))}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=M;return t[e(427)]((t=>String[e(397)](t)))[e(421)]("")}!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([116]);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:1746576e3;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=M,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(384)]);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)}[D(394)](){const t=D;super[t(394)](),this[t(392)][t(394)](),this[t(447)][t(416)]()}[D(423)](t,{outlineDefinitions:e,outlineChanges:n}){const i=D;this[i(379)]=e,this[i(392)][i(450)](n)}[D(417)](t){const e=D;this[e(379)][e(400)]&&this[e(379)][t]&&(this[e(392)][e(425)]=t)}[D(431)](t){const e=D,n=this[e(379)][t][e(441)];this[e(446)][e(391)][e(415)]((t=>{t[e(393)](n,0)})),this[e(446)][e(436)][e(392)][e(426)]({alignToTop:!0,forceScroll:!0}),this[e(446)][e(436)][e(392)][e(437)](),this[e(417)](t)}[D(445)](){const t=D,e=this[t(446)];let n;for(const i of e[t(391)][t(435)][t(430)]()){const o=e[t(436)][t(392)][t(439)](i),r=o&&new u.Rect(o)[t(382)]();if(r){const e=new u.Rect(u.global[t(386)])[t(381)](r);e&&(n=e[t(401)]+.25*e[t(396)])}}if(void 0===n)return;const i=R(e[t(436)],this[t(379)],n);i?this[t(417)](this[t(379)][t(407)](i)):this[t(417)](-1)}}function R(t,e,n,i=0,o=e[D(400)]-1){const r=D,s=Math[r(418)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(390)][r(405)](c[r(441)]);if(!a)return null;const l=t[r(392)][r(399)][r(380)](a);return new u.Rect(l)[r(411)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const U=V;function V(t,e){const n=F();return(V=function(t,e){return n[t-=391]})(t,e)}function F(){const t=["124058JDojcM","isPremiumPlugin","evaluationLimit","licenseKey","pluginName","1EGisjP","2470013rJJbDV","documentOutlineLicenseKeyNotAllowed","4LxFqvI","220tHZkQk","1489203bErOoc","138auFJWl","1328900XKpbhM","documentOutlineLicenseKeyEvaluationLimit","featureNotAllowed","documentOutlineLicenseKeyValid","config","invalid","init","1016uoaJJj","18070152vkSzBR","requires","documentOutlineLicenseKeyInvalid","57537JkwTle","139310ytpDoD","expired","documentOutlineLicenseKeyExpired","_showLicenseError","usageLimit","editor","documentOutlineLicenseKeyUsageLimit","get","documentOutlineLicenseKeyDomainLimit","isOfficialPlugin","_licenseKeyCheckInterval","destroy","DocumentOutline","trialLimit","documentOutlineLicenseKeyTrialLimit","domainLimit"];return(F=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(486035===-parseInt(e(430))/1*(parseInt(e(397))/2)+-parseInt(e(395))/3*(-parseInt(e(393))/4)+-parseInt(e(409))/5*(parseInt(e(396))/6)+parseInt(e(391))/7+parseInt(e(404))/8*(-parseInt(e(408))/9)+-parseInt(e(394))/10*(-parseInt(e(425))/11)+parseInt(e(405))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class B extends t.Plugin{[U(428)];[U(419)];static get[U(406)](){return[f,H]}static get[U(429)](){return U(421)}static get[U(418)](){return!0}static get[U(426)](){return!0}[U(403)](){const t=U;this[t(428)]=this[t(414)][t(401)][t(416)](t(428));const e=this[t(414)];this[t(419)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(400)==r||n(407)==r||n(411)==r||n(417)==r||n(392)==r||n(398)==r||n(423)==r||n(415)==r){delete e[o],i=r,clearInterval(this[n(419)]),this[n(419)]=void 0;break}}n(407)==i&&e[n(412)](n(402)),n(411)==i&&e[n(412)](n(410)),n(417)==i&&e[n(412)](n(424)),n(392)==i&&e[n(412)](n(399),n(421)),n(398)==i&&e[n(412)](n(427)),n(423)==i&&e[n(412)](n(422)),n(415)==i&&e[n(412)](n(413))}),1e3)}[U(420)](){const t=U;super[t(420)](),this[t(419)]&&clearInterval(this[t(419)])}}var J=n(901);const W=Z;!function(t){const e=Z,n=t();for(;;)try{if(609357===parseInt(e(175))/1*(-parseInt(e(169))/2)+-parseInt(e(161))/3*(parseInt(e(163))/4)+parseInt(e(182))/5*(parseInt(e(184))/6)+-parseInt(e(164))/7*(-parseInt(e(162))/8)+-parseInt(e(178))/9+parseInt(e(179))/10*(-parseInt(e(183))/11)+parseInt(e(171))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class z extends t.Command{[W(168)](){const t=W;this[t(180)][t(174)][t(166)]((e=>{const n=t;this[n(180)][n(174)][n(173)](e[n(159)](n(165)))}))}[W(181)](){const t=W,e=this[t(180)][t(174)],n=e[t(167)][t(172)][t(176)]();this[t(177)]=null!==(n&&e[t(170)][t(160)](n,t(165)))}}function Z(t,e){const n=Q();return(Z=function(t,e){return n[t-=159]})(t,e)}function Q(){const t=["125461Vaespr","tableOfContents","change","document","execute","171092dZRxOO","schema","24471468KOwdwZ","selection","insertObject","model","5qKcBtc","getFirstPosition","isEnabled","9827046OpAHad","60IIXBNs","editor","refresh","5krQhrO","968011oFjnlR","4278234OONQdW","createElement","findAllowedParent","1167DhtMwX","312epGffe","8168QeuVUf"];return(Q=function(){return t})()}var G=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=E().bind(null,"head"),X.domAPI=C(),X.insertStyleElement=S();O()(G.A,X);G.A&&G.A.locals&&G.A.locals;const q=$;function Y(){const t=["type","6097xVujWN","isOfficialPlugin","model","writer","differ","headingId.modelAttributeName","change","pluginName","17229tzghnY","74BcoBLf","viewItem","attribute:headingId:","getContainedElement","insert","low","heading1","view","name","conversion","_customUpcastHeadingsConversion","item","650295UjfyzE","3649000mRKgfH","add","paragraph","_customDataDowncastHeadingsConversion","element:","removeAttribute","match","toViewElement","consumable","registerPostFixer","isPremiumPlugin","length","clear","forEach","consume","isRegistered","18270fxOlsP","string","remove","editor","upcast","delete","HeadingId","getChanges","9048rZjuxj","nodeAfter","has","heading.options","headingId","config","schema","127314mOyYBN","modelRange","position","mapper","_registerHeadingIdAttributePostfixer","for","30352730FtTItC","attributes","90UTsuNM","downcast","document","extend","setAttribute","afterInit","get","set","getAttribute","hasAttribute"];return(Y=function(){return t})()}function $(t,e){const n=Y();return($=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(655048===-parseInt(e(339))/1+-parseInt(e(327))/2*(parseInt(e(326))/3)+-parseInt(e(340))/4+-parseInt(e(307))/5*(-parseInt(e(299))/6)+-parseInt(e(318))/7*(parseInt(e(292))/8)+-parseInt(e(356))/9+parseInt(e(305))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[q(325)](){return q(290)}static get[q(319)](){return!0}static get[q(350)](){return!0}[q(312)](){const t=q,e=this[t(287)];e[t(297)][t(313)](t(323))||(function(e){const n=t,i=new Map;return e?(e[n(353)]((t=>{const e=n;e(342)!==t[e(320)]&&i[e(314)](t[e(334)],t[e(320)])})),i[n(313)]("h1")||i[n(314)]("h1",n(333)),i):i}(this[t(287)][t(297)][t(313)](t(295)))[t(353)](((n,i)=>{const o=t;this[o(337)](i),this[o(343)](n),e[o(320)][o(298)][o(355)](n)&&e[o(320)][o(298)][o(310)](n,{allowAttributes:o(296)})})),this[t(303)]())}[q(337)](t){const e=q;this[e(287)][e(336)][e(304)](e(288))[e(341)]((n=>n.on(e(344)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(328)][o(315)]("id"),a=n[o(300)][o(330)]();if(a)return c&&c[o(351)]||a[o(316)](o(296))?void(r[o(354)](n[o(328)],{attributes:["id"]})&&s[o(311)](o(296),c,a)):(r[o(354)](n[o(328)],{attributes:["id"]}),void s[o(311)](o(296),(0,u.uid)(),a))}),{priority:u.priorities[e(313)](e(332))+.5})))}[q(343)](t){const e=q;this[e(287)][e(336)][e(304)](e(308))[e(341)]((n=>n.on(e(329)+t,((t,n,i)=>{const o=e;if(!i[o(348)][o(354)](n[o(338)],t[o(335)]))return;const r=n[o(338)][o(315)](o(296)),s=i[o(302)][o(347)](n[o(338)]);i[o(321)][o(311)]("id",r,s)}))))}[q(303)](){const t=q,e=this[t(287)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(341)](r),e[o(311)](o(296),r,n),r}function r(e,n){const i=t;e[i(345)](i(296),n)}e[t(320)][t(309)][t(349)]((s=>{const c=t,a=e[c(320)][c(309)][c(322)][c(291)]();let u=!1;for(const t of a)if(c(331)==t[c(317)]&&t[c(335)])if(t[c(335)][c(346)](/heading\d/)){const e=t[c(306)][c(313)](c(296));c(357)==typeof e?n[c(294)](e)?(o(s,t[c(301)][c(293)]),u=!0):i[c(341)](e):(o(s,t[c(301)][c(293)]),u=!0)}else c(357)==typeof t[c(306)][c(313)](c(296))&&(r(s,t[c(301)][c(293)]),u=!0);else if(c(286)==t[c(317)]){const e=t[c(306)][c(313)](c(296));c(357)==typeof e&&n[c(289)](e)}return u})),e[t(320)][t(309)].on(t(324),(()=>{const e=t;i[e(353)]((t=>n[e(341)](t))),i[e(352)]()}))}}const et=it;function nt(){const t=["hasContent","_createTableOfContents","document","editor","tableOfContents","getCustomProperty","type","viewToModelPosition","click","createPositionAt","high","rootName","20790EZOzMH","afterInit","element","69048KWnhIL","_trackNewToCElements","createContainerElement","setCustomProperty","viewPosition","outlineDefinitions","editingDowncast","377536sqKZYL","pluginName","_defineConverters","length","headingId","conversion","position","plugins","get","href","config","_tableOfContentsElements","domEvent","nodeAfter","_redirectMapper","scrollToTheSelection","modelPosition","findMappedViewAncestor","No headings were found in the document.","listenTo","modelElement","target","fromCharCode","createText","isInteger","join","getAttribute","registerRawContentMatcher","elementToElement","elementToStructure","isOfficialPlugin","differ","DocumentOutlineUtils","getAncestors","dataDowncast","Empty heading","register","10zNcgoS","requires","_headingIdModelAttributeName","init","commands","forEach","filter","table-of-contents","Table of contents","TableOfContentsEditing","tableOfContentsHeadingIndex","add","view","headingId.modelAttributeName","insertTableOfContents","editing","data","1060925TlKGYX","203441HtLLof","for","stop","$graveyard","table-of-contents__placeholder","name","div","documentOutline.showEmptyHeadings","setSelection","getChanges","schema","level","$blockObject","_updateTableOfContentsElements","_currentOutlineDefinitions","30DrponN","model","$capture","isPremiumPlugin","map"," table-of-contents_empty","abs","locale","insert","reconvertItem","_handleScrollToHeading","7202205qEzqfR","toModelElement","_defineSchema","upcast","end","text","4QWCZYB","586650MZsQyI","mapper","change","preventDefault"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=232]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(178206===parseInt(e(256))/1+-parseInt(e(237))/2+parseInt(e(253))/3+-parseInt(e(236))/4*(parseInt(e(317))/5)+parseInt(e(333))/6*(-parseInt(e(318))/7)+-parseInt(e(263))/8+-parseInt(e(344))/9*(-parseInt(e(300))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(264)](){return et(309)}static get[et(293)](){return!0}static get[et(336)](){return!0}static get[et(301)](){return[J.Widget,f,tt]}[et(332)];[et(274)];[et(302)];constructor(t){const e=et;super(t),this[e(332)]=[],this[e(274)]=new Set,this[e(302)]=e(267)}[et(303)](){const t=et,e=this[t(244)],n=e[t(315)][t(312)][t(243)];e[t(273)][t(271)](t(313))&&(this[t(302)]=e[t(273)][t(271)](t(313))),this[t(282)](n,t(249),((e,n)=>{const i=t;if(!n[i(284)])return;const o=n[i(284)][i(246)](i(310));Number[i(287)](o)&&(n[i(275)][i(240)](),e[i(320)](),this[i(343)](o))}),{priority:t(251),context:t(335)}),this[t(232)](),this[t(265)](),e[t(304)][t(311)](t(314),new z(e)),e[t(270)][t(271)](t(295)).on(t(239),((e,n)=>{const i=t;this[i(332)]=n[i(261)],this[i(331)]()})),this[t(282)](e[t(334)][t(243)],t(239),(()=>{this[t(257)]()}))}[et(254)](){!async function(t){const e=m([101,107,122,48,109,113,71,105,83,82,108,55,81,117,89,73,66,112,110,87,114,79,70,118,100,120,106,72,57,69,65,86,76,56,121,75,52,102,53,88,51,116,78,115,50,111,74,85,77,54,90,103,67,119,68,98,99,49,80,104,84,97]),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(337)]((t=>String[e(285)](t)))[e(288)]("")}!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([101]);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:1746576e3;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(272)]);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(331)](){const t=et;this[t(274)][t(305)]((e=>{const n=t;n(321)!==e[n(252)]&&this[n(244)][n(315)][n(342)](e)}))}[et(257)](){const t=et;for(const e of this[t(244)][t(334)][t(243)][t(294)][t(327)]({includeChangesInGraveyard:!0})){if(t(341)!==e[t(247)]||t(245)!==e[t(323)])return;this[t(274)][t(311)](e[t(269)][t(276)])}}[et(232)](){const t=et;this[t(244)][t(334)][t(328)][t(299)](t(245),{inheritAllFrom:t(330)})}[et(265)](){const t=et,e=this[t(244)][t(268)];e[t(319)](t(233))[t(291)]({model:t(245),view:{name:t(324),classes:t(307)}}),e[t(319)](t(297))[t(292)]({model:t(245),view:(e,{writer:n})=>this[t(242)](n,!0)}),e[t(319)](t(262))[t(292)]({model:t(245),view:(e,{writer:n})=>{const i=t;this[i(274)][i(311)](e);const o=this[i(242)](n);return(0,J.toWidget)(o,n,{label:m(this[i(244)][i(340)],i(308))})}}),this[t(244)][t(316)][t(290)]({name:t(324),classes:t(307)}),this[t(244)][t(315)][t(238)].on(t(248),this[t(277)](),{priority:t(251)})}[et(242)](t,e=!1){const n=et,{locale:i}=this[n(244)],o=t[n(258)](n(324),{class:n(307)+(0===this[n(332)][n(266)]?n(338):""),...!e&&{"data-table-of-contents-label":m(i,n(308))}});0===this[n(332)][n(266)]&&!1===e&&t[n(341)](t[n(250)](o,n(234)),t[n(258)]("p",{class:n(322)},[t[n(286)](m(i,n(281)))]));const r=e?"":"["+m(i,n(298))+"]";let s=o;return this[n(332)][n(305)](((i,o,c)=>{const a=n,u=this[a(244)][a(334)][a(241)](i[a(283)],{ignoreWhitespaces:!0}),l=u?i[a(235)]:r,d=i[a(283)][a(289)](this[a(302)]),f=t[a(258)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(286)](l)]),h=this[a(244)][a(273)][a(271)](a(325));t[a(259)](a(310),o,f);const p=t[a(258)]("li",null,[u||!e&&h?f:t[a(286)]("")]),m=o?c[o-1][a(329)]:0,g=Math[a(339)](i[a(329)]-m);if(i[a(329)]>m){const e=rt(p,g,t);t[a(341)](t[a(250)](s,a(234)),e)}else{const e=function(t,e){const n=a;return t[n(296)]({includeSelf:!0,parentFirst:!0})[n(306)]((t=>t.is(n(255),"ol")))[e]}(s,g);t[a(341)](t[a(250)](e,a(234)),p)}s=p})),o}[et(343)](t){const e=et,n=this[e(332)][t][e(283)];this[e(244)][e(334)][e(239)]((t=>{t[e(326)](n,0)})),this[e(244)][e(315)][e(312)][e(278)]({alignToTop:!0,forceScroll:!0})}[et(277)](){return(t,e)=>{const n=it,i=e[n(238)],o=i[n(280)](e[n(260)]),r=i[n(345)](o);r.is(n(255),n(245))&&(e[n(279)]=this[n(244)][n(334)][n(250)](r,0),t[n(320)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(258)]("ol",null,[t]):n[i(258)]("ol",null,[n[i(258)]("li",null,[rt(t,e-1,n)])])}var st=n(355);function ct(t,e){const n=at();return(ct=function(t,e){return n[t-=367]})(t,e)}function at(){const t=["tableOfContentsLicenseKeyValid","tooltip","5827507TQiQLC","config","componentFactory","TableOfContents","3117369EQGEdL","TableOfContentsUI","_showLicenseError","execute","pluginName","8173770uckFjV","tableOfContentsLicenseKeyTrialLimit","focus","usageLimit","6xjkODA","48745DVIUwM","bind","10RWvxSX","_licenseKeyCheckInterval","init","40yHOeWa","tableOfContentsLicenseKeyDomainLimit","_createButton","get","20xXscms","licenseKey","editing","isEnabled","isPremiumPlugin","tableOfContentsLicenseKeyEvaluationLimit","listenTo","commands","editor","tableOfContentsLicenseKeyInvalid","locale","featureNotAllowed","tableOfContentsLicenseKeyUsageLimit","domainLimit","set","invalid","tableOfContentsLicenseKeyExpired","expired","insertTableOfContents","Table of contents","tableOfContentsLicenseKeyNotAllowed","trialLimit","add","tableOfContents","destroy","1165732vSheBf","menuBar:tableOfContents","isOfficialPlugin","view","evaluationLimit","7404624HZJJlh","1487943EyNvvo"];return(at=function(){return t})()}const ut=ct;!function(t){const e=ct,n=t();for(;;)try{if(553748===parseInt(e(394))/1*(-parseInt(e(403))/2)+-parseInt(e(384))/3+parseInt(e(371))/4*(parseInt(e(396))/5)+parseInt(e(393))/6*(-parseInt(e(380))/7)+parseInt(e(376))/8+parseInt(e(377))/9*(parseInt(e(399))/10)+parseInt(e(389))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[ut(404)];[ut(397)];static get[ut(388)](){return ut(385)}static get[ut(373)](){return!0}static get[ut(407)](){return!0}[ut(398)](){const t=ut,e=this[t(411)];e.ui[t(382)][t(368)](t(369),(()=>{const e=t,n=this[e(401)](p.ButtonView);return n[e(379)]=!0,n})),e.ui[t(382)][t(368)](t(372),(()=>this[t(401)](p.MenuBarMenuListItemButtonView))),this[t(404)]=this[t(411)][t(381)][t(402)](t(404));const n=this[t(411)];this[t(397)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(378)==r||e(412)==r||e(419)==r||e(400)==r||e(423)==r||e(408)==r||e(390)==r||e(415)==r){delete n[o],i=r,clearInterval(this[e(397)]),this[e(397)]=void 0;break}}e(412)==i&&n[e(386)](e(418)),e(419)==i&&n[e(386)](e(420)),e(400)==i&&n[e(386)](e(416)),e(423)==i&&n[e(386)](e(414),e(383)),e(408)==i&&n[e(386)](e(375)),e(390)==i&&n[e(386)](e(367)),e(415)==i&&n[e(386)](e(392))}),1e3)}[ut(401)](t){const e=ut,n=this[e(411)],i=n[e(413)],o=n[e(410)][e(402)](e(421)),r=new t(i);return r[e(417)]({label:m(i,e(422)),icon:st.IconTableOfContents}),r[e(395)](e(406)).to(o,e(406)),this[e(409)](r,e(387),(()=>{const t=e;n[t(387)](t(421)),n[t(405)][t(374)][t(391)]()})),r}[ut(370)](){const t=ut;super[t(370)](),this[t(397)]&&clearInterval(this[t(397)])}}var dt=ht;function ft(){var t=["18stccgJ","7938336dUrvTE","7428561fxrIdG","812540UMwbZa","isOfficialPlugin","85xCZSVf","TableOfContents","requires","11140NquwWx","322oGnwPG","isPremiumPlugin","14034ZWwnmX","pluginName","8369934pyaLFM","21786280bXyFhz"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=355]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(920789===parseInt(e(356))/1+-parseInt(e(362))/2*(parseInt(e(364))/3)+-parseInt(e(361))/4*(parseInt(e(358))/5)+-parseInt(e(366))/6+-parseInt(e(355))/7+-parseInt(e(369))/8+-parseInt(e(368))/9*(-parseInt(e(367))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[dt(360)](){return[ot,lt]}static get[dt(365)](){return dt(359)}static get[dt(357)](){return!0}static get[dt(363)](){return!0}}function mt(t,e){var n=gt();return(mt=function(t,e){return n[t-=264]})(t,e)}function gt(){var t=["137077TitbjE","1017138JgcfWt","63IOymAI","171100BMBkMP","12eaZJvV","511656WuJiyX","1854DDTenk","66241HcLjXM","1144835JRCRPN"];return(gt=function(){return t})()}!function(t){for(var e=mt,n=t();;)try{if(261317===-parseInt(e(267))/1+-parseInt(e(264))/2+-parseInt(e(268))/3+parseInt(e(270))/4+parseInt(e(266))/5+-parseInt(e(271))/6*(-parseInt(e(265))/7)+-parseInt(e(272))/8*(-parseInt(e(269))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>f,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout((()=>{u=null,c&&a(),f()}),e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e((function(...e){u=t.apply(this,e),l=null}),n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(){const t=["htmlH5","htmlH2","27lhwsNQ","GeneralHtmlSupport","get","config","htmlH6","paragraph","push","heading.options","has","51777wbuFhg","174256HVrJjA","2286532MaFzJh","1045073IersXU","model","htmlH4","getChildren","data","htmlH1","4125925GvgjMB","644PCkAdM","292262GGlMxc","3660nnDHRn","htmlH3","18588VKewSp","plugins","6UjUnjf","reduce"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=297]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(313)]())i instanceof r.Text&&(n+=i[e(314)]);return n}!function(t){const e=c,n=t();for(;;)try{if(791721===parseInt(e(310))/1+parseInt(e(318))/2*(parseInt(e(323))/3)+parseInt(e(309))/4+parseInt(e(316))/5+-parseInt(e(321))/6*(parseInt(e(317))/7)+parseInt(e(308))/8*(parseInt(e(298))/9)+-parseInt(e(319))/10*(parseInt(e(307))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=196]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(913523===parseInt(e(218))/1*(-parseInt(e(225))/2)+parseInt(e(215))/3+parseInt(e(237))/4*(-parseInt(e(226))/5)+-parseInt(e(224))/6+parseInt(e(227))/7+parseInt(e(230))/8+parseInt(e(217))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[l(223)](){return l(198)}static get[l(221)](){return!0}static get[l(239)](){return!0}[l(206)]=[];[l(200)](){const t=l,e=this[t(219)];this[t(206)]=this[t(242)]();let n=[];e[t(201)][t(248)].on(t(228),o((()=>{const e=t,i=n;n=this[e(232)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(213)]===n[e(213)]&&t[e(210)]===n[e(210)]&&t[e(234)]===n[e(234)])),r=(0,u.diffToChanges)(o,n),s=this[e(209)](),c=n[e(235)]((t=>t[e(234)]===s));r[e(246)]&&this[e(245)](e(228),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(245)](e(211),{index:c})}),250,{leading:!0,trailing:!0}))}[l(212)](){const t=l;this[t(206)][t(246)]||this[t(216)]()}[l(232)](){const t=l,e=this[t(219)],n=[],i=this[t(206)];for(const n of e[t(201)][t(248)][t(202)]())o(e[t(201)][t(248)][t(229)](n));function o(e){const r=t;for(const t of e[r(241)]())t.is(r(205))&&(i[r(207)](t[r(233)])&&n[r(214)]({level:i[r(231)](t[r(233)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(209)](){const t=l,e=this[t(219)][t(201)][t(248)][t(199)][t(247)](),n=new r.TreeWalker({direction:t(249),startPosition:e});for(const e of n)if(e[t(222)].is(t(205))&&this[t(206)][t(207)](e[t(222)][t(233)]))return e[t(222)]}[l(242)](){const t=l;return this[t(219)][t(203)][t(243)](t(238))||function(t){const e=c,n=t[e(301)][e(300)](e(305));return n?n[e(324)](((t,n)=>(e(303)!==n[e(311)]&&t[e(304)](n[e(311)]),t)),[]):t[e(322)][e(306)](e(299))?[e(315),e(297),e(320),e(312),e(325),e(302)]:[]}(this[t(219)])}[l(216)](){const t=l,e=this[t(219)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(240)][t(236)][t(204)][t(220)](document[t(208)](o)),r=e[t(196)][t(244)](n)[t(197)](0);r?.is(t(205))&&i[t(214)](r[t(233)])}this[t(206)]=i}}function h(){const t=["indexOf","_getOutlineDefinitions","name","modelElement","findIndex","view","16WEFOhN","documentOutline.headings","isPremiumPlugin","editing","getChildren","_getHeadingNames","get","toModel","fire","length","getFirstPosition","document","backward","data","getChild","DocumentOutlineUtils","selection","init","model","getRootNames","config","domConverter","element","_headingNames","includes","createElement","_getActiveHeading","text","activeItemIndex","afterInit","level","push","1875582UZcrcB","_deriveHeadingElementsFromConversion","2060433UxGYKP","3RjBIyY","editor","domToView","isOfficialPlugin","item","pluginName","9057900pApbif","13394ETBMSa","1274645zHgdCR","7872410VZIbsy","change","getRoot","11873752MfRjzd"];return(h=function(){return t})()}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=w();return(g=function(t,e){return n[t-=236]})(t,e)}function w(){const t=["bindTemplate","4434474XhzNKS","level","73888XEyMHl","845045hjuRnl","bind","isActive","ck-reset","11891TIfoWP","970cEYmZc","set","setTemplate","16956EwQAYF","ck-document-outline__item_active","div","3639420stOTeg","2354009shCote","31350jbDBpn","Empty heading","text","16CloJhj","click","ck-document-outline__item_level-","21PFOKxL","ck-document-outline__item_empty","ck-document-outline__item","isEmpty"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(455643===-parseInt(e(236))/1+parseInt(e(262))/2*(-parseInt(e(255))/3)+parseInt(e(244))/4*(-parseInt(e(241))/5)+-parseInt(e(260))/6+parseInt(e(248))/7*(-parseInt(e(252))/8)+parseInt(e(247))/9+-parseInt(e(249))/10*(-parseInt(e(240))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends p.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(259)],o=e?"["+m(t,n(250))+"]":"";this[n(242)](n(251),""),this[n(242)](n(261),1),this[n(242)](n(238),!1),this[n(237)](n(258)).to(this,n(251),(t=>!t)),this[n(243)]({tag:n(246),attributes:{class:["ck",n(239),n(257),i.to(n(261),(t=>n(254)+t)),i.if(n(238),n(245)),i.if(n(258),n(256))],title:i.to(n(251))},children:[{text:i.to(n(251),(t=>t||o))}],on:{click:i.to(n(253))}})}}function I(){const t=["change:activeItemIndex","sync","_scrollToItem","fire","addMany","activeItemIndex","locale","createCollection","_handleItemClick","items","type","192XvvNkg","792057GaFTUV","get","element","ck-document-outline","map","forEach","delegate","4434185FzHAai","isActive","howMany","bind","20690136ovSdUu","showEmptyHeadingText","delete","documentOutlineContainer","_insertItem","Editor headings will appear here as you type.","4186584fkdQZo","784616moZeFd","insert","text","setTemplate","values","destroy","getIndex","div","_deleteItem","1730488xMfbRM","itemSelected","source","index","remove","click","contentLanguageDirection","5301ASGICb","level","_setActiveItem","ck-reset","set"];return(I=function(){return t})()}const k=b;function b(t,e){const n=I();return(b=function(t,e){return n[t-=275]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(450227===parseInt(e(279))/1+parseInt(e(288))/2+parseInt(e(295))/3*(-parseInt(e(311))/4)+parseInt(e(319))/5+parseInt(e(278))/6+-parseInt(e(312))/7+-parseInt(e(323))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[k(309)];[k(275)];[k(324)];constructor(t,e=!1,n){const i=k;super(t),this[i(324)]=e,this[i(299)](i(305),-1),this[i(275)]=n,this[i(309)]=this[i(307)](),this[i(309)][i(318)](i(293)).to(this),this.on(i(293),this[i(308)][i(322)](this)),this.on(i(300),((t,e,n,o)=>{this[i(297)](o,n)})),this[i(282)]({tag:i(286),attributes:{class:["ck",i(298),i(315)],dir:t[i(294)],"data-document-outline-empty-placeholder":m(t,i(277)),tabindex:-1},children:this[i(309)]})}[k(301)](t){const e=k;t[e(317)]((t=>{const n=e;n(280)==t[n(310)]?this[n(276)](t[n(291)],...t[n(283)]):n(325)==t[n(310)]&&this[n(287)](t[n(291)],t[n(321)])}))}[k(297)](t,e){const n=k;if(-1!==t){const e=this[n(309)][n(313)](t);e&&(e[n(320)]=!1)}-1!==e&&(this[n(309)][n(313)](e)[n(320)]=!0,this[n(302)](e))}[k(276)](t,...e){const n=k,i=e[n(316)](((e,i)=>{const o=n,r=new v(this[o(306)],this[o(324)]);return r[o(281)]=e[o(281)],r[o(296)]=e[o(296)],t+i===this[o(305)]&&(r[o(320)]=!0),r}));this[n(309)][n(304)](i,t)}[k(287)](t,e){const n=k;do{this[n(309)][n(292)](t)}while(--e)}[k(308)](t){const e=k,n=this[e(309)][e(285)](t[e(290)]);this[e(303)](e(289),n)}[k(302)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(309)][e(313)](t)[e(314)],20,this[e(275)])}[k(284)](){const t=k;super[t(284)](),this[t(314)][t(292)]()}}var _=n(673),x=n.n(_),O=n(545),C=n.n(O),T=n(262),E=n.n(T),A=n(667),P=n.n(A),L=n(357),S=n.n(L),N=n(46),j={attributes:{"data-cke":!0}};j.setAttributes=P(),j.insert=E().bind(null,"head"),j.domAPI=C(),j.insertStyleElement=S();x()(N.A,j);N.A&&N.A.locals&&N.A.locals;const M=K;function D(){const t=["129520yESTRx","document","55450FnrUqo","scroll","1902WYItrH","pluginName","destroy","element","26ZdjFlB","setSelection","163596ebIbEn","view","itemSelected","floor","_updateActiveDefinitionFromViewportThrottled","_currentOutlineDefinitions","DocumentOutlineUI","change","domConverter","165izxElP","sync","model","isPremiumPlugin","editing","join","getRootNames","bind","2230VibDJv","_updateActiveDefinitionOnViewportChange","map","bottom","focusTracker","afterInit","add","appendChild","window","plugins","modelElement","isOfficialPlugin","27NVlVyl","documentOutline.container","getIntersection","1209910brmSVw","init","focus","DocumentOutlineUtils","getVisible","fromCharCode","length","height","locale","42MQgyQn","8682086WXzpam","getDomRoot","toViewElement","mapViewToDom","top","href","12haAiqF","cancel","resize","activeItemIndex","listenTo","_handleItemSelected","config","render","documentOutline.showEmptyHeadings","scrollToTheSelection","indexOf","mapper","424176euKYvd","33AhMkVM","_setActiveViewItem","document-outline-container-not-provided","editor","get","_handleOutlineChange"];return(D=function(){return t})()}function K(t,e){const n=D();return(K=function(t,e){return n[t-=500]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(189836===-parseInt(e(574))/1*(-parseInt(e(553))/2)+-parseInt(e(566))/3*(parseInt(e(572))/4)+parseInt(e(522))/5*(-parseInt(e(576))/6)+parseInt(e(546))/7*(-parseInt(e(565))/8)+parseInt(e(534))/9*(-parseInt(e(537))/10)+-parseInt(e(514))/11*(parseInt(e(505))/12)+parseInt(e(503))/13*(parseInt(e(547))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class H extends t.Plugin{[M(506)];[M(510)];[M(509)];static get[M(500)](){return M(511)}static get[M(533)](){return!0}static get[M(517)](){return!0}constructor(t){const e=M;super(t),this[e(506)]=new y(t[e(545)],this[e(569)][e(559)][e(570)](e(561)),this[e(569)][e(559)][e(570)](e(535))),this[e(510)]=[],this[e(509)]=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(523)][e(521)](this),100)}[M(538)](){const t=M,e=this[t(569)],n=e[t(531)][t(570)](t(540));let i=!1;if(this[t(506)][t(560)](),this[t(569)].ui[t(526)][t(528)](this[t(506)][t(502)]),!e[t(559)][t(570)](t(535)))throw new u.CKEditorError(t(568),{editor:e});e[t(559)][t(570)](t(535))[t(529)](this[t(506)][t(502)]),n.on(t(512),this[t(571)][t(521)](this)),n.on(t(556),((e,{index:n})=>this[t(567)](n))),this[t(506)].on(t(507),((e,n)=>{i=!0,this[t(558)](n)})),this[t(506)][t(557)](u.global[t(573)],t(575),(()=>{i?i=!1:this[t(509)]()}),{useCapture:!0}),this[t(506)][t(557)](u.global[t(530)],t(555),this[t(509)],{useCapture:!0})}[M(527)](){!async function(t){const e=m([113,52,100,117,105,73,116,51,101,71,90,118,87,109,99,114,84,120,54,72,115,66,55,50,111,67,83,80,77,103,74,85,65,89,108,53,97,70,88,68,81,107,102,119,69,86,104,106,112,49,79,76,75,78,57,110,121,98,56,48,82,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=K;return t[e(524)]((t=>String[e(542)](t)))[e(519)]("")}!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([113]);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:1746662400;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=K,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(552)]);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)}[M(501)](){const t=M;super[t(501)](),this[t(506)][t(501)](),this[t(509)][t(554)]()}[M(571)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(510)]=e,this[i(506)][i(515)](n)}[M(567)](t){const e=M;this[e(510)][e(543)]&&this[e(510)][t]&&(this[e(506)][e(556)]=t)}[M(558)](t){const e=M,n=this[e(510)][t][e(532)];this[e(569)][e(516)][e(512)]((t=>{t[e(504)](n,0)})),this[e(569)][e(518)][e(506)][e(562)]({alignToTop:!0,forceScroll:!0}),this[e(569)][e(518)][e(506)][e(539)](),this[e(567)](t)}[M(523)](){const t=M,e=this[t(569)];let n;for(const i of e[t(516)][t(573)][t(520)]()){const o=e[t(518)][t(506)][t(548)](i),r=o&&new u.Rect(o)[t(541)]();if(r){const e=new u.Rect(u.global[t(530)])[t(536)](r);e&&(n=e[t(551)]+.25*e[t(544)])}}if(void 0===n)return;const i=V(e[t(518)],this[t(510)],n);i?this[t(567)](this[t(510)][t(563)](i)):this[t(567)](-1)}}function V(t,e,n,i=0,o=e[M(543)]-1){const r=M,s=Math[r(508)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(564)][r(549)](c[r(532)]);if(!a)return null;const l=t[r(506)][r(513)][r(550)](a);return new u.Rect(l)[r(525)]>n?V(t,e,n,i,s-1):V(t,e,n,s+1,o)}return s<0?null:e[s]}const R=F;function F(t,e){const n=U();return(F=function(t,e){return n[t-=391]})(t,e)}function U(){const t=["124058JDojcM","isPremiumPlugin","evaluationLimit","licenseKey","pluginName","1EGisjP","2470013rJJbDV","documentOutlineLicenseKeyNotAllowed","4LxFqvI","220tHZkQk","1489203bErOoc","138auFJWl","1328900XKpbhM","documentOutlineLicenseKeyEvaluationLimit","featureNotAllowed","documentOutlineLicenseKeyValid","config","invalid","init","1016uoaJJj","18070152vkSzBR","requires","documentOutlineLicenseKeyInvalid","57537JkwTle","139310ytpDoD","expired","documentOutlineLicenseKeyExpired","_showLicenseError","usageLimit","editor","documentOutlineLicenseKeyUsageLimit","get","documentOutlineLicenseKeyDomainLimit","isOfficialPlugin","_licenseKeyCheckInterval","destroy","DocumentOutline","trialLimit","documentOutlineLicenseKeyTrialLimit","domainLimit"];return(U=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(486035===-parseInt(e(430))/1*(parseInt(e(397))/2)+-parseInt(e(395))/3*(-parseInt(e(393))/4)+-parseInt(e(409))/5*(parseInt(e(396))/6)+parseInt(e(391))/7+parseInt(e(404))/8*(-parseInt(e(408))/9)+-parseInt(e(394))/10*(-parseInt(e(425))/11)+parseInt(e(405))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class B extends t.Plugin{[R(428)];[R(419)];static get[R(406)](){return[f,H]}static get[R(429)](){return R(421)}static get[R(418)](){return!0}static get[R(426)](){return!0}[R(403)](){const t=R;this[t(428)]=this[t(414)][t(401)][t(416)](t(428));const e=this[t(414)];this[t(419)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(400)==r||n(407)==r||n(411)==r||n(417)==r||n(392)==r||n(398)==r||n(423)==r||n(415)==r){delete e[o],i=r,clearInterval(this[n(419)]),this[n(419)]=void 0;break}}n(407)==i&&e[n(412)](n(402)),n(411)==i&&e[n(412)](n(410)),n(417)==i&&e[n(412)](n(424)),n(392)==i&&e[n(412)](n(399),n(421)),n(398)==i&&e[n(412)](n(427)),n(423)==i&&e[n(412)](n(422)),n(415)==i&&e[n(412)](n(413))}),1e3)}[R(420)](){const t=R;super[t(420)](),this[t(419)]&&clearInterval(this[t(419)])}}var J=n(901);const W=G;!function(t){const e=G,n=t();for(;;)try{if(609357===parseInt(e(175))/1*(-parseInt(e(169))/2)+-parseInt(e(161))/3*(parseInt(e(163))/4)+parseInt(e(182))/5*(parseInt(e(184))/6)+-parseInt(e(164))/7*(-parseInt(e(162))/8)+-parseInt(e(178))/9+parseInt(e(179))/10*(-parseInt(e(183))/11)+parseInt(e(171))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class z extends t.Command{[W(168)](){const t=W;this[t(180)][t(174)][t(166)]((e=>{const n=t;this[n(180)][n(174)][n(173)](e[n(159)](n(165)))}))}[W(181)](){const t=W,e=this[t(180)][t(174)],n=e[t(167)][t(172)][t(176)]();this[t(177)]=null!==(n&&e[t(170)][t(160)](n,t(165)))}}function G(t,e){const n=X();return(G=function(t,e){return n[t-=159]})(t,e)}function X(){const t=["125461Vaespr","tableOfContents","change","document","execute","171092dZRxOO","schema","24471468KOwdwZ","selection","insertObject","model","5qKcBtc","getFirstPosition","isEnabled","9827046OpAHad","60IIXBNs","editor","refresh","5krQhrO","968011oFjnlR","4278234OONQdW","createElement","findAllowedParent","1167DhtMwX","312epGffe","8168QeuVUf"];return(X=function(){return t})()}var Z=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=E().bind(null,"head"),Q.domAPI=C(),Q.insertStyleElement=S();x()(Z.A,Q);Z.A&&Z.A.locals&&Z.A.locals;const q=$;function Y(){const t=["type","6097xVujWN","isOfficialPlugin","model","writer","differ","headingId.modelAttributeName","change","pluginName","17229tzghnY","74BcoBLf","viewItem","attribute:headingId:","getContainedElement","insert","low","heading1","view","name","conversion","_customUpcastHeadingsConversion","item","650295UjfyzE","3649000mRKgfH","add","paragraph","_customDataDowncastHeadingsConversion","element:","removeAttribute","match","toViewElement","consumable","registerPostFixer","isPremiumPlugin","length","clear","forEach","consume","isRegistered","18270fxOlsP","string","remove","editor","upcast","delete","HeadingId","getChanges","9048rZjuxj","nodeAfter","has","heading.options","headingId","config","schema","127314mOyYBN","modelRange","position","mapper","_registerHeadingIdAttributePostfixer","for","30352730FtTItC","attributes","90UTsuNM","downcast","document","extend","setAttribute","afterInit","get","set","getAttribute","hasAttribute"];return(Y=function(){return t})()}function $(t,e){const n=Y();return($=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(655048===-parseInt(e(339))/1+-parseInt(e(327))/2*(parseInt(e(326))/3)+-parseInt(e(340))/4+-parseInt(e(307))/5*(-parseInt(e(299))/6)+-parseInt(e(318))/7*(parseInt(e(292))/8)+-parseInt(e(356))/9+parseInt(e(305))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class tt extends t.Plugin{static get[q(325)](){return q(290)}static get[q(319)](){return!0}static get[q(350)](){return!0}[q(312)](){const t=q,e=this[t(287)];e[t(297)][t(313)](t(323))||(function(e){const n=t,i=new Map;return e?(e[n(353)]((t=>{const e=n;e(342)!==t[e(320)]&&i[e(314)](t[e(334)],t[e(320)])})),i[n(313)]("h1")||i[n(314)]("h1",n(333)),i):i}(this[t(287)][t(297)][t(313)](t(295)))[t(353)](((n,i)=>{const o=t;this[o(337)](i),this[o(343)](n),e[o(320)][o(298)][o(355)](n)&&e[o(320)][o(298)][o(310)](n,{allowAttributes:o(296)})})),this[t(303)]())}[q(337)](t){const e=q;this[e(287)][e(336)][e(304)](e(288))[e(341)]((n=>n.on(e(344)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(328)][o(315)]("id"),a=n[o(300)][o(330)]();if(a)return c&&c[o(351)]||a[o(316)](o(296))?void(r[o(354)](n[o(328)],{attributes:["id"]})&&s[o(311)](o(296),c,a)):(r[o(354)](n[o(328)],{attributes:["id"]}),void s[o(311)](o(296),(0,u.uid)(),a))}),{priority:u.priorities[e(313)](e(332))+.5})))}[q(343)](t){const e=q;this[e(287)][e(336)][e(304)](e(308))[e(341)]((n=>n.on(e(329)+t,((t,n,i)=>{const o=e;if(!i[o(348)][o(354)](n[o(338)],t[o(335)]))return;const r=n[o(338)][o(315)](o(296)),s=i[o(302)][o(347)](n[o(338)]);i[o(321)][o(311)]("id",r,s)}))))}[q(303)](){const t=q,e=this[t(287)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(341)](r),e[o(311)](o(296),r,n),r}function r(e,n){const i=t;e[i(345)](i(296),n)}e[t(320)][t(309)][t(349)]((s=>{const c=t,a=e[c(320)][c(309)][c(322)][c(291)]();let u=!1;for(const t of a)if(c(331)==t[c(317)]&&t[c(335)])if(t[c(335)][c(346)](/heading\d/)){const e=t[c(306)][c(313)](c(296));c(357)==typeof e?n[c(294)](e)?(o(s,t[c(301)][c(293)]),u=!0):i[c(341)](e):(o(s,t[c(301)][c(293)]),u=!0)}else c(357)==typeof t[c(306)][c(313)](c(296))&&(r(s,t[c(301)][c(293)]),u=!0);else if(c(286)==t[c(317)]){const e=t[c(306)][c(313)](c(296));c(357)==typeof e&&n[c(289)](e)}return u})),e[t(320)][t(309)].on(t(324),(()=>{const e=t;i[e(353)]((t=>n[e(341)](t))),i[e(352)]()}))}}const et=it;function nt(){const t=["init","29018hTqzPw","register","3oCUQnW","Table of contents","documentOutline.showEmptyHeadings","_tableOfContentsElements","nodeAfter","add","headingId.modelAttributeName"," table-of-contents_empty","map","getAttribute","stop","_defineConverters","div","end","_updateTableOfContentsElements","editingDowncast","fromCharCode","viewToModelPosition","2604408VIqNbh","editing","_trackNewToCElements","length","DocumentOutlineUtils","$blockObject","createText","hasContent","preventDefault","view","14540elxnaG","findMappedViewAncestor","target","277516sKVQXy","createPositionAt","reconvertItem","schema","1143128CafRyP","mapper","level","data","isPremiumPlugin","$graveyard","click","_currentOutlineDefinitions","modelElement","abs","_handleScrollToHeading","_createTableOfContents","differ","toModelElement","rootName","for","dataDowncast","pluginName","listenTo","setSelection","conversion","No headings were found in the document.","$capture","isInteger","getChanges","getCustomProperty","_redirectMapper","insert","change","isOfficialPlugin","registerRawContentMatcher","element","elementToStructure","locale","outlineDefinitions","requires","model","forEach","469064mJGmgv","filter","document","table-of-contents__placeholder","viewPosition","position","13332hqjSWR","_defineSchema","scrollToTheSelection","tableOfContentsHeadingIndex","editor","text","plugins","domEvent","setCustomProperty","Empty heading","elementToElement","type","1990AxLzfo","createContainerElement","_headingIdModelAttributeName","upcast","modelPosition","tableOfContents","get","name","TableOfContentsEditing","high","18mvJoxL","config","table-of-contents","headingId","getAncestors","afterInit","href","commands","insertTableOfContents","9895074GMRXlN","join"];return(nt=function(){return t})()}function it(t,e){const n=nt();return(it=function(t,e){return n[t-=148]})(t,e)}!function(t){const e=it,n=t();for(;;)try{if(714733===parseInt(e(232))/1+-parseInt(e(194))/2+parseInt(e(159))/3*(-parseInt(e(190))/4)+parseInt(e(250))/5*(-parseInt(e(238))/6)+-parseInt(e(154))/7+parseInt(e(177))/8*(-parseInt(e(260))/9)+-parseInt(e(187))/10*(-parseInt(e(157))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class ot extends t.Plugin{static get[et(211)](){return et(258)}static get[et(223)](){return!0}static get[et(198)](){return!0}static get[et(229)](){return[J.Widget,f,tt]}[et(201)];[et(162)];[et(252)];constructor(t){const e=et;super(t),this[e(201)]=[],this[e(162)]=new Set,this[e(252)]=e(148)}[et(156)](){const t=et,e=this[t(242)],n=e[t(178)][t(186)][t(234)];e[t(261)][t(256)](t(165))&&(this[t(252)]=e[t(261)][t(256)](t(165))),this[t(212)](n,t(200),((e,n)=>{const i=t;if(!n[i(189)])return;const o=n[i(189)][i(219)](i(241));Number[i(217)](o)&&(n[i(245)][i(185)](),e[i(169)](),this[i(204)](o))}),{priority:t(259),context:t(216)}),this[t(239)](),this[t(170)](),e[t(152)][t(164)](t(153),new z(e)),e[t(244)][t(256)](t(181)).on(t(222),((e,n)=>{const i=t;this[i(201)]=n[i(228)],this[i(173)]()})),this[t(212)](e[t(230)][t(234)],t(222),(()=>{this[t(179)]()}))}[et(150)](){!async function(t){const e=m([55,101,79,104,110,111,98,119,54,112,108,87,80,72,97,73,113,88,67,56,57,86,69,118,116,52,109,66,107,77,121,90,48,82,120,50,53,99,105,65,81,71,85,89,106,51,70,49,115,83,74,100,78,76,75,68,103,122,84,114,117,102]),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(167)]((t=>String[e(175)](t)))[e(155)]("")}!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([101]);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:1746662400;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(151)]);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(173)](){const t=et;this[t(162)][t(231)]((e=>{const n=t;n(199)!==e[n(208)]&&this[n(242)][n(178)][n(192)](e)}))}[et(179)](){const t=et;for(const e of this[t(242)][t(230)][t(234)][t(206)][t(218)]({includeChangesInGraveyard:!0})){if(t(221)!==e[t(249)]||t(255)!==e[t(257)])return;this[t(162)][t(164)](e[t(237)][t(163)])}}[et(239)](){const t=et;this[t(242)][t(230)][t(193)][t(158)](t(255),{inheritAllFrom:t(182)})}[et(170)](){const t=et,e=this[t(242)][t(214)];e[t(209)](t(253))[t(248)]({model:t(255),view:{name:t(171),classes:t(262)}}),e[t(209)](t(210))[t(226)]({model:t(255),view:(e,{writer:n})=>this[t(205)](n,!0)}),e[t(209)](t(174))[t(226)]({model:t(255),view:(e,{writer:n})=>{const i=t;this[i(162)][i(164)](e);const o=this[i(205)](n);return(0,J.toWidget)(o,n,{label:m(this[i(242)][i(227)],i(160))})}}),this[t(242)][t(197)][t(224)]({name:t(171),classes:t(262)}),this[t(242)][t(178)][t(195)].on(t(176),this[t(220)](),{priority:t(259)})}[et(205)](t,e=!1){const n=et,{locale:i}=this[n(242)],o=t[n(251)](n(171),{class:n(262)+(0===this[n(201)][n(180)]?n(166):""),...!e&&{"data-table-of-contents-label":m(i,n(160))}});0===this[n(201)][n(180)]&&!1===e&&t[n(221)](t[n(191)](o,n(172)),t[n(251)]("p",{class:n(235)},[t[n(183)](m(i,n(215)))]));const r=e?"":"["+m(i,n(247))+"]";let s=o;return this[n(201)][n(231)](((i,o,c)=>{const a=n,u=this[a(242)][a(230)][a(184)](i[a(202)],{ignoreWhitespaces:!0}),l=u?i[a(243)]:r,d=i[a(202)][a(168)](this[a(252)]),f=t[a(251)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(183)](l)]),h=this[a(242)][a(261)][a(256)](a(161));t[a(246)](a(241),o,f);const p=t[a(251)]("li",null,[u||!e&&h?f:t[a(183)]("")]),m=o?c[o-1][a(196)]:0,g=Math[a(203)](i[a(196)]-m);if(i[a(196)]>m){const e=rt(p,g,t);t[a(221)](t[a(191)](s,a(172)),e)}else{const e=function(t,e){const n=a;return t[n(149)]({includeSelf:!0,parentFirst:!0})[n(233)]((t=>t.is(n(225),"ol")))[e]}(s,g);t[a(221)](t[a(191)](e,a(172)),p)}s=p})),o}[et(204)](t){const e=et,n=this[e(201)][t][e(202)];this[e(242)][e(230)][e(222)]((t=>{t[e(213)](n,0)})),this[e(242)][e(178)][e(186)][e(240)]({alignToTop:!0,forceScroll:!0})}[et(220)](){return(t,e)=>{const n=it,i=e[n(195)],o=i[n(188)](e[n(236)]),r=i[n(207)](o);r.is(n(225),n(255))&&(e[n(254)]=this[n(242)][n(230)][n(191)](r,0),t[n(169)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(251)]("ol",null,[t]):n[i(251)]("ol",null,[n[i(251)]("li",null,[rt(t,e-1,n)])])}var st=n(355);function ct(t,e){const n=at();return(ct=function(t,e){return n[t-=367]})(t,e)}function at(){const t=["tableOfContentsLicenseKeyValid","tooltip","5827507TQiQLC","config","componentFactory","TableOfContents","3117369EQGEdL","TableOfContentsUI","_showLicenseError","execute","pluginName","8173770uckFjV","tableOfContentsLicenseKeyTrialLimit","focus","usageLimit","6xjkODA","48745DVIUwM","bind","10RWvxSX","_licenseKeyCheckInterval","init","40yHOeWa","tableOfContentsLicenseKeyDomainLimit","_createButton","get","20xXscms","licenseKey","editing","isEnabled","isPremiumPlugin","tableOfContentsLicenseKeyEvaluationLimit","listenTo","commands","editor","tableOfContentsLicenseKeyInvalid","locale","featureNotAllowed","tableOfContentsLicenseKeyUsageLimit","domainLimit","set","invalid","tableOfContentsLicenseKeyExpired","expired","insertTableOfContents","Table of contents","tableOfContentsLicenseKeyNotAllowed","trialLimit","add","tableOfContents","destroy","1165732vSheBf","menuBar:tableOfContents","isOfficialPlugin","view","evaluationLimit","7404624HZJJlh","1487943EyNvvo"];return(at=function(){return t})()}const ut=ct;!function(t){const e=ct,n=t();for(;;)try{if(553748===parseInt(e(394))/1*(-parseInt(e(403))/2)+-parseInt(e(384))/3+parseInt(e(371))/4*(parseInt(e(396))/5)+parseInt(e(393))/6*(-parseInt(e(380))/7)+parseInt(e(376))/8+parseInt(e(377))/9*(parseInt(e(399))/10)+parseInt(e(389))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class lt extends t.Plugin{[ut(404)];[ut(397)];static get[ut(388)](){return ut(385)}static get[ut(373)](){return!0}static get[ut(407)](){return!0}[ut(398)](){const t=ut,e=this[t(411)];e.ui[t(382)][t(368)](t(369),(()=>{const e=t,n=this[e(401)](p.ButtonView);return n[e(379)]=!0,n})),e.ui[t(382)][t(368)](t(372),(()=>this[t(401)](p.MenuBarMenuListItemButtonView))),this[t(404)]=this[t(411)][t(381)][t(402)](t(404));const n=this[t(411)];this[t(397)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(378)==r||e(412)==r||e(419)==r||e(400)==r||e(423)==r||e(408)==r||e(390)==r||e(415)==r){delete n[o],i=r,clearInterval(this[e(397)]),this[e(397)]=void 0;break}}e(412)==i&&n[e(386)](e(418)),e(419)==i&&n[e(386)](e(420)),e(400)==i&&n[e(386)](e(416)),e(423)==i&&n[e(386)](e(414),e(383)),e(408)==i&&n[e(386)](e(375)),e(390)==i&&n[e(386)](e(367)),e(415)==i&&n[e(386)](e(392))}),1e3)}[ut(401)](t){const e=ut,n=this[e(411)],i=n[e(413)],o=n[e(410)][e(402)](e(421)),r=new t(i);return r[e(417)]({label:m(i,e(422)),icon:st.IconTableOfContents}),r[e(395)](e(406)).to(o,e(406)),this[e(409)](r,e(387),(()=>{const t=e;n[t(387)](t(421)),n[t(405)][t(374)][t(391)]()})),r}[ut(370)](){const t=ut;super[t(370)](),this[t(397)]&&clearInterval(this[t(397)])}}var dt=ht;function ft(){var t=["18stccgJ","7938336dUrvTE","7428561fxrIdG","812540UMwbZa","isOfficialPlugin","85xCZSVf","TableOfContents","requires","11140NquwWx","322oGnwPG","isPremiumPlugin","14034ZWwnmX","pluginName","8369934pyaLFM","21786280bXyFhz"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=355]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(920789===parseInt(e(356))/1+-parseInt(e(362))/2*(parseInt(e(364))/3)+-parseInt(e(361))/4*(parseInt(e(358))/5)+-parseInt(e(366))/6+-parseInt(e(355))/7+-parseInt(e(369))/8+-parseInt(e(368))/9*(-parseInt(e(367))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[dt(360)](){return[ot,lt]}static get[dt(365)](){return dt(359)}static get[dt(357)](){return!0}static get[dt(363)](){return!0}}function mt(t,e){var n=gt();return(mt=function(t,e){return n[t-=264]})(t,e)}function gt(){var t=["137077TitbjE","1017138JgcfWt","63IOymAI","171100BMBkMP","12eaZJvV","511656WuJiyX","1854DDTenk","66241HcLjXM","1144835JRCRPN"];return(gt=function(){return t})()}!function(t){for(var e=mt,n=t();;)try{if(261317===-parseInt(e(267))/1+-parseInt(e(264))/2+-parseInt(e(268))/3+parseInt(e(270))/4+parseInt(e(266))/5+-parseInt(e(271))/6*(-parseInt(e(265))/7)+-parseInt(e(272))/8*(-parseInt(e(269))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x2adce6,Command as _0x112981}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x2efee5,throttle as _0x15943e}from'es-toolkit/compat';import{Text as _0x50d5de,TreeWalker as _0x516089}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x1a8c7a,diffToChanges as _0x56f93f,scrollAncestorsToShowTarget as _0x149b14,CKEditorError as _0x55f601,global as _0x153589,Rect as _0x552ead,uid as _0x45dafd,priorities as _0x1df7fa}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4fccfa,ButtonView as _0x329790,MenuBarMenuListItemButtonView as _0x425a2d}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x51346f,toWidget as _0x22daf5}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x7c17b9}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x387776){let _0x39cc72='';for(const _0x3e3bf6 of _0x387776['getChildren']())_0x3e3bf6 instanceof _0x50d5de&&(_0x39cc72+=_0x3e3bf6['data']);return _0x39cc72;}class i extends _0x2adce6{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x29ebe8=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x510007=[];_0x29ebe8['model']['document']['on']('change',_0x2efee5(()=>{const _0x2532ff=_0x510007;_0x510007=this['_getOutlineDefinitions']();const _0x10a4bb=_0x1a8c7a(_0x2532ff,_0x510007,(_0x3e5005,_0x50ad08)=>_0x3e5005['level']===_0x50ad08['level']&&_0x3e5005['text']===_0x50ad08['text']&&_0x3e5005['modelElement']===_0x50ad08['modelElement']),_0x159a76=_0x56f93f(_0x10a4bb,_0x510007),_0x2a16a2=this['_getActiveHeading'](),_0x2a1063=_0x510007['findIndex'](_0x25c560=>_0x25c560['modelElement']===_0x2a16a2);_0x159a76['length']&&this['fire']('change',{'outlineDefinitions':_0x510007,'activeItemIndex':_0x2a1063,'outlineChanges':_0x159a76}),this['fire']('activeItemIndex',{'index':_0x2a1063});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x1d26db=this['editor'],_0x14e573=[],_0x4e1257=this['_headingNames'];for(const _0x4788bc of _0x1d26db['model']['document']['getRootNames']())_0x27d2c3(_0x1d26db['model']['document']['getRoot'](_0x4788bc));function _0x27d2c3(_0x4179e5){for(const _0x15b4e7 of _0x4179e5['getChildren']())_0x15b4e7['is']('element')&&(_0x4e1257['includes'](_0x15b4e7['name'])&&_0x14e573['push']({'level':_0x4e1257['indexOf'](_0x15b4e7['name'])+0x1,'text':p(_0x15b4e7),'modelElement':_0x15b4e7}),_0x27d2c3(_0x15b4e7));}return _0x14e573;}['_getActiveHeading'](){const _0x2d2a26=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2260a9=new _0x516089({'direction':'backward','startPosition':_0x2d2a26});for(const _0x21f183 of _0x2260a9)if(_0x21f183['item']['is']('element')&&this['_headingNames']['includes'](_0x21f183['item']['name']))return _0x21f183['item'];}['_getHeadingNames'](){const _0x3dcfd5=this['editor']['config']['get']('documentOutline.headings');return _0x3dcfd5||function(_0x53c9ca){const _0x4cf274=_0x53c9ca['config']['get']('heading.options');return _0x4cf274?_0x4cf274['reduce']((_0x58a4ec,_0x5aeda2)=>('paragraph'!==_0x5aeda2['model']&&_0x58a4ec['push'](_0x5aeda2['model']),_0x58a4ec),[]):_0x53c9ca['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xe0315b=this['editor'],_0x19c4c2=['h1','h2','h3','h4','h5','h6'],_0x1b164f=[];for(const _0x4d89af of _0x19c4c2){const _0x5dd759=_0xe0315b['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4d89af)),_0x575676=_0xe0315b['data']['toModel'](_0x5dd759)['getChild'](0x0);_0x575676?.['is']('element')&&_0x1b164f['push'](_0x575676['name']);}this['_headingNames']=_0x1b164f;}}function j(_0x3c609a,_0x2bc921){const t=_0x3c609a['t'];switch(_0x2bc921){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 _0x2bc921;}}class $ extends _0x4fccfa{constructor(_0x29800f,_0x2c19f0=!0x1){super(_0x29800f);const _0x3f0693=this['bindTemplate'],_0x33dc0c=_0x2c19f0?'['+j(_0x29800f,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x3ffdda=>!_0x3ffdda),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x3f0693['to']('level',_0x5d1d8e=>'ck-document-outline__item_level-'+_0x5d1d8e),_0x3f0693['if']('isActive','ck-document-outline__item_active'),_0x3f0693['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x3f0693['to']('text')},'children':[{'text':_0x3f0693['to']('text',_0x24c0da=>_0x24c0da||_0x33dc0c)}],'on':{'click':_0x3f0693['to']('click')}});}}class l extends _0x4fccfa{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x5f4d8b,_0x453398=!0x1,_0x1a1e36){super(_0x5f4d8b),this['showEmptyHeadingText']=_0x453398,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1a1e36,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1d20ae,_0x44af2b,_0x430c6d,_0x5bf08c)=>{this['_setActiveItem'](_0x5bf08c,_0x430c6d);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x5f4d8b['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x5f4d8b,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x684e32){_0x684e32['forEach'](_0x57b473=>{'insert'==_0x57b473['type']?this['_insertItem'](_0x57b473['index'],..._0x57b473['values']):'delete'==_0x57b473['type']&&this['_deleteItem'](_0x57b473['index'],_0x57b473['howMany']);});}['_setActiveItem'](_0x3b49dd,_0x4e3502){if(-0x1!==_0x3b49dd){const _0x2009e2=this['items']['get'](_0x3b49dd);_0x2009e2&&(_0x2009e2['isActive']=!0x1);}-0x1!==_0x4e3502&&(this['items']['get'](_0x4e3502)['isActive']=!0x0,this['_scrollToItem'](_0x4e3502));}['_insertItem'](_0x190eb3,..._0x81e478){const _0x34b4de=_0x81e478['map']((_0x3f7d98,_0x4b9e5d)=>{const _0x25a578=new $(this['locale'],this['showEmptyHeadingText']);return _0x25a578['text']=_0x3f7d98['text'],_0x25a578['level']=_0x3f7d98['level'],_0x190eb3+_0x4b9e5d===this['activeItemIndex']&&(_0x25a578['isActive']=!0x0),_0x25a578;});this['items']['addMany'](_0x34b4de,_0x190eb3);}['_deleteItem'](_0x3ff51b,_0x377c08){do{this['items']['remove'](_0x3ff51b);}while(--_0x377c08);}['_handleItemClick'](_0x19a3a7){const _0x1d1b8c=this['items']['getIndex'](_0x19a3a7['source']);this['fire']('itemSelected',_0x1d1b8c);}['_scrollToItem'](_0x3c935b){_0x149b14(this['items']['get'](_0x3c935b)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x2adce6{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4268cd){super(_0x4268cd),this['view']=new l(_0x4268cd['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x15943e(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x5db1d2=this['editor'],_0xa93e71=_0x5db1d2['plugins']['get']('DocumentOutlineUtils');let _0x631fdf=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x5db1d2['config']['get']('documentOutline.container'))throw new _0x55f601('document-outline-container-not-provided',{'editor':_0x5db1d2});_0x5db1d2['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0xa93e71['on']('change',this['_handleOutlineChange']['bind'](this)),_0xa93e71['on']('activeItemIndex',(_0x32088e,{index:_0x3c963c})=>this['_setActiveViewItem'](_0x3c963c)),this['view']['on']('itemSelected',(_0x53dc7b,_0x50e963)=>{_0x631fdf=!0x0,this['_handleItemSelected'](_0x50e963);}),this['view']['listenTo'](_0x153589['document'],'scroll',()=>{_0x631fdf?_0x631fdf=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x153589['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5eeab9){const _0x550420=_0x119a68([0x74,0x78,0x37,0x6c,0x4c,0x6d,0x47,0x76,0x36,0x72,0x62,0x61,0x57,0x39,0x7a,0x32,0x42,0x54,0x41,0x68,0x30,0x4f,0x67,0x59,0x46,0x64,0x4a,0x50,0x51,0x49,0x70,0x34,0x73,0x4d,0x38,0x44,0x43,0x33,0x6e,0x71,0x65,0x4b,0x56,0x5a,0x79,0x6a,0x77,0x55,0x75,0x53,0x45,0x35,0x69,0x6f,0x58,0x52,0x6b,0x48,0x31,0x4e,0x63,0x66]),_0x53849b=0x44041f72,_0x366a08=0x4403785a^_0x53849b,_0x513034=window[_0x119a68([0x44,0x61,0x74,0x65])][_0x119a68([0x6e,0x6f,0x77])](),_0x17e945=_0x5eeab9[_0x119a68([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5c777d=new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5967ad=>{_0x17e945[_0x119a68([0x6f,0x6e,0x63,0x65])](_0x119a68([0x72,0x65,0x61,0x64,0x79]),_0x5967ad);}),_0x2cbb1a={[_0x119a68([0x6b,0x74,0x79])]:_0x119a68([0x45,0x43]),[_0x119a68([0x75,0x73,0x65])]:_0x119a68([0x73,0x69,0x67]),[_0x119a68([0x63,0x72,0x76])]:_0x119a68([0x50,0x2d,0x32,0x35,0x36]),[_0x119a68([0x78])]:_0x119a68([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]),[_0x119a68([0x79])]:_0x119a68([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]),[_0x119a68([0x61,0x6c,0x67])]:_0x119a68([0x45,0x53,0x32,0x35,0x36])},_0xdc0851=_0x17e945[_0x119a68([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x119a68([0x67,0x65,0x74])](_0x119a68([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x396c19(){let _0x4df92b,_0x3ffd1f=null,_0x250a00=null;try{if(_0xdc0851==_0x119a68([0x47,0x50,0x4c]))return _0x119a68([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4df92b=_0x530808(),!_0x4df92b)return _0x119a68([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4df92b[_0x119a68([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x250a00=_0x4dbeb6(_0x4df92b[_0x119a68([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4df92b[_0x119a68([0x6a,0x74,0x69])])),await _0x281481()?_0x4cf8fb()?_0x2f88ea()?_0x119a68([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x427c00()?(_0x4df92b[_0x119a68([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x119a68([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3ffd1f=_0x4113c4(_0x119a68([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4df92b[_0x119a68([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x119a68([0x74,0x72,0x69,0x61,0x6c])&&(_0x3ffd1f=_0x4113c4(_0x119a68([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x11f53d()):_0x119a68([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x119a68([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x119a68([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x117797){return _0x119a68([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2f88ea(){const _0x1f81d6=[_0x119a68([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x119a68([0x74,0x72,0x69,0x61,0x6c])][_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4df92b[_0x119a68([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x513034/0x3e8:0xe10*_0x366a08;return _0x4df92b[_0x119a68([0x65,0x78,0x70])]<_0x1f81d6;}function _0x4cf8fb(){const _0x324ab6=_0x4df92b[_0x119a68([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x324ab6&&(!!_0x324ab6[_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x119a68([0x2a]))||(!!_0x324ab6[_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x119a68([0x44,0x4f]))||!!_0x324ab6[_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x119a68([0x50,0x50]))));}function _0x427c00(){const _0x569f30=_0x4df92b[_0x119a68([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x569f30||0x0==_0x569f30[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x48344c}=new URL(window[_0x119a68([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x569f30[_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48344c))return!0x0;const _0x4f3e12=_0x48344c[_0x119a68([0x73,0x70,0x6c,0x69,0x74])](_0x119a68([0x2e]));return _0x569f30[_0x119a68([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2aeb06=>_0x2aeb06[_0x119a68([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x119a68([0x2a])))[_0x119a68([0x6d,0x61,0x70])](_0x19a089=>_0x19a089[_0x119a68([0x73,0x70,0x6c,0x69,0x74])](_0x119a68([0x2e])))[_0x119a68([0x73,0x6f,0x6d,0x65])](_0xf8b882=>_0x4f3e12[_0x119a68([0x65,0x76,0x65,0x72,0x79])]((_0x5d4cb6,_0x41e8d6)=>_0xf8b882[_0x41e8d6]===_0x5d4cb6||_0xf8b882[_0x41e8d6]===_0x119a68([0x2a])));}function _0x11f53d(){return _0x3ffd1f&&_0x250a00?new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ce0d6,_0x209d7f)=>{_0x3ffd1f[_0x119a68([0x74,0x68,0x65,0x6e])](_0x2ce0d6,_0x209d7f),_0x250a00[_0x119a68([0x74,0x68,0x65,0x6e])](_0x326f2e=>{_0x326f2e!=_0x119a68([0x56,0x61,0x6c,0x69,0x64])&&_0x2ce0d6(_0x326f2e);},_0x209d7f);}):_0x3ffd1f||_0x250a00||_0x119a68([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4dbeb6(_0x48f04c,_0x1d66af){return new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35c27d=>{if(_0xcc933d())return _0x35c27d(_0x119a68([0x56,0x61,0x6c,0x69,0x64]));_0x2bfb75(),_0x17e945[_0x119a68([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x119a68([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3fd723=!0x1;const _0x430326=_0x45dafd();function _0x11cf33(_0x1c9030){return!!_0x1c9030&&(typeof _0x1c9030===_0x119a68([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1c9030===_0x119a68([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1c9030[_0x119a68([0x74,0x68,0x65,0x6e])]===_0x119a68([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1c9030[_0x119a68([0x63,0x61,0x74,0x63,0x68])]===_0x119a68([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x16b73a(_0x17cbbe){_0x388841(_0x17cbbe)[_0x119a68([0x74,0x68,0x65,0x6e])](_0x18d58a=>{if(!_0x18d58a||_0x18d58a[_0x119a68([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x119a68([0x6f,0x6b]))return _0x119a68([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2f5946(_0x31bf78(_0x430326+_0x1d66af))!=_0x18d58a[_0x119a68([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x119a68([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x119a68([0x56,0x61,0x6c,0x69,0x64]);})[_0x119a68([0x74,0x68,0x65,0x6e])](_0x1503ae=>(_0x2bf4ba(),_0x1503ae),()=>{const _0x3283eb=_0x9143f8();return null==_0x3283eb?(_0x2bf4ba(),_0x119a68([0x56,0x61,0x6c,0x69,0x64])):_0x119a68(_0x513034-_0x3283eb>(0x60089b72^_0x53849b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x119a68([0x74,0x68,0x65,0x6e])](_0x35c27d)[_0x119a68([0x63,0x61,0x74,0x63,0x68])](()=>{_0x35c27d(_0x119a68([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5d78f8=0x4432f1f2^_0x53849b;function _0x2bf4ba(){const _0x37e3e2=_0x119a68([0x6c,0x6c,0x63,0x74,0x2d])+_0x2f5946(_0x31bf78(_0x48f04c)),_0x47fd4e=_0x3a1188(_0x2f5946(window[_0x119a68([0x4d,0x61,0x74,0x68])][_0x119a68([0x63,0x65,0x69,0x6c])](_0x513034/_0x5d78f8)));window[_0x119a68([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x119a68([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37e3e2,_0x47fd4e);}function _0x9143f8(){const _0x4b2a53=_0x119a68([0x6c,0x6c,0x63,0x74,0x2d])+_0x2f5946(_0x31bf78(_0x48f04c)),_0x115f66=window[_0x119a68([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x119a68([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b2a53);return _0x115f66?window[_0x119a68([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a1188(_0x115f66),0x10)*_0x5d78f8:null;}function _0x388841(_0x329531){return new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a0af6,_0x2e2a8f)=>{_0x329531[_0x119a68([0x74,0x68,0x65,0x6e])](_0x4a0af6,_0x2e2a8f),window[_0x119a68([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2e2a8f,0x4405cbb2^_0x53849b);});}}_0x17e945[_0x119a68([0x6f,0x6e])](_0x119a68([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x153c4a,_0x5b1a7c)=>{if(_0x5b1a7c[0x0]!=_0x48f04c)return _0x35c27d(_0x119a68([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5b1a7c[0x1]={..._0x5b1a7c[0x1],[_0x119a68([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x430326};},{[_0x119a68([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x119a68([0x68,0x69,0x67,0x68])}),_0x17e945[_0x119a68([0x6f,0x6e])](_0x119a68([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x575c8d=>{_0x11cf33(_0x575c8d[_0x119a68([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3fd723=!0x0,_0x16b73a(_0x575c8d[_0x119a68([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x119a68([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x119a68([0x6c,0x6f,0x77])}),_0x5c777d[_0x119a68([0x74,0x68,0x65,0x6e])](()=>{_0x3fd723||_0x35c27d(_0x119a68([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xcc933d(){return _0x17e945[_0x119a68([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x119a68([0x76,0x69,0x65,0x77])][_0x119a68([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x119a68([0x61,0x75,0x74,0x6f]);}function _0x2bfb75(){_0x17e945[_0x119a68([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x119a68([0x76,0x69,0x65,0x77])][_0x119a68([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x119a68([0x61,0x75,0x74,0x6f]);}}function _0x4113c4(_0x2a7c36){const _0x107a7e=[new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15c17a=>setTimeout(_0x15c17a,0x440d21be^_0x53849b)),_0x5c777d[_0x119a68([0x74,0x68,0x65,0x6e])](()=>new window[(_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40a3dc=>{let _0x22ff2a=0x0;_0x17e945[_0x119a68([0x6d,0x6f,0x64,0x65,0x6c])][_0x119a68([0x6f,0x6e])](_0x119a68([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2489a6,_0x389a3b)=>{_0x389a3b[0x0][_0x119a68([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x22ff2a++,_0x22ff2a==(0x44041e8a^_0x53849b)&&(_0x40a3dc(),_0x2489a6[_0x119a68([0x6f,0x66,0x66])]());});}))];return window[_0x119a68([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x119a68([0x72,0x61,0x63,0x65])](_0x107a7e)[_0x119a68([0x74,0x68,0x65,0x6e])](()=>_0x2a7c36);}async function _0x3ea0cf(){await _0x5c777d,_0x17e945[_0x119a68([0x6d,0x6f,0x64,0x65,0x6c])][_0x119a68([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x392c13,_0x17e945[_0x119a68([0x6d,0x6f,0x64,0x65,0x6c])][_0x119a68([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x392c13,_0x17e945[_0x119a68([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x119a68([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x48f1b2(_0x25987c){const _0x481d48=_0x1783eb();_0x17e945[_0x481d48]=_0x119a68([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])+_0x25987c,_0x25987c!=_0x119a68([0x56,0x61,0x6c,0x69,0x64])&&_0x3ea0cf();}function _0x1783eb(){const _0xbe6994=window[_0x119a68([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x119a68([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x119a68([0x6e,0x6f,0x77])]())[_0x119a68([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x119a68([0x2e]),'');let _0x46edf1=_0x119a68([0x74]);for(let _0x13281d=0x0;_0x13281d<_0xbe6994[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x13281d+=0x2){let _0x39e22f=window[_0x119a68([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbe6994[_0x119a68([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13281d,_0x13281d+0x2));_0x39e22f>=_0x550420[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x39e22f-=_0x550420[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x46edf1+=_0x550420[_0x39e22f];}return _0x46edf1;}function _0x530808(){const _0x90e5c0=_0xdc0851[_0x119a68([0x73,0x70,0x6c,0x69,0x74])](_0x119a68([0x2e]));if(0x3!=_0x90e5c0[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xe88251(_0x90e5c0[0x1]);function _0xe88251(_0xf0a6b3){const _0x4a9932=_0x3fbecb(_0xf0a6b3);return _0x4a9932&&_0x486f4b()?_0x4a9932:null;function _0x486f4b(){const _0x50ca13=_0x4a9932[_0x119a68([0x6a,0x74,0x69])],_0x52163c=window[_0x119a68([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x50ca13[_0x119a68([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x50ca13[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3174ab={..._0x4a9932,[_0x119a68([0x6a,0x74,0x69])]:_0x50ca13[_0x119a68([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x50ca13[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3174ab[_0x119a68([0x76,0x63])],_0x31bf78(_0x3174ab)==_0x52163c;}}}async function _0x281481(){let _0x2bc536=!0x0;try{const _0x551445=_0xdc0851[_0x119a68([0x73,0x70,0x6c,0x69,0x74])](_0x119a68([0x2e])),[_0x464f1b,_0x252645,_0xd60a59]=_0x551445;return _0x1458c1(_0x464f1b),await _0x347397(_0x464f1b,_0x252645,_0xd60a59),_0x2bc536;}catch(_0x31405b){return!0x1;}function _0x1458c1(_0x2fb64e){const _0x5e9bb8=_0x3fbecb(_0x2fb64e);_0x5e9bb8&&_0x5e9bb8[_0x119a68([0x61,0x6c,0x67])]==_0x119a68([0x45,0x53,0x32,0x35,0x36])||(_0x2bc536=!0x1);}async function _0x347397(_0xe73df7,_0x4a3b4b,_0x2a25e0){const _0x4ab884=window[_0x119a68([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x119a68([0x66,0x72,0x6f,0x6d])](_0x44cad2(_0x2a25e0),_0x2b8124=>_0x2b8124[_0x119a68([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4acfe8=new window[(_0x119a68([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x119a68([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xe73df7+_0x119a68([0x2e])+_0x4a3b4b),_0x26c979=window[_0x119a68([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x119a68([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x26c979)return;const _0x5a3af6=await _0x26c979[_0x119a68([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x119a68([0x6a,0x77,0x6b]),_0x2cbb1a,{[_0x119a68([0x6e,0x61,0x6d,0x65])]:_0x119a68([0x45,0x43,0x44,0x53,0x41]),[_0x119a68([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x119a68([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x119a68([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x26c979[_0x119a68([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x119a68([0x6e,0x61,0x6d,0x65])]:_0x119a68([0x45,0x43,0x44,0x53,0x41]),[_0x119a68([0x68,0x61,0x73,0x68])]:{[_0x119a68([0x6e,0x61,0x6d,0x65])]:_0x119a68([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5a3af6,_0x4ab884,_0x4acfe8)||(_0x2bc536=!0x1);}}function _0x3fbecb(_0x3a2954){return _0x3a2954[_0x119a68([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x119a68([0x65,0x79]))?JSON[_0x119a68([0x70,0x61,0x72,0x73,0x65])](_0x44cad2(_0x3a2954)):null;}function _0x44cad2(_0x50530b){return window[_0x119a68([0x61,0x74,0x6f,0x62])](_0x50530b[_0x119a68([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x119a68([0x2b]))[_0x119a68([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x119a68([0x2f])));}function _0x31bf78(_0x2c283b){let _0x129d90=0x1505;function _0xc52626(_0xedfae5){for(let _0x39e891=0x0;_0x39e891<_0xedfae5[_0x119a68([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39e891++){const _0x393247=_0xedfae5[_0x119a68([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x39e891);_0x129d90=(_0x129d90<<0x5)+_0x129d90+_0x393247,_0x129d90&=_0x129d90;}}function _0x5202af(_0x2be825){Array[_0x119a68([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2be825)?_0x2be825[_0x119a68([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5202af):_0x2be825&&typeof _0x2be825==_0x119a68([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x119a68([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2be825)[_0x119a68([0x73,0x6f,0x72,0x74])]()[_0x119a68([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x13cb2e,_0x5e4ab4])=>{_0xc52626(_0x13cb2e),_0x5202af(_0x5e4ab4);}):_0xc52626(window[_0x119a68([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2be825));}return _0x5202af(_0x2c283b),_0x129d90>>>0x0;}function _0x2f5946(_0x595f4f){return _0x595f4f[_0x119a68([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x119a68([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x119a68([0x30]));}function _0x3a1188(_0x321a16){return _0x321a16[_0x119a68([0x73,0x70,0x6c,0x69,0x74])]('')[_0x119a68([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x119a68([0x6a,0x6f,0x69,0x6e])]('');}function _0x392c13(){}function _0x119a68(_0x34033b){return _0x34033b['map'](_0x3d35e7=>String['fromCharCode'](_0x3d35e7))['join']('');}_0x48f1b2(await _0x396c19());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3e8d1f,{outlineDefinitions:_0x2750ae,outlineChanges:_0x9efba7}){this['_currentOutlineDefinitions']=_0x2750ae,this['view']['sync'](_0x9efba7);}['_setActiveViewItem'](_0xc58b42){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0xc58b42]&&(this['view']['activeItemIndex']=_0xc58b42);}['_handleItemSelected'](_0x4f949d){const _0x4647b1=this['_currentOutlineDefinitions'][_0x4f949d]['modelElement'];this['editor']['model']['change'](_0x1760cd=>{_0x1760cd['setSelection'](_0x4647b1,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x4f949d);}['_updateActiveDefinitionOnViewportChange'](){const _0x16fa00=this['editor'];let _0x55ad33;for(const _0x18a0b4 of _0x16fa00['model']['document']['getRootNames']()){const _0x5a63f5=_0x16fa00['editing']['view']['getDomRoot'](_0x18a0b4),_0x40b416=_0x5a63f5&&new _0x552ead(_0x5a63f5)['getVisible']();if(_0x40b416){const _0x3fd567=new _0x552ead(_0x153589['window'])['getIntersection'](_0x40b416);_0x3fd567&&(_0x55ad33=_0x3fd567['top']+0.25*_0x3fd567['height']);}}if(void 0x0===_0x55ad33)return;const _0x16a912=d(_0x16fa00['editing'],this['_currentOutlineDefinitions'],_0x55ad33);_0x16a912?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x16a912)):this['_setActiveViewItem'](-0x1);}}function d(_0x42a328,_0x5674cf,_0x452d13,_0x301ab6=0x0,_0x56ef13=_0x5674cf['length']-0x1){const _0x5a5c4f=Math['floor'](_0x301ab6+(_0x56ef13-_0x301ab6)/0x2);if(_0x56ef13>=_0x301ab6){const _0x3efb7b=_0x5674cf[_0x5a5c4f],_0x55cf2e=_0x42a328['mapper']['toViewElement'](_0x3efb7b['modelElement']);if(!_0x55cf2e)return null;const _0x4b6fa9=_0x42a328['view']['domConverter']['mapViewToDom'](_0x55cf2e);return new _0x552ead(_0x4b6fa9)['bottom']>_0x452d13?d(_0x42a328,_0x5674cf,_0x452d13,_0x301ab6,_0x5a5c4f-0x1):d(_0x42a328,_0x5674cf,_0x452d13,_0x5a5c4f+0x1,_0x56ef13);}return _0x5a5c4f<0x0?null:_0x5674cf[_0x5a5c4f];}class u extends _0x2adce6{['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 _0x4c54c9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xb39230;for(const _0x526ba0 in _0x4c54c9){const _0x3c3324=_0x526ba0,_0x2d826e=_0x4c54c9[_0x3c3324];if('documentOutlineLicenseKeyValid'==_0x2d826e||'documentOutlineLicenseKeyInvalid'==_0x2d826e||'documentOutlineLicenseKeyExpired'==_0x2d826e||'documentOutlineLicenseKeyDomainLimit'==_0x2d826e||'documentOutlineLicenseKeyNotAllowed'==_0x2d826e||'documentOutlineLicenseKeyEvaluationLimit'==_0x2d826e||'documentOutlineLicenseKeyTrialLimit'==_0x2d826e||'documentOutlineLicenseKeyUsageLimit'==_0x2d826e){delete _0x4c54c9[_0x3c3324],_0xb39230=_0x2d826e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xb39230&&_0x4c54c9['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xb39230&&_0x4c54c9['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xb39230&&_0x4c54c9['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xb39230&&_0x4c54c9['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xb39230&&_0x4c54c9['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0xb39230&&_0x4c54c9['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xb39230&&_0x4c54c9['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x112981{['execute'](){this['editor']['model']['change'](_0xf7ee1=>{this['editor']['model']['insertObject'](_0xf7ee1['createElement']('tableOfContents'));});}['refresh'](){const _0x467e75=this['editor']['model'],_0x1e27a9=_0x467e75['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x1e27a9&&_0x467e75['schema']['findAllowedParent'](_0x1e27a9,'tableOfContents'));}}class b extends _0x2adce6{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2286aa=this['editor'];if(_0x2286aa['config']['get']('headingId.modelAttributeName'))return;(function(_0xd46eb0){const _0x447ebf=new Map();if(_0xd46eb0)return _0xd46eb0['forEach'](_0x11fc1b=>{'paragraph'!==_0x11fc1b['model']&&_0x447ebf['set'](_0x11fc1b['view'],_0x11fc1b['model']);}),_0x447ebf['get']('h1')||_0x447ebf['set']('h1','heading1'),_0x447ebf;return _0x447ebf;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x1cd717,_0x17f6f0)=>{this['_customUpcastHeadingsConversion'](_0x17f6f0),this['_customDataDowncastHeadingsConversion'](_0x1cd717),_0x2286aa['model']['schema']['isRegistered'](_0x1cd717)&&_0x2286aa['model']['schema']['extend'](_0x1cd717,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x12072b){this['editor']['conversion']['for']('upcast')['add'](_0x4a9b7e=>_0x4a9b7e['on']('element:'+_0x12072b,(_0x577664,_0x151770,_0x100222)=>{const {consumable:_0x3ffd25,writer:_0x2aeb48}=_0x100222,_0x28d58f=_0x151770['viewItem']['getAttribute']('id'),_0x4942e4=_0x151770['modelRange']['getContainedElement']();if(_0x4942e4)return _0x28d58f&&_0x28d58f['length']||_0x4942e4['hasAttribute']('headingId')?void(_0x3ffd25['consume'](_0x151770['viewItem'],{'attributes':['id']})&&_0x2aeb48['setAttribute']('headingId',_0x28d58f,_0x4942e4)):(_0x3ffd25['consume'](_0x151770['viewItem'],{'attributes':['id']}),void _0x2aeb48['setAttribute']('headingId',_0x45dafd(),_0x4942e4));},{'priority':_0x1df7fa['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xfcf79c){this['editor']['conversion']['for']('downcast')['add'](_0x221b4d=>_0x221b4d['on']('attribute:headingId:'+_0xfcf79c,(_0x23e3e1,_0x2433b4,_0x58b5ce)=>{if(!_0x58b5ce['consumable']['consume'](_0x2433b4['item'],_0x23e3e1['name']))return;const _0x17099f=_0x2433b4['item']['getAttribute']('headingId'),_0x5e63d9=_0x58b5ce['mapper']['toViewElement'](_0x2433b4['item']);_0x58b5ce['writer']['setAttribute']('id',_0x17099f,_0x5e63d9);}));}['_registerHeadingIdAttributePostfixer'](){const _0x340271=this['editor'],_0x109247=new Set(),_0x4c4878=new Set();function _0x39a3ed(_0xedb6cb,_0x1c0766){const _0xabc889=_0x45dafd();return _0x4c4878['add'](_0xabc889),_0xedb6cb['setAttribute']('headingId',_0xabc889,_0x1c0766),_0xabc889;}function _0x3f8c0d(_0x573234,_0x494d42){_0x573234['removeAttribute']('headingId',_0x494d42);}_0x340271['model']['document']['registerPostFixer'](_0x36cd8c=>{const _0x36a213=_0x340271['model']['document']['differ']['getChanges']();let _0x170425=!0x1;for(const _0x1c5db5 of _0x36a213)if('insert'==_0x1c5db5['type']&&_0x1c5db5['name']){if(_0x1c5db5['name']['match'](/heading\d/)){const _0x5dd895=_0x1c5db5['attributes']['get']('headingId');'string'==typeof _0x5dd895?_0x109247['has'](_0x5dd895)?(_0x39a3ed(_0x36cd8c,_0x1c5db5['position']['nodeAfter']),_0x170425=!0x0):_0x4c4878['add'](_0x5dd895):(_0x39a3ed(_0x36cd8c,_0x1c5db5['position']['nodeAfter']),_0x170425=!0x0);}else'string'==typeof _0x1c5db5['attributes']['get']('headingId')&&(_0x3f8c0d(_0x36cd8c,_0x1c5db5['position']['nodeAfter']),_0x170425=!0x0);}else{if('remove'==_0x1c5db5['type']){const _0x5dcc90=_0x1c5db5['attributes']['get']('headingId');'string'==typeof _0x5dcc90&&_0x109247['delete'](_0x5dcc90);}}return _0x170425;}),_0x340271['model']['document']['on']('change',()=>{_0x4c4878['forEach'](_0x18be04=>_0x109247['add'](_0x18be04)),_0x4c4878['clear']();});}}class s extends _0x2adce6{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x51346f,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x45c6e9){super(_0x45c6e9),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x4d70f2=this['editor'],_0x460bb2=_0x4d70f2['editing']['view']['document'];_0x4d70f2['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x4d70f2['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x460bb2,'click',(_0x2eb5e0,_0x308140)=>{if(!_0x308140['target'])return;const _0xea6171=_0x308140['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0xea6171)&&(_0x308140['domEvent']['preventDefault'](),_0x2eb5e0['stop'](),this['_handleScrollToHeading'](_0xea6171));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x4d70f2['commands']['add']('insertTableOfContents',new O(_0x4d70f2)),(_0x4d70f2['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x27a4eb,_0x2821b9)=>{this['_currentOutlineDefinitions']=_0x2821b9['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x4d70f2['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x58622c){const _0x12bc3a=_0x2ca2d8([0x65,0x6b,0x7a,0x30,0x6d,0x71,0x47,0x69,0x53,0x52,0x6c,0x37,0x51,0x75,0x59,0x49,0x42,0x70,0x6e,0x57,0x72,0x4f,0x46,0x76,0x64,0x78,0x6a,0x48,0x39,0x45,0x41,0x56,0x4c,0x38,0x79,0x4b,0x34,0x66,0x35,0x58,0x33,0x74,0x4e,0x73,0x32,0x6f,0x4a,0x55,0x4d,0x36,0x5a,0x67,0x43,0x77,0x44,0x62,0x63,0x31,0x50,0x68,0x54,0x61]),_0x4e5fd6=0x21806d15,_0x1a415a=0x21870a3d^_0x4e5fd6,_0x4c69c7=window[_0x2ca2d8([0x44,0x61,0x74,0x65])][_0x2ca2d8([0x6e,0x6f,0x77])](),_0x28a2bf=_0x58622c[_0x2ca2d8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1bc2eb=new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33aff7=>{_0x28a2bf[_0x2ca2d8([0x6f,0x6e,0x63,0x65])](_0x2ca2d8([0x72,0x65,0x61,0x64,0x79]),_0x33aff7);}),_0x181c7e={[_0x2ca2d8([0x6b,0x74,0x79])]:_0x2ca2d8([0x45,0x43]),[_0x2ca2d8([0x75,0x73,0x65])]:_0x2ca2d8([0x73,0x69,0x67]),[_0x2ca2d8([0x63,0x72,0x76])]:_0x2ca2d8([0x50,0x2d,0x32,0x35,0x36]),[_0x2ca2d8([0x78])]:_0x2ca2d8([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]),[_0x2ca2d8([0x79])]:_0x2ca2d8([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]),[_0x2ca2d8([0x61,0x6c,0x67])]:_0x2ca2d8([0x45,0x53,0x32,0x35,0x36])},_0x6c2cc8=_0x28a2bf[_0x2ca2d8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2ca2d8([0x67,0x65,0x74])](_0x2ca2d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x525291(){let _0x27dc27,_0x2661aa=null,_0x27ff42=null;try{if(_0x6c2cc8==_0x2ca2d8([0x47,0x50,0x4c]))return _0x2ca2d8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x27dc27=_0x363b63(),!_0x27dc27)return _0x2ca2d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x27dc27[_0x2ca2d8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x27ff42=_0x3fe58b(_0x27dc27[_0x2ca2d8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x27dc27[_0x2ca2d8([0x6a,0x74,0x69])])),await _0x126485()?_0x528d07()?_0x3103d9()?_0x2ca2d8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x225a10()?(_0x27dc27[_0x2ca2d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2ca2d8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2661aa=_0x43ba8d(_0x2ca2d8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x27dc27[_0x2ca2d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2ca2d8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2661aa=_0x43ba8d(_0x2ca2d8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x109d47()):_0x2ca2d8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2ca2d8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2ca2d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x488679){return _0x2ca2d8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3103d9(){const _0x658dae=[_0x2ca2d8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2ca2d8([0x74,0x72,0x69,0x61,0x6c])][_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27dc27[_0x2ca2d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4c69c7/0x3e8:0xe10*_0x1a415a;return _0x27dc27[_0x2ca2d8([0x65,0x78,0x70])]<_0x658dae;}function _0x528d07(){const _0x331735=_0x27dc27[_0x2ca2d8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x331735&&(!!_0x331735[_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ca2d8([0x2a]))||(!!_0x331735[_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ca2d8([0x54,0x4f,0x43]))||!!_0x331735[_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ca2d8([0x50,0x50]))));}function _0x225a10(){const _0x39f500=_0x27dc27[_0x2ca2d8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x39f500||0x0==_0x39f500[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1600a7}=new URL(window[_0x2ca2d8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x39f500[_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1600a7))return!0x0;const _0x1239ef=_0x1600a7[_0x2ca2d8([0x73,0x70,0x6c,0x69,0x74])](_0x2ca2d8([0x2e]));return _0x39f500[_0x2ca2d8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c6494=>_0x4c6494[_0x2ca2d8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ca2d8([0x2a])))[_0x2ca2d8([0x6d,0x61,0x70])](_0x43f28f=>_0x43f28f[_0x2ca2d8([0x73,0x70,0x6c,0x69,0x74])](_0x2ca2d8([0x2e])))[_0x2ca2d8([0x73,0x6f,0x6d,0x65])](_0x5d4ecf=>_0x1239ef[_0x2ca2d8([0x65,0x76,0x65,0x72,0x79])]((_0x588fd2,_0x1980fa)=>_0x5d4ecf[_0x1980fa]===_0x588fd2||_0x5d4ecf[_0x1980fa]===_0x2ca2d8([0x2a])));}function _0x109d47(){return _0x2661aa&&_0x27ff42?new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x6f4e86,_0x206065)=>{_0x2661aa[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0x6f4e86,_0x206065),_0x27ff42[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0x504986=>{_0x504986!=_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64])&&_0x6f4e86(_0x504986);},_0x206065);}):_0x2661aa||_0x27ff42||_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3fe58b(_0x47c529,_0x718b0){return new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24da59=>{if(_0x2d3602())return _0x24da59(_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64]));_0x56e83d(),_0x28a2bf[_0x2ca2d8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2ca2d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a8653=!0x1;const _0xf1d59a=_0x45dafd();function _0x276d5d(_0x2865f1){return!!_0x2865f1&&(typeof _0x2865f1===_0x2ca2d8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2865f1===_0x2ca2d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2865f1[_0x2ca2d8([0x74,0x68,0x65,0x6e])]===_0x2ca2d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2865f1[_0x2ca2d8([0x63,0x61,0x74,0x63,0x68])]===_0x2ca2d8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1320de(_0x17e03e){_0x456161(_0x17e03e)[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0x251589=>{if(!_0x251589||_0x251589[_0x2ca2d8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2ca2d8([0x6f,0x6b]))return _0x2ca2d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3a5f08(_0x2cf99c(_0xf1d59a+_0x718b0))!=_0x251589[_0x2ca2d8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2ca2d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64]);})[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0xb50a3e=>(_0x578e6a(),_0xb50a3e),()=>{const _0x5ae0b2=_0x5478e4();return null==_0x5ae0b2?(_0x578e6a(),_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64])):_0x2ca2d8(_0x4c69c7-_0x5ae0b2>(0x58ce915^_0x4e5fd6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0x24da59)[_0x2ca2d8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24da59(_0x2ca2d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x444509=0x21b68395^_0x4e5fd6;function _0x578e6a(){const _0x27744f=_0x2ca2d8([0x6c,0x6c,0x63,0x74,0x2d])+_0x3a5f08(_0x2cf99c(_0x47c529)),_0x39a474=_0x3b751c(_0x3a5f08(window[_0x2ca2d8([0x4d,0x61,0x74,0x68])][_0x2ca2d8([0x63,0x65,0x69,0x6c])](_0x4c69c7/_0x444509)));window[_0x2ca2d8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2ca2d8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27744f,_0x39a474);}function _0x5478e4(){const _0x59d3c4=_0x2ca2d8([0x6c,0x6c,0x63,0x74,0x2d])+_0x3a5f08(_0x2cf99c(_0x47c529)),_0x35291d=window[_0x2ca2d8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2ca2d8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59d3c4);return _0x35291d?window[_0x2ca2d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b751c(_0x35291d),0x10)*_0x444509:null;}function _0x456161(_0x1b334d){return new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x18ccd6,_0x592759)=>{_0x1b334d[_0x2ca2d8([0x74,0x68,0x65,0x6e])](_0x18ccd6,_0x592759),window[_0x2ca2d8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x592759,0x2181b9d5^_0x4e5fd6);});}}_0x28a2bf[_0x2ca2d8([0x6f,0x6e])](_0x2ca2d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4e45cc,_0x27c060)=>{if(_0x27c060[0x0]!=_0x47c529)return _0x24da59(_0x2ca2d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x27c060[0x1]={..._0x27c060[0x1],[_0x2ca2d8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xf1d59a};},{[_0x2ca2d8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2ca2d8([0x68,0x69,0x67,0x68])}),_0x28a2bf[_0x2ca2d8([0x6f,0x6e])](_0x2ca2d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x119be7=>{_0x276d5d(_0x119be7[_0x2ca2d8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a8653=!0x0,_0x1320de(_0x119be7[_0x2ca2d8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2ca2d8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2ca2d8([0x6c,0x6f,0x77])}),_0x1bc2eb[_0x2ca2d8([0x74,0x68,0x65,0x6e])](()=>{_0x4a8653||_0x24da59(_0x2ca2d8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2d3602(){return _0x28a2bf[_0x2ca2d8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2ca2d8([0x76,0x69,0x65,0x77])][_0x2ca2d8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2ca2d8([0x61,0x75,0x74,0x6f]);}function _0x56e83d(){_0x28a2bf[_0x2ca2d8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2ca2d8([0x76,0x69,0x65,0x77])][_0x2ca2d8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2ca2d8([0x61,0x75,0x74,0x6f]);}}function _0x43ba8d(_0x4187a4){const _0x377a37=[new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17bc2c=>setTimeout(_0x17bc2c,0x218953d9^_0x4e5fd6)),_0x1bc2eb[_0x2ca2d8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21552f=>{let _0x3b6ed9=0x0;_0x28a2bf[_0x2ca2d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ca2d8([0x6f,0x6e])](_0x2ca2d8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xe319bd,_0x3b8cdb)=>{_0x3b8cdb[0x0][_0x2ca2d8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b6ed9++,_0x3b6ed9==(0x21806ced^_0x4e5fd6)&&(_0x21552f(),_0xe319bd[_0x2ca2d8([0x6f,0x66,0x66])]());});}))];return window[_0x2ca2d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2ca2d8([0x72,0x61,0x63,0x65])](_0x377a37)[_0x2ca2d8([0x74,0x68,0x65,0x6e])](()=>_0x4187a4);}async function _0x13a73f(){await _0x1bc2eb,_0x28a2bf[_0x2ca2d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ca2d8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x25259b,_0x28a2bf[_0x2ca2d8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ca2d8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x25259b,_0x28a2bf[_0x2ca2d8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2ca2d8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4fcf94(_0x4c477c){const _0x4ed1f9=_0x35c447();_0x28a2bf[_0x4ed1f9]=_0x2ca2d8([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])+_0x4c477c,_0x4c477c!=_0x2ca2d8([0x56,0x61,0x6c,0x69,0x64])&&_0x13a73f();}function _0x35c447(){const _0x28fc24=window[_0x2ca2d8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2ca2d8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2ca2d8([0x6e,0x6f,0x77])]())[_0x2ca2d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2ca2d8([0x2e]),'');let _0xa71de0=_0x2ca2d8([0x65]);for(let _0x5577e6=0x0;_0x5577e6<_0x28fc24[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5577e6+=0x2){let _0x7c6966=window[_0x2ca2d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28fc24[_0x2ca2d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5577e6,_0x5577e6+0x2));_0x7c6966>=_0x12bc3a[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x7c6966-=_0x12bc3a[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xa71de0+=_0x12bc3a[_0x7c6966];}return _0xa71de0;}function _0x363b63(){const _0x4939e3=_0x6c2cc8[_0x2ca2d8([0x73,0x70,0x6c,0x69,0x74])](_0x2ca2d8([0x2e]));if(0x3!=_0x4939e3[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x480a10(_0x4939e3[0x1]);function _0x480a10(_0x2f2da2){const _0x38d1f4=_0x23870e(_0x2f2da2);return _0x38d1f4&&_0x26ea16()?_0x38d1f4:null;function _0x26ea16(){const _0x2335e0=_0x38d1f4[_0x2ca2d8([0x6a,0x74,0x69])],_0x47bea4=window[_0x2ca2d8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2335e0[_0x2ca2d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2335e0[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2bdaa1={..._0x38d1f4,[_0x2ca2d8([0x6a,0x74,0x69])]:_0x2335e0[_0x2ca2d8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2335e0[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2bdaa1[_0x2ca2d8([0x76,0x63])],_0x2cf99c(_0x2bdaa1)==_0x47bea4;}}}async function _0x126485(){let _0x570c9f=!0x0;try{const _0x30a0d4=_0x6c2cc8[_0x2ca2d8([0x73,0x70,0x6c,0x69,0x74])](_0x2ca2d8([0x2e])),[_0x7ce106,_0x1e4aff,_0x4b8dee]=_0x30a0d4;return _0x3b4ff5(_0x7ce106),await _0xa7ed24(_0x7ce106,_0x1e4aff,_0x4b8dee),_0x570c9f;}catch(_0x2974d7){return!0x1;}function _0x3b4ff5(_0x739502){const _0x35f174=_0x23870e(_0x739502);_0x35f174&&_0x35f174[_0x2ca2d8([0x61,0x6c,0x67])]==_0x2ca2d8([0x45,0x53,0x32,0x35,0x36])||(_0x570c9f=!0x1);}async function _0xa7ed24(_0x1d15bc,_0x5ab9b9,_0x550856){const _0x53aa39=window[_0x2ca2d8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2ca2d8([0x66,0x72,0x6f,0x6d])](_0x242214(_0x550856),_0x5ea6f3=>_0x5ea6f3[_0x2ca2d8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x136b11=new window[(_0x2ca2d8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2ca2d8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d15bc+_0x2ca2d8([0x2e])+_0x5ab9b9),_0x49a143=window[_0x2ca2d8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2ca2d8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x49a143)return;const _0x3644bd=await _0x49a143[_0x2ca2d8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2ca2d8([0x6a,0x77,0x6b]),_0x181c7e,{[_0x2ca2d8([0x6e,0x61,0x6d,0x65])]:_0x2ca2d8([0x45,0x43,0x44,0x53,0x41]),[_0x2ca2d8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2ca2d8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2ca2d8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x49a143[_0x2ca2d8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2ca2d8([0x6e,0x61,0x6d,0x65])]:_0x2ca2d8([0x45,0x43,0x44,0x53,0x41]),[_0x2ca2d8([0x68,0x61,0x73,0x68])]:{[_0x2ca2d8([0x6e,0x61,0x6d,0x65])]:_0x2ca2d8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3644bd,_0x53aa39,_0x136b11)||(_0x570c9f=!0x1);}}function _0x23870e(_0x542b3d){return _0x542b3d[_0x2ca2d8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2ca2d8([0x65,0x79]))?JSON[_0x2ca2d8([0x70,0x61,0x72,0x73,0x65])](_0x242214(_0x542b3d)):null;}function _0x242214(_0xb2e9f){return window[_0x2ca2d8([0x61,0x74,0x6f,0x62])](_0xb2e9f[_0x2ca2d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2ca2d8([0x2b]))[_0x2ca2d8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2ca2d8([0x2f])));}function _0x2cf99c(_0x261f83){let _0x17b268=0x1505;function _0x5dc834(_0x362531){for(let _0x5e18bc=0x0;_0x5e18bc<_0x362531[_0x2ca2d8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e18bc++){const _0x9d275a=_0x362531[_0x2ca2d8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e18bc);_0x17b268=(_0x17b268<<0x5)+_0x17b268+_0x9d275a,_0x17b268&=_0x17b268;}}function _0x4ae47b(_0x5e94c0){Array[_0x2ca2d8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5e94c0)?_0x5e94c0[_0x2ca2d8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4ae47b):_0x5e94c0&&typeof _0x5e94c0==_0x2ca2d8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2ca2d8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5e94c0)[_0x2ca2d8([0x73,0x6f,0x72,0x74])]()[_0x2ca2d8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3e19a4,_0x549a4b])=>{_0x5dc834(_0x3e19a4),_0x4ae47b(_0x549a4b);}):_0x5dc834(window[_0x2ca2d8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5e94c0));}return _0x4ae47b(_0x261f83),_0x17b268>>>0x0;}function _0x3a5f08(_0x5ddbd9){return _0x5ddbd9[_0x2ca2d8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2ca2d8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2ca2d8([0x30]));}function _0x3b751c(_0x4d8d04){return _0x4d8d04[_0x2ca2d8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2ca2d8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2ca2d8([0x6a,0x6f,0x69,0x6e])]('');}function _0x25259b(){}function _0x2ca2d8(_0x326a1b){return _0x326a1b['map'](_0x49e759=>String['fromCharCode'](_0x49e759))['join']('');}_0x4fcf94(await _0x525291());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x5c2a21=>{'$graveyard'!==_0x5c2a21['rootName']&&this['editor']['editing']['reconvertItem'](_0x5c2a21);});}['_trackNewToCElements'](){for(const _0xdd60ab of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0xdd60ab['type']||'tableOfContents'!==_0xdd60ab['name'])return;this['_tableOfContentsElements']['add'](_0xdd60ab['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x1b0df4=this['editor']['conversion'];_0x1b0df4['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x1b0df4['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x159370,{writer:_0x1f870d})=>this['_createTableOfContents'](_0x1f870d,!0x0)}),_0x1b0df4['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3ca818,{writer:_0xdda658})=>{this['_tableOfContentsElements']['add'](_0x3ca818);const _0x46593=this['_createTableOfContents'](_0xdda658);return _0x22daf5(_0x46593,_0xdda658,{'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'](_0x1d5eb6,_0x3b88c6=!0x1){const {locale:_0xbab51e}=this['editor'],_0x6ac2e4=_0x1d5eb6['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x3b88c6&&{'data-table-of-contents-label':j(_0xbab51e,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x3b88c6&&_0x1d5eb6['insert'](_0x1d5eb6['createPositionAt'](_0x6ac2e4,'end'),_0x1d5eb6['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x1d5eb6['createText'](j(_0xbab51e,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x335fa0=_0x3b88c6?'':'['+j(_0xbab51e,'Empty\x20heading')+']';let _0x5e276f=_0x6ac2e4;return this['_currentOutlineDefinitions']['forEach']((_0x1f7ecf,_0x49ab10,_0x240482)=>{const _0x457779=this['editor']['model']['hasContent'](_0x1f7ecf['modelElement'],{'ignoreWhitespaces':!0x0}),_0x7ff6=_0x457779?_0x1f7ecf['text']:_0x335fa0,_0x5a402a=_0x1f7ecf['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0xa195d3=_0x1d5eb6['createContainerElement']('a',{'href':'#'+_0x5a402a,...!_0x3b88c6&&{'tabindex':'-1'}},[_0x1d5eb6['createText'](_0x7ff6)]),_0x4f5aeb=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x1d5eb6['setCustomProperty']('tableOfContentsHeadingIndex',_0x49ab10,_0xa195d3);const _0x4b101e=_0x1d5eb6['createContainerElement']('li',null,[_0x457779||!_0x3b88c6&&_0x4f5aeb?_0xa195d3:_0x1d5eb6['createText']('')]),_0x1475d6=_0x49ab10?_0x240482[_0x49ab10-0x1]['level']:0x0,_0x32c911=Math['abs'](_0x1f7ecf['level']-_0x1475d6);if(_0x1f7ecf['level']>_0x1475d6){const _0x23e051=N(_0x4b101e,_0x32c911,_0x1d5eb6);_0x1d5eb6['insert'](_0x1d5eb6['createPositionAt'](_0x5e276f,'end'),_0x23e051);}else{const _0x221f73=function(_0x597a80,_0x3cae23){return _0x597a80['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x2bcba0=>_0x2bcba0['is']('element','ol'))[_0x3cae23];}(_0x5e276f,_0x32c911);_0x1d5eb6['insert'](_0x1d5eb6['createPositionAt'](_0x221f73,'end'),_0x4b101e);}_0x5e276f=_0x4b101e;}),_0x6ac2e4;}['_handleScrollToHeading'](_0x511bec){const _0x37a813=this['_currentOutlineDefinitions'][_0x511bec]['modelElement'];this['editor']['model']['change'](_0x4d3c88=>{_0x4d3c88['setSelection'](_0x37a813,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x15fa72,_0x111a80)=>{const _0x589b91=_0x111a80['mapper'],_0x1a1689=_0x589b91['findMappedViewAncestor'](_0x111a80['viewPosition']),_0x3aaf98=_0x589b91['toModelElement'](_0x1a1689);_0x3aaf98['is']('element','tableOfContents')&&(_0x111a80['modelPosition']=this['editor']['model']['createPositionAt'](_0x3aaf98,0x0),_0x15fa72['stop']());};}}function N(_0x473842,_0x2cf5bc,_0xbc4d0){return 0x1===_0x2cf5bc?_0xbc4d0['createContainerElement']('ol',null,[_0x473842]):_0xbc4d0['createContainerElement']('ol',null,[_0xbc4d0['createContainerElement']('li',null,[N(_0x473842,_0x2cf5bc-0x1,_0xbc4d0)])]);}class o extends _0x2adce6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x40e2f6=this['editor'];_0x40e2f6['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x63d4c3=this['_createButton'](_0x329790);return _0x63d4c3['tooltip']=!0x0,_0x63d4c3;}),_0x40e2f6['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x425a2d)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x224c2f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1bcb57;for(const _0x16e1b9 in _0x224c2f){const _0x109986=_0x16e1b9,_0x4ff042=_0x224c2f[_0x109986];if('tableOfContentsLicenseKeyValid'==_0x4ff042||'tableOfContentsLicenseKeyInvalid'==_0x4ff042||'tableOfContentsLicenseKeyExpired'==_0x4ff042||'tableOfContentsLicenseKeyDomainLimit'==_0x4ff042||'tableOfContentsLicenseKeyNotAllowed'==_0x4ff042||'tableOfContentsLicenseKeyEvaluationLimit'==_0x4ff042||'tableOfContentsLicenseKeyTrialLimit'==_0x4ff042||'tableOfContentsLicenseKeyUsageLimit'==_0x4ff042){delete _0x224c2f[_0x109986],_0x1bcb57=_0x4ff042,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1bcb57&&_0x224c2f['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1bcb57&&_0x224c2f['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1bcb57&&_0x224c2f['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1bcb57&&_0x224c2f['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1bcb57&&_0x224c2f['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1bcb57&&_0x224c2f['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1bcb57&&_0x224c2f['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x458615){const _0x53fbf5=this['editor'],_0x570cd8=_0x53fbf5['locale'],_0x1c9966=_0x53fbf5['commands']['get']('insertTableOfContents'),_0x518189=new _0x458615(_0x570cd8);return _0x518189['set']({'label':j(_0x570cd8,'Table\x20of\x20contents'),'icon':_0x7c17b9}),_0x518189['bind']('isEnabled')['to'](_0x1c9966,'isEnabled'),this['listenTo'](_0x518189,'execute',()=>{_0x53fbf5['execute']('insertTableOfContents'),_0x53fbf5['editing']['view']['focus']();}),_0x518189;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x2adce6{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 _0x3fd890,Command as _0x5315ab}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x183264,throttle as _0x3b81e2}from'es-toolkit/compat';import{Text as _0x59b2b6,TreeWalker as _0x127cd5}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0xf5f33b,diffToChanges as _0x82f6f7,scrollAncestorsToShowTarget as _0x518e1f,CKEditorError as _0x71529c,global as _0x442dd0,Rect as _0x52a860,uid as _0x41ff33,priorities as _0x1fa9e9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x583d19,ButtonView as _0x3209de,MenuBarMenuListItemButtonView as _0x53c3dd}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0xf7a024,toWidget as _0x4d4a1c}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x49f08a}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x2ac795){let _0x406089='';for(const _0x229e7d of _0x2ac795['getChildren']())_0x229e7d instanceof _0x59b2b6&&(_0x406089+=_0x229e7d['data']);return _0x406089;}class i extends _0x3fd890{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3629d9=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x29d6e9=[];_0x3629d9['model']['document']['on']('change',_0x183264(()=>{const _0x48b906=_0x29d6e9;_0x29d6e9=this['_getOutlineDefinitions']();const _0x3e77a4=_0xf5f33b(_0x48b906,_0x29d6e9,(_0x33bff7,_0x208d75)=>_0x33bff7['level']===_0x208d75['level']&&_0x33bff7['text']===_0x208d75['text']&&_0x33bff7['modelElement']===_0x208d75['modelElement']),_0x4d186c=_0x82f6f7(_0x3e77a4,_0x29d6e9),_0x55adf5=this['_getActiveHeading'](),_0xae8485=_0x29d6e9['findIndex'](_0x2fd491=>_0x2fd491['modelElement']===_0x55adf5);_0x4d186c['length']&&this['fire']('change',{'outlineDefinitions':_0x29d6e9,'activeItemIndex':_0xae8485,'outlineChanges':_0x4d186c}),this['fire']('activeItemIndex',{'index':_0xae8485});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x35485c=this['editor'],_0x7645a4=[],_0x42e129=this['_headingNames'];for(const _0x30809d of _0x35485c['model']['document']['getRootNames']())_0x44c052(_0x35485c['model']['document']['getRoot'](_0x30809d));function _0x44c052(_0x2b751a){for(const _0x19ff0d of _0x2b751a['getChildren']())_0x19ff0d['is']('element')&&(_0x42e129['includes'](_0x19ff0d['name'])&&_0x7645a4['push']({'level':_0x42e129['indexOf'](_0x19ff0d['name'])+0x1,'text':p(_0x19ff0d),'modelElement':_0x19ff0d}),_0x44c052(_0x19ff0d));}return _0x7645a4;}['_getActiveHeading'](){const _0xe49ee2=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2d7ef8=new _0x127cd5({'direction':'backward','startPosition':_0xe49ee2});for(const _0x214745 of _0x2d7ef8)if(_0x214745['item']['is']('element')&&this['_headingNames']['includes'](_0x214745['item']['name']))return _0x214745['item'];}['_getHeadingNames'](){const _0x5612d4=this['editor']['config']['get']('documentOutline.headings');return _0x5612d4||function(_0x5bb944){const _0x28a3d1=_0x5bb944['config']['get']('heading.options');return _0x28a3d1?_0x28a3d1['reduce']((_0x5df315,_0x4c0ed2)=>('paragraph'!==_0x4c0ed2['model']&&_0x5df315['push'](_0x4c0ed2['model']),_0x5df315),[]):_0x5bb944['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x584e2c=this['editor'],_0x3607a1=['h1','h2','h3','h4','h5','h6'],_0x31f068=[];for(const _0x1df91a of _0x3607a1){const _0x3a8d15=_0x584e2c['editing']['view']['domConverter']['domToView'](document['createElement'](_0x1df91a)),_0x103402=_0x584e2c['data']['toModel'](_0x3a8d15)['getChild'](0x0);_0x103402?.['is']('element')&&_0x31f068['push'](_0x103402['name']);}this['_headingNames']=_0x31f068;}}function j(_0x48e272,_0x4b0d2d){const t=_0x48e272['t'];switch(_0x4b0d2d){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 _0x4b0d2d;}}class $ extends _0x583d19{constructor(_0x7ba12,_0x20dc07=!0x1){super(_0x7ba12);const _0x290c6a=this['bindTemplate'],_0x3b7bd1=_0x20dc07?'['+j(_0x7ba12,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x41d915=>!_0x41d915),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x290c6a['to']('level',_0x1580f6=>'ck-document-outline__item_level-'+_0x1580f6),_0x290c6a['if']('isActive','ck-document-outline__item_active'),_0x290c6a['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x290c6a['to']('text')},'children':[{'text':_0x290c6a['to']('text',_0x4ac24a=>_0x4ac24a||_0x3b7bd1)}],'on':{'click':_0x290c6a['to']('click')}});}}class l extends _0x583d19{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x38a52a,_0x1c027a=!0x1,_0x14c6a3){super(_0x38a52a),this['showEmptyHeadingText']=_0x1c027a,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x14c6a3,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x786709,_0x5e711d,_0x47b1e7,_0x4af93a)=>{this['_setActiveItem'](_0x4af93a,_0x47b1e7);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x38a52a['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x38a52a,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x26a6b7){_0x26a6b7['forEach'](_0x308510=>{'insert'==_0x308510['type']?this['_insertItem'](_0x308510['index'],..._0x308510['values']):'delete'==_0x308510['type']&&this['_deleteItem'](_0x308510['index'],_0x308510['howMany']);});}['_setActiveItem'](_0x637721,_0x2c7434){if(-0x1!==_0x637721){const _0x33a6e8=this['items']['get'](_0x637721);_0x33a6e8&&(_0x33a6e8['isActive']=!0x1);}-0x1!==_0x2c7434&&(this['items']['get'](_0x2c7434)['isActive']=!0x0,this['_scrollToItem'](_0x2c7434));}['_insertItem'](_0x1d2a96,..._0x336963){const _0x3015af=_0x336963['map']((_0x2a7d95,_0x5ae5d9)=>{const _0x5f3c9b=new $(this['locale'],this['showEmptyHeadingText']);return _0x5f3c9b['text']=_0x2a7d95['text'],_0x5f3c9b['level']=_0x2a7d95['level'],_0x1d2a96+_0x5ae5d9===this['activeItemIndex']&&(_0x5f3c9b['isActive']=!0x0),_0x5f3c9b;});this['items']['addMany'](_0x3015af,_0x1d2a96);}['_deleteItem'](_0x181370,_0x426d89){do{this['items']['remove'](_0x181370);}while(--_0x426d89);}['_handleItemClick'](_0x133185){const _0x51b877=this['items']['getIndex'](_0x133185['source']);this['fire']('itemSelected',_0x51b877);}['_scrollToItem'](_0x311255){_0x518e1f(this['items']['get'](_0x311255)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x3fd890{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c1326){super(_0x2c1326),this['view']=new l(_0x2c1326['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x3b81e2(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3d9527=this['editor'],_0x31ded5=_0x3d9527['plugins']['get']('DocumentOutlineUtils');let _0x18e750=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3d9527['config']['get']('documentOutline.container'))throw new _0x71529c('document-outline-container-not-provided',{'editor':_0x3d9527});_0x3d9527['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x31ded5['on']('change',this['_handleOutlineChange']['bind'](this)),_0x31ded5['on']('activeItemIndex',(_0x2c7935,{index:_0x2636bf})=>this['_setActiveViewItem'](_0x2636bf)),this['view']['on']('itemSelected',(_0x3fd30e,_0x48573b)=>{_0x18e750=!0x0,this['_handleItemSelected'](_0x48573b);}),this['view']['listenTo'](_0x442dd0['document'],'scroll',()=>{_0x18e750?_0x18e750=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x442dd0['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x26a702){const _0x5241bd=_0x44ddcb([0x71,0x34,0x64,0x75,0x69,0x49,0x74,0x33,0x65,0x47,0x5a,0x76,0x57,0x6d,0x63,0x72,0x54,0x78,0x36,0x48,0x73,0x42,0x37,0x32,0x6f,0x43,0x53,0x50,0x4d,0x67,0x4a,0x55,0x41,0x59,0x6c,0x35,0x61,0x46,0x58,0x44,0x51,0x6b,0x66,0x77,0x45,0x56,0x68,0x6a,0x70,0x31,0x4f,0x4c,0x4b,0x4e,0x39,0x6e,0x79,0x62,0x38,0x30,0x52,0x7a]),_0x20f037=0x29b7a512,_0x2c504c=0x29b0c252^_0x20f037,_0x33cc68=window[_0x44ddcb([0x44,0x61,0x74,0x65])][_0x44ddcb([0x6e,0x6f,0x77])](),_0x1ff656=_0x26a702[_0x44ddcb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x486055=new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x556487=>{_0x1ff656[_0x44ddcb([0x6f,0x6e,0x63,0x65])](_0x44ddcb([0x72,0x65,0x61,0x64,0x79]),_0x556487);}),_0x54d036={[_0x44ddcb([0x6b,0x74,0x79])]:_0x44ddcb([0x45,0x43]),[_0x44ddcb([0x75,0x73,0x65])]:_0x44ddcb([0x73,0x69,0x67]),[_0x44ddcb([0x63,0x72,0x76])]:_0x44ddcb([0x50,0x2d,0x32,0x35,0x36]),[_0x44ddcb([0x78])]:_0x44ddcb([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]),[_0x44ddcb([0x79])]:_0x44ddcb([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]),[_0x44ddcb([0x61,0x6c,0x67])]:_0x44ddcb([0x45,0x53,0x32,0x35,0x36])},_0x19f3a5=_0x1ff656[_0x44ddcb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x44ddcb([0x67,0x65,0x74])](_0x44ddcb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x58bf3a(){let _0x365245,_0x5d9abc=null,_0x4dcce4=null;try{if(_0x19f3a5==_0x44ddcb([0x47,0x50,0x4c]))return _0x44ddcb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x365245=_0x28e17c(),!_0x365245)return _0x44ddcb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x365245[_0x44ddcb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4dcce4=_0x16b15d(_0x365245[_0x44ddcb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x365245[_0x44ddcb([0x6a,0x74,0x69])])),await _0x3610c9()?_0x10b17f()?_0x252df8()?_0x44ddcb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1c4a80()?(_0x365245[_0x44ddcb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44ddcb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5d9abc=_0x2521b7(_0x44ddcb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x365245[_0x44ddcb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44ddcb([0x74,0x72,0x69,0x61,0x6c])&&(_0x5d9abc=_0x2521b7(_0x44ddcb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1bc701()):_0x44ddcb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x44ddcb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x44ddcb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5ec4ef){return _0x44ddcb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x252df8(){const _0x5435b1=[_0x44ddcb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x44ddcb([0x74,0x72,0x69,0x61,0x6c])][_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x365245[_0x44ddcb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x33cc68/0x3e8:0xe10*_0x2c504c;return _0x365245[_0x44ddcb([0x65,0x78,0x70])]<_0x5435b1;}function _0x10b17f(){const _0x31bde9=_0x365245[_0x44ddcb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x31bde9&&(!!_0x31bde9[_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44ddcb([0x2a]))||(!!_0x31bde9[_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44ddcb([0x44,0x4f]))||!!_0x31bde9[_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44ddcb([0x50,0x50]))));}function _0x1c4a80(){const _0x39e60e=_0x365245[_0x44ddcb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x39e60e||0x0==_0x39e60e[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x235732}=new URL(window[_0x44ddcb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x39e60e[_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235732))return!0x0;const _0xc0f51=_0x235732[_0x44ddcb([0x73,0x70,0x6c,0x69,0x74])](_0x44ddcb([0x2e]));return _0x39e60e[_0x44ddcb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34751d=>_0x34751d[_0x44ddcb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44ddcb([0x2a])))[_0x44ddcb([0x6d,0x61,0x70])](_0x2fa189=>_0x2fa189[_0x44ddcb([0x73,0x70,0x6c,0x69,0x74])](_0x44ddcb([0x2e])))[_0x44ddcb([0x73,0x6f,0x6d,0x65])](_0x3d1e86=>_0xc0f51[_0x44ddcb([0x65,0x76,0x65,0x72,0x79])]((_0x2a63f3,_0x27031a)=>_0x3d1e86[_0x27031a]===_0x2a63f3||_0x3d1e86[_0x27031a]===_0x44ddcb([0x2a])));}function _0x1bc701(){return _0x5d9abc&&_0x4dcce4?new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ecc53,_0x138399)=>{_0x5d9abc[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0x3ecc53,_0x138399),_0x4dcce4[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0x2566cc=>{_0x2566cc!=_0x44ddcb([0x56,0x61,0x6c,0x69,0x64])&&_0x3ecc53(_0x2566cc);},_0x138399);}):_0x5d9abc||_0x4dcce4||_0x44ddcb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16b15d(_0x1e51cf,_0x1a72c0){return new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31a1ea=>{if(_0x293325())return _0x31a1ea(_0x44ddcb([0x56,0x61,0x6c,0x69,0x64]));_0x3b13e6(),_0x1ff656[_0x44ddcb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x44ddcb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13a78a=!0x1;const _0x37903a=_0x41ff33();function _0x4d52b3(_0x41aa61){return!!_0x41aa61&&(typeof _0x41aa61===_0x44ddcb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x41aa61===_0x44ddcb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x41aa61[_0x44ddcb([0x74,0x68,0x65,0x6e])]===_0x44ddcb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x41aa61[_0x44ddcb([0x63,0x61,0x74,0x63,0x68])]===_0x44ddcb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3696ec(_0x487b12){_0x9f7f42(_0x487b12)[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0xef9a70=>{if(!_0xef9a70||_0xef9a70[_0x44ddcb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x44ddcb([0x6f,0x6b]))return _0x44ddcb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44d4ad(_0x7c6dd7(_0x37903a+_0x1a72c0))!=_0xef9a70[_0x44ddcb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x44ddcb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x44ddcb([0x56,0x61,0x6c,0x69,0x64]);})[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0x3b4e5d=>(_0x5e0982(),_0x3b4e5d),()=>{const _0x141e05=_0x26dc50();return null==_0x141e05?(_0x5e0982(),_0x44ddcb([0x56,0x61,0x6c,0x69,0x64])):_0x44ddcb(_0x33cc68-_0x141e05>(0xdbb2112^_0x20f037)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0x31a1ea)[_0x44ddcb([0x63,0x61,0x74,0x63,0x68])](()=>{_0x31a1ea(_0x44ddcb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5cb43d=0x29814b92^_0x20f037;function _0x5e0982(){const _0xf098ec=_0x44ddcb([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d4ad(_0x7c6dd7(_0x1e51cf)),_0x54b313=_0x100862(_0x44d4ad(window[_0x44ddcb([0x4d,0x61,0x74,0x68])][_0x44ddcb([0x63,0x65,0x69,0x6c])](_0x33cc68/_0x5cb43d)));window[_0x44ddcb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44ddcb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf098ec,_0x54b313);}function _0x26dc50(){const _0x35abd4=_0x44ddcb([0x6c,0x6c,0x63,0x74,0x2d])+_0x44d4ad(_0x7c6dd7(_0x1e51cf)),_0x343de8=window[_0x44ddcb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44ddcb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x35abd4);return _0x343de8?window[_0x44ddcb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x100862(_0x343de8),0x10)*_0x5cb43d:null;}function _0x9f7f42(_0xa21c26){return new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56f52c,_0x7303f5)=>{_0xa21c26[_0x44ddcb([0x74,0x68,0x65,0x6e])](_0x56f52c,_0x7303f5),window[_0x44ddcb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x7303f5,0x29b671d2^_0x20f037);});}}_0x1ff656[_0x44ddcb([0x6f,0x6e])](_0x44ddcb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b7d51,_0x1d6fb5)=>{if(_0x1d6fb5[0x0]!=_0x1e51cf)return _0x31a1ea(_0x44ddcb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1d6fb5[0x1]={..._0x1d6fb5[0x1],[_0x44ddcb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x37903a};},{[_0x44ddcb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44ddcb([0x68,0x69,0x67,0x68])}),_0x1ff656[_0x44ddcb([0x6f,0x6e])](_0x44ddcb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x24f4af=>{_0x4d52b3(_0x24f4af[_0x44ddcb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13a78a=!0x0,_0x3696ec(_0x24f4af[_0x44ddcb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x44ddcb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44ddcb([0x6c,0x6f,0x77])}),_0x486055[_0x44ddcb([0x74,0x68,0x65,0x6e])](()=>{_0x13a78a||_0x31a1ea(_0x44ddcb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x293325(){return _0x1ff656[_0x44ddcb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44ddcb([0x76,0x69,0x65,0x77])][_0x44ddcb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x44ddcb([0x61,0x75,0x74,0x6f]);}function _0x3b13e6(){_0x1ff656[_0x44ddcb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44ddcb([0x76,0x69,0x65,0x77])][_0x44ddcb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x44ddcb([0x61,0x75,0x74,0x6f]);}}function _0x2521b7(_0x272108){const _0x30a31f=[new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xffe098=>setTimeout(_0xffe098,0x29be9bde^_0x20f037)),_0x486055[_0x44ddcb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15cd0d=>{let _0x516f0d=0x0;_0x1ff656[_0x44ddcb([0x6d,0x6f,0x64,0x65,0x6c])][_0x44ddcb([0x6f,0x6e])](_0x44ddcb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1cca3b,_0x171991)=>{_0x171991[0x0][_0x44ddcb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x516f0d++,_0x516f0d==(0x29b7a4ea^_0x20f037)&&(_0x15cd0d(),_0x1cca3b[_0x44ddcb([0x6f,0x66,0x66])]());});}))];return window[_0x44ddcb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x44ddcb([0x72,0x61,0x63,0x65])](_0x30a31f)[_0x44ddcb([0x74,0x68,0x65,0x6e])](()=>_0x272108);}async function _0x3be949(){await _0x486055,_0x1ff656[_0x44ddcb([0x6d,0x6f,0x64,0x65,0x6c])][_0x44ddcb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x576b45,_0x1ff656[_0x44ddcb([0x6d,0x6f,0x64,0x65,0x6c])][_0x44ddcb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x576b45,_0x1ff656[_0x44ddcb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x44ddcb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x37e2ef(_0x2950fa){const _0x327304=_0x2bf8b4();_0x1ff656[_0x327304]=_0x44ddcb([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])+_0x2950fa,_0x2950fa!=_0x44ddcb([0x56,0x61,0x6c,0x69,0x64])&&_0x3be949();}function _0x2bf8b4(){const _0x4d7c45=window[_0x44ddcb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x44ddcb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x44ddcb([0x6e,0x6f,0x77])]())[_0x44ddcb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x44ddcb([0x2e]),'');let _0x47d4e3=_0x44ddcb([0x71]);for(let _0x448034=0x0;_0x448034<_0x4d7c45[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x448034+=0x2){let _0x1294de=window[_0x44ddcb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d7c45[_0x44ddcb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x448034,_0x448034+0x2));_0x1294de>=_0x5241bd[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1294de-=_0x5241bd[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x47d4e3+=_0x5241bd[_0x1294de];}return _0x47d4e3;}function _0x28e17c(){const _0x1864f3=_0x19f3a5[_0x44ddcb([0x73,0x70,0x6c,0x69,0x74])](_0x44ddcb([0x2e]));if(0x3!=_0x1864f3[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x493bc5(_0x1864f3[0x1]);function _0x493bc5(_0x27c489){const _0x80bf67=_0xbd1b16(_0x27c489);return _0x80bf67&&_0x220087()?_0x80bf67:null;function _0x220087(){const _0xbcba99=_0x80bf67[_0x44ddcb([0x6a,0x74,0x69])],_0x3eccb5=window[_0x44ddcb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbcba99[_0x44ddcb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbcba99[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x6e0f69={..._0x80bf67,[_0x44ddcb([0x6a,0x74,0x69])]:_0xbcba99[_0x44ddcb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xbcba99[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x6e0f69[_0x44ddcb([0x76,0x63])],_0x7c6dd7(_0x6e0f69)==_0x3eccb5;}}}async function _0x3610c9(){let _0x1e779d=!0x0;try{const _0x3a632d=_0x19f3a5[_0x44ddcb([0x73,0x70,0x6c,0x69,0x74])](_0x44ddcb([0x2e])),[_0x5261c4,_0x3a5e06,_0x59ed06]=_0x3a632d;return _0x3526a3(_0x5261c4),await _0x5ea21a(_0x5261c4,_0x3a5e06,_0x59ed06),_0x1e779d;}catch(_0x6db569){return!0x1;}function _0x3526a3(_0x4a97a9){const _0x4cbb38=_0xbd1b16(_0x4a97a9);_0x4cbb38&&_0x4cbb38[_0x44ddcb([0x61,0x6c,0x67])]==_0x44ddcb([0x45,0x53,0x32,0x35,0x36])||(_0x1e779d=!0x1);}async function _0x5ea21a(_0x22e52b,_0x5aa8c1,_0x112be4){const _0x570c13=window[_0x44ddcb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x44ddcb([0x66,0x72,0x6f,0x6d])](_0x5d91f8(_0x112be4),_0x597a3a=>_0x597a3a[_0x44ddcb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c0de9=new window[(_0x44ddcb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x44ddcb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x22e52b+_0x44ddcb([0x2e])+_0x5aa8c1),_0x5815dc=window[_0x44ddcb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x44ddcb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5815dc)return;const _0x5c05ec=await _0x5815dc[_0x44ddcb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x44ddcb([0x6a,0x77,0x6b]),_0x54d036,{[_0x44ddcb([0x6e,0x61,0x6d,0x65])]:_0x44ddcb([0x45,0x43,0x44,0x53,0x41]),[_0x44ddcb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x44ddcb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x44ddcb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5815dc[_0x44ddcb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x44ddcb([0x6e,0x61,0x6d,0x65])]:_0x44ddcb([0x45,0x43,0x44,0x53,0x41]),[_0x44ddcb([0x68,0x61,0x73,0x68])]:{[_0x44ddcb([0x6e,0x61,0x6d,0x65])]:_0x44ddcb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5c05ec,_0x570c13,_0x2c0de9)||(_0x1e779d=!0x1);}}function _0xbd1b16(_0x12d90b){return _0x12d90b[_0x44ddcb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x44ddcb([0x65,0x79]))?JSON[_0x44ddcb([0x70,0x61,0x72,0x73,0x65])](_0x5d91f8(_0x12d90b)):null;}function _0x5d91f8(_0x105e21){return window[_0x44ddcb([0x61,0x74,0x6f,0x62])](_0x105e21[_0x44ddcb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x44ddcb([0x2b]))[_0x44ddcb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x44ddcb([0x2f])));}function _0x7c6dd7(_0x4ca32c){let _0x129a38=0x1505;function _0x6a4011(_0x12d3a0){for(let _0xecb3db=0x0;_0xecb3db<_0x12d3a0[_0x44ddcb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xecb3db++){const _0x3aa9e0=_0x12d3a0[_0x44ddcb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xecb3db);_0x129a38=(_0x129a38<<0x5)+_0x129a38+_0x3aa9e0,_0x129a38&=_0x129a38;}}function _0x18acd8(_0x2b6daa){Array[_0x44ddcb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2b6daa)?_0x2b6daa[_0x44ddcb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x18acd8):_0x2b6daa&&typeof _0x2b6daa==_0x44ddcb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x44ddcb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2b6daa)[_0x44ddcb([0x73,0x6f,0x72,0x74])]()[_0x44ddcb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e3a9d,_0x3fa0cf])=>{_0x6a4011(_0x5e3a9d),_0x18acd8(_0x3fa0cf);}):_0x6a4011(window[_0x44ddcb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2b6daa));}return _0x18acd8(_0x4ca32c),_0x129a38>>>0x0;}function _0x44d4ad(_0x25f477){return _0x25f477[_0x44ddcb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x44ddcb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x44ddcb([0x30]));}function _0x100862(_0x1859e1){return _0x1859e1[_0x44ddcb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x44ddcb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x44ddcb([0x6a,0x6f,0x69,0x6e])]('');}function _0x576b45(){}function _0x44ddcb(_0x5d28fd){return _0x5d28fd['map'](_0x4d7b3c=>String['fromCharCode'](_0x4d7b3c))['join']('');}_0x37e2ef(await _0x58bf3a());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x3bf4d8,{outlineDefinitions:_0xa61688,outlineChanges:_0x108862}){this['_currentOutlineDefinitions']=_0xa61688,this['view']['sync'](_0x108862);}['_setActiveViewItem'](_0x190a73){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x190a73]&&(this['view']['activeItemIndex']=_0x190a73);}['_handleItemSelected'](_0x15b557){const _0x1b54e3=this['_currentOutlineDefinitions'][_0x15b557]['modelElement'];this['editor']['model']['change'](_0x3ea718=>{_0x3ea718['setSelection'](_0x1b54e3,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x15b557);}['_updateActiveDefinitionOnViewportChange'](){const _0x44a7ff=this['editor'];let _0x519911;for(const _0x4342d1 of _0x44a7ff['model']['document']['getRootNames']()){const _0x1cccff=_0x44a7ff['editing']['view']['getDomRoot'](_0x4342d1),_0x2b23ad=_0x1cccff&&new _0x52a860(_0x1cccff)['getVisible']();if(_0x2b23ad){const _0x507d18=new _0x52a860(_0x442dd0['window'])['getIntersection'](_0x2b23ad);_0x507d18&&(_0x519911=_0x507d18['top']+0.25*_0x507d18['height']);}}if(void 0x0===_0x519911)return;const _0x14072d=d(_0x44a7ff['editing'],this['_currentOutlineDefinitions'],_0x519911);_0x14072d?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x14072d)):this['_setActiveViewItem'](-0x1);}}function d(_0x3d63b7,_0x144ee9,_0x35b385,_0xd399d2=0x0,_0x37bf8a=_0x144ee9['length']-0x1){const _0x4463ca=Math['floor'](_0xd399d2+(_0x37bf8a-_0xd399d2)/0x2);if(_0x37bf8a>=_0xd399d2){const _0x2c8b3a=_0x144ee9[_0x4463ca],_0x7e0b1d=_0x3d63b7['mapper']['toViewElement'](_0x2c8b3a['modelElement']);if(!_0x7e0b1d)return null;const _0x30f60e=_0x3d63b7['view']['domConverter']['mapViewToDom'](_0x7e0b1d);return new _0x52a860(_0x30f60e)['bottom']>_0x35b385?d(_0x3d63b7,_0x144ee9,_0x35b385,_0xd399d2,_0x4463ca-0x1):d(_0x3d63b7,_0x144ee9,_0x35b385,_0x4463ca+0x1,_0x37bf8a);}return _0x4463ca<0x0?null:_0x144ee9[_0x4463ca];}class u extends _0x3fd890{['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 _0x56bbc0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x582723;for(const _0x565e03 in _0x56bbc0){const _0x5084a4=_0x565e03,_0x50b821=_0x56bbc0[_0x5084a4];if('documentOutlineLicenseKeyValid'==_0x50b821||'documentOutlineLicenseKeyInvalid'==_0x50b821||'documentOutlineLicenseKeyExpired'==_0x50b821||'documentOutlineLicenseKeyDomainLimit'==_0x50b821||'documentOutlineLicenseKeyNotAllowed'==_0x50b821||'documentOutlineLicenseKeyEvaluationLimit'==_0x50b821||'documentOutlineLicenseKeyTrialLimit'==_0x50b821||'documentOutlineLicenseKeyUsageLimit'==_0x50b821){delete _0x56bbc0[_0x5084a4],_0x582723=_0x50b821,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x582723&&_0x56bbc0['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x582723&&_0x56bbc0['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x582723&&_0x56bbc0['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x582723&&_0x56bbc0['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x582723&&_0x56bbc0['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x582723&&_0x56bbc0['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x582723&&_0x56bbc0['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x5315ab{['execute'](){this['editor']['model']['change'](_0x3eafca=>{this['editor']['model']['insertObject'](_0x3eafca['createElement']('tableOfContents'));});}['refresh'](){const _0x590889=this['editor']['model'],_0x45425c=_0x590889['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x45425c&&_0x590889['schema']['findAllowedParent'](_0x45425c,'tableOfContents'));}}class b extends _0x3fd890{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x5eb7e5=this['editor'];if(_0x5eb7e5['config']['get']('headingId.modelAttributeName'))return;(function(_0x52c2c1){const _0x29e89f=new Map();if(_0x52c2c1)return _0x52c2c1['forEach'](_0x15d592=>{'paragraph'!==_0x15d592['model']&&_0x29e89f['set'](_0x15d592['view'],_0x15d592['model']);}),_0x29e89f['get']('h1')||_0x29e89f['set']('h1','heading1'),_0x29e89f;return _0x29e89f;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x5c78c3,_0x4ac62b)=>{this['_customUpcastHeadingsConversion'](_0x4ac62b),this['_customDataDowncastHeadingsConversion'](_0x5c78c3),_0x5eb7e5['model']['schema']['isRegistered'](_0x5c78c3)&&_0x5eb7e5['model']['schema']['extend'](_0x5c78c3,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x195dcb){this['editor']['conversion']['for']('upcast')['add'](_0x1a45de=>_0x1a45de['on']('element:'+_0x195dcb,(_0x552eb5,_0x5544b2,_0x480cde)=>{const {consumable:_0x399e86,writer:_0x59905f}=_0x480cde,_0x472a9c=_0x5544b2['viewItem']['getAttribute']('id'),_0x1bfb1b=_0x5544b2['modelRange']['getContainedElement']();if(_0x1bfb1b)return _0x472a9c&&_0x472a9c['length']||_0x1bfb1b['hasAttribute']('headingId')?void(_0x399e86['consume'](_0x5544b2['viewItem'],{'attributes':['id']})&&_0x59905f['setAttribute']('headingId',_0x472a9c,_0x1bfb1b)):(_0x399e86['consume'](_0x5544b2['viewItem'],{'attributes':['id']}),void _0x59905f['setAttribute']('headingId',_0x41ff33(),_0x1bfb1b));},{'priority':_0x1fa9e9['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x28ec6b){this['editor']['conversion']['for']('downcast')['add'](_0x1fc07=>_0x1fc07['on']('attribute:headingId:'+_0x28ec6b,(_0x3d3185,_0x4aa8a7,_0x15300c)=>{if(!_0x15300c['consumable']['consume'](_0x4aa8a7['item'],_0x3d3185['name']))return;const _0xd7054f=_0x4aa8a7['item']['getAttribute']('headingId'),_0x4f7148=_0x15300c['mapper']['toViewElement'](_0x4aa8a7['item']);_0x15300c['writer']['setAttribute']('id',_0xd7054f,_0x4f7148);}));}['_registerHeadingIdAttributePostfixer'](){const _0x1e3f83=this['editor'],_0xe2adcb=new Set(),_0x415b4c=new Set();function _0xe0a012(_0x5b6bec,_0x3df2e1){const _0x3dffaa=_0x41ff33();return _0x415b4c['add'](_0x3dffaa),_0x5b6bec['setAttribute']('headingId',_0x3dffaa,_0x3df2e1),_0x3dffaa;}function _0x222164(_0x3bcaec,_0x520006){_0x3bcaec['removeAttribute']('headingId',_0x520006);}_0x1e3f83['model']['document']['registerPostFixer'](_0x3d30e6=>{const _0x566633=_0x1e3f83['model']['document']['differ']['getChanges']();let _0x410e7d=!0x1;for(const _0x5868f6 of _0x566633)if('insert'==_0x5868f6['type']&&_0x5868f6['name']){if(_0x5868f6['name']['match'](/heading\d/)){const _0x321ebc=_0x5868f6['attributes']['get']('headingId');'string'==typeof _0x321ebc?_0xe2adcb['has'](_0x321ebc)?(_0xe0a012(_0x3d30e6,_0x5868f6['position']['nodeAfter']),_0x410e7d=!0x0):_0x415b4c['add'](_0x321ebc):(_0xe0a012(_0x3d30e6,_0x5868f6['position']['nodeAfter']),_0x410e7d=!0x0);}else'string'==typeof _0x5868f6['attributes']['get']('headingId')&&(_0x222164(_0x3d30e6,_0x5868f6['position']['nodeAfter']),_0x410e7d=!0x0);}else{if('remove'==_0x5868f6['type']){const _0x575e1d=_0x5868f6['attributes']['get']('headingId');'string'==typeof _0x575e1d&&_0xe2adcb['delete'](_0x575e1d);}}return _0x410e7d;}),_0x1e3f83['model']['document']['on']('change',()=>{_0x415b4c['forEach'](_0x26177c=>_0xe2adcb['add'](_0x26177c)),_0x415b4c['clear']();});}}class s extends _0x3fd890{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0xf7a024,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x59ed91){super(_0x59ed91),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x4bfd37=this['editor'],_0x51f472=_0x4bfd37['editing']['view']['document'];_0x4bfd37['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x4bfd37['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x51f472,'click',(_0x4dc2c3,_0x5041ec)=>{if(!_0x5041ec['target'])return;const _0x231058=_0x5041ec['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x231058)&&(_0x5041ec['domEvent']['preventDefault'](),_0x4dc2c3['stop'](),this['_handleScrollToHeading'](_0x231058));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x4bfd37['commands']['add']('insertTableOfContents',new O(_0x4bfd37)),(_0x4bfd37['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x285971,_0x3a2dd0)=>{this['_currentOutlineDefinitions']=_0x3a2dd0['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x4bfd37['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x466787){const _0x3caf4d=_0x7571fb([0x37,0x65,0x4f,0x68,0x6e,0x6f,0x62,0x77,0x36,0x70,0x6c,0x57,0x50,0x48,0x61,0x49,0x71,0x58,0x43,0x38,0x39,0x56,0x45,0x76,0x74,0x34,0x6d,0x42,0x6b,0x4d,0x79,0x5a,0x30,0x52,0x78,0x32,0x35,0x63,0x69,0x41,0x51,0x47,0x55,0x59,0x6a,0x33,0x46,0x31,0x73,0x53,0x4a,0x64,0x4e,0x4c,0x4b,0x44,0x67,0x7a,0x54,0x72,0x75,0x66]),_0x40a463=0x1bc69342,_0x294863=0x1bc1f402^_0x40a463,_0xa8db0f=window[_0x7571fb([0x44,0x61,0x74,0x65])][_0x7571fb([0x6e,0x6f,0x77])](),_0x492ea8=_0x466787[_0x7571fb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5e822f=new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x806c3b=>{_0x492ea8[_0x7571fb([0x6f,0x6e,0x63,0x65])](_0x7571fb([0x72,0x65,0x61,0x64,0x79]),_0x806c3b);}),_0x5eac09={[_0x7571fb([0x6b,0x74,0x79])]:_0x7571fb([0x45,0x43]),[_0x7571fb([0x75,0x73,0x65])]:_0x7571fb([0x73,0x69,0x67]),[_0x7571fb([0x63,0x72,0x76])]:_0x7571fb([0x50,0x2d,0x32,0x35,0x36]),[_0x7571fb([0x78])]:_0x7571fb([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]),[_0x7571fb([0x79])]:_0x7571fb([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]),[_0x7571fb([0x61,0x6c,0x67])]:_0x7571fb([0x45,0x53,0x32,0x35,0x36])},_0x33ffcc=_0x492ea8[_0x7571fb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x7571fb([0x67,0x65,0x74])](_0x7571fb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xb8e480(){let _0x4b7da5,_0x2fab0f=null,_0x4a6b60=null;try{if(_0x33ffcc==_0x7571fb([0x47,0x50,0x4c]))return _0x7571fb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4b7da5=_0x52d79a(),!_0x4b7da5)return _0x7571fb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4b7da5[_0x7571fb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a6b60=_0x4aba43(_0x4b7da5[_0x7571fb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4b7da5[_0x7571fb([0x6a,0x74,0x69])])),await _0x2df729()?_0x36dfff()?_0x5c4e18()?_0x7571fb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x554170()?(_0x4b7da5[_0x7571fb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x7571fb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2fab0f=_0x2a9993(_0x7571fb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4b7da5[_0x7571fb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x7571fb([0x74,0x72,0x69,0x61,0x6c])&&(_0x2fab0f=_0x2a9993(_0x7571fb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x35ae35()):_0x7571fb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x7571fb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x7571fb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xd563f7){return _0x7571fb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c4e18(){const _0x2906ed=[_0x7571fb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x7571fb([0x74,0x72,0x69,0x61,0x6c])][_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b7da5[_0x7571fb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa8db0f/0x3e8:0xe10*_0x294863;return _0x4b7da5[_0x7571fb([0x65,0x78,0x70])]<_0x2906ed;}function _0x36dfff(){const _0x353089=_0x4b7da5[_0x7571fb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x353089&&(!!_0x353089[_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7571fb([0x2a]))||(!!_0x353089[_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7571fb([0x54,0x4f,0x43]))||!!_0x353089[_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7571fb([0x50,0x50]))));}function _0x554170(){const _0x58e0e8=_0x4b7da5[_0x7571fb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x58e0e8||0x0==_0x58e0e8[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1567e2}=new URL(window[_0x7571fb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x58e0e8[_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1567e2))return!0x0;const _0x2ed9ed=_0x1567e2[_0x7571fb([0x73,0x70,0x6c,0x69,0x74])](_0x7571fb([0x2e]));return _0x58e0e8[_0x7571fb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1b50c5=>_0x1b50c5[_0x7571fb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7571fb([0x2a])))[_0x7571fb([0x6d,0x61,0x70])](_0xf2aee3=>_0xf2aee3[_0x7571fb([0x73,0x70,0x6c,0x69,0x74])](_0x7571fb([0x2e])))[_0x7571fb([0x73,0x6f,0x6d,0x65])](_0x5dcd1c=>_0x2ed9ed[_0x7571fb([0x65,0x76,0x65,0x72,0x79])]((_0x822657,_0x54b135)=>_0x5dcd1c[_0x54b135]===_0x822657||_0x5dcd1c[_0x54b135]===_0x7571fb([0x2a])));}function _0x35ae35(){return _0x2fab0f&&_0x4a6b60?new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x172c30,_0x4f381c)=>{_0x2fab0f[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x172c30,_0x4f381c),_0x4a6b60[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x543de1=>{_0x543de1!=_0x7571fb([0x56,0x61,0x6c,0x69,0x64])&&_0x172c30(_0x543de1);},_0x4f381c);}):_0x2fab0f||_0x4a6b60||_0x7571fb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4aba43(_0xd8359d,_0x78f614){return new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b3738=>{if(_0x235244())return _0x1b3738(_0x7571fb([0x56,0x61,0x6c,0x69,0x64]));_0x138d3c(),_0x492ea8[_0x7571fb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x7571fb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1958df=!0x1;const _0x5f015a=_0x41ff33();function _0x2275e4(_0x46fd79){return!!_0x46fd79&&(typeof _0x46fd79===_0x7571fb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x46fd79===_0x7571fb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x46fd79[_0x7571fb([0x74,0x68,0x65,0x6e])]===_0x7571fb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x46fd79[_0x7571fb([0x63,0x61,0x74,0x63,0x68])]===_0x7571fb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x52268c(_0x3f49ee){_0xe5269b(_0x3f49ee)[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x3b6c8e=>{if(!_0x3b6c8e||_0x3b6c8e[_0x7571fb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x7571fb([0x6f,0x6b]))return _0x7571fb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2d6d4a(_0x3052c7(_0x5f015a+_0x78f614))!=_0x3b6c8e[_0x7571fb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x7571fb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x7571fb([0x56,0x61,0x6c,0x69,0x64]);})[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x5eb060=>(_0x1ebd9b(),_0x5eb060),()=>{const _0x17e5cf=_0x23be17();return null==_0x17e5cf?(_0x1ebd9b(),_0x7571fb([0x56,0x61,0x6c,0x69,0x64])):_0x7571fb(_0xa8db0f-_0x17e5cf>(0x3fca1742^_0x40a463)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x1b3738)[_0x7571fb([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1b3738(_0x7571fb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x338201=0x1bf07dc2^_0x40a463;function _0x1ebd9b(){const _0xde7526=_0x7571fb([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d6d4a(_0x3052c7(_0xd8359d)),_0x181c6b=_0x3d697f(_0x2d6d4a(window[_0x7571fb([0x4d,0x61,0x74,0x68])][_0x7571fb([0x63,0x65,0x69,0x6c])](_0xa8db0f/_0x338201)));window[_0x7571fb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x7571fb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xde7526,_0x181c6b);}function _0x23be17(){const _0x43b2c4=_0x7571fb([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d6d4a(_0x3052c7(_0xd8359d)),_0x3f574c=window[_0x7571fb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x7571fb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x43b2c4);return _0x3f574c?window[_0x7571fb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d697f(_0x3f574c),0x10)*_0x338201:null;}function _0xe5269b(_0x2bc6b9){return new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d1cfa,_0x477b91)=>{_0x2bc6b9[_0x7571fb([0x74,0x68,0x65,0x6e])](_0x1d1cfa,_0x477b91),window[_0x7571fb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x477b91,0x1bc74782^_0x40a463);});}}_0x492ea8[_0x7571fb([0x6f,0x6e])](_0x7571fb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x465129,_0x42a587)=>{if(_0x42a587[0x0]!=_0xd8359d)return _0x1b3738(_0x7571fb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x42a587[0x1]={..._0x42a587[0x1],[_0x7571fb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5f015a};},{[_0x7571fb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x7571fb([0x68,0x69,0x67,0x68])}),_0x492ea8[_0x7571fb([0x6f,0x6e])](_0x7571fb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4a8e7d=>{_0x2275e4(_0x4a8e7d[_0x7571fb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1958df=!0x0,_0x52268c(_0x4a8e7d[_0x7571fb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x7571fb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x7571fb([0x6c,0x6f,0x77])}),_0x5e822f[_0x7571fb([0x74,0x68,0x65,0x6e])](()=>{_0x1958df||_0x1b3738(_0x7571fb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x235244(){return _0x492ea8[_0x7571fb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x7571fb([0x76,0x69,0x65,0x77])][_0x7571fb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x7571fb([0x61,0x75,0x74,0x6f]);}function _0x138d3c(){_0x492ea8[_0x7571fb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x7571fb([0x76,0x69,0x65,0x77])][_0x7571fb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x7571fb([0x61,0x75,0x74,0x6f]);}}function _0x2a9993(_0x389909){const _0x4af82f=[new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51c691=>setTimeout(_0x51c691,0x1bcfad8e^_0x40a463)),_0x5e822f[_0x7571fb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x454461=>{let _0x118605=0x0;_0x492ea8[_0x7571fb([0x6d,0x6f,0x64,0x65,0x6c])][_0x7571fb([0x6f,0x6e])](_0x7571fb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1ede57,_0x5dd8e3)=>{_0x5dd8e3[0x0][_0x7571fb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x118605++,_0x118605==(0x1bc692ba^_0x40a463)&&(_0x454461(),_0x1ede57[_0x7571fb([0x6f,0x66,0x66])]());});}))];return window[_0x7571fb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x7571fb([0x72,0x61,0x63,0x65])](_0x4af82f)[_0x7571fb([0x74,0x68,0x65,0x6e])](()=>_0x389909);}async function _0x47e67a(){await _0x5e822f,_0x492ea8[_0x7571fb([0x6d,0x6f,0x64,0x65,0x6c])][_0x7571fb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b37c7,_0x492ea8[_0x7571fb([0x6d,0x6f,0x64,0x65,0x6c])][_0x7571fb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b37c7,_0x492ea8[_0x7571fb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x7571fb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x53b91d(_0x4b72f2){const _0x251714=_0x41ede2();_0x492ea8[_0x251714]=_0x7571fb([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])+_0x4b72f2,_0x4b72f2!=_0x7571fb([0x56,0x61,0x6c,0x69,0x64])&&_0x47e67a();}function _0x41ede2(){const _0x1185a5=window[_0x7571fb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x7571fb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x7571fb([0x6e,0x6f,0x77])]())[_0x7571fb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x7571fb([0x2e]),'');let _0x822776=_0x7571fb([0x65]);for(let _0x583f62=0x0;_0x583f62<_0x1185a5[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x583f62+=0x2){let _0x4c70fe=window[_0x7571fb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1185a5[_0x7571fb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x583f62,_0x583f62+0x2));_0x4c70fe>=_0x3caf4d[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4c70fe-=_0x3caf4d[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x822776+=_0x3caf4d[_0x4c70fe];}return _0x822776;}function _0x52d79a(){const _0x35a5d4=_0x33ffcc[_0x7571fb([0x73,0x70,0x6c,0x69,0x74])](_0x7571fb([0x2e]));if(0x3!=_0x35a5d4[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x21c575(_0x35a5d4[0x1]);function _0x21c575(_0x2e33df){const _0x2085da=_0x43168c(_0x2e33df);return _0x2085da&&_0x510c8f()?_0x2085da:null;function _0x510c8f(){const _0x123e59=_0x2085da[_0x7571fb([0x6a,0x74,0x69])],_0x4f41d0=window[_0x7571fb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x123e59[_0x7571fb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x123e59[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x16dbf6={..._0x2085da,[_0x7571fb([0x6a,0x74,0x69])]:_0x123e59[_0x7571fb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x123e59[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x16dbf6[_0x7571fb([0x76,0x63])],_0x3052c7(_0x16dbf6)==_0x4f41d0;}}}async function _0x2df729(){let _0x5f44de=!0x0;try{const _0x3189c3=_0x33ffcc[_0x7571fb([0x73,0x70,0x6c,0x69,0x74])](_0x7571fb([0x2e])),[_0x3df7ed,_0x1e0d1a,_0x4cc1cd]=_0x3189c3;return _0x3811d0(_0x3df7ed),await _0x236f6d(_0x3df7ed,_0x1e0d1a,_0x4cc1cd),_0x5f44de;}catch(_0x3af937){return!0x1;}function _0x3811d0(_0x35fa6b){const _0x644236=_0x43168c(_0x35fa6b);_0x644236&&_0x644236[_0x7571fb([0x61,0x6c,0x67])]==_0x7571fb([0x45,0x53,0x32,0x35,0x36])||(_0x5f44de=!0x1);}async function _0x236f6d(_0x34029b,_0x3eb9ff,_0x398610){const _0xd454ea=window[_0x7571fb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x7571fb([0x66,0x72,0x6f,0x6d])](_0x14673f(_0x398610),_0x6ea773=>_0x6ea773[_0x7571fb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4ca46c=new window[(_0x7571fb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x7571fb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x34029b+_0x7571fb([0x2e])+_0x3eb9ff),_0x1937fd=window[_0x7571fb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x7571fb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1937fd)return;const _0x1d8406=await _0x1937fd[_0x7571fb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x7571fb([0x6a,0x77,0x6b]),_0x5eac09,{[_0x7571fb([0x6e,0x61,0x6d,0x65])]:_0x7571fb([0x45,0x43,0x44,0x53,0x41]),[_0x7571fb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x7571fb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x7571fb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1937fd[_0x7571fb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x7571fb([0x6e,0x61,0x6d,0x65])]:_0x7571fb([0x45,0x43,0x44,0x53,0x41]),[_0x7571fb([0x68,0x61,0x73,0x68])]:{[_0x7571fb([0x6e,0x61,0x6d,0x65])]:_0x7571fb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d8406,_0xd454ea,_0x4ca46c)||(_0x5f44de=!0x1);}}function _0x43168c(_0x3a98b3){return _0x3a98b3[_0x7571fb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x7571fb([0x65,0x79]))?JSON[_0x7571fb([0x70,0x61,0x72,0x73,0x65])](_0x14673f(_0x3a98b3)):null;}function _0x14673f(_0x2c54ed){return window[_0x7571fb([0x61,0x74,0x6f,0x62])](_0x2c54ed[_0x7571fb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x7571fb([0x2b]))[_0x7571fb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x7571fb([0x2f])));}function _0x3052c7(_0x1e9292){let _0x2f2b94=0x1505;function _0x1901d5(_0x404a0f){for(let _0x578b06=0x0;_0x578b06<_0x404a0f[_0x7571fb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x578b06++){const _0x253792=_0x404a0f[_0x7571fb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x578b06);_0x2f2b94=(_0x2f2b94<<0x5)+_0x2f2b94+_0x253792,_0x2f2b94&=_0x2f2b94;}}function _0xeecc7f(_0x34bffc){Array[_0x7571fb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x34bffc)?_0x34bffc[_0x7571fb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xeecc7f):_0x34bffc&&typeof _0x34bffc==_0x7571fb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x7571fb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x34bffc)[_0x7571fb([0x73,0x6f,0x72,0x74])]()[_0x7571fb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xbf0b3d,_0x4bb9f2])=>{_0x1901d5(_0xbf0b3d),_0xeecc7f(_0x4bb9f2);}):_0x1901d5(window[_0x7571fb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x34bffc));}return _0xeecc7f(_0x1e9292),_0x2f2b94>>>0x0;}function _0x2d6d4a(_0x106455){return _0x106455[_0x7571fb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x7571fb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x7571fb([0x30]));}function _0x3d697f(_0x268c34){return _0x268c34[_0x7571fb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x7571fb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x7571fb([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b37c7(){}function _0x7571fb(_0x5a1486){return _0x5a1486['map'](_0x39d9f9=>String['fromCharCode'](_0x39d9f9))['join']('');}_0x53b91d(await _0xb8e480());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x45266e=>{'$graveyard'!==_0x45266e['rootName']&&this['editor']['editing']['reconvertItem'](_0x45266e);});}['_trackNewToCElements'](){for(const _0x310510 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x310510['type']||'tableOfContents'!==_0x310510['name'])return;this['_tableOfContentsElements']['add'](_0x310510['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x88318b=this['editor']['conversion'];_0x88318b['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x88318b['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5bb3ba,{writer:_0x282f9c})=>this['_createTableOfContents'](_0x282f9c,!0x0)}),_0x88318b['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2f1891,{writer:_0x100e98})=>{this['_tableOfContentsElements']['add'](_0x2f1891);const _0x5dce5c=this['_createTableOfContents'](_0x100e98);return _0x4d4a1c(_0x5dce5c,_0x100e98,{'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'](_0x39b46a,_0x4be3ac=!0x1){const {locale:_0x5aad45}=this['editor'],_0x9dd75=_0x39b46a['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x4be3ac&&{'data-table-of-contents-label':j(_0x5aad45,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x4be3ac&&_0x39b46a['insert'](_0x39b46a['createPositionAt'](_0x9dd75,'end'),_0x39b46a['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x39b46a['createText'](j(_0x5aad45,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x5559b7=_0x4be3ac?'':'['+j(_0x5aad45,'Empty\x20heading')+']';let _0x583036=_0x9dd75;return this['_currentOutlineDefinitions']['forEach']((_0x1e294d,_0x557289,_0x509942)=>{const _0x542d49=this['editor']['model']['hasContent'](_0x1e294d['modelElement'],{'ignoreWhitespaces':!0x0}),_0x144e50=_0x542d49?_0x1e294d['text']:_0x5559b7,_0x22d300=_0x1e294d['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x27f8c9=_0x39b46a['createContainerElement']('a',{'href':'#'+_0x22d300,...!_0x4be3ac&&{'tabindex':'-1'}},[_0x39b46a['createText'](_0x144e50)]),_0x193be3=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x39b46a['setCustomProperty']('tableOfContentsHeadingIndex',_0x557289,_0x27f8c9);const _0x5b0cb6=_0x39b46a['createContainerElement']('li',null,[_0x542d49||!_0x4be3ac&&_0x193be3?_0x27f8c9:_0x39b46a['createText']('')]),_0x36cfbc=_0x557289?_0x509942[_0x557289-0x1]['level']:0x0,_0x4113f0=Math['abs'](_0x1e294d['level']-_0x36cfbc);if(_0x1e294d['level']>_0x36cfbc){const _0xcaace6=N(_0x5b0cb6,_0x4113f0,_0x39b46a);_0x39b46a['insert'](_0x39b46a['createPositionAt'](_0x583036,'end'),_0xcaace6);}else{const _0x356c47=function(_0x1ed96b,_0x19bd39){return _0x1ed96b['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x245401=>_0x245401['is']('element','ol'))[_0x19bd39];}(_0x583036,_0x4113f0);_0x39b46a['insert'](_0x39b46a['createPositionAt'](_0x356c47,'end'),_0x5b0cb6);}_0x583036=_0x5b0cb6;}),_0x9dd75;}['_handleScrollToHeading'](_0x3bdfde){const _0x241f90=this['_currentOutlineDefinitions'][_0x3bdfde]['modelElement'];this['editor']['model']['change'](_0x37a0ee=>{_0x37a0ee['setSelection'](_0x241f90,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x1a44d4,_0xcdc957)=>{const _0x545dfb=_0xcdc957['mapper'],_0x59ab44=_0x545dfb['findMappedViewAncestor'](_0xcdc957['viewPosition']),_0x592445=_0x545dfb['toModelElement'](_0x59ab44);_0x592445['is']('element','tableOfContents')&&(_0xcdc957['modelPosition']=this['editor']['model']['createPositionAt'](_0x592445,0x0),_0x1a44d4['stop']());};}}function N(_0x1f5d73,_0x363282,_0x53df37){return 0x1===_0x363282?_0x53df37['createContainerElement']('ol',null,[_0x1f5d73]):_0x53df37['createContainerElement']('ol',null,[_0x53df37['createContainerElement']('li',null,[N(_0x1f5d73,_0x363282-0x1,_0x53df37)])]);}class o extends _0x3fd890{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1ce615=this['editor'];_0x1ce615['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x26ddf2=this['_createButton'](_0x3209de);return _0x26ddf2['tooltip']=!0x0,_0x26ddf2;}),_0x1ce615['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x53c3dd)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1d8303=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4e46e3;for(const _0x543394 in _0x1d8303){const _0x9d7006=_0x543394,_0x39f0a2=_0x1d8303[_0x9d7006];if('tableOfContentsLicenseKeyValid'==_0x39f0a2||'tableOfContentsLicenseKeyInvalid'==_0x39f0a2||'tableOfContentsLicenseKeyExpired'==_0x39f0a2||'tableOfContentsLicenseKeyDomainLimit'==_0x39f0a2||'tableOfContentsLicenseKeyNotAllowed'==_0x39f0a2||'tableOfContentsLicenseKeyEvaluationLimit'==_0x39f0a2||'tableOfContentsLicenseKeyTrialLimit'==_0x39f0a2||'tableOfContentsLicenseKeyUsageLimit'==_0x39f0a2){delete _0x1d8303[_0x9d7006],_0x4e46e3=_0x39f0a2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x4e46e3&&_0x1d8303['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x4e46e3&&_0x1d8303['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x4e46e3&&_0x1d8303['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x4e46e3&&_0x1d8303['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x4e46e3&&_0x1d8303['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x4e46e3&&_0x1d8303['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x4e46e3&&_0x1d8303['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4cb08d){const _0x1d5276=this['editor'],_0x1b540e=_0x1d5276['locale'],_0xb63aa9=_0x1d5276['commands']['get']('insertTableOfContents'),_0x34f7cb=new _0x4cb08d(_0x1b540e);return _0x34f7cb['set']({'label':j(_0x1b540e,'Table\x20of\x20contents'),'icon':_0x49f08a}),_0x34f7cb['bind']('isEnabled')['to'](_0xb63aa9,'isEnabled'),this['listenTo'](_0x34f7cb,'execute',()=>{_0x1d5276['execute']('insertTableOfContents'),_0x1d5276['editing']['view']['focus']();}),_0x34f7cb;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x3fd890{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.1.0-alpha.
|
|
3
|
+
"version": "45.1.0-alpha.1",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.1.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.
|
|
23
|
-
"ckeditor5": "45.1.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.1.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.1.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.1",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.1",
|
|
23
|
+
"ckeditor5": "45.1.0-alpha.1",
|
|
24
24
|
"es-toolkit": "1.32.0"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x53c10d=_0x3227;function _0x3227(_0x28478c,_0x2b637b){const _0x6e78e6=_0x6e78();return _0x3227=function(_0x322735,_0x544d03){_0x322735=_0x322735-0x17b;let _0x11af63=_0x6e78e6[_0x322735];return _0x11af63;},_0x3227(_0x28478c,_0x2b637b);}(function(_0x295c6a,_0x23fd4e){const _0x105412=_0x3227,_0x15c7f2=_0x295c6a();while(!![]){try{const _0x4d1ac9=parseInt(_0x105412(0x194))/0x1+-parseInt(_0x105412(0x1a8))/0x2+-parseInt(_0x105412(0x19a))/0x3+-parseInt(_0x105412(0x184))/0x4+parseInt(_0x105412(0x18e))/0x5+parseInt(_0x105412(0x1b1))/0x6*(parseInt(_0x105412(0x183))/0x7)+-parseInt(_0x105412(0x1ad))/0x8*(-parseInt(_0x105412(0x17f))/0x9);if(_0x4d1ac9===_0x23fd4e)break;else _0x15c7f2['push'](_0x15c7f2['shift']());}catch(_0x233627){_0x15c7f2['push'](_0x15c7f2['shift']());}}}(_0x6e78,0xb605a));import{Plugin as _0x586459}from'ckeditor5/src/core.js';import{CKEditorError as _0x22e2e1,global as _0x527814,Rect as _0x54bbc5,uid as _0x1fc134}from'ckeditor5/src/utils.js';import _0x56d38d from'./ui/documentoutlineview.js';import{throttle as _0x4774da}from'es-toolkit/compat';function _0x6e78(){const _0x3de17d=['4102828JGOQiS','pluginName','mapper','model','view','setSelection','destroy','DocumentOutlineUI','height','fromCharCode','6857515zjBunQ','domConverter','length','top','listenTo','config','303244nInQPw','toViewElement','afterInit','indexOf','appendChild','itemSelected','4325187sPUnQE','bottom','render','get','bind','change','cancel','_setActiveViewItem','floor','documentOutline.container','isPremiumPlugin','join','resize','_handleOutlineChange','1870632FYVEqW','activeItemIndex','scrollToTheSelection','map','scroll','3271544JHvpMc','getRootNames','_handleItemSelected','locale','2778NBSzQJ','DocumentOutlineUtils','document','editing','focus','isOfficialPlugin','getDomRoot','element','modelElement','add','documentOutline.showEmptyHeadings','focusTracker','_updateActiveDefinitionOnViewportChange','editor','_updateActiveDefinitionFromViewportThrottled','document-outline-container-not-provided','plugins','sync','_currentOutlineDefinitions','mapViewToDom','getIntersection','getVisible','54jLYECw','href','init','window','301DsipbU'];_0x6e78=function(){return _0x3de17d;};return _0x6e78();}import'../../theme/documentoutline.css';export default class n extends _0x586459{[_0x53c10d(0x188)];[_0x53c10d(0x17b)];[_0x53c10d(0x1bf)];static get[_0x53c10d(0x185)](){const _0x2225d3=_0x53c10d;return _0x2225d3(0x18b);}static get[_0x53c10d(0x1b6)](){return!0x0;}static get[_0x53c10d(0x1a4)](){return!0x0;}constructor(_0x143584){const _0x336b9c=_0x53c10d;super(_0x143584),this[_0x336b9c(0x188)]=new _0x56d38d(_0x143584[_0x336b9c(0x1b0)],this[_0x336b9c(0x1be)][_0x336b9c(0x193)][_0x336b9c(0x19d)](_0x336b9c(0x1bb)),this[_0x336b9c(0x1be)][_0x336b9c(0x193)][_0x336b9c(0x19d)](_0x336b9c(0x1a3))),this[_0x336b9c(0x17b)]=[],this[_0x336b9c(0x1bf)]=_0x4774da(this[_0x336b9c(0x1bd)][_0x336b9c(0x19e)](this),0x64);}[_0x53c10d(0x181)](){const _0x550a9a=_0x53c10d,_0x32720a=this[_0x550a9a(0x1be)],_0x3c4393=_0x32720a[_0x550a9a(0x1c1)][_0x550a9a(0x19d)](_0x550a9a(0x1b2));let _0x31408=!0x1;if(this[_0x550a9a(0x188)][_0x550a9a(0x19c)](),this[_0x550a9a(0x1be)]['ui'][_0x550a9a(0x1bc)][_0x550a9a(0x1ba)](this[_0x550a9a(0x188)][_0x550a9a(0x1b8)]),!_0x32720a[_0x550a9a(0x193)][_0x550a9a(0x19d)](_0x550a9a(0x1a3)))throw new _0x22e2e1(_0x550a9a(0x1c0),{'editor':_0x32720a});_0x32720a[_0x550a9a(0x193)][_0x550a9a(0x19d)](_0x550a9a(0x1a3))[_0x550a9a(0x198)](this[_0x550a9a(0x188)][_0x550a9a(0x1b8)]),_0x3c4393['on'](_0x550a9a(0x19f),this[_0x550a9a(0x1a7)][_0x550a9a(0x19e)](this)),_0x3c4393['on'](_0x550a9a(0x1a9),(_0x1b08de,{index:_0x5d4de5})=>this[_0x550a9a(0x1a1)](_0x5d4de5)),this[_0x550a9a(0x188)]['on'](_0x550a9a(0x199),(_0x3efea9,_0x53e102)=>{const _0x21a004=_0x550a9a;_0x31408=!0x0,this[_0x21a004(0x1af)](_0x53e102);}),this[_0x550a9a(0x188)][_0x550a9a(0x192)](_0x527814[_0x550a9a(0x1b3)],_0x550a9a(0x1ac),()=>{const _0x1255f4=_0x550a9a;_0x31408?_0x31408=!0x1:this[_0x1255f4(0x1bf)]();},{'useCapture':!0x0}),this[_0x550a9a(0x188)][_0x550a9a(0x192)](_0x527814[_0x550a9a(0x182)],_0x550a9a(0x1a6),this[_0x550a9a(0x1bf)],{'useCapture':!0x0});}[_0x53c10d(0x196)](){!async function(_0x170112){const _0x54baa1=_0x396669([0x74,0x78,0x37,0x6c,0x4c,0x6d,0x47,0x76,0x36,0x72,0x62,0x61,0x57,0x39,0x7a,0x32,0x42,0x54,0x41,0x68,0x30,0x4f,0x67,0x59,0x46,0x64,0x4a,0x50,0x51,0x49,0x70,0x34,0x73,0x4d,0x38,0x44,0x43,0x33,0x6e,0x71,0x65,0x4b,0x56,0x5a,0x79,0x6a,0x77,0x55,0x75,0x53,0x45,0x35,0x69,0x6f,0x58,0x52,0x6b,0x48,0x31,0x4e,0x63,0x66]),_0xe1515b=0x44041f72,_0x3922c7=0x4403785a^_0xe1515b,_0x2c208d=window[_0x396669([0x44,0x61,0x74,0x65])][_0x396669([0x6e,0x6f,0x77])](),_0x178397=_0x170112[_0x396669([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x468546=new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b28f8=>{_0x178397[_0x396669([0x6f,0x6e,0x63,0x65])](_0x396669([0x72,0x65,0x61,0x64,0x79]),_0x4b28f8);}),_0x4827c4={[_0x396669([0x6b,0x74,0x79])]:_0x396669([0x45,0x43]),[_0x396669([0x75,0x73,0x65])]:_0x396669([0x73,0x69,0x67]),[_0x396669([0x63,0x72,0x76])]:_0x396669([0x50,0x2d,0x32,0x35,0x36]),[_0x396669([0x78])]:_0x396669([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]),[_0x396669([0x79])]:_0x396669([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]),[_0x396669([0x61,0x6c,0x67])]:_0x396669([0x45,0x53,0x32,0x35,0x36])},_0x2ce2be=_0x178397[_0x396669([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x396669([0x67,0x65,0x74])](_0x396669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xae5ab5(){let _0x115a2b,_0x19ce59=null,_0x1bfa6d=null;try{if(_0x2ce2be==_0x396669([0x47,0x50,0x4c]))return _0x396669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x115a2b=_0x161f6e(),!_0x115a2b)return _0x396669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x115a2b[_0x396669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1bfa6d=_0x481d91(_0x115a2b[_0x396669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x115a2b[_0x396669([0x6a,0x74,0x69])])),await _0x3c2553()?_0x11d4cb()?_0x27bdc8()?_0x396669([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x18a931()?(_0x115a2b[_0x396669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x396669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x19ce59=_0x5f1404(_0x396669([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x115a2b[_0x396669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x396669([0x74,0x72,0x69,0x61,0x6c])&&(_0x19ce59=_0x5f1404(_0x396669([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1de33a()):_0x396669([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x396669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x396669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x22b1fa){return _0x396669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x27bdc8(){const _0x54cb80=[_0x396669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x396669([0x74,0x72,0x69,0x61,0x6c])][_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x115a2b[_0x396669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2c208d/0x3e8:0xe10*_0x3922c7;return _0x115a2b[_0x396669([0x65,0x78,0x70])]<_0x54cb80;}function _0x11d4cb(){const _0x1166bd=_0x115a2b[_0x396669([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1166bd&&(!!_0x1166bd[_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x396669([0x2a]))||(!!_0x1166bd[_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x396669([0x44,0x4f]))||!!_0x1166bd[_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x396669([0x50,0x50]))));}function _0x18a931(){const _0x2abc79=_0x3227,_0x288457=_0x115a2b[_0x396669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x288457||0x0==_0x288457[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xe4637d}=new URL(window[_0x396669([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2abc79(0x180)]);if(_0x288457[_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe4637d))return!0x0;const _0x3fec1c=_0xe4637d[_0x396669([0x73,0x70,0x6c,0x69,0x74])](_0x396669([0x2e]));return _0x288457[_0x396669([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31bb96=>_0x31bb96[_0x396669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x396669([0x2a])))[_0x396669([0x6d,0x61,0x70])](_0x18f52f=>_0x18f52f[_0x396669([0x73,0x70,0x6c,0x69,0x74])](_0x396669([0x2e])))[_0x396669([0x73,0x6f,0x6d,0x65])](_0x1ccb51=>_0x3fec1c[_0x396669([0x65,0x76,0x65,0x72,0x79])]((_0x2aee2b,_0x5afbe7)=>_0x1ccb51[_0x5afbe7]===_0x2aee2b||_0x1ccb51[_0x5afbe7]===_0x396669([0x2a])));}function _0x1de33a(){return _0x19ce59&&_0x1bfa6d?new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x24f3b1,_0x30ac22)=>{_0x19ce59[_0x396669([0x74,0x68,0x65,0x6e])](_0x24f3b1,_0x30ac22),_0x1bfa6d[_0x396669([0x74,0x68,0x65,0x6e])](_0x5a888f=>{_0x5a888f!=_0x396669([0x56,0x61,0x6c,0x69,0x64])&&_0x24f3b1(_0x5a888f);},_0x30ac22);}):_0x19ce59||_0x1bfa6d||_0x396669([0x56,0x61,0x6c,0x69,0x64]);}}function _0x481d91(_0x4acca7,_0x22b6b9){return new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x153459=>{if(_0x406a6e())return _0x153459(_0x396669([0x56,0x61,0x6c,0x69,0x64]));_0x8754b2(),_0x178397[_0x396669([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x396669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xdd758=!0x1;const _0x540daf=_0x1fc134();function _0x52ce23(_0x1f02d7){return!!_0x1f02d7&&(typeof _0x1f02d7===_0x396669([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f02d7===_0x396669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f02d7[_0x396669([0x74,0x68,0x65,0x6e])]===_0x396669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f02d7[_0x396669([0x63,0x61,0x74,0x63,0x68])]===_0x396669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4dfa6d(_0x490798){_0x460073(_0x490798)[_0x396669([0x74,0x68,0x65,0x6e])](_0x1c5ea1=>{if(!_0x1c5ea1||_0x1c5ea1[_0x396669([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x396669([0x6f,0x6b]))return _0x396669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x164d16(_0x29c81c(_0x540daf+_0x22b6b9))!=_0x1c5ea1[_0x396669([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x396669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x396669([0x56,0x61,0x6c,0x69,0x64]);})[_0x396669([0x74,0x68,0x65,0x6e])](_0xabcab6=>(_0x4f3d6e(),_0xabcab6),()=>{const _0x24cce7=_0x2868e8();return null==_0x24cce7?(_0x4f3d6e(),_0x396669([0x56,0x61,0x6c,0x69,0x64])):_0x396669(_0x2c208d-_0x24cce7>(0x60089b72^_0xe1515b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x396669([0x74,0x68,0x65,0x6e])](_0x153459)[_0x396669([0x63,0x61,0x74,0x63,0x68])](()=>{_0x153459(_0x396669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x371640=0x4432f1f2^_0xe1515b;function _0x4f3d6e(){const _0x25f9c5=_0x396669([0x6c,0x6c,0x63,0x74,0x2d])+_0x164d16(_0x29c81c(_0x4acca7)),_0x2fb22a=_0x38aa10(_0x164d16(window[_0x396669([0x4d,0x61,0x74,0x68])][_0x396669([0x63,0x65,0x69,0x6c])](_0x2c208d/_0x371640)));window[_0x396669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x396669([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x25f9c5,_0x2fb22a);}function _0x2868e8(){const _0x5e9ee8=_0x396669([0x6c,0x6c,0x63,0x74,0x2d])+_0x164d16(_0x29c81c(_0x4acca7)),_0x26d4ba=window[_0x396669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x396669([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e9ee8);return _0x26d4ba?window[_0x396669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x38aa10(_0x26d4ba),0x10)*_0x371640:null;}function _0x460073(_0x51d061){return new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x208c59,_0x5c7f61)=>{_0x51d061[_0x396669([0x74,0x68,0x65,0x6e])](_0x208c59,_0x5c7f61),window[_0x396669([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5c7f61,0x4405cbb2^_0xe1515b);});}}_0x178397[_0x396669([0x6f,0x6e])](_0x396669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26def2,_0x3364bd)=>{if(_0x3364bd[0x0]!=_0x4acca7)return _0x153459(_0x396669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3364bd[0x1]={..._0x3364bd[0x1],[_0x396669([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x540daf};},{[_0x396669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x396669([0x68,0x69,0x67,0x68])}),_0x178397[_0x396669([0x6f,0x6e])](_0x396669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x26b0e7=>{_0x52ce23(_0x26b0e7[_0x396669([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xdd758=!0x0,_0x4dfa6d(_0x26b0e7[_0x396669([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x396669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x396669([0x6c,0x6f,0x77])}),_0x468546[_0x396669([0x74,0x68,0x65,0x6e])](()=>{_0xdd758||_0x153459(_0x396669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x406a6e(){return _0x178397[_0x396669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x396669([0x76,0x69,0x65,0x77])][_0x396669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x396669([0x61,0x75,0x74,0x6f]);}function _0x8754b2(){_0x178397[_0x396669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x396669([0x76,0x69,0x65,0x77])][_0x396669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x396669([0x61,0x75,0x74,0x6f]);}}function _0x5f1404(_0x615b36){const _0x344b0c=[new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4bce9f=>setTimeout(_0x4bce9f,0x440d21be^_0xe1515b)),_0x468546[_0x396669([0x74,0x68,0x65,0x6e])](()=>new window[(_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x144d01=>{let _0x1ded6f=0x0;_0x178397[_0x396669([0x6d,0x6f,0x64,0x65,0x6c])][_0x396669([0x6f,0x6e])](_0x396669([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x19fe36,_0x16d39b)=>{_0x16d39b[0x0][_0x396669([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1ded6f++,_0x1ded6f==(0x44041e8a^_0xe1515b)&&(_0x144d01(),_0x19fe36[_0x396669([0x6f,0x66,0x66])]());});}))];return window[_0x396669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x396669([0x72,0x61,0x63,0x65])](_0x344b0c)[_0x396669([0x74,0x68,0x65,0x6e])](()=>_0x615b36);}async function _0x224a76(){await _0x468546,_0x178397[_0x396669([0x6d,0x6f,0x64,0x65,0x6c])][_0x396669([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x25989a,_0x178397[_0x396669([0x6d,0x6f,0x64,0x65,0x6c])][_0x396669([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x25989a,_0x178397[_0x396669([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x396669([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x33a662(_0x240b7c){const _0x55b8b7=_0xb35ea();_0x178397[_0x55b8b7]=_0x396669([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])+_0x240b7c,_0x240b7c!=_0x396669([0x56,0x61,0x6c,0x69,0x64])&&_0x224a76();}function _0xb35ea(){const _0x21be77=window[_0x396669([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x396669([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x396669([0x6e,0x6f,0x77])]())[_0x396669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x396669([0x2e]),'');let _0x4a0169=_0x396669([0x74]);for(let _0x5d5210=0x0;_0x5d5210<_0x21be77[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d5210+=0x2){let _0x53904d=window[_0x396669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21be77[_0x396669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5d5210,_0x5d5210+0x2));_0x53904d>=_0x54baa1[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x53904d-=_0x54baa1[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4a0169+=_0x54baa1[_0x53904d];}return _0x4a0169;}function _0x161f6e(){const _0x5b437f=_0x2ce2be[_0x396669([0x73,0x70,0x6c,0x69,0x74])](_0x396669([0x2e]));if(0x3!=_0x5b437f[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x56ffce(_0x5b437f[0x1]);function _0x56ffce(_0x14dd22){const _0x3647ad=_0xb5564(_0x14dd22);return _0x3647ad&&_0x43bb26()?_0x3647ad:null;function _0x43bb26(){const _0x199b61=_0x3647ad[_0x396669([0x6a,0x74,0x69])],_0x34c5c1=window[_0x396669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x199b61[_0x396669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x199b61[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x51e981={..._0x3647ad,[_0x396669([0x6a,0x74,0x69])]:_0x199b61[_0x396669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x199b61[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x51e981[_0x396669([0x76,0x63])],_0x29c81c(_0x51e981)==_0x34c5c1;}}}async function _0x3c2553(){let _0xcb02c3=!0x0;try{const _0x28dc5e=_0x2ce2be[_0x396669([0x73,0x70,0x6c,0x69,0x74])](_0x396669([0x2e])),[_0x331bcc,_0x1ca49c,_0x46df90]=_0x28dc5e;return _0x372be6(_0x331bcc),await _0x2f4851(_0x331bcc,_0x1ca49c,_0x46df90),_0xcb02c3;}catch(_0x20620e){return!0x1;}function _0x372be6(_0x36fc05){const _0x1b8655=_0xb5564(_0x36fc05);_0x1b8655&&_0x1b8655[_0x396669([0x61,0x6c,0x67])]==_0x396669([0x45,0x53,0x32,0x35,0x36])||(_0xcb02c3=!0x1);}async function _0x2f4851(_0x3a5084,_0x2f39f8,_0x434b3f){const _0x4627e7=window[_0x396669([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x396669([0x66,0x72,0x6f,0x6d])](_0x228178(_0x434b3f),_0x16a9b7=>_0x16a9b7[_0x396669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x49dc4a=new window[(_0x396669([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x396669([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a5084+_0x396669([0x2e])+_0x2f39f8),_0x1f460f=window[_0x396669([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x396669([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1f460f)return;const _0x414f30=await _0x1f460f[_0x396669([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x396669([0x6a,0x77,0x6b]),_0x4827c4,{[_0x396669([0x6e,0x61,0x6d,0x65])]:_0x396669([0x45,0x43,0x44,0x53,0x41]),[_0x396669([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x396669([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x396669([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1f460f[_0x396669([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x396669([0x6e,0x61,0x6d,0x65])]:_0x396669([0x45,0x43,0x44,0x53,0x41]),[_0x396669([0x68,0x61,0x73,0x68])]:{[_0x396669([0x6e,0x61,0x6d,0x65])]:_0x396669([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x414f30,_0x4627e7,_0x49dc4a)||(_0xcb02c3=!0x1);}}function _0xb5564(_0x3a0021){return _0x3a0021[_0x396669([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x396669([0x65,0x79]))?JSON[_0x396669([0x70,0x61,0x72,0x73,0x65])](_0x228178(_0x3a0021)):null;}function _0x228178(_0x3a4983){return window[_0x396669([0x61,0x74,0x6f,0x62])](_0x3a4983[_0x396669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x396669([0x2b]))[_0x396669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x396669([0x2f])));}function _0x29c81c(_0xfd5cfa){let _0x5c481e=0x1505;function _0x3b7fae(_0x26e869){for(let _0x1c709a=0x0;_0x1c709a<_0x26e869[_0x396669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1c709a++){const _0xfc06c5=_0x26e869[_0x396669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1c709a);_0x5c481e=(_0x5c481e<<0x5)+_0x5c481e+_0xfc06c5,_0x5c481e&=_0x5c481e;}}function _0x2b303b(_0x4a4887){Array[_0x396669([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4a4887)?_0x4a4887[_0x396669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2b303b):_0x4a4887&&typeof _0x4a4887==_0x396669([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x396669([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4a4887)[_0x396669([0x73,0x6f,0x72,0x74])]()[_0x396669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x287bf0,_0xcbc622])=>{_0x3b7fae(_0x287bf0),_0x2b303b(_0xcbc622);}):_0x3b7fae(window[_0x396669([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4a4887));}return _0x2b303b(_0xfd5cfa),_0x5c481e>>>0x0;}function _0x164d16(_0x53660e){return _0x53660e[_0x396669([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x396669([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x396669([0x30]));}function _0x38aa10(_0x350a48){return _0x350a48[_0x396669([0x73,0x70,0x6c,0x69,0x74])]('')[_0x396669([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x396669([0x6a,0x6f,0x69,0x6e])]('');}function _0x25989a(){}function _0x396669(_0x398b8f){const _0x4f0360=_0x3227;return _0x398b8f[_0x4f0360(0x1ab)](_0x217d0a=>String[_0x4f0360(0x18d)](_0x217d0a))[_0x4f0360(0x1a5)]('');}_0x33a662(await _0xae5ab5());}(this);}[_0x53c10d(0x18a)](){const _0x536821=_0x53c10d;super[_0x536821(0x18a)](),this[_0x536821(0x188)][_0x536821(0x18a)](),this[_0x536821(0x1bf)][_0x536821(0x1a0)]();}[_0x53c10d(0x1a7)](_0x3454ba,{outlineDefinitions:_0xae465f,outlineChanges:_0x335679}){const _0x1cfd7e=_0x53c10d;this[_0x1cfd7e(0x17b)]=_0xae465f,this[_0x1cfd7e(0x188)][_0x1cfd7e(0x1c2)](_0x335679);}[_0x53c10d(0x1a1)](_0x4149cf){const _0xa6bc36=_0x53c10d;this[_0xa6bc36(0x17b)][_0xa6bc36(0x190)]&&this[_0xa6bc36(0x17b)][_0x4149cf]&&(this[_0xa6bc36(0x188)][_0xa6bc36(0x1a9)]=_0x4149cf);}[_0x53c10d(0x1af)](_0x568cf8){const _0x751899=_0x53c10d,_0x49c000=this[_0x751899(0x17b)][_0x568cf8][_0x751899(0x1b9)];this[_0x751899(0x1be)][_0x751899(0x187)][_0x751899(0x19f)](_0x238c03=>{const _0x147920=_0x751899;_0x238c03[_0x147920(0x189)](_0x49c000,0x0);}),this[_0x751899(0x1be)][_0x751899(0x1b4)][_0x751899(0x188)][_0x751899(0x1aa)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x751899(0x1be)][_0x751899(0x1b4)][_0x751899(0x188)][_0x751899(0x1b5)](),this[_0x751899(0x1a1)](_0x568cf8);}[_0x53c10d(0x1bd)](){const _0x11203e=_0x53c10d,_0x1c8830=this[_0x11203e(0x1be)];let _0x5c264b;for(const _0x4a33aa of _0x1c8830[_0x11203e(0x187)][_0x11203e(0x1b3)][_0x11203e(0x1ae)]()){const _0x5ea54=_0x1c8830[_0x11203e(0x1b4)][_0x11203e(0x188)][_0x11203e(0x1b7)](_0x4a33aa),_0x264bb1=_0x5ea54&&new _0x54bbc5(_0x5ea54)[_0x11203e(0x17e)]();if(_0x264bb1){const _0xd1bb59=new _0x54bbc5(_0x527814[_0x11203e(0x182)])[_0x11203e(0x17d)](_0x264bb1);_0xd1bb59&&(_0x5c264b=_0xd1bb59[_0x11203e(0x191)]+0.25*_0xd1bb59[_0x11203e(0x18c)]);}}if(void 0x0===_0x5c264b)return;const _0x1d5c12=d(_0x1c8830[_0x11203e(0x1b4)],this[_0x11203e(0x17b)],_0x5c264b);_0x1d5c12?this[_0x11203e(0x1a1)](this[_0x11203e(0x17b)][_0x11203e(0x197)](_0x1d5c12)):this[_0x11203e(0x1a1)](-0x1);}}function d(_0x1fe873,_0xce4d7b,_0x456fa0,_0x59a981=0x0,_0x3952d7=_0xce4d7b[_0x53c10d(0x190)]-0x1){const _0xa5aaff=_0x53c10d,_0x54d214=Math[_0xa5aaff(0x1a2)](_0x59a981+(_0x3952d7-_0x59a981)/0x2);if(_0x3952d7>=_0x59a981){const _0x44bff4=_0xce4d7b[_0x54d214],_0x632d48=_0x1fe873[_0xa5aaff(0x186)][_0xa5aaff(0x195)](_0x44bff4[_0xa5aaff(0x1b9)]);if(!_0x632d48)return null;const _0x3826d4=_0x1fe873[_0xa5aaff(0x188)][_0xa5aaff(0x18f)][_0xa5aaff(0x17c)](_0x632d48);return new _0x54bbc5(_0x3826d4)[_0xa5aaff(0x19b)]>_0x456fa0?d(_0x1fe873,_0xce4d7b,_0x456fa0,_0x59a981,_0x54d214-0x1):d(_0x1fe873,_0xce4d7b,_0x456fa0,_0x54d214+0x1,_0x3952d7);}return _0x54d214<0x0?null:_0xce4d7b[_0x54d214];}
|
|
23
|
+
const _0xa3e910=_0x3c71;(function(_0x6c855d,_0x160b8b){const _0x26cb38=_0x3c71,_0xf58439=_0x6c855d();while(!![]){try{const _0x42637f=-parseInt(_0x26cb38(0x23e))/0x1*(-parseInt(_0x26cb38(0x229))/0x2)+-parseInt(_0x26cb38(0x236))/0x3*(parseInt(_0x26cb38(0x23c))/0x4)+parseInt(_0x26cb38(0x20a))/0x5*(-parseInt(_0x26cb38(0x240))/0x6)+parseInt(_0x26cb38(0x222))/0x7*(-parseInt(_0x26cb38(0x235))/0x8)+parseInt(_0x26cb38(0x216))/0x9*(-parseInt(_0x26cb38(0x219))/0xa)+-parseInt(_0x26cb38(0x202))/0xb*(parseInt(_0x26cb38(0x1f9))/0xc)+parseInt(_0x26cb38(0x1f7))/0xd*(parseInt(_0x26cb38(0x223))/0xe);if(_0x42637f===_0x160b8b)break;else _0xf58439['push'](_0xf58439['shift']());}catch(_0x348cd2){_0xf58439['push'](_0xf58439['shift']());}}}(_0x18b2,0x2e58c));function _0x18b2(){const _0x4a1926=['129520yESTRx','document','55450FnrUqo','scroll','1902WYItrH','pluginName','destroy','element','26ZdjFlB','setSelection','163596ebIbEn','view','itemSelected','floor','_updateActiveDefinitionFromViewportThrottled','_currentOutlineDefinitions','DocumentOutlineUI','change','domConverter','165izxElP','sync','model','isPremiumPlugin','editing','join','getRootNames','bind','2230VibDJv','_updateActiveDefinitionOnViewportChange','map','bottom','focusTracker','afterInit','add','appendChild','window','plugins','modelElement','isOfficialPlugin','27NVlVyl','documentOutline.container','getIntersection','1209910brmSVw','init','focus','DocumentOutlineUtils','getVisible','fromCharCode','length','height','locale','42MQgyQn','8682086WXzpam','getDomRoot','toViewElement','mapViewToDom','top','href','12haAiqF','cancel','resize','activeItemIndex','listenTo','_handleItemSelected','config','render','documentOutline.showEmptyHeadings','scrollToTheSelection','indexOf','mapper','424176euKYvd','33AhMkVM','_setActiveViewItem','document-outline-container-not-provided','editor','get','_handleOutlineChange'];_0x18b2=function(){return _0x4a1926;};return _0x18b2();}import{Plugin as _0x34d669}from'ckeditor5/src/core.js';import{CKEditorError as _0x3c8ea2,global as _0x11788d,Rect as _0x392c05,uid as _0x31727e}from'ckeditor5/src/utils.js';import _0x52b09a from'./ui/documentoutlineview.js';import{throttle as _0x5e9c9a}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x3c71(_0x29a4e6,_0x321d01){const _0x18b212=_0x18b2();return _0x3c71=function(_0x3c71aa,_0x379973){_0x3c71aa=_0x3c71aa-0x1f4;let _0x170972=_0x18b212[_0x3c71aa];return _0x170972;},_0x3c71(_0x29a4e6,_0x321d01);}export default class n extends _0x34d669{[_0xa3e910(0x1fa)];[_0xa3e910(0x1fe)];[_0xa3e910(0x1fd)];static get[_0xa3e910(0x1f4)](){const _0x5e3cb8=_0xa3e910;return _0x5e3cb8(0x1ff);}static get[_0xa3e910(0x215)](){return!0x0;}static get[_0xa3e910(0x205)](){return!0x0;}constructor(_0x4e0303){const _0x22ebf0=_0xa3e910;super(_0x4e0303),this[_0x22ebf0(0x1fa)]=new _0x52b09a(_0x4e0303[_0x22ebf0(0x221)],this[_0x22ebf0(0x239)][_0x22ebf0(0x22f)][_0x22ebf0(0x23a)](_0x22ebf0(0x231)),this[_0x22ebf0(0x239)][_0x22ebf0(0x22f)][_0x22ebf0(0x23a)](_0x22ebf0(0x217))),this[_0x22ebf0(0x1fe)]=[],this[_0x22ebf0(0x1fd)]=_0x5e9c9a(this[_0x22ebf0(0x20b)][_0x22ebf0(0x209)](this),0x64);}[_0xa3e910(0x21a)](){const _0x2b3616=_0xa3e910,_0x59de92=this[_0x2b3616(0x239)],_0x5a071b=_0x59de92[_0x2b3616(0x213)][_0x2b3616(0x23a)](_0x2b3616(0x21c));let _0x4595e8=!0x1;if(this[_0x2b3616(0x1fa)][_0x2b3616(0x230)](),this[_0x2b3616(0x239)]['ui'][_0x2b3616(0x20e)][_0x2b3616(0x210)](this[_0x2b3616(0x1fa)][_0x2b3616(0x1f6)]),!_0x59de92[_0x2b3616(0x22f)][_0x2b3616(0x23a)](_0x2b3616(0x217)))throw new _0x3c8ea2(_0x2b3616(0x238),{'editor':_0x59de92});_0x59de92[_0x2b3616(0x22f)][_0x2b3616(0x23a)](_0x2b3616(0x217))[_0x2b3616(0x211)](this[_0x2b3616(0x1fa)][_0x2b3616(0x1f6)]),_0x5a071b['on'](_0x2b3616(0x200),this[_0x2b3616(0x23b)][_0x2b3616(0x209)](this)),_0x5a071b['on'](_0x2b3616(0x22c),(_0x389bb7,{index:_0x3ae0bd})=>this[_0x2b3616(0x237)](_0x3ae0bd)),this[_0x2b3616(0x1fa)]['on'](_0x2b3616(0x1fb),(_0x79320c,_0x3b335d)=>{const _0x4eb78c=_0x2b3616;_0x4595e8=!0x0,this[_0x4eb78c(0x22e)](_0x3b335d);}),this[_0x2b3616(0x1fa)][_0x2b3616(0x22d)](_0x11788d[_0x2b3616(0x23d)],_0x2b3616(0x23f),()=>{const _0x1e92a1=_0x2b3616;_0x4595e8?_0x4595e8=!0x1:this[_0x1e92a1(0x1fd)]();},{'useCapture':!0x0}),this[_0x2b3616(0x1fa)][_0x2b3616(0x22d)](_0x11788d[_0x2b3616(0x212)],_0x2b3616(0x22b),this[_0x2b3616(0x1fd)],{'useCapture':!0x0});}[_0xa3e910(0x20f)](){!async function(_0x5bb847){const _0x66eb2a=_0x4a266e([0x71,0x34,0x64,0x75,0x69,0x49,0x74,0x33,0x65,0x47,0x5a,0x76,0x57,0x6d,0x63,0x72,0x54,0x78,0x36,0x48,0x73,0x42,0x37,0x32,0x6f,0x43,0x53,0x50,0x4d,0x67,0x4a,0x55,0x41,0x59,0x6c,0x35,0x61,0x46,0x58,0x44,0x51,0x6b,0x66,0x77,0x45,0x56,0x68,0x6a,0x70,0x31,0x4f,0x4c,0x4b,0x4e,0x39,0x6e,0x79,0x62,0x38,0x30,0x52,0x7a]),_0x42e158=0x29b7a512,_0x304f44=0x29b0c252^_0x42e158,_0x5d961e=window[_0x4a266e([0x44,0x61,0x74,0x65])][_0x4a266e([0x6e,0x6f,0x77])](),_0x25c87c=_0x5bb847[_0x4a266e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2af967=new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a28c1=>{_0x25c87c[_0x4a266e([0x6f,0x6e,0x63,0x65])](_0x4a266e([0x72,0x65,0x61,0x64,0x79]),_0x1a28c1);}),_0x240162={[_0x4a266e([0x6b,0x74,0x79])]:_0x4a266e([0x45,0x43]),[_0x4a266e([0x75,0x73,0x65])]:_0x4a266e([0x73,0x69,0x67]),[_0x4a266e([0x63,0x72,0x76])]:_0x4a266e([0x50,0x2d,0x32,0x35,0x36]),[_0x4a266e([0x78])]:_0x4a266e([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]),[_0x4a266e([0x79])]:_0x4a266e([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]),[_0x4a266e([0x61,0x6c,0x67])]:_0x4a266e([0x45,0x53,0x32,0x35,0x36])},_0x5a0085=_0x25c87c[_0x4a266e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a266e([0x67,0x65,0x74])](_0x4a266e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3a1b58(){let _0x375fe5,_0x159120=null,_0x1dae16=null;try{if(_0x5a0085==_0x4a266e([0x47,0x50,0x4c]))return _0x4a266e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x375fe5=_0x8308f2(),!_0x375fe5)return _0x4a266e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x375fe5[_0x4a266e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1dae16=_0x479733(_0x375fe5[_0x4a266e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x375fe5[_0x4a266e([0x6a,0x74,0x69])])),await _0x5f1848()?_0x1e5a02()?_0xbe087b()?_0x4a266e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5b4280()?(_0x375fe5[_0x4a266e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a266e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x159120=_0x16e10a(_0x4a266e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x375fe5[_0x4a266e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a266e([0x74,0x72,0x69,0x61,0x6c])&&(_0x159120=_0x16e10a(_0x4a266e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1a3cdb()):_0x4a266e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a266e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a266e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x49dd16){return _0x4a266e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xbe087b(){const _0x631622=[_0x4a266e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a266e([0x74,0x72,0x69,0x61,0x6c])][_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x375fe5[_0x4a266e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d961e/0x3e8:0xe10*_0x304f44;return _0x375fe5[_0x4a266e([0x65,0x78,0x70])]<_0x631622;}function _0x1e5a02(){const _0x202b46=_0x375fe5[_0x4a266e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x202b46&&(!!_0x202b46[_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a266e([0x2a]))||(!!_0x202b46[_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a266e([0x44,0x4f]))||!!_0x202b46[_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a266e([0x50,0x50]))));}function _0x5b4280(){const _0x473b84=_0x3c71,_0x1ac1bc=_0x375fe5[_0x4a266e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1ac1bc||0x0==_0x1ac1bc[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x341a30}=new URL(window[_0x4a266e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x473b84(0x228)]);if(_0x1ac1bc[_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x341a30))return!0x0;const _0x243029=_0x341a30[_0x4a266e([0x73,0x70,0x6c,0x69,0x74])](_0x4a266e([0x2e]));return _0x1ac1bc[_0x4a266e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1a411b=>_0x1a411b[_0x4a266e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a266e([0x2a])))[_0x4a266e([0x6d,0x61,0x70])](_0x166a82=>_0x166a82[_0x4a266e([0x73,0x70,0x6c,0x69,0x74])](_0x4a266e([0x2e])))[_0x4a266e([0x73,0x6f,0x6d,0x65])](_0x80da0e=>_0x243029[_0x4a266e([0x65,0x76,0x65,0x72,0x79])]((_0x58a3a5,_0x3bec44)=>_0x80da0e[_0x3bec44]===_0x58a3a5||_0x80da0e[_0x3bec44]===_0x4a266e([0x2a])));}function _0x1a3cdb(){return _0x159120&&_0x1dae16?new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12f75c,_0x13518b)=>{_0x159120[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x12f75c,_0x13518b),_0x1dae16[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x11efb0=>{_0x11efb0!=_0x4a266e([0x56,0x61,0x6c,0x69,0x64])&&_0x12f75c(_0x11efb0);},_0x13518b);}):_0x159120||_0x1dae16||_0x4a266e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x479733(_0x170b78,_0x57cb2e){return new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2984a=>{if(_0x2fb0d0())return _0x2984a(_0x4a266e([0x56,0x61,0x6c,0x69,0x64]));_0x198b0c(),_0x25c87c[_0x4a266e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a266e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x32c7ef=!0x1;const _0x30a8ba=_0x31727e();function _0x43b9db(_0x277429){return!!_0x277429&&(typeof _0x277429===_0x4a266e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x277429===_0x4a266e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x277429[_0x4a266e([0x74,0x68,0x65,0x6e])]===_0x4a266e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x277429[_0x4a266e([0x63,0x61,0x74,0x63,0x68])]===_0x4a266e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x455ae0(_0x434352){_0x2456c8(_0x434352)[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x4a7043=>{if(!_0x4a7043||_0x4a7043[_0x4a266e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a266e([0x6f,0x6b]))return _0x4a266e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x19f5d5(_0x1d6763(_0x30a8ba+_0x57cb2e))!=_0x4a7043[_0x4a266e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a266e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a266e([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x48d82b=>(_0x166e43(),_0x48d82b),()=>{const _0x44b99f=_0x130faa();return null==_0x44b99f?(_0x166e43(),_0x4a266e([0x56,0x61,0x6c,0x69,0x64])):_0x4a266e(_0x5d961e-_0x44b99f>(0xdbb2112^_0x42e158)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x2984a)[_0x4a266e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2984a(_0x4a266e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f59be=0x29814b92^_0x42e158;function _0x166e43(){const _0x5b37ee=_0x4a266e([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f5d5(_0x1d6763(_0x170b78)),_0xe2d6a3=_0xd5b524(_0x19f5d5(window[_0x4a266e([0x4d,0x61,0x74,0x68])][_0x4a266e([0x63,0x65,0x69,0x6c])](_0x5d961e/_0x1f59be)));window[_0x4a266e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a266e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5b37ee,_0xe2d6a3);}function _0x130faa(){const _0x393335=_0x4a266e([0x6c,0x6c,0x63,0x74,0x2d])+_0x19f5d5(_0x1d6763(_0x170b78)),_0x23cede=window[_0x4a266e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a266e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x393335);return _0x23cede?window[_0x4a266e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd5b524(_0x23cede),0x10)*_0x1f59be:null;}function _0x2456c8(_0x10974b){return new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d1b58,_0x2a0759)=>{_0x10974b[_0x4a266e([0x74,0x68,0x65,0x6e])](_0x2d1b58,_0x2a0759),window[_0x4a266e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a0759,0x29b671d2^_0x42e158);});}}_0x25c87c[_0x4a266e([0x6f,0x6e])](_0x4a266e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x476b9f,_0x1ac2ce)=>{if(_0x1ac2ce[0x0]!=_0x170b78)return _0x2984a(_0x4a266e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ac2ce[0x1]={..._0x1ac2ce[0x1],[_0x4a266e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x30a8ba};},{[_0x4a266e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a266e([0x68,0x69,0x67,0x68])}),_0x25c87c[_0x4a266e([0x6f,0x6e])](_0x4a266e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5afc7b=>{_0x43b9db(_0x5afc7b[_0x4a266e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x32c7ef=!0x0,_0x455ae0(_0x5afc7b[_0x4a266e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a266e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a266e([0x6c,0x6f,0x77])}),_0x2af967[_0x4a266e([0x74,0x68,0x65,0x6e])](()=>{_0x32c7ef||_0x2984a(_0x4a266e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2fb0d0(){return _0x25c87c[_0x4a266e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a266e([0x76,0x69,0x65,0x77])][_0x4a266e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a266e([0x61,0x75,0x74,0x6f]);}function _0x198b0c(){_0x25c87c[_0x4a266e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a266e([0x76,0x69,0x65,0x77])][_0x4a266e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a266e([0x61,0x75,0x74,0x6f]);}}function _0x16e10a(_0x469737){const _0x20033a=[new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x575f63=>setTimeout(_0x575f63,0x29be9bde^_0x42e158)),_0x2af967[_0x4a266e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13f748=>{let _0x58611b=0x0;_0x25c87c[_0x4a266e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a266e([0x6f,0x6e])](_0x4a266e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x238d68,_0x3a6a0a)=>{_0x3a6a0a[0x0][_0x4a266e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x58611b++,_0x58611b==(0x29b7a4ea^_0x42e158)&&(_0x13f748(),_0x238d68[_0x4a266e([0x6f,0x66,0x66])]());});}))];return window[_0x4a266e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a266e([0x72,0x61,0x63,0x65])](_0x20033a)[_0x4a266e([0x74,0x68,0x65,0x6e])](()=>_0x469737);}async function _0x9705cc(){await _0x2af967,_0x25c87c[_0x4a266e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a266e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x33a102,_0x25c87c[_0x4a266e([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a266e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x33a102,_0x25c87c[_0x4a266e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a266e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2067cf(_0x1a2493){const _0x49d7a1=_0x1ad85d();_0x25c87c[_0x49d7a1]=_0x4a266e([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])+_0x1a2493,_0x1a2493!=_0x4a266e([0x56,0x61,0x6c,0x69,0x64])&&_0x9705cc();}function _0x1ad85d(){const _0x4a5c46=window[_0x4a266e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a266e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a266e([0x6e,0x6f,0x77])]())[_0x4a266e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a266e([0x2e]),'');let _0x2d0b9b=_0x4a266e([0x71]);for(let _0x3afff3=0x0;_0x3afff3<_0x4a5c46[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3afff3+=0x2){let _0x55700d=window[_0x4a266e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a5c46[_0x4a266e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3afff3,_0x3afff3+0x2));_0x55700d>=_0x66eb2a[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x55700d-=_0x66eb2a[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2d0b9b+=_0x66eb2a[_0x55700d];}return _0x2d0b9b;}function _0x8308f2(){const _0xaa024e=_0x5a0085[_0x4a266e([0x73,0x70,0x6c,0x69,0x74])](_0x4a266e([0x2e]));if(0x3!=_0xaa024e[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5bf22d(_0xaa024e[0x1]);function _0x5bf22d(_0x36662e){const _0x159e83=_0x5c1f83(_0x36662e);return _0x159e83&&_0x57f96b()?_0x159e83:null;function _0x57f96b(){const _0x2598e2=_0x159e83[_0x4a266e([0x6a,0x74,0x69])],_0x192016=window[_0x4a266e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2598e2[_0x4a266e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2598e2[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3c0729={..._0x159e83,[_0x4a266e([0x6a,0x74,0x69])]:_0x2598e2[_0x4a266e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2598e2[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3c0729[_0x4a266e([0x76,0x63])],_0x1d6763(_0x3c0729)==_0x192016;}}}async function _0x5f1848(){let _0x270a67=!0x0;try{const _0x1cb63d=_0x5a0085[_0x4a266e([0x73,0x70,0x6c,0x69,0x74])](_0x4a266e([0x2e])),[_0x14c4d5,_0x4f15ed,_0x3c3c21]=_0x1cb63d;return _0x3d345a(_0x14c4d5),await _0x591316(_0x14c4d5,_0x4f15ed,_0x3c3c21),_0x270a67;}catch(_0xe81f53){return!0x1;}function _0x3d345a(_0x329d1a){const _0x1a7362=_0x5c1f83(_0x329d1a);_0x1a7362&&_0x1a7362[_0x4a266e([0x61,0x6c,0x67])]==_0x4a266e([0x45,0x53,0x32,0x35,0x36])||(_0x270a67=!0x1);}async function _0x591316(_0x5a8da7,_0x173cfc,_0x262afe){const _0x42234f=window[_0x4a266e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a266e([0x66,0x72,0x6f,0x6d])](_0x41c840(_0x262afe),_0x4d02c8=>_0x4d02c8[_0x4a266e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2a8056=new window[(_0x4a266e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a266e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5a8da7+_0x4a266e([0x2e])+_0x173cfc),_0x453ff4=window[_0x4a266e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a266e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x453ff4)return;const _0x4ffc9d=await _0x453ff4[_0x4a266e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a266e([0x6a,0x77,0x6b]),_0x240162,{[_0x4a266e([0x6e,0x61,0x6d,0x65])]:_0x4a266e([0x45,0x43,0x44,0x53,0x41]),[_0x4a266e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a266e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a266e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x453ff4[_0x4a266e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a266e([0x6e,0x61,0x6d,0x65])]:_0x4a266e([0x45,0x43,0x44,0x53,0x41]),[_0x4a266e([0x68,0x61,0x73,0x68])]:{[_0x4a266e([0x6e,0x61,0x6d,0x65])]:_0x4a266e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4ffc9d,_0x42234f,_0x2a8056)||(_0x270a67=!0x1);}}function _0x5c1f83(_0x45fc8e){return _0x45fc8e[_0x4a266e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a266e([0x65,0x79]))?JSON[_0x4a266e([0x70,0x61,0x72,0x73,0x65])](_0x41c840(_0x45fc8e)):null;}function _0x41c840(_0x3d56ac){return window[_0x4a266e([0x61,0x74,0x6f,0x62])](_0x3d56ac[_0x4a266e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a266e([0x2b]))[_0x4a266e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a266e([0x2f])));}function _0x1d6763(_0x5aee10){let _0x5ca0ec=0x1505;function _0x88b027(_0x51ae7a){for(let _0x3931be=0x0;_0x3931be<_0x51ae7a[_0x4a266e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3931be++){const _0x1fbf0a=_0x51ae7a[_0x4a266e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3931be);_0x5ca0ec=(_0x5ca0ec<<0x5)+_0x5ca0ec+_0x1fbf0a,_0x5ca0ec&=_0x5ca0ec;}}function _0x47483b(_0x51be54){Array[_0x4a266e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x51be54)?_0x51be54[_0x4a266e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47483b):_0x51be54&&typeof _0x51be54==_0x4a266e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a266e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x51be54)[_0x4a266e([0x73,0x6f,0x72,0x74])]()[_0x4a266e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5f06f4,_0x496087])=>{_0x88b027(_0x5f06f4),_0x47483b(_0x496087);}):_0x88b027(window[_0x4a266e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x51be54));}return _0x47483b(_0x5aee10),_0x5ca0ec>>>0x0;}function _0x19f5d5(_0x5d7f23){return _0x5d7f23[_0x4a266e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a266e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a266e([0x30]));}function _0xd5b524(_0x28ac7f){return _0x28ac7f[_0x4a266e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a266e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a266e([0x6a,0x6f,0x69,0x6e])]('');}function _0x33a102(){}function _0x4a266e(_0x24d683){const _0x504f8e=_0x3c71;return _0x24d683[_0x504f8e(0x20c)](_0x191473=>String[_0x504f8e(0x21e)](_0x191473))[_0x504f8e(0x207)]('');}_0x2067cf(await _0x3a1b58());}(this);}[_0xa3e910(0x1f5)](){const _0x1a39d1=_0xa3e910;super[_0x1a39d1(0x1f5)](),this[_0x1a39d1(0x1fa)][_0x1a39d1(0x1f5)](),this[_0x1a39d1(0x1fd)][_0x1a39d1(0x22a)]();}[_0xa3e910(0x23b)](_0x36530d,{outlineDefinitions:_0x429196,outlineChanges:_0x2bb672}){const _0x4d25b5=_0xa3e910;this[_0x4d25b5(0x1fe)]=_0x429196,this[_0x4d25b5(0x1fa)][_0x4d25b5(0x203)](_0x2bb672);}[_0xa3e910(0x237)](_0x37274a){const _0x4f8504=_0xa3e910;this[_0x4f8504(0x1fe)][_0x4f8504(0x21f)]&&this[_0x4f8504(0x1fe)][_0x37274a]&&(this[_0x4f8504(0x1fa)][_0x4f8504(0x22c)]=_0x37274a);}[_0xa3e910(0x22e)](_0x5a9905){const _0x6fe7ae=_0xa3e910,_0x1377d0=this[_0x6fe7ae(0x1fe)][_0x5a9905][_0x6fe7ae(0x214)];this[_0x6fe7ae(0x239)][_0x6fe7ae(0x204)][_0x6fe7ae(0x200)](_0x3bc715=>{const _0x5b1d3e=_0x6fe7ae;_0x3bc715[_0x5b1d3e(0x1f8)](_0x1377d0,0x0);}),this[_0x6fe7ae(0x239)][_0x6fe7ae(0x206)][_0x6fe7ae(0x1fa)][_0x6fe7ae(0x232)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x6fe7ae(0x239)][_0x6fe7ae(0x206)][_0x6fe7ae(0x1fa)][_0x6fe7ae(0x21b)](),this[_0x6fe7ae(0x237)](_0x5a9905);}[_0xa3e910(0x20b)](){const _0x27f4fb=_0xa3e910,_0xa0aee8=this[_0x27f4fb(0x239)];let _0x1504f5;for(const _0x384bb6 of _0xa0aee8[_0x27f4fb(0x204)][_0x27f4fb(0x23d)][_0x27f4fb(0x208)]()){const _0x13862d=_0xa0aee8[_0x27f4fb(0x206)][_0x27f4fb(0x1fa)][_0x27f4fb(0x224)](_0x384bb6),_0x5d9654=_0x13862d&&new _0x392c05(_0x13862d)[_0x27f4fb(0x21d)]();if(_0x5d9654){const _0x287c87=new _0x392c05(_0x11788d[_0x27f4fb(0x212)])[_0x27f4fb(0x218)](_0x5d9654);_0x287c87&&(_0x1504f5=_0x287c87[_0x27f4fb(0x227)]+0.25*_0x287c87[_0x27f4fb(0x220)]);}}if(void 0x0===_0x1504f5)return;const _0x31bab6=d(_0xa0aee8[_0x27f4fb(0x206)],this[_0x27f4fb(0x1fe)],_0x1504f5);_0x31bab6?this[_0x27f4fb(0x237)](this[_0x27f4fb(0x1fe)][_0x27f4fb(0x233)](_0x31bab6)):this[_0x27f4fb(0x237)](-0x1);}}function d(_0x42d4e0,_0x533f9c,_0xd0f138,_0x229e64=0x0,_0x199dca=_0x533f9c[_0xa3e910(0x21f)]-0x1){const _0x4bc21d=_0xa3e910,_0x697b0c=Math[_0x4bc21d(0x1fc)](_0x229e64+(_0x199dca-_0x229e64)/0x2);if(_0x199dca>=_0x229e64){const _0x55e1fa=_0x533f9c[_0x697b0c],_0x2fb47c=_0x42d4e0[_0x4bc21d(0x234)][_0x4bc21d(0x225)](_0x55e1fa[_0x4bc21d(0x214)]);if(!_0x2fb47c)return null;const _0x1e62d0=_0x42d4e0[_0x4bc21d(0x1fa)][_0x4bc21d(0x201)][_0x4bc21d(0x226)](_0x2fb47c);return new _0x392c05(_0x1e62d0)[_0x4bc21d(0x20d)]>_0xd0f138?d(_0x42d4e0,_0x533f9c,_0xd0f138,_0x229e64,_0x697b0c-0x1):d(_0x42d4e0,_0x533f9c,_0xd0f138,_0x697b0c+0x1,_0x199dca);}return _0x697b0c<0x0?null:_0x533f9c[_0x697b0c];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xe2e259=_0x4190;(function(_0x7ffb81,_0x3f702e){const _0x409df0=_0x4190,_0x22d602=_0x7ffb81();while(!![]){try{const _0x227a3a=parseInt(_0x409df0(0x100))/0x1+-parseInt(_0x409df0(0xed))/0x2+parseInt(_0x409df0(0xfd))/0x3+-parseInt(_0x409df0(0xec))/0x4*(parseInt(_0x409df0(0x13d))/0x5)+parseInt(_0x409df0(0x14d))/0x6*(-parseInt(_0x409df0(0x13e))/0x7)+-parseInt(_0x409df0(0x107))/0x8+-parseInt(_0x409df0(0x158))/0x9*(-parseInt(_0x409df0(0x12c))/0xa);if(_0x227a3a===_0x3f702e)break;else _0x22d602['push'](_0x22d602['shift']());}catch(_0x4fd491){_0x22d602['push'](_0x22d602['shift']());}}}(_0x1039,0x2b81e));import{Plugin as _0x522ae4}from'ckeditor5/src/core.js';import{toWidget as _0x2a6d08,Widget as _0x3b6182}from'ckeditor5/src/widget.js';import{uid as _0x3c953c}from'ckeditor5/src/utils.js';import _0x5a0f29 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0xb3dbb9 from'../documentoutline/documentoutlineutils.js';function _0x1039(){const _0xb8897e=['hasContent','_createTableOfContents','document','editor','tableOfContents','getCustomProperty','type','viewToModelPosition','click','createPositionAt','high','rootName','20790EZOzMH','afterInit','element','69048KWnhIL','_trackNewToCElements','createContainerElement','setCustomProperty','viewPosition','outlineDefinitions','editingDowncast','377536sqKZYL','pluginName','_defineConverters','length','headingId','conversion','position','plugins','get','href','config','_tableOfContentsElements','domEvent','nodeAfter','_redirectMapper','scrollToTheSelection','modelPosition','findMappedViewAncestor','No\x20headings\x20were\x20found\x20in\x20the\x20document.','listenTo','modelElement','target','fromCharCode','createText','isInteger','join','getAttribute','registerRawContentMatcher','elementToElement','elementToStructure','isOfficialPlugin','differ','DocumentOutlineUtils','getAncestors','dataDowncast','Empty\x20heading','register','10zNcgoS','requires','_headingIdModelAttributeName','init','commands','forEach','filter','table-of-contents','Table\x20of\x20contents','TableOfContentsEditing','tableOfContentsHeadingIndex','add','view','headingId.modelAttributeName','insertTableOfContents','editing','data','1060925TlKGYX','203441HtLLof','for','stop','$graveyard','table-of-contents__placeholder','name','div','documentOutline.showEmptyHeadings','setSelection','getChanges','schema','level','$blockObject','_updateTableOfContentsElements','_currentOutlineDefinitions','30DrponN','model','$capture','isPremiumPlugin','map','\x20table-of-contents_empty','abs','locale','insert','reconvertItem','_handleScrollToHeading','7202205qEzqfR','toModelElement','_defineSchema','upcast','end','text','4QWCZYB','586650MZsQyI','mapper','change','preventDefault'];_0x1039=function(){return _0xb8897e;};return _0x1039();}function _0x4190(_0x3d844f,_0xafb757){const _0x1039ca=_0x1039();return _0x4190=function(_0x4190d0,_0x563c33){_0x4190d0=_0x4190d0-0xe8;let _0x59fc2e=_0x1039ca[_0x4190d0];return _0x59fc2e;},_0x4190(_0x3d844f,_0xafb757);}import _0x59d64e from'./headingid.js';import{getTranslation as _0x369623}from'../utils/common-translations.js';export default class s extends _0x522ae4{static get[_0xe2e259(0x108)](){const _0x5300d6=_0xe2e259;return _0x5300d6(0x135);}static get[_0xe2e259(0x125)](){return!0x0;}static get[_0xe2e259(0x150)](){return!0x0;}static get[_0xe2e259(0x12d)](){return[_0x3b6182,_0xb3dbb9,_0x59d64e];}[_0xe2e259(0x14c)];[_0xe2e259(0x112)];[_0xe2e259(0x12e)];constructor(_0x57253c){const _0x5ed61e=_0xe2e259;super(_0x57253c),this[_0x5ed61e(0x14c)]=[],this[_0x5ed61e(0x112)]=new Set(),this[_0x5ed61e(0x12e)]=_0x5ed61e(0x10b);}[_0xe2e259(0x12f)](){const _0x141159=_0xe2e259,_0xb6d42a=this[_0x141159(0xf4)],_0x22b05f=_0xb6d42a[_0x141159(0x13b)][_0x141159(0x138)][_0x141159(0xf3)];_0xb6d42a[_0x141159(0x111)][_0x141159(0x10f)](_0x141159(0x139))&&(this[_0x141159(0x12e)]=_0xb6d42a[_0x141159(0x111)][_0x141159(0x10f)](_0x141159(0x139))),this[_0x141159(0x11a)](_0x22b05f,_0x141159(0xf9),(_0x19b87a,_0x19c027)=>{const _0x1f7a4f=_0x141159;if(!_0x19c027[_0x1f7a4f(0x11c)])return;const _0x45c7de=_0x19c027[_0x1f7a4f(0x11c)][_0x1f7a4f(0xf6)](_0x1f7a4f(0x136));Number[_0x1f7a4f(0x11f)](_0x45c7de)&&(_0x19c027[_0x1f7a4f(0x113)][_0x1f7a4f(0xf0)](),_0x19b87a[_0x1f7a4f(0x140)](),this[_0x1f7a4f(0x157)](_0x45c7de));},{'priority':_0x141159(0xfb),'context':_0x141159(0x14f)}),this[_0x141159(0xe8)](),this[_0x141159(0x109)](),_0xb6d42a[_0x141159(0x130)][_0x141159(0x137)](_0x141159(0x13a),new _0x5a0f29(_0xb6d42a)),(_0xb6d42a[_0x141159(0x10e)][_0x141159(0x10f)](_0x141159(0x127))['on'](_0x141159(0xef),(_0x388b26,_0x3123c1)=>{const _0x1b393f=_0x141159;this[_0x1b393f(0x14c)]=_0x3123c1[_0x1b393f(0x105)],this[_0x1b393f(0x14b)]();}),this[_0x141159(0x11a)](_0xb6d42a[_0x141159(0x14e)][_0x141159(0xf3)],_0x141159(0xef),()=>{const _0x153367=_0x141159;this[_0x153367(0x101)]();}));}[_0xe2e259(0xfe)](){!async function(_0x4fd8ee){const _0x339557=_0x237e6e([0x65,0x6b,0x7a,0x30,0x6d,0x71,0x47,0x69,0x53,0x52,0x6c,0x37,0x51,0x75,0x59,0x49,0x42,0x70,0x6e,0x57,0x72,0x4f,0x46,0x76,0x64,0x78,0x6a,0x48,0x39,0x45,0x41,0x56,0x4c,0x38,0x79,0x4b,0x34,0x66,0x35,0x58,0x33,0x74,0x4e,0x73,0x32,0x6f,0x4a,0x55,0x4d,0x36,0x5a,0x67,0x43,0x77,0x44,0x62,0x63,0x31,0x50,0x68,0x54,0x61]),_0x45d8de=0x21806d15,_0x569f90=0x21870a3d^_0x45d8de,_0x73a31a=window[_0x237e6e([0x44,0x61,0x74,0x65])][_0x237e6e([0x6e,0x6f,0x77])](),_0x3edf7c=_0x4fd8ee[_0x237e6e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xacc31=new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33e594=>{_0x3edf7c[_0x237e6e([0x6f,0x6e,0x63,0x65])](_0x237e6e([0x72,0x65,0x61,0x64,0x79]),_0x33e594);}),_0x1a17ee={[_0x237e6e([0x6b,0x74,0x79])]:_0x237e6e([0x45,0x43]),[_0x237e6e([0x75,0x73,0x65])]:_0x237e6e([0x73,0x69,0x67]),[_0x237e6e([0x63,0x72,0x76])]:_0x237e6e([0x50,0x2d,0x32,0x35,0x36]),[_0x237e6e([0x78])]:_0x237e6e([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]),[_0x237e6e([0x79])]:_0x237e6e([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]),[_0x237e6e([0x61,0x6c,0x67])]:_0x237e6e([0x45,0x53,0x32,0x35,0x36])},_0xb97380=_0x3edf7c[_0x237e6e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x237e6e([0x67,0x65,0x74])](_0x237e6e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2aa83c(){let _0x2b111c,_0x42e7b1=null,_0x2aaf26=null;try{if(_0xb97380==_0x237e6e([0x47,0x50,0x4c]))return _0x237e6e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2b111c=_0x2f5f3a(),!_0x2b111c)return _0x237e6e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2b111c[_0x237e6e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2aaf26=_0x545f73(_0x2b111c[_0x237e6e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2b111c[_0x237e6e([0x6a,0x74,0x69])])),await _0x45cf10()?_0x229390()?_0x5c1249()?_0x237e6e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x33ab5f()?(_0x2b111c[_0x237e6e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x237e6e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x42e7b1=_0x3862e7(_0x237e6e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2b111c[_0x237e6e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x237e6e([0x74,0x72,0x69,0x61,0x6c])&&(_0x42e7b1=_0x3862e7(_0x237e6e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1d38e7()):_0x237e6e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x237e6e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x237e6e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2e2188){return _0x237e6e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c1249(){const _0x3e0273=[_0x237e6e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x237e6e([0x74,0x72,0x69,0x61,0x6c])][_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b111c[_0x237e6e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x73a31a/0x3e8:0xe10*_0x569f90;return _0x2b111c[_0x237e6e([0x65,0x78,0x70])]<_0x3e0273;}function _0x229390(){const _0xfced7f=_0x2b111c[_0x237e6e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xfced7f&&(!!_0xfced7f[_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x237e6e([0x2a]))||(!!_0xfced7f[_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x237e6e([0x54,0x4f,0x43]))||!!_0xfced7f[_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x237e6e([0x50,0x50]))));}function _0x33ab5f(){const _0x2075e4=_0x4190,_0x4773a9=_0x2b111c[_0x237e6e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4773a9||0x0==_0x4773a9[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x54ff23}=new URL(window[_0x237e6e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2075e4(0x110)]);if(_0x4773a9[_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54ff23))return!0x0;const _0x5b4647=_0x54ff23[_0x237e6e([0x73,0x70,0x6c,0x69,0x74])](_0x237e6e([0x2e]));return _0x4773a9[_0x237e6e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c58a8=>_0x1c58a8[_0x237e6e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x237e6e([0x2a])))[_0x237e6e([0x6d,0x61,0x70])](_0x129ebb=>_0x129ebb[_0x237e6e([0x73,0x70,0x6c,0x69,0x74])](_0x237e6e([0x2e])))[_0x237e6e([0x73,0x6f,0x6d,0x65])](_0x4bf130=>_0x5b4647[_0x237e6e([0x65,0x76,0x65,0x72,0x79])]((_0x2adc3a,_0x54de1a)=>_0x4bf130[_0x54de1a]===_0x2adc3a||_0x4bf130[_0x54de1a]===_0x237e6e([0x2a])));}function _0x1d38e7(){return _0x42e7b1&&_0x2aaf26?new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4839ee,_0x2f0bdc)=>{_0x42e7b1[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x4839ee,_0x2f0bdc),_0x2aaf26[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x3f449d=>{_0x3f449d!=_0x237e6e([0x56,0x61,0x6c,0x69,0x64])&&_0x4839ee(_0x3f449d);},_0x2f0bdc);}):_0x42e7b1||_0x2aaf26||_0x237e6e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x545f73(_0x1a80dc,_0x12de8e){return new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c9874=>{if(_0x29625e())return _0x4c9874(_0x237e6e([0x56,0x61,0x6c,0x69,0x64]));_0x2ea96d(),_0x3edf7c[_0x237e6e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x237e6e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x198549=!0x1;const _0x409eda=_0x3c953c();function _0x5c5bd0(_0x545342){return!!_0x545342&&(typeof _0x545342===_0x237e6e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x545342===_0x237e6e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x545342[_0x237e6e([0x74,0x68,0x65,0x6e])]===_0x237e6e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x545342[_0x237e6e([0x63,0x61,0x74,0x63,0x68])]===_0x237e6e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x16d2aa(_0x434844){_0x418707(_0x434844)[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x4b8aac=>{if(!_0x4b8aac||_0x4b8aac[_0x237e6e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x237e6e([0x6f,0x6b]))return _0x237e6e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x298739(_0x5333e9(_0x409eda+_0x12de8e))!=_0x4b8aac[_0x237e6e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x237e6e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x237e6e([0x56,0x61,0x6c,0x69,0x64]);})[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x4b4064=>(_0x37f549(),_0x4b4064),()=>{const _0x5db885=_0x43f58e();return null==_0x5db885?(_0x37f549(),_0x237e6e([0x56,0x61,0x6c,0x69,0x64])):_0x237e6e(_0x73a31a-_0x5db885>(0x58ce915^_0x45d8de)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x4c9874)[_0x237e6e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4c9874(_0x237e6e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x238cb8=0x21b68395^_0x45d8de;function _0x37f549(){const _0x52bfd8=_0x237e6e([0x6c,0x6c,0x63,0x74,0x2d])+_0x298739(_0x5333e9(_0x1a80dc)),_0x264151=_0xe609e7(_0x298739(window[_0x237e6e([0x4d,0x61,0x74,0x68])][_0x237e6e([0x63,0x65,0x69,0x6c])](_0x73a31a/_0x238cb8)));window[_0x237e6e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x237e6e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x52bfd8,_0x264151);}function _0x43f58e(){const _0x45c5a4=_0x237e6e([0x6c,0x6c,0x63,0x74,0x2d])+_0x298739(_0x5333e9(_0x1a80dc)),_0x570b04=window[_0x237e6e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x237e6e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x45c5a4);return _0x570b04?window[_0x237e6e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe609e7(_0x570b04),0x10)*_0x238cb8:null;}function _0x418707(_0xfd78fa){return new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5a7a20,_0x4325b8)=>{_0xfd78fa[_0x237e6e([0x74,0x68,0x65,0x6e])](_0x5a7a20,_0x4325b8),window[_0x237e6e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4325b8,0x2181b9d5^_0x45d8de);});}}_0x3edf7c[_0x237e6e([0x6f,0x6e])](_0x237e6e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5312ed,_0x4dc3a2)=>{if(_0x4dc3a2[0x0]!=_0x1a80dc)return _0x4c9874(_0x237e6e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4dc3a2[0x1]={..._0x4dc3a2[0x1],[_0x237e6e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x409eda};},{[_0x237e6e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x237e6e([0x68,0x69,0x67,0x68])}),_0x3edf7c[_0x237e6e([0x6f,0x6e])](_0x237e6e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fb6dd=>{_0x5c5bd0(_0x4fb6dd[_0x237e6e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x198549=!0x0,_0x16d2aa(_0x4fb6dd[_0x237e6e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x237e6e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x237e6e([0x6c,0x6f,0x77])}),_0xacc31[_0x237e6e([0x74,0x68,0x65,0x6e])](()=>{_0x198549||_0x4c9874(_0x237e6e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x29625e(){return _0x3edf7c[_0x237e6e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x237e6e([0x76,0x69,0x65,0x77])][_0x237e6e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x237e6e([0x61,0x75,0x74,0x6f]);}function _0x2ea96d(){_0x3edf7c[_0x237e6e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x237e6e([0x76,0x69,0x65,0x77])][_0x237e6e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x237e6e([0x61,0x75,0x74,0x6f]);}}function _0x3862e7(_0x557116){const _0x46388e=[new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b0007=>setTimeout(_0x5b0007,0x218953d9^_0x45d8de)),_0xacc31[_0x237e6e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26e261=>{let _0x461fc6=0x0;_0x3edf7c[_0x237e6e([0x6d,0x6f,0x64,0x65,0x6c])][_0x237e6e([0x6f,0x6e])](_0x237e6e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x505872,_0x3900c3)=>{_0x3900c3[0x0][_0x237e6e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x461fc6++,_0x461fc6==(0x21806ced^_0x45d8de)&&(_0x26e261(),_0x505872[_0x237e6e([0x6f,0x66,0x66])]());});}))];return window[_0x237e6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x237e6e([0x72,0x61,0x63,0x65])](_0x46388e)[_0x237e6e([0x74,0x68,0x65,0x6e])](()=>_0x557116);}async function _0x5ae8c3(){await _0xacc31,_0x3edf7c[_0x237e6e([0x6d,0x6f,0x64,0x65,0x6c])][_0x237e6e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x215c1b,_0x3edf7c[_0x237e6e([0x6d,0x6f,0x64,0x65,0x6c])][_0x237e6e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x215c1b,_0x3edf7c[_0x237e6e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x237e6e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x40c4a0(_0x5028d7){const _0x440c9a=_0x44703d();_0x3edf7c[_0x440c9a]=_0x237e6e([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])+_0x5028d7,_0x5028d7!=_0x237e6e([0x56,0x61,0x6c,0x69,0x64])&&_0x5ae8c3();}function _0x44703d(){const _0x52cce9=window[_0x237e6e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x237e6e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x237e6e([0x6e,0x6f,0x77])]())[_0x237e6e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x237e6e([0x2e]),'');let _0x6a4e03=_0x237e6e([0x65]);for(let _0x5634c2=0x0;_0x5634c2<_0x52cce9[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5634c2+=0x2){let _0x1d8566=window[_0x237e6e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52cce9[_0x237e6e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5634c2,_0x5634c2+0x2));_0x1d8566>=_0x339557[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1d8566-=_0x339557[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6a4e03+=_0x339557[_0x1d8566];}return _0x6a4e03;}function _0x2f5f3a(){const _0x4c617d=_0xb97380[_0x237e6e([0x73,0x70,0x6c,0x69,0x74])](_0x237e6e([0x2e]));if(0x3!=_0x4c617d[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x267ad0(_0x4c617d[0x1]);function _0x267ad0(_0x101c44){const _0x5d11de=_0xa07bbe(_0x101c44);return _0x5d11de&&_0x2f0628()?_0x5d11de:null;function _0x2f0628(){const _0x2a6d9f=_0x5d11de[_0x237e6e([0x6a,0x74,0x69])],_0x456e34=window[_0x237e6e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a6d9f[_0x237e6e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a6d9f[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x369a8f={..._0x5d11de,[_0x237e6e([0x6a,0x74,0x69])]:_0x2a6d9f[_0x237e6e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2a6d9f[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x369a8f[_0x237e6e([0x76,0x63])],_0x5333e9(_0x369a8f)==_0x456e34;}}}async function _0x45cf10(){let _0x1d3f59=!0x0;try{const _0x2c8358=_0xb97380[_0x237e6e([0x73,0x70,0x6c,0x69,0x74])](_0x237e6e([0x2e])),[_0xbfb778,_0x2dd919,_0x134c5a]=_0x2c8358;return _0x262a12(_0xbfb778),await _0x2d3add(_0xbfb778,_0x2dd919,_0x134c5a),_0x1d3f59;}catch(_0x135a84){return!0x1;}function _0x262a12(_0x4af125){const _0x55d5c8=_0xa07bbe(_0x4af125);_0x55d5c8&&_0x55d5c8[_0x237e6e([0x61,0x6c,0x67])]==_0x237e6e([0x45,0x53,0x32,0x35,0x36])||(_0x1d3f59=!0x1);}async function _0x2d3add(_0x4e860c,_0x292416,_0x179f98){const _0x15ca56=window[_0x237e6e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x237e6e([0x66,0x72,0x6f,0x6d])](_0x31e877(_0x179f98),_0x6173b0=>_0x6173b0[_0x237e6e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x47f4cf=new window[(_0x237e6e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x237e6e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4e860c+_0x237e6e([0x2e])+_0x292416),_0x457f24=window[_0x237e6e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x237e6e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x457f24)return;const _0x2d7aa2=await _0x457f24[_0x237e6e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x237e6e([0x6a,0x77,0x6b]),_0x1a17ee,{[_0x237e6e([0x6e,0x61,0x6d,0x65])]:_0x237e6e([0x45,0x43,0x44,0x53,0x41]),[_0x237e6e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x237e6e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x237e6e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x457f24[_0x237e6e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x237e6e([0x6e,0x61,0x6d,0x65])]:_0x237e6e([0x45,0x43,0x44,0x53,0x41]),[_0x237e6e([0x68,0x61,0x73,0x68])]:{[_0x237e6e([0x6e,0x61,0x6d,0x65])]:_0x237e6e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2d7aa2,_0x15ca56,_0x47f4cf)||(_0x1d3f59=!0x1);}}function _0xa07bbe(_0x3c1b1){return _0x3c1b1[_0x237e6e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x237e6e([0x65,0x79]))?JSON[_0x237e6e([0x70,0x61,0x72,0x73,0x65])](_0x31e877(_0x3c1b1)):null;}function _0x31e877(_0x2ab4e9){return window[_0x237e6e([0x61,0x74,0x6f,0x62])](_0x2ab4e9[_0x237e6e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x237e6e([0x2b]))[_0x237e6e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x237e6e([0x2f])));}function _0x5333e9(_0x46a3f3){let _0x24598d=0x1505;function _0x13e888(_0x5054d5){for(let _0x4ef966=0x0;_0x4ef966<_0x5054d5[_0x237e6e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ef966++){const _0xdd96a8=_0x5054d5[_0x237e6e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ef966);_0x24598d=(_0x24598d<<0x5)+_0x24598d+_0xdd96a8,_0x24598d&=_0x24598d;}}function _0x2823e2(_0x41bbf7){Array[_0x237e6e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x41bbf7)?_0x41bbf7[_0x237e6e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2823e2):_0x41bbf7&&typeof _0x41bbf7==_0x237e6e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x237e6e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x41bbf7)[_0x237e6e([0x73,0x6f,0x72,0x74])]()[_0x237e6e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x503726,_0x244cae])=>{_0x13e888(_0x503726),_0x2823e2(_0x244cae);}):_0x13e888(window[_0x237e6e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x41bbf7));}return _0x2823e2(_0x46a3f3),_0x24598d>>>0x0;}function _0x298739(_0x20e7d9){return _0x20e7d9[_0x237e6e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x237e6e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x237e6e([0x30]));}function _0xe609e7(_0x119c81){return _0x119c81[_0x237e6e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x237e6e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x237e6e([0x6a,0x6f,0x69,0x6e])]('');}function _0x215c1b(){}function _0x237e6e(_0x1eda99){const _0x504154=_0x4190;return _0x1eda99[_0x504154(0x151)](_0x5c074f=>String[_0x504154(0x11d)](_0x5c074f))[_0x504154(0x120)]('');}_0x40c4a0(await _0x2aa83c());}(this);}[_0xe2e259(0x14b)](){const _0x20d9c3=_0xe2e259;this[_0x20d9c3(0x112)][_0x20d9c3(0x131)](_0x1f4e96=>{const _0x18e976=_0x20d9c3;_0x18e976(0x141)!==_0x1f4e96[_0x18e976(0xfc)]&&this[_0x18e976(0xf4)][_0x18e976(0x13b)][_0x18e976(0x156)](_0x1f4e96);});}[_0xe2e259(0x101)](){const _0x207702=_0xe2e259;for(const _0x55bca3 of this[_0x207702(0xf4)][_0x207702(0x14e)][_0x207702(0xf3)][_0x207702(0x126)][_0x207702(0x147)]({'includeChangesInGraveyard':!0x0})){if(_0x207702(0x155)!==_0x55bca3[_0x207702(0xf7)]||_0x207702(0xf5)!==_0x55bca3[_0x207702(0x143)])return;this[_0x207702(0x112)][_0x207702(0x137)](_0x55bca3[_0x207702(0x10d)][_0x207702(0x114)]);}}[_0xe2e259(0xe8)](){const _0x2030ec=_0xe2e259;this[_0x2030ec(0xf4)][_0x2030ec(0x14e)][_0x2030ec(0x148)][_0x2030ec(0x12b)](_0x2030ec(0xf5),{'inheritAllFrom':_0x2030ec(0x14a)});}[_0xe2e259(0x109)](){const _0x3f519e=_0xe2e259,_0x14fb8=this[_0x3f519e(0xf4)][_0x3f519e(0x10c)];_0x14fb8[_0x3f519e(0x13f)](_0x3f519e(0xe9))[_0x3f519e(0x123)]({'model':_0x3f519e(0xf5),'view':{'name':_0x3f519e(0x144),'classes':_0x3f519e(0x133)}}),_0x14fb8[_0x3f519e(0x13f)](_0x3f519e(0x129))[_0x3f519e(0x124)]({'model':_0x3f519e(0xf5),'view':(_0x371433,{writer:_0x15dd3d})=>this[_0x3f519e(0xf2)](_0x15dd3d,!0x0)}),_0x14fb8[_0x3f519e(0x13f)](_0x3f519e(0x106))[_0x3f519e(0x124)]({'model':_0x3f519e(0xf5),'view':(_0x3d7957,{writer:_0x309af0})=>{const _0x2ac06b=_0x3f519e;this[_0x2ac06b(0x112)][_0x2ac06b(0x137)](_0x3d7957);const _0x4109fa=this[_0x2ac06b(0xf2)](_0x309af0);return _0x2a6d08(_0x4109fa,_0x309af0,{'label':_0x369623(this[_0x2ac06b(0xf4)][_0x2ac06b(0x154)],_0x2ac06b(0x134))});}}),this[_0x3f519e(0xf4)][_0x3f519e(0x13c)][_0x3f519e(0x122)]({'name':_0x3f519e(0x144),'classes':_0x3f519e(0x133)}),this[_0x3f519e(0xf4)][_0x3f519e(0x13b)][_0x3f519e(0xee)]['on'](_0x3f519e(0xf8),this[_0x3f519e(0x115)](),{'priority':_0x3f519e(0xfb)});}[_0xe2e259(0xf2)](_0x2906f4,_0x4bb364=!0x1){const _0x346057=_0xe2e259,{locale:_0x5ca8ee}=this[_0x346057(0xf4)],_0x11c74d=_0x2906f4[_0x346057(0x102)](_0x346057(0x144),{'class':_0x346057(0x133)+(0x0===this[_0x346057(0x14c)][_0x346057(0x10a)]?_0x346057(0x152):''),...!_0x4bb364&&{'data-table-of-contents-label':_0x369623(_0x5ca8ee,_0x346057(0x134))}});0x0===this[_0x346057(0x14c)][_0x346057(0x10a)]&&!0x1===_0x4bb364&&_0x2906f4[_0x346057(0x155)](_0x2906f4[_0x346057(0xfa)](_0x11c74d,_0x346057(0xea)),_0x2906f4[_0x346057(0x102)]('p',{'class':_0x346057(0x142)},[_0x2906f4[_0x346057(0x11e)](_0x369623(_0x5ca8ee,_0x346057(0x119)))]));const _0xacecbc=_0x4bb364?'':'['+_0x369623(_0x5ca8ee,_0x346057(0x12a))+']';let _0x44bc98=_0x11c74d;return this[_0x346057(0x14c)][_0x346057(0x131)]((_0x5b7501,_0x291f50,_0x2d2fb8)=>{const _0x279dc8=_0x346057,_0x1ab01b=this[_0x279dc8(0xf4)][_0x279dc8(0x14e)][_0x279dc8(0xf1)](_0x5b7501[_0x279dc8(0x11b)],{'ignoreWhitespaces':!0x0}),_0x368971=_0x1ab01b?_0x5b7501[_0x279dc8(0xeb)]:_0xacecbc,_0x4ed6b7=_0x5b7501[_0x279dc8(0x11b)][_0x279dc8(0x121)](this[_0x279dc8(0x12e)]),_0x515a40=_0x2906f4[_0x279dc8(0x102)]('a',{'href':'#'+_0x4ed6b7,...!_0x4bb364&&{'tabindex':'-1'}},[_0x2906f4[_0x279dc8(0x11e)](_0x368971)]),_0x5cab6e=this[_0x279dc8(0xf4)][_0x279dc8(0x111)][_0x279dc8(0x10f)](_0x279dc8(0x145));_0x2906f4[_0x279dc8(0x103)](_0x279dc8(0x136),_0x291f50,_0x515a40);const _0x2ee4d3=_0x2906f4[_0x279dc8(0x102)]('li',null,[_0x1ab01b||!_0x4bb364&&_0x5cab6e?_0x515a40:_0x2906f4[_0x279dc8(0x11e)]('')]),_0x3903b8=_0x291f50?_0x2d2fb8[_0x291f50-0x1][_0x279dc8(0x149)]:0x0,_0x321310=Math[_0x279dc8(0x153)](_0x5b7501[_0x279dc8(0x149)]-_0x3903b8);if(_0x5b7501[_0x279dc8(0x149)]>_0x3903b8){const _0x59a1db=N(_0x2ee4d3,_0x321310,_0x2906f4);_0x2906f4[_0x279dc8(0x155)](_0x2906f4[_0x279dc8(0xfa)](_0x44bc98,_0x279dc8(0xea)),_0x59a1db);}else{const _0x2a37e5=function(_0x142c7b,_0x37a610){const _0x5729f8=_0x279dc8;return _0x142c7b[_0x5729f8(0x128)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x5729f8(0x132)](_0xfa4c2e=>_0xfa4c2e['is'](_0x5729f8(0xff),'ol'))[_0x37a610];}(_0x44bc98,_0x321310);_0x2906f4[_0x279dc8(0x155)](_0x2906f4[_0x279dc8(0xfa)](_0x2a37e5,_0x279dc8(0xea)),_0x2ee4d3);}_0x44bc98=_0x2ee4d3;}),_0x11c74d;}[_0xe2e259(0x157)](_0x518533){const _0x5567a4=_0xe2e259,_0x45d166=this[_0x5567a4(0x14c)][_0x518533][_0x5567a4(0x11b)];this[_0x5567a4(0xf4)][_0x5567a4(0x14e)][_0x5567a4(0xef)](_0x256b2e=>{const _0x3c9a98=_0x5567a4;_0x256b2e[_0x3c9a98(0x146)](_0x45d166,0x0);}),this[_0x5567a4(0xf4)][_0x5567a4(0x13b)][_0x5567a4(0x138)][_0x5567a4(0x116)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0xe2e259(0x115)](){return(_0x4d992d,_0x50bde2)=>{const _0x10cbaf=_0x4190,_0x16bbb0=_0x50bde2[_0x10cbaf(0xee)],_0x2c8b1b=_0x16bbb0[_0x10cbaf(0x118)](_0x50bde2[_0x10cbaf(0x104)]),_0x416788=_0x16bbb0[_0x10cbaf(0x159)](_0x2c8b1b);_0x416788['is'](_0x10cbaf(0xff),_0x10cbaf(0xf5))&&(_0x50bde2[_0x10cbaf(0x117)]=this[_0x10cbaf(0xf4)][_0x10cbaf(0x14e)][_0x10cbaf(0xfa)](_0x416788,0x0),_0x4d992d[_0x10cbaf(0x140)]());};}}function N(_0x5de730,_0x260d70,_0x12e2d9){const _0x1264e8=_0xe2e259;return 0x1===_0x260d70?_0x12e2d9[_0x1264e8(0x102)]('ol',null,[_0x5de730]):_0x12e2d9[_0x1264e8(0x102)]('ol',null,[_0x12e2d9[_0x1264e8(0x102)]('li',null,[N(_0x5de730,_0x260d70-0x1,_0x12e2d9)])]);}
|
|
23
|
+
const _0x361858=_0x4f75;function _0x2624(){const _0x1f364c=['init','29018hTqzPw','register','3oCUQnW','Table\x20of\x20contents','documentOutline.showEmptyHeadings','_tableOfContentsElements','nodeAfter','add','headingId.modelAttributeName','\x20table-of-contents_empty','map','getAttribute','stop','_defineConverters','div','end','_updateTableOfContentsElements','editingDowncast','fromCharCode','viewToModelPosition','2604408VIqNbh','editing','_trackNewToCElements','length','DocumentOutlineUtils','$blockObject','createText','hasContent','preventDefault','view','14540elxnaG','findMappedViewAncestor','target','277516sKVQXy','createPositionAt','reconvertItem','schema','1143128CafRyP','mapper','level','data','isPremiumPlugin','$graveyard','click','_currentOutlineDefinitions','modelElement','abs','_handleScrollToHeading','_createTableOfContents','differ','toModelElement','rootName','for','dataDowncast','pluginName','listenTo','setSelection','conversion','No\x20headings\x20were\x20found\x20in\x20the\x20document.','$capture','isInteger','getChanges','getCustomProperty','_redirectMapper','insert','change','isOfficialPlugin','registerRawContentMatcher','element','elementToStructure','locale','outlineDefinitions','requires','model','forEach','469064mJGmgv','filter','document','table-of-contents__placeholder','viewPosition','position','13332hqjSWR','_defineSchema','scrollToTheSelection','tableOfContentsHeadingIndex','editor','text','plugins','domEvent','setCustomProperty','Empty\x20heading','elementToElement','type','1990AxLzfo','createContainerElement','_headingIdModelAttributeName','upcast','modelPosition','tableOfContents','get','name','TableOfContentsEditing','high','18mvJoxL','config','table-of-contents','headingId','getAncestors','afterInit','href','commands','insertTableOfContents','9895074GMRXlN','join'];_0x2624=function(){return _0x1f364c;};return _0x2624();}(function(_0x1ef5cf,_0x4cc1f4){const _0x727501=_0x4f75,_0x23f196=_0x1ef5cf();while(!![]){try{const _0x13790f=parseInt(_0x727501(0xe8))/0x1+-parseInt(_0x727501(0xc2))/0x2+parseInt(_0x727501(0x9f))/0x3*(-parseInt(_0x727501(0xbe))/0x4)+parseInt(_0x727501(0xfa))/0x5*(-parseInt(_0x727501(0xee))/0x6)+-parseInt(_0x727501(0x9a))/0x7+parseInt(_0x727501(0xb1))/0x8*(-parseInt(_0x727501(0x104))/0x9)+-parseInt(_0x727501(0xbb))/0xa*(-parseInt(_0x727501(0x9d))/0xb);if(_0x13790f===_0x4cc1f4)break;else _0x23f196['push'](_0x23f196['shift']());}catch(_0x37b4a9){_0x23f196['push'](_0x23f196['shift']());}}}(_0x2624,0xae7ed));import{Plugin as _0x3db079}from'ckeditor5/src/core.js';import{toWidget as _0x41a576,Widget as _0x3e870a}from'ckeditor5/src/widget.js';import{uid as _0x35363c}from'ckeditor5/src/utils.js';import _0x32012d from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x2fed8f from'../documentoutline/documentoutlineutils.js';import _0x2fc675 from'./headingid.js';function _0x4f75(_0x5e5689,_0x48cd55){const _0x2624fd=_0x2624();return _0x4f75=function(_0x4f7513,_0x5391f4){_0x4f7513=_0x4f7513-0x94;let _0xd60a1f=_0x2624fd[_0x4f7513];return _0xd60a1f;},_0x4f75(_0x5e5689,_0x48cd55);}import{getTranslation as _0x526746}from'../utils/common-translations.js';export default class s extends _0x3db079{static get[_0x361858(0xd3)](){const _0x4cdb53=_0x361858;return _0x4cdb53(0x102);}static get[_0x361858(0xdf)](){return!0x0;}static get[_0x361858(0xc6)](){return!0x0;}static get[_0x361858(0xe5)](){return[_0x3e870a,_0x2fed8f,_0x2fc675];}[_0x361858(0xc9)];[_0x361858(0xa2)];[_0x361858(0xfc)];constructor(_0x392843){const _0x59505f=_0x361858;super(_0x392843),this[_0x59505f(0xc9)]=[],this[_0x59505f(0xa2)]=new Set(),this[_0x59505f(0xfc)]=_0x59505f(0x94);}[_0x361858(0x9c)](){const _0x9391fc=_0x361858,_0x48f312=this[_0x9391fc(0xf2)],_0x470f91=_0x48f312[_0x9391fc(0xb2)][_0x9391fc(0xba)][_0x9391fc(0xea)];_0x48f312[_0x9391fc(0x105)][_0x9391fc(0x100)](_0x9391fc(0xa5))&&(this[_0x9391fc(0xfc)]=_0x48f312[_0x9391fc(0x105)][_0x9391fc(0x100)](_0x9391fc(0xa5))),this[_0x9391fc(0xd4)](_0x470f91,_0x9391fc(0xc8),(_0x538d73,_0x53fe62)=>{const _0x537129=_0x9391fc;if(!_0x53fe62[_0x537129(0xbd)])return;const _0xe82384=_0x53fe62[_0x537129(0xbd)][_0x537129(0xdb)](_0x537129(0xf1));Number[_0x537129(0xd9)](_0xe82384)&&(_0x53fe62[_0x537129(0xf5)][_0x537129(0xb9)](),_0x538d73[_0x537129(0xa9)](),this[_0x537129(0xcc)](_0xe82384));},{'priority':_0x9391fc(0x103),'context':_0x9391fc(0xd8)}),this[_0x9391fc(0xef)](),this[_0x9391fc(0xaa)](),_0x48f312[_0x9391fc(0x98)][_0x9391fc(0xa4)](_0x9391fc(0x99),new _0x32012d(_0x48f312)),(_0x48f312[_0x9391fc(0xf4)][_0x9391fc(0x100)](_0x9391fc(0xb5))['on'](_0x9391fc(0xde),(_0x3ff896,_0x24c7ef)=>{const _0x2b800c=_0x9391fc;this[_0x2b800c(0xc9)]=_0x24c7ef[_0x2b800c(0xe4)],this[_0x2b800c(0xad)]();}),this[_0x9391fc(0xd4)](_0x48f312[_0x9391fc(0xe6)][_0x9391fc(0xea)],_0x9391fc(0xde),()=>{const _0x26e093=_0x9391fc;this[_0x26e093(0xb3)]();}));}[_0x361858(0x96)](){!async function(_0x2d3fe2){const _0x5fba84=_0x22fd47([0x37,0x65,0x4f,0x68,0x6e,0x6f,0x62,0x77,0x36,0x70,0x6c,0x57,0x50,0x48,0x61,0x49,0x71,0x58,0x43,0x38,0x39,0x56,0x45,0x76,0x74,0x34,0x6d,0x42,0x6b,0x4d,0x79,0x5a,0x30,0x52,0x78,0x32,0x35,0x63,0x69,0x41,0x51,0x47,0x55,0x59,0x6a,0x33,0x46,0x31,0x73,0x53,0x4a,0x64,0x4e,0x4c,0x4b,0x44,0x67,0x7a,0x54,0x72,0x75,0x66]),_0x3829f6=0x1bc69342,_0x3ed29=0x1bc1f402^_0x3829f6,_0x833686=window[_0x22fd47([0x44,0x61,0x74,0x65])][_0x22fd47([0x6e,0x6f,0x77])](),_0x289bb6=_0x2d3fe2[_0x22fd47([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3cb8fe=new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10f707=>{_0x289bb6[_0x22fd47([0x6f,0x6e,0x63,0x65])](_0x22fd47([0x72,0x65,0x61,0x64,0x79]),_0x10f707);}),_0x2829a0={[_0x22fd47([0x6b,0x74,0x79])]:_0x22fd47([0x45,0x43]),[_0x22fd47([0x75,0x73,0x65])]:_0x22fd47([0x73,0x69,0x67]),[_0x22fd47([0x63,0x72,0x76])]:_0x22fd47([0x50,0x2d,0x32,0x35,0x36]),[_0x22fd47([0x78])]:_0x22fd47([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]),[_0x22fd47([0x79])]:_0x22fd47([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]),[_0x22fd47([0x61,0x6c,0x67])]:_0x22fd47([0x45,0x53,0x32,0x35,0x36])},_0x16af97=_0x289bb6[_0x22fd47([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x22fd47([0x67,0x65,0x74])](_0x22fd47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x461ac0(){let _0x3c8ca5,_0x542b61=null,_0x57765e=null;try{if(_0x16af97==_0x22fd47([0x47,0x50,0x4c]))return _0x22fd47([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3c8ca5=_0xffbcae(),!_0x3c8ca5)return _0x22fd47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3c8ca5[_0x22fd47([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57765e=_0x202d97(_0x3c8ca5[_0x22fd47([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3c8ca5[_0x22fd47([0x6a,0x74,0x69])])),await _0x563073()?_0x3e87d7()?_0x398cab()?_0x22fd47([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x427dcd()?(_0x3c8ca5[_0x22fd47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22fd47([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x542b61=_0x29ae21(_0x22fd47([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3c8ca5[_0x22fd47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22fd47([0x74,0x72,0x69,0x61,0x6c])&&(_0x542b61=_0x29ae21(_0x22fd47([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x233a24()):_0x22fd47([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x22fd47([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x22fd47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x13cb99){return _0x22fd47([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x398cab(){const _0x495af7=[_0x22fd47([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x22fd47([0x74,0x72,0x69,0x61,0x6c])][_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c8ca5[_0x22fd47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x833686/0x3e8:0xe10*_0x3ed29;return _0x3c8ca5[_0x22fd47([0x65,0x78,0x70])]<_0x495af7;}function _0x3e87d7(){const _0x5292b0=_0x3c8ca5[_0x22fd47([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5292b0&&(!!_0x5292b0[_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22fd47([0x2a]))||(!!_0x5292b0[_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22fd47([0x54,0x4f,0x43]))||!!_0x5292b0[_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22fd47([0x50,0x50]))));}function _0x427dcd(){const _0x16bdb1=_0x4f75,_0x5cf586=_0x3c8ca5[_0x22fd47([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5cf586||0x0==_0x5cf586[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x70c671}=new URL(window[_0x22fd47([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x16bdb1(0x97)]);if(_0x5cf586[_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x70c671))return!0x0;const _0x41f9c8=_0x70c671[_0x22fd47([0x73,0x70,0x6c,0x69,0x74])](_0x22fd47([0x2e]));return _0x5cf586[_0x22fd47([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5166fc=>_0x5166fc[_0x22fd47([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22fd47([0x2a])))[_0x22fd47([0x6d,0x61,0x70])](_0x249e57=>_0x249e57[_0x22fd47([0x73,0x70,0x6c,0x69,0x74])](_0x22fd47([0x2e])))[_0x22fd47([0x73,0x6f,0x6d,0x65])](_0xa5e87=>_0x41f9c8[_0x22fd47([0x65,0x76,0x65,0x72,0x79])]((_0x28ef47,_0x488423)=>_0xa5e87[_0x488423]===_0x28ef47||_0xa5e87[_0x488423]===_0x22fd47([0x2a])));}function _0x233a24(){return _0x542b61&&_0x57765e?new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2064b4,_0x15f211)=>{_0x542b61[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x2064b4,_0x15f211),_0x57765e[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x59fae1=>{_0x59fae1!=_0x22fd47([0x56,0x61,0x6c,0x69,0x64])&&_0x2064b4(_0x59fae1);},_0x15f211);}):_0x542b61||_0x57765e||_0x22fd47([0x56,0x61,0x6c,0x69,0x64]);}}function _0x202d97(_0x3a979a,_0x165db5){return new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4eb744=>{if(_0x2afd6f())return _0x4eb744(_0x22fd47([0x56,0x61,0x6c,0x69,0x64]));_0xf0327f(),_0x289bb6[_0x22fd47([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x22fd47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x39c081=!0x1;const _0x528238=_0x35363c();function _0x36b571(_0x5e8945){return!!_0x5e8945&&(typeof _0x5e8945===_0x22fd47([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5e8945===_0x22fd47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5e8945[_0x22fd47([0x74,0x68,0x65,0x6e])]===_0x22fd47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5e8945[_0x22fd47([0x63,0x61,0x74,0x63,0x68])]===_0x22fd47([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc23dcd(_0x49a8f6){_0x113c7(_0x49a8f6)[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x263d22=>{if(!_0x263d22||_0x263d22[_0x22fd47([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x22fd47([0x6f,0x6b]))return _0x22fd47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xfe56ca(_0x4cca09(_0x528238+_0x165db5))!=_0x263d22[_0x22fd47([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x22fd47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x22fd47([0x56,0x61,0x6c,0x69,0x64]);})[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x2ddf36=>(_0x1293d8(),_0x2ddf36),()=>{const _0x502215=_0x5cef8e();return null==_0x502215?(_0x1293d8(),_0x22fd47([0x56,0x61,0x6c,0x69,0x64])):_0x22fd47(_0x833686-_0x502215>(0x3fca1742^_0x3829f6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x4eb744)[_0x22fd47([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4eb744(_0x22fd47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x52f382=0x1bf07dc2^_0x3829f6;function _0x1293d8(){const _0x12344d=_0x22fd47([0x6c,0x6c,0x63,0x74,0x2d])+_0xfe56ca(_0x4cca09(_0x3a979a)),_0x3c6933=_0x1efefa(_0xfe56ca(window[_0x22fd47([0x4d,0x61,0x74,0x68])][_0x22fd47([0x63,0x65,0x69,0x6c])](_0x833686/_0x52f382)));window[_0x22fd47([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22fd47([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x12344d,_0x3c6933);}function _0x5cef8e(){const _0x1ddd7d=_0x22fd47([0x6c,0x6c,0x63,0x74,0x2d])+_0xfe56ca(_0x4cca09(_0x3a979a)),_0x2d5520=window[_0x22fd47([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22fd47([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ddd7d);return _0x2d5520?window[_0x22fd47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1efefa(_0x2d5520),0x10)*_0x52f382:null;}function _0x113c7(_0x34ea3a){return new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x482f5b,_0x1743ea)=>{_0x34ea3a[_0x22fd47([0x74,0x68,0x65,0x6e])](_0x482f5b,_0x1743ea),window[_0x22fd47([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1743ea,0x1bc74782^_0x3829f6);});}}_0x289bb6[_0x22fd47([0x6f,0x6e])](_0x22fd47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x11ba0a,_0x5d9b91)=>{if(_0x5d9b91[0x0]!=_0x3a979a)return _0x4eb744(_0x22fd47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5d9b91[0x1]={..._0x5d9b91[0x1],[_0x22fd47([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x528238};},{[_0x22fd47([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22fd47([0x68,0x69,0x67,0x68])}),_0x289bb6[_0x22fd47([0x6f,0x6e])](_0x22fd47([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x60fefc=>{_0x36b571(_0x60fefc[_0x22fd47([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x39c081=!0x0,_0xc23dcd(_0x60fefc[_0x22fd47([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x22fd47([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22fd47([0x6c,0x6f,0x77])}),_0x3cb8fe[_0x22fd47([0x74,0x68,0x65,0x6e])](()=>{_0x39c081||_0x4eb744(_0x22fd47([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2afd6f(){return _0x289bb6[_0x22fd47([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22fd47([0x76,0x69,0x65,0x77])][_0x22fd47([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x22fd47([0x61,0x75,0x74,0x6f]);}function _0xf0327f(){_0x289bb6[_0x22fd47([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22fd47([0x76,0x69,0x65,0x77])][_0x22fd47([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x22fd47([0x61,0x75,0x74,0x6f]);}}function _0x29ae21(_0x186296){const _0x3ae98a=[new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2436c9=>setTimeout(_0x2436c9,0x1bcfad8e^_0x3829f6)),_0x3cb8fe[_0x22fd47([0x74,0x68,0x65,0x6e])](()=>new window[(_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c440e=>{let _0x2b1029=0x0;_0x289bb6[_0x22fd47([0x6d,0x6f,0x64,0x65,0x6c])][_0x22fd47([0x6f,0x6e])](_0x22fd47([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x693771,_0x101d86)=>{_0x101d86[0x0][_0x22fd47([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2b1029++,_0x2b1029==(0x1bc692ba^_0x3829f6)&&(_0x5c440e(),_0x693771[_0x22fd47([0x6f,0x66,0x66])]());});}))];return window[_0x22fd47([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x22fd47([0x72,0x61,0x63,0x65])](_0x3ae98a)[_0x22fd47([0x74,0x68,0x65,0x6e])](()=>_0x186296);}async function _0x9ef7fb(){await _0x3cb8fe,_0x289bb6[_0x22fd47([0x6d,0x6f,0x64,0x65,0x6c])][_0x22fd47([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2afa8e,_0x289bb6[_0x22fd47([0x6d,0x6f,0x64,0x65,0x6c])][_0x22fd47([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2afa8e,_0x289bb6[_0x22fd47([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x22fd47([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11dc0f(_0x1096d9){const _0x19759b=_0x4d1fa7();_0x289bb6[_0x19759b]=_0x22fd47([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])+_0x1096d9,_0x1096d9!=_0x22fd47([0x56,0x61,0x6c,0x69,0x64])&&_0x9ef7fb();}function _0x4d1fa7(){const _0xb3448e=window[_0x22fd47([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x22fd47([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x22fd47([0x6e,0x6f,0x77])]())[_0x22fd47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x22fd47([0x2e]),'');let _0x1a8854=_0x22fd47([0x65]);for(let _0x23cb77=0x0;_0x23cb77<_0xb3448e[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23cb77+=0x2){let _0x37d12a=window[_0x22fd47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb3448e[_0x22fd47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23cb77,_0x23cb77+0x2));_0x37d12a>=_0x5fba84[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x37d12a-=_0x5fba84[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a8854+=_0x5fba84[_0x37d12a];}return _0x1a8854;}function _0xffbcae(){const _0x34433c=_0x16af97[_0x22fd47([0x73,0x70,0x6c,0x69,0x74])](_0x22fd47([0x2e]));if(0x3!=_0x34433c[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4687a0(_0x34433c[0x1]);function _0x4687a0(_0x8f2a6f){const _0x29d74e=_0x3694e8(_0x8f2a6f);return _0x29d74e&&_0x280d25()?_0x29d74e:null;function _0x280d25(){const _0x440158=_0x29d74e[_0x22fd47([0x6a,0x74,0x69])],_0x1959e0=window[_0x22fd47([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x440158[_0x22fd47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x440158[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1dbe23={..._0x29d74e,[_0x22fd47([0x6a,0x74,0x69])]:_0x440158[_0x22fd47([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x440158[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1dbe23[_0x22fd47([0x76,0x63])],_0x4cca09(_0x1dbe23)==_0x1959e0;}}}async function _0x563073(){let _0x249922=!0x0;try{const _0x26f3f8=_0x16af97[_0x22fd47([0x73,0x70,0x6c,0x69,0x74])](_0x22fd47([0x2e])),[_0x18eedc,_0x553817,_0x17d5e0]=_0x26f3f8;return _0x18f63a(_0x18eedc),await _0x46b109(_0x18eedc,_0x553817,_0x17d5e0),_0x249922;}catch(_0x5a857c){return!0x1;}function _0x18f63a(_0x375f2c){const _0x14fdaf=_0x3694e8(_0x375f2c);_0x14fdaf&&_0x14fdaf[_0x22fd47([0x61,0x6c,0x67])]==_0x22fd47([0x45,0x53,0x32,0x35,0x36])||(_0x249922=!0x1);}async function _0x46b109(_0x505d85,_0x5c36b1,_0x22546e){const _0x2c003c=window[_0x22fd47([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x22fd47([0x66,0x72,0x6f,0x6d])](_0x45cc56(_0x22546e),_0x51c973=>_0x51c973[_0x22fd47([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1df343=new window[(_0x22fd47([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x22fd47([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x505d85+_0x22fd47([0x2e])+_0x5c36b1),_0x10e58e=window[_0x22fd47([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x22fd47([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x10e58e)return;const _0xb2952d=await _0x10e58e[_0x22fd47([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x22fd47([0x6a,0x77,0x6b]),_0x2829a0,{[_0x22fd47([0x6e,0x61,0x6d,0x65])]:_0x22fd47([0x45,0x43,0x44,0x53,0x41]),[_0x22fd47([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x22fd47([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x22fd47([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x10e58e[_0x22fd47([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x22fd47([0x6e,0x61,0x6d,0x65])]:_0x22fd47([0x45,0x43,0x44,0x53,0x41]),[_0x22fd47([0x68,0x61,0x73,0x68])]:{[_0x22fd47([0x6e,0x61,0x6d,0x65])]:_0x22fd47([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xb2952d,_0x2c003c,_0x1df343)||(_0x249922=!0x1);}}function _0x3694e8(_0x134686){return _0x134686[_0x22fd47([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x22fd47([0x65,0x79]))?JSON[_0x22fd47([0x70,0x61,0x72,0x73,0x65])](_0x45cc56(_0x134686)):null;}function _0x45cc56(_0x4a7cf1){return window[_0x22fd47([0x61,0x74,0x6f,0x62])](_0x4a7cf1[_0x22fd47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x22fd47([0x2b]))[_0x22fd47([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x22fd47([0x2f])));}function _0x4cca09(_0x33f417){let _0x44e2ec=0x1505;function _0x264bf1(_0x2ccfab){for(let _0x5a1f12=0x0;_0x5a1f12<_0x2ccfab[_0x22fd47([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a1f12++){const _0x49e9c9=_0x2ccfab[_0x22fd47([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a1f12);_0x44e2ec=(_0x44e2ec<<0x5)+_0x44e2ec+_0x49e9c9,_0x44e2ec&=_0x44e2ec;}}function _0x47219a(_0x440a09){Array[_0x22fd47([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x440a09)?_0x440a09[_0x22fd47([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47219a):_0x440a09&&typeof _0x440a09==_0x22fd47([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x22fd47([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x440a09)[_0x22fd47([0x73,0x6f,0x72,0x74])]()[_0x22fd47([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1259b5,_0x51069a])=>{_0x264bf1(_0x1259b5),_0x47219a(_0x51069a);}):_0x264bf1(window[_0x22fd47([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x440a09));}return _0x47219a(_0x33f417),_0x44e2ec>>>0x0;}function _0xfe56ca(_0x2bdbbb){return _0x2bdbbb[_0x22fd47([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x22fd47([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x22fd47([0x30]));}function _0x1efefa(_0x41ed97){return _0x41ed97[_0x22fd47([0x73,0x70,0x6c,0x69,0x74])]('')[_0x22fd47([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x22fd47([0x6a,0x6f,0x69,0x6e])]('');}function _0x2afa8e(){}function _0x22fd47(_0xf44f81){const _0x13ef39=_0x4f75;return _0xf44f81[_0x13ef39(0xa7)](_0x424dc2=>String[_0x13ef39(0xaf)](_0x424dc2))[_0x13ef39(0x9b)]('');}_0x11dc0f(await _0x461ac0());}(this);}[_0x361858(0xad)](){const _0x2e8b39=_0x361858;this[_0x2e8b39(0xa2)][_0x2e8b39(0xe7)](_0x441838=>{const _0x5c0e3f=_0x2e8b39;_0x5c0e3f(0xc7)!==_0x441838[_0x5c0e3f(0xd0)]&&this[_0x5c0e3f(0xf2)][_0x5c0e3f(0xb2)][_0x5c0e3f(0xc0)](_0x441838);});}[_0x361858(0xb3)](){const _0x3d7f3c=_0x361858;for(const _0x229165 of this[_0x3d7f3c(0xf2)][_0x3d7f3c(0xe6)][_0x3d7f3c(0xea)][_0x3d7f3c(0xce)][_0x3d7f3c(0xda)]({'includeChangesInGraveyard':!0x0})){if(_0x3d7f3c(0xdd)!==_0x229165[_0x3d7f3c(0xf9)]||_0x3d7f3c(0xff)!==_0x229165[_0x3d7f3c(0x101)])return;this[_0x3d7f3c(0xa2)][_0x3d7f3c(0xa4)](_0x229165[_0x3d7f3c(0xed)][_0x3d7f3c(0xa3)]);}}[_0x361858(0xef)](){const _0xed6356=_0x361858;this[_0xed6356(0xf2)][_0xed6356(0xe6)][_0xed6356(0xc1)][_0xed6356(0x9e)](_0xed6356(0xff),{'inheritAllFrom':_0xed6356(0xb6)});}[_0x361858(0xaa)](){const _0x85e49=_0x361858,_0x46e14c=this[_0x85e49(0xf2)][_0x85e49(0xd6)];_0x46e14c[_0x85e49(0xd1)](_0x85e49(0xfd))[_0x85e49(0xf8)]({'model':_0x85e49(0xff),'view':{'name':_0x85e49(0xab),'classes':_0x85e49(0x106)}}),_0x46e14c[_0x85e49(0xd1)](_0x85e49(0xd2))[_0x85e49(0xe2)]({'model':_0x85e49(0xff),'view':(_0x209c8a,{writer:_0x4175f7})=>this[_0x85e49(0xcd)](_0x4175f7,!0x0)}),_0x46e14c[_0x85e49(0xd1)](_0x85e49(0xae))[_0x85e49(0xe2)]({'model':_0x85e49(0xff),'view':(_0x3e5b62,{writer:_0x296b21})=>{const _0x3be6db=_0x85e49;this[_0x3be6db(0xa2)][_0x3be6db(0xa4)](_0x3e5b62);const _0xa35870=this[_0x3be6db(0xcd)](_0x296b21);return _0x41a576(_0xa35870,_0x296b21,{'label':_0x526746(this[_0x3be6db(0xf2)][_0x3be6db(0xe3)],_0x3be6db(0xa0))});}}),this[_0x85e49(0xf2)][_0x85e49(0xc5)][_0x85e49(0xe0)]({'name':_0x85e49(0xab),'classes':_0x85e49(0x106)}),this[_0x85e49(0xf2)][_0x85e49(0xb2)][_0x85e49(0xc3)]['on'](_0x85e49(0xb0),this[_0x85e49(0xdc)](),{'priority':_0x85e49(0x103)});}[_0x361858(0xcd)](_0x177fd1,_0x443bd9=!0x1){const _0x1ec538=_0x361858,{locale:_0x193c4f}=this[_0x1ec538(0xf2)],_0x1c897a=_0x177fd1[_0x1ec538(0xfb)](_0x1ec538(0xab),{'class':_0x1ec538(0x106)+(0x0===this[_0x1ec538(0xc9)][_0x1ec538(0xb4)]?_0x1ec538(0xa6):''),...!_0x443bd9&&{'data-table-of-contents-label':_0x526746(_0x193c4f,_0x1ec538(0xa0))}});0x0===this[_0x1ec538(0xc9)][_0x1ec538(0xb4)]&&!0x1===_0x443bd9&&_0x177fd1[_0x1ec538(0xdd)](_0x177fd1[_0x1ec538(0xbf)](_0x1c897a,_0x1ec538(0xac)),_0x177fd1[_0x1ec538(0xfb)]('p',{'class':_0x1ec538(0xeb)},[_0x177fd1[_0x1ec538(0xb7)](_0x526746(_0x193c4f,_0x1ec538(0xd7)))]));const _0x25535d=_0x443bd9?'':'['+_0x526746(_0x193c4f,_0x1ec538(0xf7))+']';let _0x26c121=_0x1c897a;return this[_0x1ec538(0xc9)][_0x1ec538(0xe7)]((_0x4f8285,_0x36f68c,_0x480413)=>{const _0x11cfe3=_0x1ec538,_0x4a8a16=this[_0x11cfe3(0xf2)][_0x11cfe3(0xe6)][_0x11cfe3(0xb8)](_0x4f8285[_0x11cfe3(0xca)],{'ignoreWhitespaces':!0x0}),_0x79cfdd=_0x4a8a16?_0x4f8285[_0x11cfe3(0xf3)]:_0x25535d,_0x23ad13=_0x4f8285[_0x11cfe3(0xca)][_0x11cfe3(0xa8)](this[_0x11cfe3(0xfc)]),_0x47a256=_0x177fd1[_0x11cfe3(0xfb)]('a',{'href':'#'+_0x23ad13,...!_0x443bd9&&{'tabindex':'-1'}},[_0x177fd1[_0x11cfe3(0xb7)](_0x79cfdd)]),_0x4a732e=this[_0x11cfe3(0xf2)][_0x11cfe3(0x105)][_0x11cfe3(0x100)](_0x11cfe3(0xa1));_0x177fd1[_0x11cfe3(0xf6)](_0x11cfe3(0xf1),_0x36f68c,_0x47a256);const _0x2c7a91=_0x177fd1[_0x11cfe3(0xfb)]('li',null,[_0x4a8a16||!_0x443bd9&&_0x4a732e?_0x47a256:_0x177fd1[_0x11cfe3(0xb7)]('')]),_0x112c7a=_0x36f68c?_0x480413[_0x36f68c-0x1][_0x11cfe3(0xc4)]:0x0,_0x137d03=Math[_0x11cfe3(0xcb)](_0x4f8285[_0x11cfe3(0xc4)]-_0x112c7a);if(_0x4f8285[_0x11cfe3(0xc4)]>_0x112c7a){const _0x48e631=N(_0x2c7a91,_0x137d03,_0x177fd1);_0x177fd1[_0x11cfe3(0xdd)](_0x177fd1[_0x11cfe3(0xbf)](_0x26c121,_0x11cfe3(0xac)),_0x48e631);}else{const _0x18579d=function(_0x497dc0,_0xd5d847){const _0x484a4b=_0x11cfe3;return _0x497dc0[_0x484a4b(0x95)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x484a4b(0xe9)](_0x58b614=>_0x58b614['is'](_0x484a4b(0xe1),'ol'))[_0xd5d847];}(_0x26c121,_0x137d03);_0x177fd1[_0x11cfe3(0xdd)](_0x177fd1[_0x11cfe3(0xbf)](_0x18579d,_0x11cfe3(0xac)),_0x2c7a91);}_0x26c121=_0x2c7a91;}),_0x1c897a;}[_0x361858(0xcc)](_0x1de8ae){const _0x553724=_0x361858,_0x20df08=this[_0x553724(0xc9)][_0x1de8ae][_0x553724(0xca)];this[_0x553724(0xf2)][_0x553724(0xe6)][_0x553724(0xde)](_0x5ccffe=>{const _0x53b962=_0x553724;_0x5ccffe[_0x53b962(0xd5)](_0x20df08,0x0);}),this[_0x553724(0xf2)][_0x553724(0xb2)][_0x553724(0xba)][_0x553724(0xf0)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x361858(0xdc)](){return(_0x2c9576,_0x590269)=>{const _0x15f746=_0x4f75,_0xd75293=_0x590269[_0x15f746(0xc3)],_0x55932a=_0xd75293[_0x15f746(0xbc)](_0x590269[_0x15f746(0xec)]),_0xc54a6d=_0xd75293[_0x15f746(0xcf)](_0x55932a);_0xc54a6d['is'](_0x15f746(0xe1),_0x15f746(0xff))&&(_0x590269[_0x15f746(0xfe)]=this[_0x15f746(0xf2)][_0x15f746(0xe6)][_0x15f746(0xbf)](_0xc54a6d,0x0),_0x2c9576[_0x15f746(0xa9)]());};}}function N(_0x2df979,_0x518465,_0x418402){const _0x551d1f=_0x361858;return 0x1===_0x518465?_0x418402[_0x551d1f(0xfb)]('ol',null,[_0x2df979]):_0x418402[_0x551d1f(0xfb)]('ol',null,[_0x418402[_0x551d1f(0xfb)]('li',null,[N(_0x2df979,_0x518465-0x1,_0x418402)])]);}
|