@ckeditor/ckeditor5-document-outline 47.6.1-alpha.1 → 47.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={102: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)}},106:t=>{"use strict";t.exports=function(t){return t[1]}},123:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},192:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(106),o=n.n(i),r=n(779),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},237:t=>{"use strict";t.exports=CKEditor5.dll},297: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)}}}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},422:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(106),o=n.n(i),r=n(779),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},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},741:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},779: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")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},929:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}}},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:()=>Z,DocumentOutlineUI:()=>U,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>B,TableOfContentsEditing:()=>ot,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(t,e){const n=c();return(s=function(t,e){return n[t-=132]})(t,e)}function c(){const t=["plugins","800160cAoIWT","200692hBtuLf","reduce","htmlH2","htmlH5","3750mduuGN","config","model","10TAnDlb","12365250TUigrq","htmlH3","432vdeUZi","push","paragraph","getChildren","149976kYIVWv","7913436UZpUhs","11qsBohF","536yLvyYX","htmlH1","get","htmlH4","data","has","217znnqRZ","heading.options","GeneralHtmlSupport","htmlH6","172098pVLtsl"];return(c=function(){return t})()}function a(t){const e=s;let n="";for(const i of t[e(148)]())i instanceof r.ModelText&&(n+=i[e(156)]);return n}!function(t){const e=s,n=t();for(;;)try{if(781624===parseInt(e(152))/1*(-parseInt(e(139))/2)+-parseInt(e(134))/3+-parseInt(e(135))/4*(parseInt(e(142))/5)+-parseInt(e(149))/6*(parseInt(e(158))/7)+parseInt(e(145))/8*(parseInt(e(132))/9)+parseInt(e(143))/10+parseInt(e(151))/11*(parseInt(e(150))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(c);var u=n(584);const l=d;function d(t,e){const n=f();return(d=function(t,e){return n[t-=482]})(t,e)}function f(){const t=["afterInit","2094015wSojsR","text","333588sGRALH","domToView","activeItemIndex","push","model","indexOf","view","modelElement","getChildren","backward","name","element","25HvAjqK","toModel","_deriveHeadingElementsFromConversion","selection","item","level","fire","includes","editing","448456OgqfbD","createElement","isOfficialPlugin","521492wNvsBu","change","get","getChild","5031YXlzxG","1294584UBYBSV","pluginName","_getHeadingNames","init","findIndex","_getActiveHeading","domConverter","getRoot","_headingNames","isPremiumPlugin","84CLqCok","DocumentOutlineUtils","454IhlUaS","_getOutlineDefinitions","getFirstPosition","3386CnxIHi","data","config","document","editor","55AvRmeK","length","getRootNames","documentOutline.headings","7720rRIbAi"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(446215===parseInt(e(534))/1*(parseInt(e(537))/2)+-parseInt(e(491))/3+-parseInt(e(517))/4*(parseInt(e(505))/5)+-parseInt(e(522))/6+parseInt(e(532))/7*(parseInt(e(514))/8)+-parseInt(e(521))/9*(-parseInt(e(489))/10)+-parseInt(e(485))/11*(-parseInt(e(493))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(523)](){return l(533)}static get[l(516)](){return!0}static get[l(531)](){return!0}[l(530)]=[];[l(525)](){const t=l,e=this[t(484)];this[t(530)]=this[t(524)]();let n=[];e[t(497)][t(483)].on(t(518),o(()=>{const e=t,i=n;n=this[e(535)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(510)]===n[e(510)]&&t[e(492)]===n[e(492)]&&t[e(500)]===n[e(500)]),r=(0,u.diffToChanges)(o,n),s=this[e(527)](),c=n[e(526)](t=>t[e(500)]===s);r[e(486)]&&this[e(511)](e(518),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(511)](e(495),{index:c})},250,{leading:!0,trailing:!0}))}[l(490)](){const t=l;this[t(530)][t(486)]||this[t(507)]()}[l(535)](){const t=l,e=this[t(484)],n=[],i=this[t(530)];for(const n of e[t(497)][t(483)][t(487)]())o(e[t(497)][t(483)][t(529)](n));function o(e){const r=t;for(const t of e[r(501)]())t.is(r(504))&&(i[r(512)](t[r(503)])&&n[r(496)]({level:i[r(498)](t[r(503)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(527)](){const t=l,e=this[t(484)][t(497)][t(483)][t(508)][t(536)](),n=new r.ModelTreeWalker({direction:t(502),startPosition:e});for(const e of n)if(e[t(509)].is(t(504))&&this[t(530)][t(512)](e[t(509)][t(503)]))return e[t(509)]}[l(524)](){const t=l;return this[t(484)][t(482)][t(519)](t(488))||function(t){const e=s,n=t[e(140)][e(154)](e(159));return n?n[e(136)]((t,n)=>(e(147)!==n[e(141)]&&t[e(146)](n[e(141)]),t),[]):t[e(133)][e(157)](e(160))?[e(153),e(137),e(144),e(155),e(138),e(161)]:[]}(this[t(484)])}[l(507)](){const t=l,e=this[t(484)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(513)][t(499)][t(528)][t(494)](document[t(515)](o)),r=e[t(538)][t(506)](n)[t(520)](0);r?.is(t(504))&&i[t(496)](r[t(503)])}this[t(530)]=i}}var p=n(311);function m(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}!function(t){const e=w,n=t();for(;;)try{if(943882===parseInt(e(492))/1*(parseInt(e(477))/2)+parseInt(e(493))/3+parseInt(e(488))/4*(-parseInt(e(476))/5)+parseInt(e(486))/6*(-parseInt(e(469))/7)+-parseInt(e(471))/8*(parseInt(e(481))/9)+-parseInt(e(484))/10*(parseInt(e(468))/11)+parseInt(e(467))/12*(parseInt(e(474))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class g extends p.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(483)],o=e?"["+m(t,n(482))+"]":"";this[n(479)](n(494),""),this[n(479)](n(473),1),this[n(479)](n(485),!1),this[n(475)](n(470)).to(this,n(494),t=>!t),this[n(472)]({tag:n(480),attributes:{class:["ck",n(487),n(466),i.to(n(473),t=>n(478)+t),i.if(n(485),n(490)),i.if(n(470),n(489))],title:i.to(n(494))},children:[{text:i.to(n(494),t=>t||o)}],on:{click:i.to(n(491))}})}}function w(t,e){const n=v();return(w=function(t,e){return n[t-=466]})(t,e)}function v(){const t=["17971657OTsYKK","7kSiHun","isEmpty","528dSrNXi","setTemplate","level","806xnvdFx","bind","1268185OkfhbF","2679618yjNwds","ck-document-outline__item_level-","set","div","158778JZVXhu","Empty heading","bindTemplate","10zglWtU","isActive","3587670oZmHQY","ck-reset","4ZZkfDq","ck-document-outline__item_empty","ck-document-outline__item_active","click","1gFwFta","5226204KaqnKr","text","ck-document-outline__item","292596rjdAMW"];return(v=function(){return t})()}const I=b;function b(t,e){const n=k();return(b=function(t,e){return n[t-=274]})(t,e)}function k(){const t=["itemSelected","createCollection","_scrollToItem","locale","_insertItem","14cVuruF","documentOutlineContainer","ck-reset","forEach","ck-document-outline","element","_deleteItem","isActive","set","remove","click","954KxsTGP","4644132FuMZDw","delegate","281464PxwZdt","5613pnNIxs","change:activeItemIndex","_handleItemClick","insert","230265ICOMbP","delete","map","howMany","5OzTbCG","index","getIndex","contentLanguageDirection","values","11700sceyId","text","Editor headings will appear here as you type.","12856014QWVpZu","addMany","destroy","type","70037hYqxUg","bind","3890IzLFus","fire","showEmptyHeadingText","level","activeItemIndex","items","get","div","_setActiveItem","setTemplate","sync","source"];return(k=function(){return t})()}!function(t){const e=b,n=t();for(;;)try{if(775146===parseInt(e(309))/1+parseInt(e(301))/2*(parseInt(e(305))/3)+-parseInt(e(318))/4*(parseInt(e(313))/5)+parseInt(e(302))/6+-parseInt(e(290))/7*(parseInt(e(304))/8)+parseInt(e(321))/9+parseInt(e(327))/10*(-parseInt(e(325))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends p.View{[I(278)];[I(291)];[I(275)];constructor(t,e=!1,n){const i=I;super(t),this[i(275)]=e,this[i(298)](i(277),-1),this[i(291)]=n,this[i(278)]=this[i(286)](),this[i(278)][i(303)](i(300)).to(this),this.on(i(300),this[i(307)][i(326)](this)),this.on(i(306),(t,e,n,o)=>{this[i(281)](o,n)}),this[i(282)]({tag:i(280),attributes:{class:["ck",i(292),i(294)],dir:t[i(316)],"data-document-outline-empty-placeholder":m(t,i(320)),tabindex:-1},children:this[i(278)]})}[I(283)](t){const e=I;t[e(293)](t=>{const n=e;n(308)==t[n(324)]?this[n(289)](t[n(314)],...t[n(317)]):n(310)==t[n(324)]&&this[n(296)](t[n(314)],t[n(312)])})}[I(281)](t,e){const n=I;if(-1!==t){const e=this[n(278)][n(279)](t);e&&(e[n(297)]=!1)}-1!==e&&(this[n(278)][n(279)](e)[n(297)]=!0,this[n(287)](e))}[I(289)](t,...e){const n=I,i=e[n(311)]((e,i)=>{const o=n,r=new g(this[o(288)],this[o(275)]);return r[o(319)]=e[o(319)],r[o(276)]=e[o(276)],t+i===this[o(277)]&&(r[o(297)]=!0),r});this[n(278)][n(322)](i,t)}[I(296)](t,e){const n=I;do{this[n(278)][n(299)](t)}while(--e)}[I(307)](t){const e=I,n=this[e(278)][e(315)](t[e(284)]);this[e(274)](e(285),n)}[I(287)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(278)][e(279)](t)[e(295)],20,this[e(291)])}[I(323)](){const t=I;super[t(323)](),this[t(295)][t(299)]()}}var _=n(929),x=n.n(_),C=n(297),O=n.n(C),T=n(102),E=n.n(T),A=n(123),P=n.n(A),L=n(741),S=n.n(L),N=n(192),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=O(),D.insertStyleElement=S();x()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=j;function M(){const t=["modelElement","960621OEPfsd","scroll","isOfficialPlugin","371890BgqlkR","editing","_updateActiveDefinitionFromViewportThrottled","9ArlFXa","748125XYrDmK","indexOf","document","document-outline-container-not-provided","_currentOutlineDefinitions","setSelection","get","listenTo","destroy","top","cancel","mapper","join","sync","locale","754880lKPCRy","config","getRootNames","focus","pluginName","activeItemIndex","itemSelected","length","bind","getDomRoot","height","_handleOutlineChange","_setActiveViewItem","change","documentOutline.showEmptyHeadings","fromCharCode","init","resize","render","domConverter","66cJwUkE","editor","2667826bELsFv","DocumentOutlineUtils","element","getVisible","focusTracker","href","_updateActiveDefinitionOnViewportChange","documentOutline.container","getIntersection","bottom","add","mapViewToDom","appendChild","_handleItemSelected","DocumentOutlineUI","afterInit","model","scrollToTheSelection","plugins","map","toViewElement","4817320LpNYGT","view","isPremiumPlugin","window","floor","120102gfmtoe"];return(M=function(){return t})()}!function(t){const e=j,n=t();for(;;)try{if(490972===parseInt(e(550))/1*(parseInt(e(542))/2)+-parseInt(e(544))/3+parseInt(e(494))/4+parseInt(e(547))/5*(-parseInt(e(514))/6)+parseInt(e(516))/7+parseInt(e(537))/8+-parseInt(e(551))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class U extends t.Plugin{[K(538)];[K(555)];[K(549)];static get[K(498)](){return K(530)}static get[K(546)](){return!0}static get[K(539)](){return!0}constructor(t){const e=K;super(t),this[e(538)]=new y(t[e(493)],this[e(515)][e(495)][e(557)](e(508)),this[e(515)][e(495)][e(557)](e(523))),this[e(555)]=[],this[e(549)]=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(522)][e(502)](this),100)}[K(510)](){const t=K,e=this[t(515)],n=e[t(534)][t(557)](t(517));let i=!1;if(this[t(538)][t(512)](),this[t(515)].ui[t(520)][t(526)](this[t(538)][t(518)]),!e[t(495)][t(557)](t(523)))throw new u.CKEditorError(t(554),{editor:e});e[t(495)][t(557)](t(523))[t(528)](this[t(538)][t(518)]),n.on(t(507),this[t(505)][t(502)](this)),n.on(t(499),(e,{index:n})=>this[t(506)](n)),this[t(538)].on(t(500),(e,n)=>{i=!0,this[t(529)](n)}),this[t(538)][t(558)](u.global[t(553)],t(545),()=>{i?i=!1:this[t(549)]()},{useCapture:!0}),this[t(538)][t(558)](u.global[t(540)],t(511),this[t(549)],{useCapture:!0})}[K(531)](){!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){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(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 l(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 d(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 f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=j;return t[e(535)](t=>String[e(509)](t))[e(491)]("")}!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])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,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,h=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=c(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])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=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 h=(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])?d(l(h+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])+d(l(t)),i=f(d(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])+d(l(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])](f(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])]:h}},{[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=c(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])](a(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 u=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])}},u,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:1773187200;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(521)]);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=function(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++,1512==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)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||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(559)](){const t=K;super[t(559)](),this[t(538)][t(559)](),this[t(549)][t(489)]()}[K(505)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(555)]=e,this[i(538)][i(492)](n)}[K(506)](t){const e=K;this[e(555)][e(501)]&&this[e(555)][t]&&(this[e(538)][e(499)]=t)}[K(529)](t){const e=K,n=this[e(555)][t][e(543)];this[e(515)][e(532)][e(507)](t=>{t[e(556)](n,0)}),this[e(515)][e(548)][e(538)][e(533)]({alignToTop:!0,forceScroll:!0}),this[e(515)][e(548)][e(538)][e(497)](),this[e(506)](t)}[K(522)](){const t=K,e=this[t(515)];let n;for(const i of e[t(532)][t(553)][t(496)]()){const o=e[t(548)][t(538)][t(503)](i),r=o&&new u.Rect(o)[t(519)]();if(r){const e=new u.Rect(u.global[t(540)])[t(524)](r);e&&(n=e[t(560)]+.25*e[t(504)])}}if(void 0===n)return;const i=H(e[t(548)],this[t(555)],n);i?this[t(506)](this[t(555)][t(552)](i)):this[t(506)](-1)}}function j(t,e){const n=M();return(j=function(t,e){return n[t-=489]})(t,e)}function H(t,e,n,i=0,o=e[K(501)]-1){const r=K,s=Math[r(541)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(490)][r(536)](c[r(543)]);if(!a)return null;const l=t[r(538)][r(513)][r(527)](a);return new u.Rect(l)[r(525)]>n?H(t,e,n,i,s-1):H(t,e,n,s+1,o)}return s<0?null:e[s]}function R(t,e){const n=V();return(R=function(t,e){return n[t-=268]})(t,e)}const F=R;function V(){const t=["439692AAgtme","licenseKey","1771884EcMFXb","invalid","_licenseKeyCheckInterval","DocumentOutline","isOfficialPlugin","1887675RIZMxz","expired","74424lCOTsd","documentOutlineLicenseKeyDomainLimit","usageLimit","get","2448192HbchQb","18kwHLBz","10ZFmliI","config","evaluationLimit","documentOutlineLicenseKeyUsageLimit","496SKfhtB","pluginName","24609OqSEJv","isPremiumPlugin","domainLimit","editor","13305809YyWOCz","init","featureNotAllowed","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyExpired","destroy","documentOutlineLicenseKeyInvalid","requires","4fWwaeR","documentOutlineLicenseKeyValid","_showLicenseError"];return(V=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(348769===-parseInt(e(300))/1*(parseInt(e(293))/2)+-parseInt(e(279))/3*(parseInt(e(276))/4)+parseInt(e(286))/5+-parseInt(e(292))/6+parseInt(e(288))/7*(-parseInt(e(298))/8)+parseInt(e(281))/9+-parseInt(e(294))/10*(-parseInt(e(304))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class Z extends t.Plugin{[F(280)];[F(283)];static get[F(275)](){return[h,U]}static get[F(299)](){return F(284)}static get[F(285)](){return!0}static get[F(301)](){return!0}[F(268)](){const t=F;this[t(280)]=this[t(303)][t(295)][t(291)](t(280));const e=this[t(303)];this[t(283)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(277)==r||n(274)==r||n(272)==r||n(289)==r||n(270)==r||n(271)==r||n(297)==r){delete e[o],i=r,clearInterval(this[n(283)]),this[n(283)]=void 0;break}}n(274)==i&&e[n(278)](n(282)),n(272)==i&&e[n(278)](n(287)),n(289)==i&&e[n(278)](n(302)),n(270)==i&&e[n(278)](n(269),n(284)),n(271)==i&&e[n(278)](n(296)),n(297)==i&&e[n(278)](n(290))},1e3)}[F(273)](){const t=F;super[t(273)](),this[t(283)]&&clearInterval(this[t(283)])}}var q=n(901);function z(t,e){const n=Y();return(z=function(t,e){return n[t-=177]})(t,e)}const W=z;!function(t){const e=z,n=t();for(;;)try{if(576574===-parseInt(e(189))/1+-parseInt(e(185))/2*(-parseInt(e(195))/3)+-parseInt(e(183))/4+-parseInt(e(184))/5*(-parseInt(e(187))/6)+-parseInt(e(196))/7*(parseInt(e(190))/8)+parseInt(e(198))/9*(parseInt(e(181))/10)+parseInt(e(178))/11*(-parseInt(e(177))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class B extends t.Command{[W(179)](){const t=W;this[t(191)][t(201)][t(188)](e=>{const n=t;this[n(191)][n(201)][n(197)](e[n(200)](n(193)))})}[W(182)](){const t=W,e=this[t(191)][t(201)],n=e[t(186)][t(199)][t(192)]();this[t(202)]=null!==(n&&e[t(194)][t(180)](n,t(193)))}}function Y(){const t=["6284327QqgVeg","insertObject","284103wOuLYL","selection","createElement","model","isEnabled","6276EpPmNU","7403ZJDmDd","execute","findAllowedParent","340SwgpDs","refresh","743540vobpjg","652345NNiQgg","4lWaQAn","document","24bufuIn","change","144155DRAUew","8oiffZv","editor","getFirstPosition","tableOfContents","schema","841800peVdsL"];return(Y=function(){return t})()}var Q=n(422),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=E().bind(null,"head"),X.domAPI=O(),X.insertStyleElement=S();x()(Q.A,X);Q.A&&Q.A.locals&&Q.A.locals;function J(t,e){const n=$();return(J=function(t,e){return n[t-=118]})(t,e)}const G=J;function $(){const t=["clear","downcast","isOfficialPlugin","config","pluginName","item","remove","document","7KxtCjm","470781nayOvM","insert","add","low","1653128mgrjFd","string","getContainedElement","9BwsfAT","schema","headingId.modelAttributeName","element:","conversion","4mghjdk","consumable","change","1246698tGZEsM","nodeAfter","heading.options","getChanges","1579956bpVFrZ","position","model","has","for","differ","consume","forEach","match","length","afterInit","mapper","get","attributes","getAttribute","type","modelRange","viewItem","editor","_customDataDowncastHeadingsConversion","extend","heading1","attribute:headingId:","_customUpcastHeadingsConversion","5763060dPGTea","removeAttribute","isPremiumPlugin","_registerHeadingIdAttributePostfixer","267870fGExom","HeadingId","name","61228MEyppV","delete","set","hasAttribute","toViewElement","setAttribute","upcast","registerPostFixer","isRegistered","writer","paragraph","headingId","view"];return($=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(264188===parseInt(e(159))/1+parseInt(e(137))/2*(parseInt(e(166))/3)+-parseInt(e(171))/4*(parseInt(e(134))/5)+parseInt(e(178))/6+parseInt(e(158))/7*(parseInt(e(163))/8)+-parseInt(e(174))/9+-parseInt(e(130))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[G(154)](){return G(135)}static get[G(152)](){return!0}static get[G(132)](){return!0}[G(188)](){const t=G,e=this[t(124)];e[t(153)][t(118)](t(168))||(function(e){const n=t,i=new Map;return e?(e[n(185)](t=>{const e=n;e(147)!==t[e(180)]&&i[e(139)](t[e(149)],t[e(180)])}),i[n(118)]("h1")||i[n(139)]("h1",n(127)),i):i}(this[t(124)][t(153)][t(118)](t(176)))[t(185)]((n,i)=>{const o=t;this[o(129)](i),this[o(125)](n),e[o(180)][o(167)][o(145)](n)&&e[o(180)][o(167)][o(126)](n,{allowAttributes:o(148)})}),this[t(133)]())}[G(129)](t){const e=G;this[e(124)][e(170)][e(182)](e(143))[e(161)](n=>n.on(e(169)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(123)][o(120)]("id"),a=n[o(122)][o(165)]();if(a)return c&&c[o(187)]||a[o(140)](o(148))?void(r[o(184)](n[o(123)],{attributes:["id"]})&&s[o(142)](o(148),c,a)):(r[o(184)](n[o(123)],{attributes:["id"]}),void s[o(142)](o(148),(0,u.uid)(),a))},{priority:u.priorities[e(118)](e(162))+.5}))}[G(125)](t){const e=G;this[e(124)][e(170)][e(182)](e(151))[e(161)](n=>n.on(e(128)+t,(t,n,i)=>{const o=e;if(!i[o(172)][o(184)](n[o(155)],t[o(136)]))return;const r=n[o(155)][o(120)](o(148)),s=i[o(189)][o(141)](n[o(155)]);i[o(146)][o(142)]("id",r,s)}))}[G(133)](){const t=G,e=this[t(124)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(161)](r),e[o(142)](o(148),r,n),r}function r(e,n){const i=t;e[i(131)](i(148),n)}e[t(180)][t(157)][t(144)](s=>{const c=t,a=e[c(180)][c(157)][c(183)][c(177)]();let u=!1;for(const t of a)if(c(160)==t[c(121)]&&t[c(136)])if(et(t[c(136)])){const e=t[c(119)][c(118)](c(148));c(164)==typeof e?n[c(181)](e)?(o(s,t[c(179)][c(175)]),u=!0):i[c(161)](e):(o(s,t[c(179)][c(175)]),u=!0)}else c(164)==typeof t[c(119)][c(118)](c(148))&&(r(s,t[c(179)][c(175)]),u=!0);else if(c(156)==t[c(121)]){const e=t[c(119)][c(118)](c(148));c(164)==typeof e&&n[c(138)](e)}return u}),e[t(180)][t(157)].on(t(173),()=>{const e=t;i[e(185)](t=>n[e(161)](t)),i[e(150)]()})}}function et(t){return!!t[G(186)](/heading\d/)}const nt=rt;function it(){const t=["_redirectMapper","headingId.modelAttributeName","6KUePoP","elementToStructure","forEach","editingDowncast","4520288FmfMzT","mapper","1734066CMypUV","stop","document","add","abs","_updateTableOfContentsElements","modelPosition","getCustomProperty","setCustomProperty","$blockObject","No headings were found in the document.","for","isPremiumPlugin","elementToElement","getAttribute","findMappedViewAncestor","data","171066xVkEno","Empty heading","tableOfContentsHeadingIndex","preventDefault","_handleScrollToHeading","insert","editing","position","table-of-contents","href","16791444ItnceS","_trackNewToCElements","plugins","toModelElement","createPositionAt","change","click","isInteger","table-of-contents__placeholder","element","_tableOfContentsElements","div","rootName","documentOutline.showEmptyHeadings","listenTo","fromCharCode","nodeAfter","map","scrollToTheSelection","schema","model","high","isOfficialPlugin","7653425obsNCE","viewToModelPosition","_currentOutlineDefinitions","modelElement","$capture","reconvertItem","insertTableOfContents","_headingIdModelAttributeName","208762SqCBAY","TableOfContentsEditing","createContainerElement","commands","filter","target","getAncestors","$graveyard","outlineDefinitions","headingId","name","DocumentOutlineUtils","viewPosition","init","getChanges","level","21397500iXggFU","register","upcast","requires","472FikbSH","join","setSelection","domEvent","end","dataDowncast","type","createText","text","locale","length","editor","_createTableOfContents","config","33ZbALUj","differ","_defineSchema","registerRawContentMatcher","Table of contents","tableOfContents","hasContent"," table-of-contents_empty","_defineConverters","afterInit","view","get","pluginName","conversion"];return(it=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(982546===-parseInt(e(283))/1+-parseInt(e(227))/2*(-parseInt(e(261))/3)+-parseInt(e(281))/4+parseInt(e(333))/5*(parseInt(e(277))/6)+parseInt(e(300))/7*(parseInt(e(247))/8)+parseInt(e(310))/9+-parseInt(e(243))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[nt(273)](){return nt(228)}static get[nt(332)](){return!0}static get[nt(295)](){return!0}static get[nt(246)](){return[q.Widget,h,tt]}[nt(335)];[nt(320)];[nt(226)];constructor(t){const e=nt;super(t),this[e(335)]=[],this[e(320)]=new Set,this[e(226)]=e(236)}[nt(240)](){const t=nt,e=this[t(258)],n=e[t(306)][t(271)][t(285)];e[t(260)][t(272)](t(276))&&(this[t(226)]=e[t(260)][t(272)](t(276))),this[t(324)](n,t(316),(e,n)=>{const i=t;if(!n[i(232)])return;const o=n[i(232)][i(290)](i(302));Number[i(317)](o)&&(n[i(250)][i(303)](),e[i(284)](),this[i(304)](o))},{priority:t(331),context:t(337)}),this[t(263)](),this[t(269)](),e[t(230)][t(286)](t(225),new B(e)),e[t(312)][t(272)](t(238)).on(t(315),(e,n)=>{const i=t;this[i(335)]=n[i(235)],this[i(288)]()}),this[t(324)](e[t(330)][t(285)],t(315),()=>{this[t(311)]()})}[nt(270)](){!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){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(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 l(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 d(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 f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=rt;return t[e(327)](t=>String[e(325)](t))[e(248)]("")}!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])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,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,h=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=c(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])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=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 h=(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])?d(l(h+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])+d(l(t)),i=f(d(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])+d(l(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])](f(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])]:h}},{[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=c(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])](a(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 u=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])}},u,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:1773187200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=rt,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(309)]);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=function(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++,1512==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)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||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(288)](){const t=nt;this[t(320)][t(279)](e=>{const n=t;n(234)!==e[n(322)]&&this[n(258)][n(306)][n(224)](e)})}[nt(311)](){const t=nt;for(const e of this[t(258)][t(330)][t(285)][t(262)][t(241)]({includeChangesInGraveyard:!0})){if(t(305)!==e[t(253)]||t(266)!==e[t(237)])return;this[t(320)][t(286)](e[t(307)][t(326)])}}[nt(263)](){const t=nt;this[t(258)][t(330)][t(329)][t(244)](t(266),{inheritAllFrom:t(292)})}[nt(269)](){const t=nt,e=this[t(258)][t(274)];e[t(294)](t(245))[t(296)]({model:t(266),view:{name:t(321),classes:t(308)}}),e[t(294)](t(252))[t(278)]({model:t(266),view:(e,{writer:n})=>this[t(259)](n,!0)}),e[t(294)](t(280))[t(278)]({model:t(266),view:(e,{writer:n})=>{const i=t;this[i(320)][i(286)](e);const o=this[i(259)](n);return(0,q.toWidget)(o,n,{label:m(this[i(258)][i(256)],i(265))})}}),this[t(258)][t(299)][t(264)]({name:t(321),classes:t(308)}),this[t(258)][t(306)][t(282)].on(t(334),this[t(275)](),{priority:t(331)})}[nt(259)](t,e=!1){const n=nt,{locale:i}=this[n(258)],o=t[n(229)](n(321),{class:n(308)+(0===this[n(335)][n(257)]?n(268):""),...!e&&{"data-table-of-contents-label":m(i,n(265))}});0===this[n(335)][n(257)]&&!1===e&&t[n(305)](t[n(314)](o,n(251)),t[n(229)]("p",{class:n(318)},[t[n(254)](m(i,n(293)))]));const r=e?"":"["+m(i,n(301))+"]";let s=o;return this[n(335)][n(279)]((i,o,c)=>{const a=n,u=this[a(258)][a(330)][a(267)](i[a(336)],{ignoreWhitespaces:!0}),l=u?i[a(255)]:r,d=i[a(336)][a(297)](this[a(226)]),f=t[a(229)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(254)](l)]),h=this[a(258)][a(260)][a(272)](a(323));t[a(291)](a(302),o,f);const p=t[a(229)]("li",null,[u||!e&&h?f:t[a(254)]("")]),m=o?c[o-1][a(242)]:0,g=Math[a(287)](i[a(242)]-m);if(i[a(242)]>m){const e=st(p,g,t);t[a(305)](t[a(314)](s,a(251)),e)}else{const e=function(t,e){const n=a;return t[n(233)]({includeSelf:!0,parentFirst:!0})[n(231)](t=>t.is(n(319),"ol"))[e]}(s,g);t[a(305)](t[a(314)](e,a(251)),p)}s=p}),o}[nt(304)](t){const e=nt,n=this[e(335)][t][e(336)];this[e(258)][e(330)][e(315)](t=>{t[e(249)](n,0)}),this[e(258)][e(306)][e(271)][e(328)]({alignToTop:!0,forceScroll:!0})}[nt(275)](){return(t,e)=>{const n=rt,i=e[n(282)],o=i[n(298)](e[n(239)]),r=i[n(313)](o);r.is(n(319),n(266))&&(e[n(289)]=this[n(258)][n(330)][n(314)](r,0),t[n(284)]())}}}function rt(t,e){const n=it();return(rt=function(t,e){return n[t-=224]})(t,e)}function st(t,e,n){const i=nt;return 1===e?n[i(229)]("ol",null,[t]):n[i(229)]("ol",null,[n[i(229)]("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-=120]})(t,e)}function lt(){const t=["_licenseKeyCheckInterval","destroy","domainLimit","isPremiumPlugin","evaluationLimit","view","3180964eVaCxH","execute","locale","tableOfContentsLicenseKeyUsageLimit","init","Table of contents","1897383WQYzZz","tableOfContentsLicenseKeyDomainLimit","focus","267990TbtKJJ","TableOfContents","bind","usageLimit","_createButton","pluginName","expired","4055ZCYtTz","_showLicenseError","130quXNfx","insertTableOfContents","1751770fyHMCB","tableOfContentsLicenseKeyExpired","8tQEJUR","tableOfContents","isOfficialPlugin","add","tableOfContentsLicenseKeyNotAllowed","featureNotAllowed","editor","495KomPdZ","tableOfContentsLicenseKeyValid","tooltip","config","get","14388TrxFAu","1435VoCMuX","listenTo","tableOfContentsLicenseKeyEvaluationLimit","editing","componentFactory","menuBar:tableOfContents","commands","licenseKey","5223537qDeeQq","tableOfContentsLicenseKeyInvalid","TableOfContentsUI","invalid","set","isEnabled"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(480985===-parseInt(e(162))/1*(-parseInt(e(164))/2)+-parseInt(e(152))/3+-parseInt(e(146))/4+parseInt(e(166))/5+parseInt(e(125))/6*(-parseInt(e(126))/7)+parseInt(e(168))/8*(parseInt(e(134))/9)+-parseInt(e(155))/10*(-parseInt(e(120))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(133)];[at(140)];static get[at(160)](){return at(136)}static get[at(170)](){return!0}static get[at(143)](){return!0}[at(150)](){const t=at,e=this[t(174)];e.ui[t(130)][t(171)](t(169),()=>{const e=t,n=this[e(159)](p.ButtonView);return n[e(122)]=!0,n}),e.ui[t(130)][t(171)](t(131),()=>this[t(159)](p.MenuBarMenuListItemButtonView)),this[t(133)]=this[t(174)][t(123)][t(124)](t(133));const n=this[t(174)];this[t(140)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(121)==r||e(135)==r||e(167)==r||e(153)==r||e(172)==r||e(128)==r||e(149)==r){delete n[o],i=r,clearInterval(this[e(140)]),this[e(140)]=void 0;break}}e(135)==i&&n[e(163)](e(137)),e(167)==i&&n[e(163)](e(161)),e(153)==i&&n[e(163)](e(142)),e(172)==i&&n[e(163)](e(173),e(156)),e(128)==i&&n[e(163)](e(144)),e(149)==i&&n[e(163)](e(158))},1e3)}[at(159)](t){const e=at,n=this[e(174)],i=n[e(148)],o=n[e(132)][e(124)](e(165)),r=new t(i);return r[e(138)]({label:m(i,e(151)),icon:ct.IconTableOfContents}),r[e(157)](e(139)).to(o,e(139)),this[e(127)](r,e(147),()=>{const t=e;n[t(147)](t(165)),n[t(129)][t(145)][t(154)]()}),r}[at(141)](){const t=at;super[t(141)](),this[t(140)]&&clearInterval(this[t(140)])}}function ft(){var t=["637978MHYeFJ","961371sXRXZK","isPremiumPlugin","3024632MyReLg","436440Uornlw","966672cJFXEE","1296812clciCW","28WbOiCH","35ZwYQdr","isOfficialPlugin","2375217gKzatQ","TableOfContents","requires","pluginName"];return(ft=function(){return t})()}var ht=pt;function pt(t,e){var n=ft();return(pt=function(t,e){return n[t-=252]})(t,e)}!function(t){for(var e=pt,n=t();;)try{if(411585===-parseInt(e(265))/1+parseInt(e(257))/2+parseInt(e(261))/3+-parseInt(e(255))/4*(parseInt(e(259))/5)+parseInt(e(256))/6*(parseInt(e(258))/7)+-parseInt(e(254))/8+parseInt(e(252))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[ht(263)](){return[ot,dt]}static get[ht(264)](){return ht(262)}static get[ht(260)](){return!0}static get[ht(253)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=164]})(t,e)}function wt(){var t=["5768289dvjaUU","1095717QdLURE","7653160WUbQjj","6815860TLydcU","60RlqmQV","714057cJxzyo","5313408ttyDPA","4881072wuPYRe","4vQWrzN","12aXpIOT"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(726896===-parseInt(e(172))/1+-parseInt(e(170))/2*(parseInt(e(166))/3)+parseInt(e(169))/4*(-parseInt(e(164))/5)+-parseInt(e(167))/6+parseInt(e(168))/7+parseInt(e(173))/8+parseInt(e(171))/9*(parseInt(e(165))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={102: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)}},106:t=>{"use strict";t.exports=function(t){return t[1]}},123:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},192:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(106),o=n.n(i),r=n(779),c=n.n(r)()(o());c.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 s=c},237:t=>{"use strict";t.exports=CKEditor5.dll},297: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 c=void 0!==o.layer;c&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,c&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var s=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(s,a[e]):t.appendChild(s)}}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)}}}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},422:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(106),o=n.n(i),r=n(779),c=n.n(r)()(o());c.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 s=c},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},741:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},779: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 c={};if(i)for(var s=0;s<this.length;s++){var a=this[s][0];null!=a&&(c[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&c[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")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},929: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={},c=[],s=0;s<t.length;s++){var a=t[s],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=s,e.splice(s,0,{identifier:d,updater:p,references:1})}c.push(d)}return c}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 c=0;c<r.length;c++){var s=n(r[c]);e[s].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}}}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>V,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>B,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const c=null!=i&&i.includes("leading"),s=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,s&&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(),c&&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:c}=i,s=Array(2);let a;o&&(s[0]="leading"),r&&(s[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:s}),d=function(...e){return null!=c&&(null===u&&(u=Date.now()),Date.now()-u>=c)?(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 c(t,e){const n=s();return(c=function(t,e){return n[t-=132]})(t,e)}function s(){const t=["plugins","800160cAoIWT","200692hBtuLf","reduce","htmlH2","htmlH5","3750mduuGN","config","model","10TAnDlb","12365250TUigrq","htmlH3","432vdeUZi","push","paragraph","getChildren","149976kYIVWv","7913436UZpUhs","11qsBohF","536yLvyYX","htmlH1","get","htmlH4","data","has","217znnqRZ","heading.options","GeneralHtmlSupport","htmlH6","172098pVLtsl"];return(s=function(){return t})()}function a(t){const e=c;let n="";for(const i of t[e(148)]())i instanceof r.ModelText&&(n+=i[e(156)]);return n}!function(t){const e=c,n=t();for(;;)try{if(781624===parseInt(e(152))/1*(-parseInt(e(139))/2)+-parseInt(e(134))/3+-parseInt(e(135))/4*(parseInt(e(142))/5)+-parseInt(e(149))/6*(parseInt(e(158))/7)+parseInt(e(145))/8*(parseInt(e(132))/9)+parseInt(e(143))/10+parseInt(e(151))/11*(parseInt(e(150))/12))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-=240]})(t,e)}function f(){const t=["_headingNames","9fKcCLa","change","get","config","_getOutlineDefinitions","3150830wXpwLf","data","model","indexOf","afterInit","backward","level","element","fire","text","275992xSJThZ","domToView","2235814HxZTea","item","getFirstPosition","getRootNames","findIndex","isOfficialPlugin","getChildren","includes","5371128wtqQEZ","editing","name","modelElement","editor","21249KwxSMZ","toModel","view","_deriveHeadingElementsFromConversion","getRoot","createElement","DocumentOutlineUtils","_getHeadingNames","document","pluginName","push","length","6ghFdOn","selection","init","9OTnZyD","26zokHBT","activeItemIndex","3962321goXYHn","210550XaPsRY","getChild","isPremiumPlugin","domConverter","_getActiveHeading","documentOutline.headings"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(350438===parseInt(e(270))/1*(parseInt(e(286))/2)+parseInt(e(240))/3*(-parseInt(e(255))/4)+-parseInt(e(289))/5*(parseInt(e(282))/6)+parseInt(e(257))/7+-parseInt(e(265))/8*(parseInt(e(285))/9)+parseInt(e(245))/10+parseInt(e(288))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(279)](){return l(276)}static get[l(262)](){return!0}static get[l(291)](){return!0}[l(295)]=[];[l(284)](){const t=l,e=this[t(269)];this[t(295)]=this[t(277)]();let n=[];e[t(247)][t(278)].on(t(241),o(()=>{const e=t,i=n;n=this[e(244)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(251)]===n[e(251)]&&t[e(254)]===n[e(254)]&&t[e(268)]===n[e(268)]),r=(0,u.diffToChanges)(o,n),c=this[e(293)](),s=n[e(261)](t=>t[e(268)]===c);r[e(281)]&&this[e(253)](e(241),{outlineDefinitions:n,activeItemIndex:s,outlineChanges:r}),this[e(253)](e(287),{index:s})},250,{leading:!0,trailing:!0}))}[l(249)](){const t=l;this[t(295)][t(281)]||this[t(273)]()}[l(244)](){const t=l,e=this[t(269)],n=[],i=this[t(295)];for(const n of e[t(247)][t(278)][t(260)]())o(e[t(247)][t(278)][t(274)](n));function o(e){const r=t;for(const t of e[r(263)]())t.is(r(252))&&(i[r(264)](t[r(267)])&&n[r(280)]({level:i[r(248)](t[r(267)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(293)](){const t=l,e=this[t(269)][t(247)][t(278)][t(283)][t(259)](),n=new r.ModelTreeWalker({direction:t(250),startPosition:e});for(const e of n)if(e[t(258)].is(t(252))&&this[t(295)][t(264)](e[t(258)][t(267)]))return e[t(258)]}[l(277)](){const t=l;return this[t(269)][t(243)][t(242)](t(294))||function(t){const e=c,n=t[e(140)][e(154)](e(159));return n?n[e(136)]((t,n)=>(e(147)!==n[e(141)]&&t[e(146)](n[e(141)]),t),[]):t[e(133)][e(157)](e(160))?[e(153),e(137),e(144),e(155),e(138),e(161)]:[]}(this[t(269)])}[l(273)](){const t=l,e=this[t(269)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(266)][t(272)][t(292)][t(256)](document[t(275)](o)),r=e[t(246)][t(271)](n)[t(290)](0);r?.is(t(252))&&i[t(280)](r[t(267)])}this[t(295)]=i}}var p=n(311);function m(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=w();return(g=function(t,e){return n[t-=240]})(t,e)}function w(){const t=["ck-document-outline__item_level-","3544570dYoZrO","24IzeALM","bindTemplate","div","1EqdfuU","213XDYudN","ck-reset","55ZgAfaB","bind","text","ck-document-outline__item_empty","ck-document-outline__item_active","3349944LnPbsi","2199942ENIbJP","ck-document-outline__item","click","Empty heading","level","isActive","1240760lLtLyh","isEmpty","31448hcqlJO","set","344580TDHxzE","6079045buxPtX","setTemplate"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(520179===parseInt(e(241))/1*(parseInt(e(256))/2)+parseInt(e(242))/3*(-parseInt(e(258))/4)+parseInt(e(264))/5+-parseInt(e(249))/6+parseInt(e(261))/7+-parseInt(e(265))/8*(parseInt(e(250))/9)+-parseInt(e(260))/10*(-parseInt(e(244))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends p.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(266)],o=e?"["+m(t,n(253))+"]":"";this[n(259)](n(246),""),this[n(259)](n(254),1),this[n(259)](n(255),!1),this[n(245)](n(257)).to(this,n(246),t=>!t),this[n(262)]({tag:n(240),attributes:{class:["ck",n(243),n(251),i.to(n(254),t=>n(263)+t),i.if(n(255),n(248)),i.if(n(257),n(247))],title:i.to(n(246))},children:[{text:i.to(n(246),t=>t||o)}],on:{click:i.to(n(252))}})}}function I(){const t=["2uiCcKu","_scrollToItem","source","destroy","forEach","1277017LrFtuN","items","insert","index","4dpTNsl","howMany","showEmptyHeadingText","itemSelected","type","_setActiveItem","getIndex","map","values","documentOutlineContainer","fire","ck-document-outline","198109uetwYt","bind","get","text","level","_insertItem","delegate","226755jvbJRn","sync","createCollection","Editor headings will appear here as you type.","setTemplate","element","ck-reset","contentLanguageDirection","remove","click","delete","change:activeItemIndex","2147176aadogV","1321866ocYhLI","isActive","addMany","1423404WWrMgM","div","493287VPhIaI","_handleItemClick","locale","activeItemIndex","set","_deleteItem"];return(I=function(){return t})()}const b=k;function k(t,e){const n=I();return(k=function(t,e){return n[t-=174]})(t,e)}!function(t){const e=k,n=t();for(;;)try{if(227152===parseInt(e(203))/1*(parseInt(e(182))/2)+parseInt(e(176))/3*(-parseInt(e(191))/4)+parseInt(e(210))/5+parseInt(e(223))/6+-parseInt(e(187))/7+parseInt(e(222))/8+-parseInt(e(174))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(I);class y extends p.View{[b(188)];[b(200)];[b(193)];constructor(t,e=!1,n){const i=b;super(t),this[i(193)]=e,this[i(180)](i(179),-1),this[i(200)]=n,this[i(188)]=this[i(212)](),this[i(188)][i(209)](i(219)).to(this),this.on(i(219),this[i(177)][i(204)](this)),this.on(i(221),(t,e,n,o)=>{this[i(196)](o,n)}),this[i(214)]({tag:i(175),attributes:{class:["ck",i(216),i(202)],dir:t[i(217)],"data-document-outline-empty-placeholder":m(t,i(213)),tabindex:-1},children:this[i(188)]})}[b(211)](t){const e=b;t[e(186)](t=>{const n=e;n(189)==t[n(195)]?this[n(208)](t[n(190)],...t[n(199)]):n(220)==t[n(195)]&&this[n(181)](t[n(190)],t[n(192)])})}[b(196)](t,e){const n=b;if(-1!==t){const e=this[n(188)][n(205)](t);e&&(e[n(224)]=!1)}-1!==e&&(this[n(188)][n(205)](e)[n(224)]=!0,this[n(183)](e))}[b(208)](t,...e){const n=b,i=e[n(198)]((e,i)=>{const o=n,r=new v(this[o(178)],this[o(193)]);return r[o(206)]=e[o(206)],r[o(207)]=e[o(207)],t+i===this[o(179)]&&(r[o(224)]=!0),r});this[n(188)][n(225)](i,t)}[b(181)](t,e){const n=b;do{this[n(188)][n(218)](t)}while(--e)}[b(177)](t){const e=b,n=this[e(188)][e(197)](t[e(184)]);this[e(201)](e(194),n)}[b(183)](t){const e=b;(0,u.scrollAncestorsToShowTarget)(this[e(188)][e(205)](t)[e(215)],20,this[e(200)])}[b(185)](){const t=b;super[t(185)](),this[t(215)][t(218)]()}}var _=n(929),C=n.n(_),x=n(297),O=n.n(x),T=n(102),E=n.n(T),A=n(123),P=n.n(A),L=n(741),S=n.n(L),N=n(192),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=O(),D.insertStyleElement=S();C()(N.A,D);N.A&&N.A.locals&&N.A.locals;const H=M;function K(){const t=["listenTo","243709ZLYCmz","pluginName","4697hPFspC","config","add","top","activeItemIndex","3984TCmxoy","getRootNames","init","getVisible","getIntersection","1546275RQwick","6FQzgmh","240BJpRgZ","element","domConverter","change","focus","_updateActiveDefinitionOnViewportChange","DocumentOutlineUtils","isOfficialPlugin","_handleOutlineChange","3734360aiRKlt","765JqYbNC","modelElement","href","join","documentOutline.showEmptyHeadings","height","scroll","view","length","focusTracker","bottom","itemSelected","bind","sync","editor","plugins","window","appendChild","mapper","document","fromCharCode","document-outline-container-not-provided","getDomRoot","setSelection","floor","documentOutline.container","map","scrollToTheSelection","model","15192dDteSX","_updateActiveDefinitionFromViewportThrottled","editing","mapViewToDom","destroy","afterInit","get","indexOf","toViewElement","205047NvCrZQ","_setActiveViewItem","DocumentOutlineUI","resize","_handleItemSelected","_currentOutlineDefinitions","cancel","isPremiumPlugin","render","locale","1445752AeVwrd"];return(K=function(){return t})()}function M(t,e){const n=K();return(M=function(t,e){return n[t-=235]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(505088===-parseInt(e(235))/1*(parseInt(e(248))/2)+-parseInt(e(297))/3+-parseInt(e(258))/4+-parseInt(e(247))/5+parseInt(e(242))/6*(-parseInt(e(237))/7)+-parseInt(e(288))/8*(parseInt(e(259))/9)+-parseInt(e(249))/10*(-parseInt(e(307))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class j extends t.Plugin{[H(266)];[H(302)];[H(289)];static get[H(236)](){return H(299)}static get[H(256)](){return!0}static get[H(304)](){return!0}constructor(t){const e=H;super(t),this[e(266)]=new y(t[e(306)],this[e(273)][e(238)][e(294)](e(263)),this[e(273)][e(238)][e(294)](e(284))),this[e(302)]=[],this[e(289)]=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(254)][e(271)](this),100)}[H(244)](){const t=H,e=this[t(273)],n=e[t(274)][t(294)](t(255));let i=!1;if(this[t(266)][t(305)](),this[t(273)].ui[t(268)][t(239)](this[t(266)][t(250)]),!e[t(238)][t(294)](t(284)))throw new u.CKEditorError(t(280),{editor:e});e[t(238)][t(294)](t(284))[t(276)](this[t(266)][t(250)]),n.on(t(252),this[t(257)][t(271)](this)),n.on(t(241),(e,{index:n})=>this[t(298)](n)),this[t(266)].on(t(270),(e,n)=>{i=!0,this[t(301)](n)}),this[t(266)][t(308)](u.global[t(278)],t(265),()=>{i?i=!1:this[t(289)]()},{useCapture:!0}),this[t(266)][t(308)](u.global[t(275)],t(300),this[t(289)],{useCapture:!0})}[H(293)](){!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])},c=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function s(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(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 l(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 d(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 f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=M;return t[e(285)](t=>String[e(279)](t))[e(262)]("")}!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])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,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,h=null;try{return c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[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=s(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])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(s=>{if(r())return s(p([86,97,108,105,100]));c(),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 h=(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])?d(l(h+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=c();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])](s)[p([99,97,116,99,104])](()=>{s(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+d(l(t)),i=f(d(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 c(){const e=p([108,108,99,116,45])+d(l(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])](f(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 s(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])]:h}},{[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||s(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 c(){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=c[p([115,112,108,105,116])](p([46])),[o,r,s]=i;return e(o),await n(o,r,s),t}catch{return!1}function e(e){const n=s(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])](a(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),c=(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),s=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!s)return;const u=await s[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 s[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])}},u,o,c)||(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:1773187200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=M,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(261)]);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=function(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++,1512==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)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||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)}[H(292)](){const t=H;super[t(292)](),this[t(266)][t(292)](),this[t(289)][t(303)]()}[H(257)](t,{outlineDefinitions:e,outlineChanges:n}){const i=H;this[i(302)]=e,this[i(266)][i(272)](n)}[H(298)](t){const e=H;this[e(302)][e(267)]&&this[e(302)][t]&&(this[e(266)][e(241)]=t)}[H(301)](t){const e=H,n=this[e(302)][t][e(260)];this[e(273)][e(287)][e(252)](t=>{t[e(282)](n,0)}),this[e(273)][e(290)][e(266)][e(286)]({alignToTop:!0,forceScroll:!0}),this[e(273)][e(290)][e(266)][e(253)](),this[e(298)](t)}[H(254)](){const t=H,e=this[t(273)];let n;for(const i of e[t(287)][t(278)][t(243)]()){const o=e[t(290)][t(266)][t(281)](i),r=o&&new u.Rect(o)[t(245)]();if(r){const e=new u.Rect(u.global[t(275)])[t(246)](r);e&&(n=e[t(240)]+.25*e[t(264)])}}if(void 0===n)return;const i=R(e[t(290)],this[t(302)],n);i?this[t(298)](this[t(302)][t(295)](i)):this[t(298)](-1)}}function R(t,e,n,i=0,o=e[H(267)]-1){const r=H,c=Math[r(283)](i+(o-i)/2);if(o>=i){const s=e[c],a=t[r(277)][r(296)](s[r(260)]);if(!a)return null;const l=t[r(266)][r(251)][r(291)](a);return new u.Rect(l)[r(269)]>n?R(t,e,n,i,c-1):R(t,e,n,c+1,o)}return c<0?null:e[c]}function U(t,e){const n=z();return(U=function(t,e){return n[t-=268]})(t,e)}const F=U;function z(){const t=["439692AAgtme","licenseKey","1771884EcMFXb","invalid","_licenseKeyCheckInterval","DocumentOutline","isOfficialPlugin","1887675RIZMxz","expired","74424lCOTsd","documentOutlineLicenseKeyDomainLimit","usageLimit","get","2448192HbchQb","18kwHLBz","10ZFmliI","config","evaluationLimit","documentOutlineLicenseKeyUsageLimit","496SKfhtB","pluginName","24609OqSEJv","isPremiumPlugin","domainLimit","editor","13305809YyWOCz","init","featureNotAllowed","documentOutlineLicenseKeyNotAllowed","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyExpired","destroy","documentOutlineLicenseKeyInvalid","requires","4fWwaeR","documentOutlineLicenseKeyValid","_showLicenseError"];return(z=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(348769===-parseInt(e(300))/1*(parseInt(e(293))/2)+-parseInt(e(279))/3*(parseInt(e(276))/4)+parseInt(e(286))/5+-parseInt(e(292))/6+parseInt(e(288))/7*(-parseInt(e(298))/8)+parseInt(e(281))/9+-parseInt(e(294))/10*(-parseInt(e(304))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class V extends t.Plugin{[F(280)];[F(283)];static get[F(275)](){return[h,j]}static get[F(299)](){return F(284)}static get[F(285)](){return!0}static get[F(301)](){return!0}[F(268)](){const t=F;this[t(280)]=this[t(303)][t(295)][t(291)](t(280));const e=this[t(303)];this[t(283)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(277)==r||n(274)==r||n(272)==r||n(289)==r||n(270)==r||n(271)==r||n(297)==r){delete e[o],i=r,clearInterval(this[n(283)]),this[n(283)]=void 0;break}}n(274)==i&&e[n(278)](n(282)),n(272)==i&&e[n(278)](n(287)),n(289)==i&&e[n(278)](n(302)),n(270)==i&&e[n(278)](n(269),n(284)),n(271)==i&&e[n(278)](n(296)),n(297)==i&&e[n(278)](n(290))},1e3)}[F(273)](){const t=F;super[t(273)](),this[t(283)]&&clearInterval(this[t(283)])}}var J=n(901);const W=Z;function Z(t,e){const n=Y();return(Z=function(t,e){return n[t-=348]})(t,e)}!function(t){const e=Z,n=t();for(;;)try{if(925523===parseInt(e(349))/1+parseInt(e(354))/2+parseInt(e(371))/3*(parseInt(e(357))/4)+parseInt(e(358))/5*(parseInt(e(372))/6)+-parseInt(e(350))/7*(parseInt(e(370))/8)+parseInt(e(360))/9*(parseInt(e(363))/10)+-parseInt(e(368))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);class B extends t.Command{[W(364)](){const t=W;this[t(351)][t(367)][t(362)](e=>{const n=t;this[n(351)][n(367)][n(356)](e[n(355)](n(366)))})}[W(359)](){const t=W,e=this[t(351)][t(367)],n=e[t(361)][t(353)][t(348)]();this[t(352)]=null!==(n&&e[t(369)][t(365)](n,t(366)))}}function Y(){const t=["21qmhZTj","editor","isEnabled","selection","3396840Pslkdr","createElement","insertObject","4UzHWRt","243940lAoFbl","refresh","8296011HMhycs","document","change","10QhPyaS","execute","findAllowedParent","tableOfContents","model","62599999oRRxLA","schema","2338504BlvJjH","4962495UJoeFk","186JBFbEI","getFirstPosition","1706579AjLztL"];return(Y=function(){return t})()}var q=n(422),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=E().bind(null,"head"),Q.domAPI=O(),Q.insertStyleElement=S();C()(q.A,Q);q.A&&q.A.locals&&q.A.locals;const X=$;function G(){const t=["get","isRegistered","position","differ","heading.options","document","writer","has","paragraph","upcast","_customUpcastHeadingsConversion","for","modelRange","headingId.modelAttributeName","name","schema","pluginName","nodeAfter","mapper","view","clear","_customDataDowncastHeadingsConversion","forEach","getAttribute","396uCweYX","heading1","afterInit","add","set","isOfficialPlugin","consume","setAttribute","22759356NoIxev","4bizFve","low","viewItem","231JWbyDU","conversion","extend","193190RZJGCN","11064KcebDP","removeAttribute","type","string","item","10AJKHTL","length","element:","remove","12340xhOGqw","HeadingId","registerPostFixer","toViewElement","headingId","consumable","change","attribute:headingId:","4529139mzacDQ","getChanges","1404mYejbY","getContainedElement","isPremiumPlugin","editor","_registerHeadingIdAttributePostfixer","config","attributes","183162BbGQMr","model","delete","insert","match","hasAttribute","downcast","3062252TdZPCk"];return(G=function(){return t})()}function $(t,e){const n=G();return($=function(t,e){return n[t-=162]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(799077===parseInt(e(188))/1*(parseInt(e(204))/2)+-parseInt(e(212))/3+-parseInt(e(228))/4*(parseInt(e(200))/5)+-parseInt(e(221))/6*(-parseInt(e(191))/7)+parseInt(e(195))/8*(parseInt(e(214))/9)+parseInt(e(194))/10*(parseInt(e(179))/11)+parseInt(e(187))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class tt extends t.Plugin{static get[X(171)](){return X(205)}static get[X(184)](){return!0}static get[X(216)](){return!0}[X(181)](){const t=X,e=this[t(217)];e[t(219)][t(229)](t(168))||(function(e){const n=t,i=new Map;return e?(e[n(177)](t=>{const e=n;e(163)!==t[e(222)]&&i[e(183)](t[e(174)],t[e(222)])}),i[n(229)]("h1")||i[n(183)]("h1",n(180)),i):i}(this[t(217)][t(219)][t(229)](t(233)))[t(177)]((n,i)=>{const o=t;this[o(165)](i),this[o(176)](n),e[o(222)][o(170)][o(230)](n)&&e[o(222)][o(170)][o(193)](n,{allowAttributes:o(208)})}),this[t(218)]())}[X(165)](t){const e=X;this[e(217)][e(192)][e(166)](e(164))[e(182)](n=>n.on(e(202)+t,(t,n,i)=>{const o=e,{consumable:r,writer:c}=i,s=n[o(190)][o(178)]("id"),a=n[o(167)][o(215)]();if(a)return s&&s[o(201)]||a[o(226)](o(208))?void(r[o(185)](n[o(190)],{attributes:["id"]})&&c[o(186)](o(208),s,a)):(r[o(185)](n[o(190)],{attributes:["id"]}),void c[o(186)](o(208),(0,u.uid)(),a))},{priority:u.priorities[e(229)](e(189))+.5}))}[X(176)](t){const e=X;this[e(217)][e(192)][e(166)](e(227))[e(182)](n=>n.on(e(211)+t,(t,n,i)=>{const o=e;if(!i[o(209)][o(185)](n[o(199)],t[o(169)]))return;const r=n[o(199)][o(178)](o(208)),c=i[o(173)][o(207)](n[o(199)]);i[o(235)][o(186)]("id",r,c)}))}[X(218)](){const t=X,e=this[t(217)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(182)](r),e[o(186)](o(208),r,n),r}function r(e,n){const i=t;e[i(196)](i(208),n)}e[t(222)][t(234)][t(206)](c=>{const s=t,a=e[s(222)][s(234)][s(232)][s(213)]();let u=!1;for(const t of a)if(s(224)==t[s(197)]&&t[s(169)])if(et(t[s(169)])){const e=t[s(220)][s(229)](s(208));s(198)==typeof e?n[s(162)](e)?(o(c,t[s(231)][s(172)]),u=!0):i[s(182)](e):(o(c,t[s(231)][s(172)]),u=!0)}else s(198)==typeof t[s(220)][s(229)](s(208))&&(r(c,t[s(231)][s(172)]),u=!0);else if(s(203)==t[s(197)]){const e=t[s(220)][s(229)](s(208));s(198)==typeof e&&n[s(223)](e)}return u}),e[t(222)][t(234)].on(t(210),()=>{const e=t;i[e(177)](t=>n[e(182)](t)),i[e(175)]()})}}function et(t){return!!t[X(225)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=121]})(t,e)}function ot(){const t=["filter","createText","getAttribute","commands","forEach","get","1155520oqSPNh","hasContent","DocumentOutlineUtils","editingDowncast","$capture","reconvertItem","upcast","_trackNewToCElements","insert","editor","registerRawContentMatcher","findMappedViewAncestor","isInteger","getCustomProperty","add","conversion","_createTableOfContents","createContainerElement","table-of-contents__placeholder","abs","domEvent","tableOfContents","$blockObject","plugins","setCustomProperty","high","viewPosition","map","join","href","No headings were found in the document.","439356aSmsuy","232542SBUgUk","for","listenTo","elementToElement","differ","14UWCtOI","_redirectMapper","target","preventDefault","392364vTgfle"," table-of-contents_empty","_headingIdModelAttributeName","$graveyard","modelPosition","_updateTableOfContentsElements","type","table-of-contents","5nFEAhP","element","change","editing","register","schema","level","isPremiumPlugin","name","headingId","model","config","stop","getAncestors","setSelection","outlineDefinitions","position","getChanges","isOfficialPlugin","rootName","length","_currentOutlineDefinitions","insertTableOfContents","requires","documentOutline.showEmptyHeadings","_tableOfContentsElements","266382iFuPKT","845481lXIllm","dataDowncast","pluginName","TableOfContentsEditing","headingId.modelAttributeName","data","viewToModelPosition","toModelElement","view","tableOfContentsHeadingIndex","_handleScrollToHeading","afterInit","_defineConverters","_defineSchema","init","scrollToTheSelection","fromCharCode","createPositionAt","div","Empty heading","mapper","modelElement","document","click","nodeAfter","11987LDXOzD","text","locale","end","elementToStructure","Table of contents"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(104635===parseInt(e(171))/1*(parseInt(e(220))/2)+parseInt(e(145))/3+parseInt(e(224))/4*(parseInt(e(232))/5)+parseInt(e(214))/6+-parseInt(e(146))/7+-parseInt(e(183))/8+parseInt(e(215))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(148)](){return nt(149)}static get[nt(137)](){return!0}static get[nt(126)](){return!0}static get[nt(142)](){return[J.Widget,h,tt]}[nt(140)];[nt(144)];[nt(226)];constructor(t){const e=nt;super(t),this[e(140)]=[],this[e(144)]=new Set,this[e(226)]=e(128)}[nt(160)](){const t=nt,e=this[t(192)],n=e[t(122)][t(154)][t(168)];e[t(130)][t(182)](t(150))&&(this[t(226)]=e[t(130)][t(182)](t(150))),this[t(217)](n,t(169),(e,n)=>{const i=t;if(!n[i(222)])return;const o=n[i(222)][i(196)](i(155));Number[i(195)](o)&&(n[i(203)][i(223)](),e[i(131)](),this[i(156)](o))},{priority:t(208),context:t(187)}),this[t(159)](),this[t(158)](),e[t(180)][t(197)](t(141),new B(e)),e[t(206)][t(182)](t(185)).on(t(121),(e,n)=>{const i=t;this[i(140)]=n[i(134)],this[i(229)]()}),this[t(217)](e[t(129)][t(168)],t(121),()=>{this[t(190)]()})}[nt(157)](){!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])},c=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function s(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](a(t)):null}function a(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 l(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 d(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 f(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function h(){}function p(t){const e=it;return t[e(210)](t=>String[e(162)](t))[e(211)]("")}!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])]=h,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,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,h=null;try{return c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[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=s(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])],l(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(s=>{if(r())return s(p([86,97,108,105,100]));c(),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 h=(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])?d(l(h+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=c();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])](s)[p([99,97,116,99,104])](()=>{s(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+d(l(t)),i=f(d(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 c(){const e=p([108,108,99,116,45])+d(l(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])](f(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 s(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])]:h}},{[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||s(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 c(){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=c[p([115,112,108,105,116])](p([46])),[o,r,s]=i;return e(o),await n(o,r,s),t}catch{return!1}function e(e){const n=s(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])](a(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),c=(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),s=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!s)return;const u=await s[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 s[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])}},u,o,c)||(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:1773187200;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(212)]);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=function(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++,1512==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)}(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),await(e&&h?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),h[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||h||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(229)](){const t=nt;this[t(144)][t(181)](e=>{const n=t;n(227)!==e[n(138)]&&this[n(192)][n(122)][n(188)](e)})}[nt(190)](){const t=nt;for(const e of this[t(192)][t(129)][t(168)][t(219)][t(136)]({includeChangesInGraveyard:!0})){if(t(191)!==e[t(230)]||t(204)!==e[t(127)])return;this[t(144)][t(197)](e[t(135)][t(170)])}}[nt(159)](){const t=nt;this[t(192)][t(129)][t(124)][t(123)](t(204),{inheritAllFrom:t(205)})}[nt(158)](){const t=nt,e=this[t(192)][t(198)];e[t(216)](t(189))[t(218)]({model:t(204),view:{name:t(164),classes:t(231)}}),e[t(216)](t(147))[t(175)]({model:t(204),view:(e,{writer:n})=>this[t(199)](n,!0)}),e[t(216)](t(186))[t(175)]({model:t(204),view:(e,{writer:n})=>{const i=t;this[i(144)][i(197)](e);const o=this[i(199)](n);return(0,J.toWidget)(o,n,{label:m(this[i(192)][i(173)],i(176))})}}),this[t(192)][t(151)][t(193)]({name:t(164),classes:t(231)}),this[t(192)][t(122)][t(166)].on(t(152),this[t(221)](),{priority:t(208)})}[nt(199)](t,e=!1){const n=nt,{locale:i}=this[n(192)],o=t[n(200)](n(164),{class:n(231)+(0===this[n(140)][n(139)]?n(225):""),...!e&&{"data-table-of-contents-label":m(i,n(176))}});0===this[n(140)][n(139)]&&!1===e&&t[n(191)](t[n(163)](o,n(174)),t[n(200)]("p",{class:n(201)},[t[n(178)](m(i,n(213)))]));const r=e?"":"["+m(i,n(165))+"]";let c=o;return this[n(140)][n(181)]((i,o,s)=>{const a=n,u=this[a(192)][a(129)][a(184)](i[a(167)],{ignoreWhitespaces:!0}),l=u?i[a(172)]:r,d=i[a(167)][a(179)](this[a(226)]),f=t[a(200)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(178)](l)]),h=this[a(192)][a(130)][a(182)](a(143));t[a(207)](a(155),o,f);const p=t[a(200)]("li",null,[u||!e&&h?f:t[a(178)]("")]),m=o?s[o-1][a(125)]:0,g=Math[a(202)](i[a(125)]-m);if(i[a(125)]>m){const e=ct(p,g,t);t[a(191)](t[a(163)](c,a(174)),e)}else{const e=function(t,e){const n=a;return t[n(132)]({includeSelf:!0,parentFirst:!0})[n(177)](t=>t.is(n(233),"ol"))[e]}(c,g);t[a(191)](t[a(163)](e,a(174)),p)}c=p}),o}[nt(156)](t){const e=nt,n=this[e(140)][t][e(167)];this[e(192)][e(129)][e(121)](t=>{t[e(133)](n,0)}),this[e(192)][e(122)][e(154)][e(161)]({alignToTop:!0,forceScroll:!0})}[nt(221)](){return(t,e)=>{const n=it,i=e[n(166)],o=i[n(194)](e[n(209)]),r=i[n(153)](o);r.is(n(233),n(204))&&(e[n(228)]=this[n(192)][n(129)][n(163)](r,0),t[n(131)]())}}}function ct(t,e,n){const i=nt;return 1===e?n[i(200)]("ol",null,[t]):n[i(200)]("ol",null,[n[i(200)]("li",null,[ct(t,e-1,n)])])}var st=n(355);const at=lt;function ut(){const t=["805733bupjQg","_licenseKeyCheckInterval","usageLimit","tableOfContentsLicenseKeyNotAllowed","listenTo","608304CGhAvb","tableOfContents","insertTableOfContents","_createButton","Table of contents","4iJfpce","componentFactory","config","789796wMYdih","focus","menuBar:tableOfContents","78zSdjvE","pluginName","bind","add","tableOfContentsLicenseKeyExpired","init","invalid","tableOfContentsLicenseKeyInvalid","tooltip","tableOfContentsLicenseKeyEvaluationLimit","TableOfContents","49oItrmH","tableOfContentsLicenseKeyUsageLimit","isPremiumPlugin","execute","isOfficialPlugin","get","locale","destroy","8471020vTKVei","TableOfContentsUI","240670HGpTzB","editor","set","domainLimit","tableOfContentsLicenseKeyValid","commands","evaluationLimit","licenseKey","featureNotAllowed","1199007WkjjHv","editing","tableOfContentsLicenseKeyDomainLimit","isEnabled","view","_showLicenseError","expired","2209905uJYdic"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=325]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(641679===parseInt(e(335))/1+parseInt(e(348))/2+parseInt(e(334))/3*(-parseInt(e(345))/4)+-parseInt(e(372))/5*(-parseInt(e(351))/6)+-parseInt(e(362))/7*(-parseInt(e(340))/8)+-parseInt(e(327))/9+-parseInt(e(370))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(325)];[at(336)];static get[at(352)](){return at(371)}static get[at(366)](){return!0}static get[at(364)](){return!0}[at(356)](){const t=at,e=this[t(373)];e.ui[t(346)][t(354)](t(341),()=>{const e=t,n=this[e(343)](p.ButtonView);return n[e(359)]=!0,n}),e.ui[t(346)][t(354)](t(350),()=>this[t(343)](p.MenuBarMenuListItemButtonView)),this[t(325)]=this[t(373)][t(347)][t(367)](t(325));const n=this[t(373)];this[t(336)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(376)==r||e(358)==r||e(355)==r||e(329)==r||e(338)==r||e(360)==r||e(363)==r){delete n[o],i=r,clearInterval(this[e(336)]),this[e(336)]=void 0;break}}e(358)==i&&n[e(332)](e(357)),e(355)==i&&n[e(332)](e(333)),e(329)==i&&n[e(332)](e(375)),e(338)==i&&n[e(332)](e(326),e(361)),e(360)==i&&n[e(332)](e(378)),e(363)==i&&n[e(332)](e(337))},1e3)}[at(343)](t){const e=at,n=this[e(373)],i=n[e(368)],o=n[e(377)][e(367)](e(342)),r=new t(i);return r[e(374)]({label:m(i,e(344)),icon:st.IconTableOfContents}),r[e(353)](e(330)).to(o,e(330)),this[e(339)](r,e(365),()=>{const t=e;n[t(365)](t(342)),n[t(328)][t(331)][t(349)]()}),r}[at(369)](){const t=at;super[t(369)](),this[t(336)]&&clearInterval(this[t(336)])}}function ft(){var t=["637978MHYeFJ","961371sXRXZK","isPremiumPlugin","3024632MyReLg","436440Uornlw","966672cJFXEE","1296812clciCW","28WbOiCH","35ZwYQdr","isOfficialPlugin","2375217gKzatQ","TableOfContents","requires","pluginName"];return(ft=function(){return t})()}var ht=pt;function pt(t,e){var n=ft();return(pt=function(t,e){return n[t-=252]})(t,e)}!function(t){for(var e=pt,n=t();;)try{if(411585===-parseInt(e(265))/1+parseInt(e(257))/2+parseInt(e(261))/3+-parseInt(e(255))/4*(parseInt(e(259))/5)+parseInt(e(256))/6*(parseInt(e(258))/7)+-parseInt(e(254))/8+parseInt(e(252))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[ht(263)](){return[rt,dt]}static get[ht(264)](){return ht(262)}static get[ht(260)](){return!0}static get[ht(253)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=164]})(t,e)}function wt(){var t=["5768289dvjaUU","1095717QdLURE","7653160WUbQjj","6815860TLydcU","60RlqmQV","714057cJxzyo","5313408ttyDPA","4881072wuPYRe","4vQWrzN","12aXpIOT"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(726896===-parseInt(e(172))/1+-parseInt(e(170))/2*(parseInt(e(166))/3)+parseInt(e(169))/4*(-parseInt(e(164))/5)+-parseInt(e(167))/6+parseInt(e(168))/7+parseInt(e(173))/8+parseInt(e(171))/9*(parseInt(e(165))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|