@ckeditor/ckeditor5-document-outline 46.1.1-alpha.2 → 46.1.1-alpha.3
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.
- package/build/document-outline.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
- package/src/documentoutline/documentoutlineui.js +1 -1
- package/src/documentoutline/documentoutlineutils.js +1 -1
- package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
- package/src/documentoutline/ui/documentoutlineview.js +1 -1
- package/src/tableofcontents/headingid.js +1 -1
- package/src/tableofcontents/tableofcontentscommand.js +1 -1
- package/src/tableofcontents/tableofcontentsediting.js +1 -1
- package/src/tableofcontents/tableofcontentsui.js +1 -1
|
@@ -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={6:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},237:t=>{"use strict";t.exports=CKEditor5.dll},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},320:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),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},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},557: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)}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602: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)}}}},718: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}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},798:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-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-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-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},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>W,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>z,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});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{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(){const t=["has","htmlH5","5202EnofHl","477vVjDJp","heading.options","6295635oVEjLP","5771716SqcdYn","8238288WofOwz","paragraph","get","getChildren","9079QePkyz","htmlH6","model","htmlH2","htmlH1","htmlH4","config","htmlH3","133180QBzhvr","GeneralHtmlSupport","plugins","1164774RAqleJ","1608165qozSGG","push","reduce","data","3RCngVq"];return(s=function(){return t})()}function c(t){const e=a;let n="";for(const i of t[e(301)]())i instanceof r.ModelText&&(n+=i[e(289)]);return n}function a(t,e){const n=s();return(a=function(t,e){return n[t-=274]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(853389===-parseInt(e(286))/1+-parseInt(e(285))/2*(parseInt(e(290))/3)+parseInt(e(297))/4+-parseInt(e(296))/5+parseInt(e(293))/6*(parseInt(e(274))/7)+parseInt(e(298))/8+parseInt(e(294))/9*(parseInt(e(282))/10))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=f();return(d=function(t,e){return n[t-=325]})(t,e)}function f(){const t=["config","level","_getOutlineDefinitions","isPremiumPlugin","view","findIndex","editing","modelElement","selection","change","backward","createElement","getRootNames","includes","9bPmiTk","96470qqmHHm","getFirstPosition","item","pluginName","model","37615ExnBOz","push","_deriveHeadingElementsFromConversion","_headingNames","element","domConverter","getRoot","DocumentOutlineUtils","get","afterInit","426rrMxCn","length","getChild","267JzFAwn","isOfficialPlugin","editor","text","activeItemIndex","892240GousnB","83312WIDcRE","getChildren","21ZqPIyD","init","document","toModel","indexOf","_getHeadingNames","name","domToView","_getActiveHeading","4879556Cthafm","data","13682xeOAdf","fire","documentOutline.headings","1584470bMmMvK"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(305781===-parseInt(e(369))/1+parseInt(e(350))/2*(-parseInt(e(331))/3)+parseInt(e(336))/4+parseInt(e(374))/5*(parseInt(e(328))/6)+-parseInt(e(339))/7*(parseInt(e(337))/8)+-parseInt(e(368))/9*(parseInt(e(353))/10)+parseInt(e(348))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(372)](){return l(325)}static get[l(332)](){return!0}static get[l(357)](){return!0}[l(377)]=[];[l(340)](){const t=l,e=this[t(333)];this[t(377)]=this[t(344)]();let n=[];e[t(373)][t(341)].on(t(363),o(()=>{const e=t,i=n;n=this[e(356)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(355)]===n[e(355)]&&t[e(334)]===n[e(334)]&&t[e(361)]===n[e(361)]),r=(0,u.diffToChanges)(o,n),s=this[e(347)](),c=n[e(359)](t=>t[e(361)]===s);r[e(329)]&&this[e(351)](e(363),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(351)](e(335),{index:c})},250,{leading:!0,trailing:!0}))}[l(327)](){const t=l;this[t(377)][t(329)]||this[t(376)]()}[l(356)](){const t=l,e=this[t(333)],n=[],i=this[t(377)];for(const n of e[t(373)][t(341)][t(366)]())o(e[t(373)][t(341)][t(380)](n));function o(e){const r=t;for(const t of e[r(338)]())t.is(r(378))&&(i[r(367)](t[r(345)])&&n[r(375)]({level:i[r(343)](t[r(345)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(347)](){const t=l,e=this[t(333)][t(373)][t(341)][t(362)][t(370)](),n=new r.ModelTreeWalker({direction:t(364),startPosition:e});for(const e of n)if(e[t(371)].is(t(378))&&this[t(377)][t(367)](e[t(371)][t(345)]))return e[t(371)]}[l(344)](){const t=l;return this[t(333)][t(354)][t(326)](t(352))||function(t){const e=a,n=t[e(280)][e(300)](e(295));return n?n[e(288)]((t,n)=>(e(299)!==n[e(276)]&&t[e(287)](n[e(276)]),t),[]):t[e(284)][e(291)](e(283))?[e(278),e(277),e(281),e(279),e(292),e(275)]:[]}(this[t(333)])}[l(376)](){const t=l,e=this[t(333)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(360)][t(358)][t(379)][t(346)](document[t(365)](o)),r=e[t(349)][t(342)](n)[t(330)](0);r?.is(t(378))&&i[t(375)](r[t(345)])}this[t(377)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=w();return(g=function(t,e){return n[t-=310]})(t,e)}function w(){const t=["set","setTemplate","730168bYlDQo","click","49295zqbbNE","bindTemplate","ck-document-outline__item_empty","Empty heading","7OuhjXV","text","bind","857251kOlRLO","isEmpty","isActive","ck-document-outline__item_active","ck-reset","4792170ZJmaEU","level","12070712XWjKUe","371536NvXNmh","1726488mzGBQS","ck-document-outline__item_level-","div","ck-document-outline__item"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(441474===-parseInt(e(320))/1+parseInt(e(328))/2+parseInt(e(329))/3+-parseInt(e(311))/4+parseInt(e(313))/5+-parseInt(e(325))/6+-parseInt(e(317))/7*(-parseInt(e(327))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(314)],o=e?"["+p(t,n(316))+"]":"";this[n(333)](n(318),""),this[n(333)](n(326),1),this[n(333)](n(322),!1),this[n(319)](n(321)).to(this,n(318),t=>!t),this[n(310)]({tag:n(331),attributes:{class:["ck",n(324),n(332),i.to(n(326),t=>n(330)+t),i.if(n(322),n(323)),i.if(n(321),n(315))],title:i.to(n(318))},children:[{text:i.to(n(318),t=>t||o)}],on:{click:i.to(n(312))}})}}const I=b;function k(){const t=["bind","div","forEach","map","documentOutlineContainer","type","ck-reset","insert","delegate","fire","remove","256jjWLLP","_insertItem","set","_deleteItem","destroy","13955481MSbdWR","4616oSulDv","addMany","684648oBIkLs","ck-document-outline","click","locale","_scrollToItem","itemSelected","contentLanguageDirection","level","2271465fAwLwD","_handleItemClick","setTemplate","items","values","37767GIAOGJ","element","change:activeItemIndex","get","createCollection","_setActiveItem","index","sync","activeItemIndex","Editor headings will appear here as you type.","delete","text","source","1668700oNXBJN","320CofDaH","getIndex","isActive","showEmptyHeadingText","howMany","2380912aQoKnQ"];return(k=function(){return t})()}function b(t,e){const n=k();return(b=function(t,e){return n[t-=145]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(413516===-parseInt(e(196))/1*(-parseInt(e(167))/2)+-parseInt(e(182))/3*(parseInt(e(161))/4)+-parseInt(e(195))/5+-parseInt(e(169))/6+-parseInt(e(177))/7+-parseInt(e(149))/8+parseInt(e(166))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends m.View{[I(180)];[I(154)];[I(147)];constructor(t,e=!1,n){const i=I;super(t),this[i(147)]=e,this[i(163)](i(190),-1),this[i(154)]=n,this[i(180)]=this[i(186)](),this[i(180)][i(158)](i(171)).to(this),this.on(i(171),this[i(178)][i(150)](this)),this.on(i(184),(t,e,n,o)=>{this[i(187)](o,n)}),this[i(179)]({tag:i(151),attributes:{class:["ck",i(156),i(170)],dir:t[i(175)],"data-document-outline-empty-placeholder":p(t,i(191)),tabindex:-1},children:this[i(180)]})}[I(189)](t){const e=I;t[e(152)](t=>{const n=e;n(157)==t[n(155)]?this[n(162)](t[n(188)],...t[n(181)]):n(192)==t[n(155)]&&this[n(164)](t[n(188)],t[n(148)])})}[I(187)](t,e){const n=I;if(-1!==t){const e=this[n(180)][n(185)](t);e&&(e[n(146)]=!1)}-1!==e&&(this[n(180)][n(185)](e)[n(146)]=!0,this[n(173)](e))}[I(162)](t,...e){const n=I,i=e[n(153)]((e,i)=>{const o=n,r=new v(this[o(172)],this[o(147)]);return r[o(193)]=e[o(193)],r[o(176)]=e[o(176)],t+i===this[o(190)]&&(r[o(146)]=!0),r});this[n(180)][n(168)](i,t)}[I(164)](t,e){const n=I;do{this[n(180)][n(160)](t)}while(--e)}[I(178)](t){const e=I,n=this[e(180)][e(145)](t[e(194)]);this[e(159)](e(174),n)}[I(173)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(180)][e(185)](t)[e(183)],20,this[e(154)])}[I(165)](){const t=I;super[t(165)](),this[t(183)][t(160)]()}}var _=n(6),O=n.n(_),x=n(602),C=n.n(x),T=n(557),E=n.n(T),A=n(302),P=n.n(A),L=n(290),D=n.n(L),S=n(320),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=C(),N.insertStyleElement=D();O()(S.A,N);S.A&&S.A.locals&&S.A.locals;function M(){const t=["activeItemIndex","editing","8591418XDwWGN","setSelection","model","scroll","focus","appendChild","getRootNames","domConverter","fromCharCode","7915456XMuYna","_setActiveViewItem","toViewElement","319746hONEDL","getDomRoot","document-outline-container-not-provided","_handleOutlineChange","documentOutline.container","listenTo","get","mapper","map","indexOf","bind","getVisible","document","_currentOutlineDefinitions","itemSelected","length","_updateActiveDefinitionFromViewportThrottled","scrollToTheSelection","join","element","add","render","top","href","isPremiumPlugin","locale","getIntersection","bottom","change","floor","989755wZtEMh","afterInit","mapViewToDom","3290oFcgvQ","focusTracker","DocumentOutlineUtils","cancel","resize","documentOutline.showEmptyHeadings","window","isOfficialPlugin","pluginName","7036dNrQPS","12644883KVjPJA","1080093ynieeH","_handleItemSelected","2AJWtyI","destroy","plugins","view","modelElement","DocumentOutlineUI","sync","init","editor","config","height","_updateActiveDefinitionOnViewportChange"];return(M=function(){return t})()}const K=j;function j(t,e){const n=M();return(j=function(t,e){return n[t-=417]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(800964===parseInt(e(428))/1*(parseInt(e(444))/2)+parseInt(e(470))/3+parseInt(e(440))/4*(-parseInt(e(431))/5)+parseInt(e(458))/6+-parseInt(e(442))/7+parseInt(e(467))/8+-parseInt(e(441))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class H extends t.Plugin{[K(447)];[K(483)];[K(486)];static get[K(439)](){return K(449)}static get[K(438)](){return!0}static get[K(422)](){return!0}constructor(t){const e=K;super(t),this[e(447)]=new y(t[e(423)],this[e(452)][e(453)][e(476)](e(436)),this[e(452)][e(453)][e(476)](e(474))),this[e(483)]=[],this[e(486)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(455)][e(480)](this),100)}[K(451)](){const t=K,e=this[t(452)],n=e[t(446)][t(476)](t(433));let i=!1;if(this[t(447)][t(419)](),this[t(452)].ui[t(432)][t(418)](this[t(447)][t(417)]),!e[t(453)][t(476)](t(474)))throw new u.CKEditorError(t(472),{editor:e});e[t(453)][t(476)](t(474))[t(463)](this[t(447)][t(417)]),n.on(t(426),this[t(473)][t(480)](this)),n.on(t(456),(e,{index:n})=>this[t(468)](n)),this[t(447)].on(t(484),(e,n)=>{i=!0,this[t(443)](n)}),this[t(447)][t(475)](u.global[t(482)],t(461),()=>{i?i=!1:this[t(486)]()},{useCapture:!0}),this[t(447)][t(475)](u.global[t(437)],t(435),this[t(486)],{useCapture:!0})}[K(429)](){!async function(t){const e=p([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=j;return t[e(478)](t=>String[e(466)](t))[e(488)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([97]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([68,79]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1757808e3;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=j,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(421)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[K(445)](){const t=K;super[t(445)](),this[t(447)][t(445)](),this[t(486)][t(434)]()}[K(473)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(483)]=e,this[i(447)][i(450)](n)}[K(468)](t){const e=K;this[e(483)][e(485)]&&this[e(483)][t]&&(this[e(447)][e(456)]=t)}[K(443)](t){const e=K,n=this[e(483)][t][e(448)];this[e(452)][e(460)][e(426)](t=>{t[e(459)](n,0)}),this[e(452)][e(457)][e(447)][e(487)]({alignToTop:!0,forceScroll:!0}),this[e(452)][e(457)][e(447)][e(462)](),this[e(468)](t)}[K(455)](){const t=K,e=this[t(452)];let n;for(const i of e[t(460)][t(482)][t(464)]()){const o=e[t(457)][t(447)][t(471)](i),r=o&&new u.Rect(o)[t(481)]();if(r){const e=new u.Rect(u.global[t(437)])[t(424)](r);e&&(n=e[t(420)]+.25*e[t(454)])}}if(void 0===n)return;const i=R(e[t(457)],this[t(483)],n);i?this[t(468)](this[t(483)][t(479)](i)):this[t(468)](-1)}}function R(t,e,n,i=0,o=e[K(485)]-1){const r=K,s=Math[r(427)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(477)][r(469)](c[r(448)]);if(!a)return null;const l=t[r(447)][r(465)][r(430)](a);return new u.Rect(l)[r(425)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=U;function U(t,e){const n=B();return(U=function(t,e){return n[t-=447]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(640981===parseInt(e(485))/1*(-parseInt(e(468))/2)+parseInt(e(481))/3*(-parseInt(e(475))/4)+parseInt(e(473))/5*(-parseInt(e(486))/6)+-parseInt(e(449))/7*(-parseInt(e(484))/8)+-parseInt(e(448))/9+-parseInt(e(465))/10*(-parseInt(e(454))/11)+-parseInt(e(466))/12*(-parseInt(e(478))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class W extends t.Plugin{[V(474)];[V(450)];static get[V(483)](){return[h,H]}static get[V(447)](){return V(469)}static get[V(457)](){return!0}static get[V(479)](){return!0}[V(470)](){const t=V;this[t(474)]=this[t(458)][t(487)][t(453)](t(474));const e=this[t(458)];this[t(450)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(472)==r||n(455)==r||n(480)==r||n(467)==r||n(463)==r||n(451)==r||n(477)==r||n(459)==r){delete e[o],i=r,clearInterval(this[n(450)]),this[n(450)]=void 0;break}}n(455)==i&&e[n(476)](n(460)),n(480)==i&&e[n(476)](n(471)),n(467)==i&&e[n(476)](n(462)),n(463)==i&&e[n(476)](n(482),n(469)),n(451)==i&&e[n(476)](n(456)),n(477)==i&&e[n(476)](n(452)),n(459)==i&&e[n(476)](n(464))},1e3)}[V(461)](){const t=V;super[t(461)](),this[t(450)]&&clearInterval(this[t(450)])}}function B(){const t=["usageLimit","70EvIqfH","12vwhSLf","documentOutlineLicenseKeyDomainLimit","38XvwFxB","DocumentOutline","init","expired","documentOutlineLicenseKeyValid","40505GPjkCD","licenseKey","4484ZmcXQD","_showLicenseError","documentOutlineLicenseKeyTrialLimit","20560774PAlffS","isPremiumPlugin","documentOutlineLicenseKeyExpired","594WEitUe","featureNotAllowed","requires","13304ZNSzQl","12301vfgRke","474GBhYLe","config","pluginName","8080875DoBXqM","1743AOzWbe","_licenseKeyCheckInterval","documentOutlineLicenseKeyEvaluationLimit","trialLimit","get","1003871TUYqfF","documentOutlineLicenseKeyInvalid","evaluationLimit","isOfficialPlugin","editor","documentOutlineLicenseKeyUsageLimit","invalid","destroy","domainLimit","documentOutlineLicenseKeyNotAllowed"];return(B=function(){return t})()}var F=n(901);const q=J;function G(){const t=["schema","20244cxfMWn","model","2849924CweUkc","findAllowedParent","createElement","refresh","tableOfContents","selection","change","execute","document","insertObject","isEnabled","339939syRQnk","editor","221770yTdwJd","1400982qwDtqY","8117650IkyUdt","5OdsSxj","getFirstPosition","90DugqTr","136BGjxgN","556605aBtYaA"];return(G=function(){return t})()}function J(t,e){const n=G();return(J=function(t,e){return n[t-=487]})(t,e)}!function(t){const e=J,n=t();for(;;)try{if(420275===-parseInt(e(490))/1*(-parseInt(e(487))/2)+parseInt(e(488))/3+parseInt(e(498))/4+parseInt(e(492))/5*(parseInt(e(496))/6)+parseInt(e(494))/7+parseInt(e(493))/8*(-parseInt(e(509))/9)+-parseInt(e(489))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class z extends t.Command{[q(505)](){const t=q;this[t(510)][t(497)][t(504)](e=>{const n=t;this[n(510)][n(497)][n(507)](e[n(500)](n(502)))})}[q(501)](){const t=q,e=this[t(510)][t(497)],n=e[t(506)][t(503)][t(491)]();this[t(508)]=null!==(n&&e[t(495)][t(499)](n,t(502)))}}var Q=n(798),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=E().bind(null,"head"),X.domAPI=C(),X.insertStyleElement=D();O()(Q.A,X);Q.A&&Q.A.locals&&Q.A.locals;const Z=Y;function Y(t,e){const n=$();return(Y=function(t,e){return n[t-=419]})(t,e)}function $(){const t=["set","1156640dReSKA","type","low","8RiUoEU","match","get","string","1615449ZDJigu","clear","downcast","differ","isOfficialPlugin","getChanges","_customDataDowncastHeadingsConversion","attributes","viewItem","forEach","nodeAfter","has","mapper","_customUpcastHeadingsConversion","config","add","registerPostFixer","4TmYDWa","attribute:headingId:","extend","paragraph","remove","2oawnMi","view","modelRange","3887156PmJssT","writer","position","consumable","_registerHeadingIdAttributePostfixer","setAttribute","delete","14339223MIPnxN","conversion","editor","heading.options","length","removeAttribute","for","change","item","HeadingId","getContainedElement","insert","afterInit","document","210suVJRp","8164480outFFW","model","heading1","upcast","isPremiumPlugin","headingId.modelAttributeName","consume","schema","isRegistered","pluginName","element:","2546918BAKPZm","toViewElement","headingId","getAttribute","name","10842822rOLpRD","hasAttribute"];return($=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(968833===parseInt(e(483))/1*(parseInt(e(439))/2)+parseInt(e(490))/3*(parseInt(e(434))/4)+-parseInt(e(464))/5+-parseInt(e(480))/6+-parseInt(e(442))/7+parseInt(e(486))/8*(-parseInt(e(449))/9)+parseInt(e(463))/10*(parseInt(e(475))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Z(473)](){return Z(458)}static get[Z(421)](){return!0}static get[Z(468)](){return!0}[Z(461)](){const t=Z,e=this[t(451)];e[t(431)][t(488)](t(469))||(function(e){const n=t,i=new Map;return e?(e[n(426)](t=>{const e=n;e(437)!==t[e(465)]&&i[e(482)](t[e(440)],t[e(465)])}),i[n(488)]("h1")||i[n(482)]("h1",n(466)),i):i}(this[t(451)][t(431)][t(488)](t(452)))[t(426)]((n,i)=>{const o=t;this[o(430)](i),this[o(423)](n),e[o(465)][o(471)][o(472)](n)&&e[o(465)][o(471)][o(436)](n,{allowAttributes:o(477)})}),this[t(446)]())}[Z(430)](t){const e=Z;this[e(451)][e(450)][e(455)](e(467))[e(432)](n=>n.on(e(474)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(425)][o(478)]("id"),a=n[o(441)][o(459)]();if(a)return c&&c[o(453)]||a[o(481)](o(477))?void(r[o(470)](n[o(425)],{attributes:["id"]})&&s[o(447)](o(477),c,a)):(r[o(470)](n[o(425)],{attributes:["id"]}),void s[o(447)](o(477),(0,u.uid)(),a))},{priority:u.priorities[e(488)](e(485))+.5}))}[Z(423)](t){const e=Z;this[e(451)][e(450)][e(455)](e(419))[e(432)](n=>n.on(e(435)+t,(t,n,i)=>{const o=e;if(!i[o(445)][o(470)](n[o(457)],t[o(479)]))return;const r=n[o(457)][o(478)](o(477)),s=i[o(429)][o(476)](n[o(457)]);i[o(443)][o(447)]("id",r,s)}))}[Z(446)](){const t=Z,e=this[t(451)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(432)](r),e[o(447)](o(477),r,n),r}function r(e,n){const i=t;e[i(454)](i(477),n)}e[t(465)][t(462)][t(433)](s=>{const c=t,a=e[c(465)][c(462)][c(420)][c(422)]();let u=!1;for(const t of a)if(c(460)==t[c(484)]&&t[c(479)])if(et(t[c(479)])){const e=t[c(424)][c(488)](c(477));c(489)==typeof e?n[c(428)](e)?(o(s,t[c(444)][c(427)]),u=!0):i[c(432)](e):(o(s,t[c(444)][c(427)]),u=!0)}else c(489)==typeof t[c(424)][c(488)](c(477))&&(r(s,t[c(444)][c(427)]),u=!0);else if(c(438)==t[c(484)]){const e=t[c(424)][c(488)](c(477));c(489)==typeof e&&n[c(448)](e)}return u}),e[t(465)][t(462)].on(t(456),()=>{const e=t;i[e(426)](t=>n[e(432)](t)),i[e(491)]()})}}function et(t){return!!t[Z(487)](/heading\d/)}const nt=ot;function it(){const t=["558568bTLIrM","headingId","findMappedViewAncestor","length","documentOutline.showEmptyHeadings","createPositionAt","rootName","_tableOfContentsElements","_trackNewToCElements","nodeAfter","getCustomProperty","editing","upcast","insert","7946428PnjpVC","abs","reconvertItem","headingId.modelAttributeName","hasContent","target","setCustomProperty","listenTo","locale","6447775FKPBIW","TableOfContentsEditing","document","160995LaUoJf","table-of-contents__placeholder","createContainerElement","No headings were found in the document.","getChanges","_updateTableOfContentsElements","outlineDefinitions","isInteger","48IWbOEj","tableOfContents","getAttribute","level","registerRawContentMatcher","viewToModelPosition","$graveyard","mapper","data","scrollToTheSelection","element","end","editingDowncast","getAncestors","tableOfContentsHeadingIndex","add","_headingIdModelAttributeName","name","commands","673908ZvVFwO","register","differ","preventDefault","forEach","type","Empty heading","elementToElement","createText","Table of contents","viewPosition","get","elementToStructure","view","2029050qafiPM","_defineSchema","dataDowncast","modelElement","change","5529546TsBhcc","config","DocumentOutlineUtils","text","join","$blockObject","position","_redirectMapper","insertTableOfContents","isPremiumPlugin","stop","toModelElement","conversion","requires","for","click","model","editor","_handleScrollToHeading","isOfficialPlugin","387rScjlK","schema","domEvent","plugins","$capture","filter"," table-of-contents_empty","afterInit","_createTableOfContents","fromCharCode","map","_defineConverters","setSelection","_currentOutlineDefinitions","modelPosition","pluginName","high","init","href","table-of-contents","div"];return(it=function(){return t})()}function ot(t,e){const n=it();return(ot=function(t,e){return n[t-=366]})(t,e)}!function(t){const e=ot,n=t();for(;;)try{if(647410===parseInt(e(443))/1+-parseInt(e(457))/2+-parseInt(e(416))/3*(-parseInt(e(424))/4)+parseInt(e(413))/5+parseInt(e(462))/6+parseInt(e(404))/7+parseInt(e(390))/8*(-parseInt(e(369))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class rt extends t.Plugin{static get[nt(384)](){return nt(414)}static get[nt(368)](){return!0}static get[nt(471)](){return!0}static get[nt(475)](){return[F.Widget,h,tt]}[nt(382)];[nt(397)];[nt(440)];constructor(t){const e=nt;super(t),this[e(382)]=[],this[e(397)]=new Set,this[e(440)]=e(391)}[nt(386)](){const t=nt,e=this[t(366)],n=e[t(401)][t(456)][t(415)];e[t(463)][t(454)](t(407))&&(this[t(440)]=e[t(463)][t(454)](t(407))),this[t(411)](n,t(477),(e,n)=>{const i=t;if(!n[i(409)])return;const o=n[i(409)][i(400)](i(438));Number[i(423)](o)&&(n[i(371)][i(446)](),e[i(472)](),this[i(367)](o))},{priority:t(385),context:t(373)}),this[t(458)](),this[t(380)](),e[t(442)][t(439)](t(470),new z(e)),e[t(372)][t(454)](t(464)).on(t(461),(e,n)=>{const i=t;this[i(382)]=n[i(422)],this[i(421)]()}),this[t(411)](e[t(478)][t(415)],t(461),()=>{this[t(398)]()})}[nt(376)](){!async function(t){const e=p([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=ot;return t[e(379)](t=>String[e(378)](t))[e(466)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([109]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1757808e3;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=ot,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(387)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(421)](){const t=nt;this[t(397)][t(447)](e=>{const n=t;n(430)!==e[n(396)]&&this[n(366)][n(401)][n(406)](e)})}[nt(398)](){const t=nt;for(const e of this[t(366)][t(478)][t(415)][t(445)][t(420)]({includeChangesInGraveyard:!0})){if(t(403)!==e[t(448)]||t(425)!==e[t(441)])return;this[t(397)][t(439)](e[t(468)][t(399)])}}[nt(458)](){const t=nt;this[t(366)][t(478)][t(370)][t(444)](t(425),{inheritAllFrom:t(467)})}[nt(380)](){const t=nt,e=this[t(366)][t(474)];e[t(476)](t(402))[t(450)]({model:t(425),view:{name:t(389),classes:t(388)}}),e[t(476)](t(459))[t(455)]({model:t(425),view:(e,{writer:n})=>this[t(377)](n,!0)}),e[t(476)](t(436))[t(455)]({model:t(425),view:(e,{writer:n})=>{const i=t;this[i(397)][i(439)](e);const o=this[i(377)](n);return(0,F.toWidget)(o,n,{label:p(this[i(366)][i(412)],i(452))})}}),this[t(366)][t(432)][t(428)]({name:t(389),classes:t(388)}),this[t(366)][t(401)][t(431)].on(t(429),this[t(469)](),{priority:t(385)})}[nt(377)](t,e=!1){const n=nt,{locale:i}=this[n(366)],o=t[n(418)](n(389),{class:n(388)+(0===this[n(382)][n(393)]?n(375):""),...!e&&{"data-table-of-contents-label":p(i,n(452))}});0===this[n(382)][n(393)]&&!1===e&&t[n(403)](t[n(395)](o,n(435)),t[n(418)]("p",{class:n(417)},[t[n(451)](p(i,n(419)))]));const r=e?"":"["+p(i,n(449))+"]";let s=o;return this[n(382)][n(447)]((i,o,c)=>{const a=n,u=this[a(366)][a(478)][a(408)](i[a(460)],{ignoreWhitespaces:!0}),l=u?i[a(465)]:r,d=i[a(460)][a(426)](this[a(440)]),f=t[a(418)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(451)](l)]),h=this[a(366)][a(463)][a(454)](a(394));t[a(410)](a(438),o,f);const m=t[a(418)]("li",null,[u||!e&&h?f:t[a(451)]("")]),p=o?c[o-1][a(427)]:0,g=Math[a(405)](i[a(427)]-p);if(i[a(427)]>p){const e=st(m,g,t);t[a(403)](t[a(395)](s,a(435)),e)}else{const e=function(t,e){const n=a;return t[n(437)]({includeSelf:!0,parentFirst:!0})[n(374)](t=>t.is(n(434),"ol"))[e]}(s,g);t[a(403)](t[a(395)](e,a(435)),m)}s=m}),o}[nt(367)](t){const e=nt,n=this[e(382)][t][e(460)];this[e(366)][e(478)][e(461)](t=>{t[e(381)](n,0)}),this[e(366)][e(401)][e(456)][e(433)]({alignToTop:!0,forceScroll:!0})}[nt(469)](){return(t,e)=>{const n=ot,i=e[n(431)],o=i[n(392)](e[n(453)]),r=i[n(473)](o);r.is(n(434),n(425))&&(e[n(383)]=this[n(366)][n(478)][n(395)](r,0),t[n(472)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(418)]("ol",null,[t]):n[i(418)]("ol",null,[n[i(418)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=lt;function ut(){const t=["isOfficialPlugin","34645cZkGIH","_licenseKeyCheckInterval","locale","tableOfContentsLicenseKeyNotAllowed","featureNotAllowed","insertTableOfContents","tooltip","execute","licenseKey","focus","destroy","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyTrialLimit","invalid","menuBar:tableOfContents","listenTo","tableOfContentsLicenseKeyUsageLimit","domainLimit","isPremiumPlugin","_showLicenseError","68CRWtHe","config","isEnabled","bind","310510UKeKmX","44wLqnhq","tableOfContentsLicenseKeyExpired","tableOfContentsLicenseKeyEvaluationLimit","set","pluginName","_createButton","editor","get","Table of contents","44664AFmAVR","componentFactory","133831mVDHnU","init","add","224528UvmiMP","commands","TableOfContents","TableOfContentsUI","tableOfContentsLicenseKeyInvalid","usageLimit","evaluationLimit","tableOfContents","view","tableOfContentsLicenseKeyValid","expired","editing","2tuwvxk","trialLimit","36JklllV","18489WZWGtu","11522251ajbiVD","150lxoTye","42AFhsFm"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=160]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(167012===-parseInt(e(205))/1*(parseInt(e(161))/2)+-parseInt(e(164))/3*(parseInt(e(189))/4)+parseInt(e(169))/5*(-parseInt(e(166))/6)+parseInt(e(167))/7*(-parseInt(e(208))/8)+parseInt(e(163))/9*(-parseInt(e(193))/10)+-parseInt(e(194))/11*(parseInt(e(203))/12)+parseInt(e(165))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(177)];[at(170)];static get[at(198)](){return at(211)}static get[at(168)](){return!0}static get[at(187)](){return!0}[at(206)](){const t=at,e=this[t(200)];e.ui[t(204)][t(207)](t(215),()=>{const e=t,n=this[e(199)](m.ButtonView);return n[e(175)]=!0,n}),e.ui[t(204)][t(207)](t(183),()=>this[t(199)](m.MenuBarMenuListItemButtonView)),this[t(177)]=this[t(200)][t(190)][t(201)](t(177));const n=this[t(200)];this[t(170)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(217)==r||e(212)==r||e(195)==r||e(180)==r||e(172)==r||e(196)==r||e(181)==r||e(185)==r){delete n[o],i=r,clearInterval(this[e(170)]),this[e(170)]=void 0;break}}e(212)==i&&n[e(188)](e(182)),e(195)==i&&n[e(188)](e(218)),e(180)==i&&n[e(188)](e(186)),e(172)==i&&n[e(188)](e(173),e(210)),e(196)==i&&n[e(188)](e(214)),e(181)==i&&n[e(188)](e(162)),e(185)==i&&n[e(188)](e(213))},1e3)}[at(199)](t){const e=at,n=this[e(200)],i=n[e(171)],o=n[e(209)][e(201)](e(174)),r=new t(i);return r[e(197)]({label:p(i,e(202)),icon:ct.IconTableOfContents}),r[e(192)](e(191)).to(o,e(191)),this[e(184)](r,e(176),()=>{const t=e;n[t(176)](t(174)),n[t(160)][t(216)][t(178)]()}),r}[at(179)](){const t=at;super[t(179)](),this[t(170)]&&clearInterval(this[t(170)])}}var ft=ht;function ht(t,e){var n=pt();return(ht=function(t,e){return n[t-=139]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(969207===-parseInt(e(144))/1*(parseInt(e(143))/2)+parseInt(e(151))/3+parseInt(e(146))/4+parseInt(e(145))/5*(-parseInt(e(140))/6)+-parseInt(e(147))/7+parseInt(e(142))/8*(parseInt(e(150))/9)+parseInt(e(148))/10*(parseInt(e(149))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);class mt extends t.Plugin{static get[ft(153)](){return[rt,dt]}static get[ft(152)](){return ft(139)}static get[ft(141)](){return!0}static get[ft(154)](){return!0}}function pt(){var t=["pluginName","requires","isPremiumPlugin","TableOfContents","3216QRHVGG","isOfficialPlugin","8WnAnvp","124GmQIJY","28706OtqGZX","11635DFlomX","6696052pvGgWb","10912594ymbcHk","400390UscRup","517iCRFcd","13028913pIpBsR","1655070ogqDNQ"];return(pt=function(){return t})()}function gt(){var t=["1804222fYnlKd","10576368agUvfK","2222226WXlXiu","419079eIFzDg","266hQBfVd","12nHcPeF","399fmmvWd","824595itblns","8usITxB","4qTujbg","5021980fnMlMB"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=290]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(298571===parseInt(e(292))/1+-parseInt(e(293))/2*(-parseInt(e(295))/3)+-parseInt(e(298))/4*(-parseInt(e(296))/5)+parseInt(e(294))/6*(-parseInt(e(300))/7)+parseInt(e(297))/8*(-parseInt(e(291))/9)+-parseInt(e(299))/10+parseInt(e(290))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={6:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},237:t=>{"use strict";t.exports=CKEditor5.dll},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},320:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),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},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},557: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)}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602: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)}}}},718: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}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},798:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(933),o=n.n(i),r=n(718),s=n.n(r)()(o());s.push([t.id,":root{--ck-content-table-of-contents-padding:1em;--ck-content-table-of-contents-line-height:1.5;--ck-content-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-content-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-content-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-content-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-content-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},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>R,DocumentOutlineUtils:()=>f,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>J,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});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{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(){const t=["has","htmlH5","5202EnofHl","477vVjDJp","heading.options","6295635oVEjLP","5771716SqcdYn","8238288WofOwz","paragraph","get","getChildren","9079QePkyz","htmlH6","model","htmlH2","htmlH1","htmlH4","config","htmlH3","133180QBzhvr","GeneralHtmlSupport","plugins","1164774RAqleJ","1608165qozSGG","push","reduce","data","3RCngVq"];return(s=function(){return t})()}function c(t){const e=a;let n="";for(const i of t[e(301)]())i instanceof r.ModelText&&(n+=i[e(289)]);return n}function a(t,e){const n=s();return(a=function(t,e){return n[t-=274]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(853389===-parseInt(e(286))/1+-parseInt(e(285))/2*(parseInt(e(290))/3)+parseInt(e(297))/4+-parseInt(e(296))/5+parseInt(e(293))/6*(parseInt(e(274))/7)+parseInt(e(298))/8+parseInt(e(294))/9*(parseInt(e(282))/10))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-=408]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(141435===parseInt(e(443))/1*(-parseInt(e(422))/2)+-parseInt(e(458))/3+-parseInt(e(447))/4+parseInt(e(433))/5+parseInt(e(455))/6*(-parseInt(e(419))/7)+-parseInt(e(417))/8+parseInt(e(424))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[l(436)](){return l(444)}static get[l(413)](){return!0}static get[l(453)](){return!0}[l(410)]=[];[l(449)](){const t=l,e=this[t(445)];this[t(410)]=this[t(414)]();let n=[];e[t(461)][t(416)].on(t(408),o(()=>{const e=t,i=n;n=this[e(412)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(439)]===n[e(439)]&&t[e(425)]===n[e(425)]&&t[e(456)]===n[e(456)]),r=(0,u.diffToChanges)(o,n),s=this[e(423)](),c=n[e(432)](t=>t[e(456)]===s);r[e(438)]&&this[e(430)](e(408),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(430)](e(437),{index:c})},250,{leading:!0,trailing:!0}))}[l(429)](){const t=l;this[t(410)][t(438)]||this[t(448)]()}[l(412)](){const t=l,e=this[t(445)],n=[],i=this[t(410)];for(const n of e[t(461)][t(416)][t(450)]())o(e[t(461)][t(416)][t(426)](n));function o(e){const r=t;for(const t of e[r(435)]())t.is(r(431))&&(i[r(459)](t[r(411)])&&n[r(446)]({level:i[r(421)](t[r(411)])+1,text:c(t),modelElement:t}),o(t))}return n}[l(423)](){const t=l,e=this[t(445)][t(461)][t(416)][t(418)][t(440)](),n=new r.ModelTreeWalker({direction:t(428),startPosition:e});for(const e of n)if(e[t(452)].is(t(431))&&this[t(410)][t(459)](e[t(452)][t(411)]))return e[t(452)]}[l(414)](){const t=l;return this[t(445)][t(457)][t(427)](t(434))||function(t){const e=a,n=t[e(280)][e(300)](e(295));return n?n[e(288)]((t,n)=>(e(299)!==n[e(276)]&&t[e(287)](n[e(276)]),t),[]):t[e(284)][e(291)](e(283))?[e(278),e(277),e(281),e(279),e(292),e(275)]:[]}(this[t(445)])}[l(448)](){const t=l,e=this[t(445)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(451)][t(442)][t(409)][t(415)](document[t(460)](o)),r=e[t(441)][t(454)](n)[t(420)](0);r?.is(t(431))&&i[t(446)](r[t(411)])}this[t(410)]=i}}function h(){const t=["data","view","1YsZwkg","DocumentOutlineUtils","editor","push","1034904lJHCnH","_deriveHeadingElementsFromConversion","init","getRootNames","editing","item","isPremiumPlugin","toModel","50028tzdNmR","modelElement","config","131682SXjUwq","includes","createElement","model","change","domConverter","_headingNames","name","_getOutlineDefinitions","isOfficialPlugin","_getHeadingNames","domToView","document","1154280AzkrfH","selection","70zmcGmt","getChild","indexOf","38498wRImXi","_getActiveHeading","3802455VhJjDL","text","getRoot","get","backward","afterInit","fire","element","findIndex","1342370fVknXs","documentOutline.headings","getChildren","pluginName","activeItemIndex","length","level","getFirstPosition"];return(h=function(){return t})()}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=w();return(g=function(t,e){return n[t-=366]})(t,e)}function w(){const t=["238930XVjKfv","ck-document-outline__item_active","bindTemplate","bind","level","Empty heading","5461827DqflPO","4548016RBkXle","text","ck-reset","setTemplate","click","set","isEmpty","11ndOdbn","div","3561948JAEYhs","ck-document-outline__item","ck-document-outline__item_level-","4777542ntTImx","ck-document-outline__item_empty","127418DCPNBd","3gwNPuz","isActive","1634636pCThjd"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(449428===-parseInt(e(382))/1*(-parseInt(e(389))/2)+parseInt(e(390))/3*(parseInt(e(367))/4)+-parseInt(e(368))/5+-parseInt(e(387))/6+-parseInt(e(374))/7+parseInt(e(375))/8+parseInt(e(384))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(370)],o=e?"["+p(t,n(373))+"]":"";this[n(380)](n(376),""),this[n(380)](n(372),1),this[n(380)](n(366),!1),this[n(371)](n(381)).to(this,n(376),t=>!t),this[n(378)]({tag:n(383),attributes:{class:["ck",n(377),n(385),i.to(n(372),t=>n(386)+t),i.if(n(366),n(369)),i.if(n(381),n(388))],title:i.to(n(376))},children:[{text:i.to(n(376),t=>t||o)}],on:{click:i.to(n(379))}})}}const I=k;function k(t,e){const n=b();return(k=function(t,e){return n[t-=243]})(t,e)}function b(){const t=["6RPOgbO","setTemplate","_setActiveItem","contentLanguageDirection","_insertItem","6rxvGHA","delegate","7QHBmIj","div","5517880rPvasD","9kBdYTs","forEach","click","map","level","type","text","source","Editor headings will appear here as you type.","fire","element","23311387UvDmeQ","isActive","1012100ksNeMR","sync","destroy","values","index","delete","activeItemIndex","2303133VGCBnp","addMany","_scrollToItem","remove","showEmptyHeadingText","bind","itemSelected","getIndex","2421920IXyVKM","_deleteItem","insert","items","documentOutlineContainer","_handleItemClick","locale","change:activeItemIndex","2965785IvXHPp","ck-reset","get","set","171454mtwfCG","createCollection","howMany","ck-document-outline"];return(b=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(339950===parseInt(e(260))/1*(-parseInt(e(249))/2)+parseInt(e(253))/3*(-parseInt(e(276))/4)+-parseInt(e(245))/5+parseInt(e(258))/6*(-parseInt(e(283))/7)+-parseInt(e(291))/8+-parseInt(e(263))/9*(-parseInt(e(262))/10)+parseInt(e(274))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[I(294)];[I(295)];[I(287)];constructor(t,e=!1,n){const i=I;super(t),this[i(287)]=e,this[i(248)](i(282),-1),this[i(295)]=n,this[i(294)]=this[i(250)](),this[i(294)][i(259)](i(265)).to(this),this.on(i(265),this[i(296)][i(288)](this)),this.on(i(244),(t,e,n,o)=>{this[i(255)](o,n)}),this[i(254)]({tag:i(261),attributes:{class:["ck",i(246),i(252)],dir:t[i(256)],"data-document-outline-empty-placeholder":p(t,i(271)),tabindex:-1},children:this[i(294)]})}[I(277)](t){const e=I;t[e(264)](t=>{const n=e;n(293)==t[n(268)]?this[n(257)](t[n(280)],...t[n(279)]):n(281)==t[n(268)]&&this[n(292)](t[n(280)],t[n(251)])})}[I(255)](t,e){const n=I;if(-1!==t){const e=this[n(294)][n(247)](t);e&&(e[n(275)]=!1)}-1!==e&&(this[n(294)][n(247)](e)[n(275)]=!0,this[n(285)](e))}[I(257)](t,...e){const n=I,i=e[n(266)]((e,i)=>{const o=n,r=new v(this[o(243)],this[o(287)]);return r[o(269)]=e[o(269)],r[o(267)]=e[o(267)],t+i===this[o(282)]&&(r[o(275)]=!0),r});this[n(294)][n(284)](i,t)}[I(292)](t,e){const n=I;do{this[n(294)][n(286)](t)}while(--e)}[I(296)](t){const e=I,n=this[e(294)][e(290)](t[e(270)]);this[e(272)](e(289),n)}[I(285)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(294)][e(247)](t)[e(273)],20,this[e(295)])}[I(278)](){const t=I;super[t(278)](),this[t(273)][t(286)]()}}var _=n(6),O=n.n(_),C=n(602),x=n.n(C),T=n(557),E=n.n(T),A=n(302),P=n.n(A),L=n(290),D=n.n(L),S=n(320),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=x(),N.insertStyleElement=D();O()(S.A,N);S.A&&S.A.locals&&S.A.locals;function H(t,e){const n=M();return(H=function(t,e){return n[t-=157]})(t,e)}const j=H;function M(){const t=["_currentOutlineDefinitions","52468vhfHvk","isOfficialPlugin","setSelection","indexOf","appendChild","isPremiumPlugin","model","height","modelElement","focus","getDomRoot","href","getIntersection","top","view","domConverter","mapper","DocumentOutlineUtils","element","toViewElement","activeItemIndex","scrollToTheSelection","4202508UBYJiC","cancel","locale","init","focusTracker","scroll","change","bottom","get","getRootNames","1441592LrwnEY","itemSelected","map","resize","9ERDQrV","fromCharCode","document-outline-container-not-provided","pluginName","bind","join","editing","sync","length","documentOutline.showEmptyHeadings","add","DocumentOutlineUI","window","getVisible","document","floor","_handleOutlineChange","_updateActiveDefinitionOnViewportChange","documentOutline.container","editor","plugins","_updateActiveDefinitionFromViewportThrottled","_setActiveViewItem","render","config","mapViewToDom","destroy","listenTo","18712570uwwwfY","108ZBSJyQ","28gZiFyd","2383480yGjNLF","afterInit","_handleItemSelected","915860iMyoVJ","415178VdJpBL"];return(M=function(){return t})()}!function(t){const e=H,n=t();for(;;)try{if(566591===-parseInt(e(178))/1+parseInt(e(180))/2*(parseInt(e(172))/3)+-parseInt(e(174))/4+parseInt(e(177))/5+-parseInt(e(202))/6+parseInt(e(173))/7*(-parseInt(e(212))/8)+-parseInt(e(216))/9*(-parseInt(e(171))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class R extends t.Plugin{[j(194)];[j(179)];[j(164)];static get[j(219)](){return j(227)}static get[j(181)](){return!0}static get[j(185)](){return!0}constructor(t){const e=j;super(t),this[e(194)]=new y(t[e(204)],this[e(162)][e(167)][e(210)](e(225)),this[e(162)][e(167)][e(210)](e(161))),this[e(179)]=[],this[e(164)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0}=n;return o(t,e,{leading:i,trailing:r,maxWait:e})}(this[e(160)][e(220)](this),100)}[j(205)](){const t=j,e=this[t(162)],n=e[t(163)][t(210)](t(197));let i=!1;if(this[t(194)][t(166)](),this[t(162)].ui[t(206)][t(226)](this[t(194)][t(198)]),!e[t(167)][t(210)](t(161)))throw new u.CKEditorError(t(218),{editor:e});e[t(167)][t(210)](t(161))[t(184)](this[t(194)][t(198)]),n.on(t(208),this[t(159)][t(220)](this)),n.on(t(200),(e,{index:n})=>this[t(165)](n)),this[t(194)].on(t(213),(e,n)=>{i=!0,this[t(176)](n)}),this[t(194)][t(170)](u.global[t(157)],t(207),()=>{i?i=!1:this[t(164)]()},{useCapture:!0}),this[t(194)][t(170)](u.global[t(228)],t(215),this[t(164)],{useCapture:!0})}[j(175)](){!async function(t){const e=p([97,87,120,108,80,71,48,65,51,67,68,100,72,66,115,90,69,113,119,85,76,111,106,79,114,103,77,88,86,84,82,118,117,49,98,73,50,52,56,55,112,116,122,74,75,81,101,105,104,102,78,107,89,83,57,110,54,121,53,109,99,70]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=H;return t[e(214)](t=>String[e(217)](t))[e(221)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([97]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([68,79]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1757894400;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=H,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(191)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[j(169)](){const t=j;super[t(169)](),this[t(194)][t(169)](),this[t(164)][t(203)]()}[j(159)](t,{outlineDefinitions:e,outlineChanges:n}){const i=j;this[i(179)]=e,this[i(194)][i(223)](n)}[j(165)](t){const e=j;this[e(179)][e(224)]&&this[e(179)][t]&&(this[e(194)][e(200)]=t)}[j(176)](t){const e=j,n=this[e(179)][t][e(188)];this[e(162)][e(186)][e(208)](t=>{t[e(182)](n,0)}),this[e(162)][e(222)][e(194)][e(201)]({alignToTop:!0,forceScroll:!0}),this[e(162)][e(222)][e(194)][e(189)](),this[e(165)](t)}[j(160)](){const t=j,e=this[t(162)];let n;for(const i of e[t(186)][t(157)][t(211)]()){const o=e[t(222)][t(194)][t(190)](i),r=o&&new u.Rect(o)[t(229)]();if(r){const e=new u.Rect(u.global[t(228)])[t(192)](r);e&&(n=e[t(193)]+.25*e[t(187)])}}if(void 0===n)return;const i=V(e[t(222)],this[t(179)],n);i?this[t(165)](this[t(179)][t(183)](i)):this[t(165)](-1)}}function V(t,e,n,i=0,o=e[j(224)]-1){const r=j,s=Math[r(158)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(196)][r(199)](c[r(188)]);if(!a)return null;const l=t[r(194)][r(195)][r(168)](a);return new u.Rect(l)[r(209)]>n?V(t,e,n,i,s-1):V(t,e,n,s+1,o)}return s<0?null:e[s]}const K=F;function F(t,e){const n=q();return(F=function(t,e){return n[t-=447]})(t,e)}!function(t){const e=F,n=t();for(;;)try{if(640981===parseInt(e(485))/1*(-parseInt(e(468))/2)+parseInt(e(481))/3*(-parseInt(e(475))/4)+parseInt(e(473))/5*(-parseInt(e(486))/6)+-parseInt(e(449))/7*(-parseInt(e(484))/8)+-parseInt(e(448))/9+-parseInt(e(465))/10*(-parseInt(e(454))/11)+-parseInt(e(466))/12*(-parseInt(e(478))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class B extends t.Plugin{[K(474)];[K(450)];static get[K(483)](){return[f,R]}static get[K(447)](){return K(469)}static get[K(457)](){return!0}static get[K(479)](){return!0}[K(470)](){const t=K;this[t(474)]=this[t(458)][t(487)][t(453)](t(474));const e=this[t(458)];this[t(450)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(472)==r||n(455)==r||n(480)==r||n(467)==r||n(463)==r||n(451)==r||n(477)==r||n(459)==r){delete e[o],i=r,clearInterval(this[n(450)]),this[n(450)]=void 0;break}}n(455)==i&&e[n(476)](n(460)),n(480)==i&&e[n(476)](n(471)),n(467)==i&&e[n(476)](n(462)),n(463)==i&&e[n(476)](n(482),n(469)),n(451)==i&&e[n(476)](n(456)),n(477)==i&&e[n(476)](n(452)),n(459)==i&&e[n(476)](n(464))},1e3)}[K(461)](){const t=K;super[t(461)](),this[t(450)]&&clearInterval(this[t(450)])}}function q(){const t=["usageLimit","70EvIqfH","12vwhSLf","documentOutlineLicenseKeyDomainLimit","38XvwFxB","DocumentOutline","init","expired","documentOutlineLicenseKeyValid","40505GPjkCD","licenseKey","4484ZmcXQD","_showLicenseError","documentOutlineLicenseKeyTrialLimit","20560774PAlffS","isPremiumPlugin","documentOutlineLicenseKeyExpired","594WEitUe","featureNotAllowed","requires","13304ZNSzQl","12301vfgRke","474GBhYLe","config","pluginName","8080875DoBXqM","1743AOzWbe","_licenseKeyCheckInterval","documentOutlineLicenseKeyEvaluationLimit","trialLimit","get","1003871TUYqfF","documentOutlineLicenseKeyInvalid","evaluationLimit","isOfficialPlugin","editor","documentOutlineLicenseKeyUsageLimit","invalid","destroy","domainLimit","documentOutlineLicenseKeyNotAllowed"];return(q=function(){return t})()}var X=n(901);const G=U;function z(){const t=["refresh","198433WOxzpD","384DXJJaj","schema","document","createElement","findAllowedParent","isEnabled","execute","selection","1138464ZVRkJl","1027243FNSaLr","20uGmNYG","10mTtXDq","getFirstPosition","insertObject","tableOfContents","editor","16sEIbIj","change","534088hPVqKM","1392399DYunlD","10553092NYTTFT","model","1236vdLKqC"];return(z=function(){return t})()}function U(t,e){const n=z();return(U=function(t,e){return n[t-=278]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(159823===-parseInt(e(284))/1+-parseInt(e(282))/2*(-parseInt(e(285))/3)+-parseInt(e(278))/4*(parseInt(e(296))/5)+parseInt(e(293))/6+parseInt(e(294))/7*(-parseInt(e(301))/8)+-parseInt(e(279))/9*(parseInt(e(295))/10)+parseInt(e(280))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class J extends t.Command{[G(291)](){const t=G;this[t(300)][t(281)][t(302)](e=>{const n=t;this[n(300)][n(281)][n(298)](e[n(288)](n(299)))})}[G(283)](){const t=G,e=this[t(300)][t(281)],n=e[t(287)][t(292)][t(297)]();this[t(290)]=null!==(n&&e[t(286)][t(289)](n,t(299)))}}var W=n(798),Y={attributes:{"data-cke":!0}};Y.setAttributes=P(),Y.insert=E().bind(null,"head"),Y.domAPI=x(),Y.insertStyleElement=D();O()(W.A,Y);W.A&&W.A.locals&&W.A.locals;const Q=Z;function Z(t,e){const n=$();return(Z=function(t,e){return n[t-=466]})(t,e)}function $(){const t=["type","attribute:headingId:","headingId.modelAttributeName","name","length","downcast","change","heading.options","1951454uMyPeT","registerPostFixer","getContainedElement","upcast","position","paragraph","isRegistered","mapper","differ","add","removeAttribute","document","getChanges","low","16851620sMkjvr","modelRange","isOfficialPlugin","delete","1aiXJuh","13044440SqAhHl","_customDataDowncastHeadingsConversion","string","item","nodeAfter","view","config","writer","schema","9385090FwouGz","set","8246735sPSboD","hasAttribute","1191976uOrbRV","_registerHeadingIdAttributePostfixer","headingId","forEach","insert","9LWIilQ","12rDojIo","_customUpcastHeadingsConversion","setAttribute","attributes","consumable","element:","editor","afterInit","getAttribute","HeadingId","get","clear","toViewElement","has","1382244BgNwMN","isPremiumPlugin","pluginName","consume","remove","extend","14GNqPAz","for","model","heading1","match","conversion","viewItem"];return($=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(850189===parseInt(e(490))/1*(-parseInt(e(472))/2)+-parseInt(e(510))/3*(parseInt(e(504))/4)+parseInt(e(502))/5+parseInt(e(524))/6*(parseInt(e(530))/7)+-parseInt(e(491))/8+-parseInt(e(509))/9*(-parseInt(e(486))/10)+parseInt(e(500))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Q(526)](){return Q(519)}static get[Q(488)](){return!0}static get[Q(525)](){return!0}[Q(517)](){const t=Q,e=this[t(516)];e[t(497)][t(520)](t(466))||(function(e){const n=t,i=new Map;return e?(e[n(507)](t=>{const e=n;e(477)!==t[e(532)]&&i[e(501)](t[e(496)],t[e(532)])}),i[n(520)]("h1")||i[n(501)]("h1",n(533)),i):i}(this[t(516)][t(497)][t(520)](t(471)))[t(507)]((n,i)=>{const o=t;this[o(511)](i),this[o(492)](n),e[o(532)][o(499)][o(478)](n)&&e[o(532)][o(499)][o(529)](n,{allowAttributes:o(506)})}),this[t(505)]())}[Q(511)](t){const e=Q;this[e(516)][e(535)][e(531)](e(475))[e(481)](n=>n.on(e(515)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(536)][o(518)]("id"),a=n[o(487)][o(474)]();if(a)return c&&c[o(468)]||a[o(503)](o(506))?void(r[o(527)](n[o(536)],{attributes:["id"]})&&s[o(512)](o(506),c,a)):(r[o(527)](n[o(536)],{attributes:["id"]}),void s[o(512)](o(506),(0,u.uid)(),a))},{priority:u.priorities[e(520)](e(485))+.5}))}[Q(492)](t){const e=Q;this[e(516)][e(535)][e(531)](e(469))[e(481)](n=>n.on(e(538)+t,(t,n,i)=>{const o=e;if(!i[o(514)][o(527)](n[o(494)],t[o(467)]))return;const r=n[o(494)][o(518)](o(506)),s=i[o(479)][o(522)](n[o(494)]);i[o(498)][o(512)]("id",r,s)}))}[Q(505)](){const t=Q,e=this[t(516)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(481)](r),e[o(512)](o(506),r,n),r}function r(e,n){const i=t;e[i(482)](i(506),n)}e[t(532)][t(483)][t(473)](s=>{const c=t,a=e[c(532)][c(483)][c(480)][c(484)]();let u=!1;for(const t of a)if(c(508)==t[c(537)]&&t[c(467)])if(et(t[c(467)])){const e=t[c(513)][c(520)](c(506));c(493)==typeof e?n[c(523)](e)?(o(s,t[c(476)][c(495)]),u=!0):i[c(481)](e):(o(s,t[c(476)][c(495)]),u=!0)}else c(493)==typeof t[c(513)][c(520)](c(506))&&(r(s,t[c(476)][c(495)]),u=!0);else if(c(528)==t[c(537)]){const e=t[c(513)][c(520)](c(506));c(493)==typeof e&&n[c(489)](e)}return u}),e[t(532)][t(483)].on(t(470),()=>{const e=t;i[e(507)](t=>n[e(481)](t)),i[e(521)]()})}}function et(t){return!!t[Q(534)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=396]})(t,e)}function ot(){const t=["Empty heading","createContainerElement","40qubvZO","preventDefault","tableOfContents","plugins","40064134HBROHh","requires","findMappedViewAncestor","setCustomProperty","modelPosition","editing","_trackNewToCElements","domEvent","change","_defineConverters","getCustomProperty","high","elementToElement","element","setSelection","Table of contents","schema","rootName","TableOfContentsEditing","init","9441009YZoaVt","getChanges","listenTo","4751800FIThck"," table-of-contents_empty","reconvertItem","insert","afterInit","createPositionAt","tableOfContentsHeadingIndex","9377851SrkvXS","type","1465690wycuAV","dataDowncast","config","pluginName","href","join","4anmtkm","$graveyard","for","end","stop","div","_tableOfContentsElements","$capture","viewPosition","level","insertTableOfContents","outlineDefinitions","name","nodeAfter","length","registerRawContentMatcher","abs","text","add","getAttribute","viewToModelPosition","mapper","headingId","6gpfaFP","documentOutline.showEmptyHeadings","_handleScrollToHeading","8TDFckF","editor","12795HSuAGn","_defineSchema","table-of-contents","editingDowncast","position","table-of-contents__placeholder","createText","_headingIdModelAttributeName","hasContent","document","register","data","fromCharCode","get","_redirectMapper","target","commands","upcast","getAncestors","differ","_updateTableOfContentsElements","_currentOutlineDefinitions","isInteger","click","filter","scrollToTheSelection","map","conversion","toModelElement","headingId.modelAttributeName","view","3573333toxxQF","locale","DocumentOutlineUtils","forEach","$blockObject","elementToStructure","_createTableOfContents","No headings were found in the document.","modelElement","isOfficialPlugin","isPremiumPlugin","model"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(778640===-parseInt(e(461))/1*(parseInt(e(506))/2)+-parseInt(e(492))/3*(-parseInt(e(433))/4)+parseInt(e(418))/5+parseInt(e(456))/6*(parseInt(e(425))/7)+parseInt(e(459))/8*(parseInt(e(415))/9)+parseInt(e(427))/10+-parseInt(e(510))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(430)](){return nt(413)}static get[nt(501)](){return!0}static get[nt(502)](){return!0}static get[nt(396)](){return[X.Widget,f,tt]}[nt(482)];[nt(439)];[nt(468)];constructor(t){const e=nt;super(t),this[e(482)]=[],this[e(439)]=new Set,this[e(468)]=e(455)}[nt(414)](){const t=nt,e=this[t(460)],n=e[t(400)][t(491)][t(470)];e[t(429)][t(474)](t(490))&&(this[t(468)]=e[t(429)][t(474)](t(490))),this[t(417)](n,t(484),(e,n)=>{const i=t;if(!n[i(476)])return;const o=n[i(476)][i(405)](i(424));Number[i(483)](o)&&(n[i(402)][i(507)](),e[i(437)](),this[i(458)](o))},{priority:t(406),context:t(440)}),this[t(462)](),this[t(404)](),e[t(477)][t(451)](t(443),new J(e)),e[t(509)][t(474)](t(494)).on(t(403),(e,n)=>{const i=t;this[i(482)]=n[i(444)],this[i(481)]()}),this[t(417)](e[t(503)][t(470)],t(403),()=>{this[t(401)]()})}[nt(422)](){!async function(t){const e=p([109,114,52,122,50,121,97,107,77,51,120,48,112,104,116,68,55,106,66,119,49,84,54,113,82,102,101,85,117,90,99,79,76,78,75,86,103,81,83,80,69,57,105,71,73,72,111,88,108,74,87,56,89,115,67,98,53,65,110,100,70,118]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=it;return t[e(487)](t=>String[e(473)](t))[e(432)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([109]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!!(e&&(e[p([105,110,99,108,117,100,101,115])](p([42]))||e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))||e[p([105,110,99,108,117,100,101,115])](p([80,80]))||e[p([105,110,99,108,117,100,101,115])](p([84,82,73,76,73,85,77]))&&window[p([103,108,111,98])]&&window[p([103,108,111,98])][p([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1757894400;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=it,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(431)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(481)](){const t=nt;this[t(439)][t(495)](e=>{const n=t;n(434)!==e[n(412)]&&this[n(460)][n(400)][n(420)](e)})}[nt(401)](){const t=nt;for(const e of this[t(460)][t(503)][t(470)][t(480)][t(416)]({includeChangesInGraveyard:!0})){if(t(421)!==e[t(426)]||t(508)!==e[t(445)])return;this[t(439)][t(451)](e[t(465)][t(446)])}}[nt(462)](){const t=nt;this[t(460)][t(503)][t(411)][t(471)](t(508),{inheritAllFrom:t(496)})}[nt(404)](){const t=nt,e=this[t(460)][t(488)];e[t(435)](t(478))[t(407)]({model:t(508),view:{name:t(438),classes:t(463)}}),e[t(435)](t(428))[t(497)]({model:t(508),view:(e,{writer:n})=>this[t(498)](n,!0)}),e[t(435)](t(464))[t(497)]({model:t(508),view:(e,{writer:n})=>{const i=t;this[i(439)][i(451)](e);const o=this[i(498)](n);return(0,X.toWidget)(o,n,{label:p(this[i(460)][i(493)],i(410))})}}),this[t(460)][t(472)][t(448)]({name:t(438),classes:t(463)}),this[t(460)][t(400)][t(454)].on(t(453),this[t(475)](),{priority:t(406)})}[nt(498)](t,e=!1){const n=nt,{locale:i}=this[n(460)],o=t[n(505)](n(438),{class:n(463)+(0===this[n(482)][n(447)]?n(419):""),...!e&&{"data-table-of-contents-label":p(i,n(410))}});0===this[n(482)][n(447)]&&!1===e&&t[n(421)](t[n(423)](o,n(436)),t[n(505)]("p",{class:n(466)},[t[n(467)](p(i,n(499)))]));const r=e?"":"["+p(i,n(504))+"]";let s=o;return this[n(482)][n(495)]((i,o,c)=>{const a=n,u=this[a(460)][a(503)][a(469)](i[a(500)],{ignoreWhitespaces:!0}),l=u?i[a(450)]:r,d=i[a(500)][a(452)](this[a(468)]),f=t[a(505)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(467)](l)]),h=this[a(460)][a(429)][a(474)](a(457));t[a(398)](a(424),o,f);const m=t[a(505)]("li",null,[u||!e&&h?f:t[a(467)]("")]),p=o?c[o-1][a(442)]:0,g=Math[a(449)](i[a(442)]-p);if(i[a(442)]>p){const e=st(m,g,t);t[a(421)](t[a(423)](s,a(436)),e)}else{const e=function(t,e){const n=a;return t[n(479)]({includeSelf:!0,parentFirst:!0})[n(485)](t=>t.is(n(408),"ol"))[e]}(s,g);t[a(421)](t[a(423)](e,a(436)),m)}s=m}),o}[nt(458)](t){const e=nt,n=this[e(482)][t][e(500)];this[e(460)][e(503)][e(403)](t=>{t[e(409)](n,0)}),this[e(460)][e(400)][e(491)][e(486)]({alignToTop:!0,forceScroll:!0})}[nt(475)](){return(t,e)=>{const n=it,i=e[n(454)],o=i[n(397)](e[n(441)]),r=i[n(489)](o);r.is(n(408),n(508))&&(e[n(399)]=this[n(460)][n(503)][n(423)](r,0),t[n(437)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(505)]("ol",null,[t]):n[i(505)]("ol",null,[n[i(505)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=225]})(t,e)}function lt(){const t=["expired","tableOfContentsLicenseKeyExpired","2ssMFfO","featureNotAllowed","tableOfContentsLicenseKeyValid","commands","usageLimit","tableOfContents","destroy","menuBar:tableOfContents","init","88470AWLXvq","evaluationLimit","invalid","insertTableOfContents","9881396WCfzQR","listenTo","TableOfContentsUI","bind","execute","75eqlgfM","isOfficialPlugin","_createButton","locale","editing","view","tooltip","2219032sycXFh","3652040fhbqXJ","9wHfVmW","TableOfContents","isPremiumPlugin","componentFactory","licenseKey","298908IlBkGO","_licenseKeyCheckInterval","set","tableOfContentsLicenseKeyNotAllowed","get","isEnabled","trialLimit","24RSNhAN","domainLimit","15932169TuHSYk","Table of contents","add","editor","tableOfContentsLicenseKeyTrialLimit","tableOfContentsLicenseKeyInvalid","pluginName","_showLicenseError","config","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyEvaluationLimit","focus","1187383XXfJRh","tableOfContentsLicenseKeyUsageLimit"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(925198===parseInt(e(270))/1*(-parseInt(e(274))/2)+-parseInt(e(244))/3*(-parseInt(e(242))/4)+-parseInt(e(235))/5*(-parseInt(e(249))/6)+-parseInt(e(230))/7+parseInt(e(256))/8*(parseInt(e(226))/9)+-parseInt(e(243))/10+parseInt(e(258))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(248)];[at(250)];static get[at(264)](){return at(232)}static get[at(236)](){return!0}static get[at(246)](){return!0}[at(225)](){const t=at,e=this[t(261)];e.ui[t(247)][t(260)](t(279),()=>{const e=t,n=this[e(237)](m.ButtonView);return n[e(241)]=!0,n}),e.ui[t(247)][t(260)](t(281),()=>this[t(237)](m.MenuBarMenuListItemButtonView)),this[t(248)]=this[t(261)][t(266)][t(253)](t(248));const n=this[t(261)];this[t(250)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(276)==r||e(263)==r||e(273)==r||e(267)==r||e(252)==r||e(268)==r||e(262)==r||e(271)==r){delete n[o],i=r,clearInterval(this[e(250)]),this[e(250)]=void 0;break}}e(263)==i&&n[e(265)](e(228)),e(273)==i&&n[e(265)](e(272)),e(267)==i&&n[e(265)](e(257)),e(252)==i&&n[e(265)](e(275),e(245)),e(268)==i&&n[e(265)](e(227)),e(262)==i&&n[e(265)](e(255)),e(271)==i&&n[e(265)](e(278))},1e3)}[at(237)](t){const e=at,n=this[e(261)],i=n[e(238)],o=n[e(277)][e(253)](e(229)),r=new t(i);return r[e(251)]({label:p(i,e(259)),icon:ct.IconTableOfContents}),r[e(233)](e(254)).to(o,e(254)),this[e(231)](r,e(234),()=>{const t=e;n[t(234)](t(229)),n[t(239)][t(240)][t(269)]()}),r}[at(280)](){const t=at;super[t(280)](),this[t(250)]&&clearInterval(this[t(250)])}}var ft=ht;function ht(t,e){var n=pt();return(ht=function(t,e){return n[t-=139]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(969207===-parseInt(e(144))/1*(parseInt(e(143))/2)+parseInt(e(151))/3+parseInt(e(146))/4+parseInt(e(145))/5*(-parseInt(e(140))/6)+-parseInt(e(147))/7+parseInt(e(142))/8*(parseInt(e(150))/9)+parseInt(e(148))/10*(parseInt(e(149))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);class mt extends t.Plugin{static get[ft(153)](){return[rt,dt]}static get[ft(152)](){return ft(139)}static get[ft(141)](){return!0}static get[ft(154)](){return!0}}function pt(){var t=["pluginName","requires","isPremiumPlugin","TableOfContents","3216QRHVGG","isOfficialPlugin","8WnAnvp","124GmQIJY","28706OtqGZX","11635DFlomX","6696052pvGgWb","10912594ymbcHk","400390UscRup","517iCRFcd","13028913pIpBsR","1655070ogqDNQ"];return(pt=function(){return t})()}function gt(){var t=["1804222fYnlKd","10576368agUvfK","2222226WXlXiu","419079eIFzDg","266hQBfVd","12nHcPeF","399fmmvWd","824595itblns","8usITxB","4qTujbg","5021980fnMlMB"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=290]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(298571===parseInt(e(292))/1+-parseInt(e(293))/2*(-parseInt(e(295))/3)+-parseInt(e(298))/4*(-parseInt(e(296))/5)+parseInt(e(294))/6*(-parseInt(e(300))/7)+parseInt(e(297))/8*(-parseInt(e(291))/9)+-parseInt(e(299))/10+parseInt(e(290))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|