@ckeditor/ckeditor5-document-outline 46.0.1-alpha.11 → 46.0.1-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/document-outline.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
- package/src/documentoutline/documentoutlineui.js +1 -1
- package/src/documentoutline/documentoutlineutils.js +1 -1
- package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
- package/src/documentoutline/ui/documentoutlineview.js +1 -1
- package/src/tableofcontents/headingid.js +1 -1
- package/src/tableofcontents/tableofcontentscommand.js +1 -1
- package/src/tableofcontents/tableofcontentsediting.js +1 -1
- package/src/tableofcontents/tableofcontentsui.js +1 -1
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-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},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var p=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:p,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>J,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>mt,TableOfContentsCommand:()=>q,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(t){const e=a;let n="";for(const i of t[e(450)]())i instanceof r.ModelText&&(n+=i[e(437)]);return n}function c(){const t=["1419Bfblai","297204qQbrtV","getChildren","heading.options","80605FHTDSk","1713528CRhjvR","plugins","6ATNVrw","htmlH6","htmlH1","model","39719AJMzZr","GeneralHtmlSupport","888696PAWNaF","7vWucpJ","push","htmlH3","reduce","data","htmlH5","get","paragraph","config","33290kSjsal","8HgCOnX","htmlH4","has","htmlH2","366519pXsGwZ"];return(c=function(){return t})()}function a(t,e){const n=c();return(a=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(107654===parseInt(e(459))/1*(parseInt(e(455))/2)+-parseInt(e(447))/3+-parseInt(e(443))/4*(-parseInt(e(452))/5)+parseInt(e(449))/6*(-parseInt(e(433))/7)+-parseInt(e(432))/8+-parseInt(e(453))/9+parseInt(e(442))/10*(parseInt(e(448))/11))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-=245]})(t,e)}function f(){const t=["8788362qvZZyG","level","init","length","getRootNames","indexOf","getRoot","getChild","change","_headingNames","isPremiumPlugin","text","fire","model","data","backward","1772088MOJGYs","editing","5116zbPEYK","push","document","toModel","name","findIndex","_deriveHeadingElementsFromConversion","element","afterInit","18KKnTGK","5676680xHfkCN","activeItemIndex","9uYuvrJ","view","getFirstPosition","isOfficialPlugin","554806pcSMft","createElement","domConverter","domToView","_getActiveHeading","get","documentOutline.headings","selection","modelElement","333502daTBHz","5zqYKEI","3836928FogVrE","_getOutlineDefinitions","editor","DocumentOutlineUtils","getChildren","includes","config","item","_getHeadingNames","183hZrhdG","pluginName"];return(f=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(459446===parseInt(e(262))/1+-parseInt(e(293))/2*(-parseInt(e(273))/3)+parseInt(e(291))/4*(parseInt(e(263))/5)+parseInt(e(246))/6*(parseInt(e(253))/7)+-parseInt(e(264))/8+-parseInt(e(249))/9*(-parseInt(e(247))/10)+-parseInt(e(275))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[l(274)](){return l(267)}static get[l(252)](){return!0}static get[l(285)](){return!0}[l(284)]=[];[l(277)](){const t=l,e=this[t(266)];this[t(284)]=this[t(272)]();let n=[];e[t(288)][t(295)].on(t(283),o(()=>{const e=t,i=n;n=this[e(265)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(276)]===n[e(276)]&&t[e(286)]===n[e(286)]&&t[e(261)]===n[e(261)]),r=(0,u.diffToChanges)(o,n),s=this[e(257)](),c=n[e(298)](t=>t[e(261)]===s);r[e(278)]&&this[e(287)](e(283),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(287)](e(248),{index:c})},250,{leading:!0,trailing:!0}))}[l(245)](){const t=l;this[t(284)][t(278)]||this[t(299)]()}[l(265)](){const t=l,e=this[t(266)],n=[],i=this[t(284)];for(const n of e[t(288)][t(295)][t(279)]())o(e[t(288)][t(295)][t(281)](n));function o(e){const r=t;for(const t of e[r(268)]())t.is(r(300))&&(i[r(269)](t[r(297)])&&n[r(294)]({level:i[r(280)](t[r(297)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(257)](){const t=l,e=this[t(266)][t(288)][t(295)][t(260)][t(251)](),n=new r.ModelTreeWalker({direction:t(290),startPosition:e});for(const e of n)if(e[t(271)].is(t(300))&&this[t(284)][t(269)](e[t(271)][t(297)]))return e[t(271)]}[l(272)](){const t=l;return this[t(266)][t(270)][t(258)](t(259))||function(t){const e=a,n=t[e(441)][e(439)](e(451));return n?n[e(436)]((t,n)=>(e(440)!==n[e(458)]&&t[e(434)](n[e(458)]),t),[]):t[e(454)][e(445)](e(460))?[e(457),e(446),e(435),e(444),e(438),e(456)]:[]}(this[t(266)])}[l(299)](){const t=l,e=this[t(266)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(292)][t(250)][t(255)][t(256)](document[t(254)](o)),r=e[t(289)][t(296)](n)[t(282)](0);r?.is(t(300))&&i[t(294)](r[t(297)])}this[t(284)]=i}}var p=n(311);function m(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(t,e){const n=v();return(g=function(t,e){return n[t-=221]})(t,e)}!function(t){const e=g,n=t();for(;;)try{if(382488===parseInt(e(228))/1+-parseInt(e(230))/2*(-parseInt(e(233))/3)+parseInt(e(244))/4+-parseInt(e(236))/5*(parseInt(e(238))/6)+parseInt(e(231))/7*(parseInt(e(232))/8)+-parseInt(e(241))/9+-parseInt(e(245))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class w extends p.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(227)],o=e?"["+m(t,n(240))+"]":"";this[n(223)](n(242),""),this[n(223)](n(229),1),this[n(223)](n(221),!1),this[n(235)](n(239)).to(this,n(242),t=>!t),this[n(237)]({tag:n(224),attributes:{class:["ck",n(225),n(226),i.to(n(229),t=>n(243)+t),i.if(n(221),n(222)),i.if(n(239),n(246))],title:i.to(n(242))},children:[{text:i.to(n(242),t=>t||o)}],on:{click:i.to(n(234))}})}}function v(){const t=["level","60378wXBRII","259rIpWLb","138328qBrLse","51NVVbgO","click","bind","3105ixKhpb","setTemplate","1524QobbwD","isEmpty","Empty heading","5783868fpflyi","text","ck-document-outline__item_level-","557120KZfJau","3800780bIGHNE","ck-document-outline__item_empty","isActive","ck-document-outline__item_active","set","div","ck-reset","ck-document-outline__item","bindTemplate","270692hlvZxt"];return(v=function(){return t})()}const I=b;function b(t,e){const n=k();return(b=function(t,e){return n[t-=115]})(t,e)}function k(){const t=["remove","2163070MAtsBL","index","delete","463641mXISDR","documentOutlineContainer","itemSelected","element","items","div","get","map","_setActiveItem","76226gegvKj","showEmptyHeadingText","insert","Editor headings will appear here as you type.","1846902TTCtbS","howMany","setTemplate","ck-document-outline","13JzcDwo","_handleItemClick","forEach","set","activeItemIndex","ck-reset","sync","values","level","27xzCPZN","contentLanguageDirection","getIndex","locale","click","change:activeItemIndex","18575460GkMbFs","destroy","bind","_scrollToItem","source","_insertItem","fire","5CazoRJ","_deleteItem","isActive","delegate","createCollection","2845008OeWABi","addMany","text","type","1082412TFlXcn"];return(k=function(){return t})()}!function(t){const e=b,n=t();for(;;)try{if(553254===parseInt(e(126))/1*(parseInt(e(118))/2)+parseInt(e(162))/3+-parseInt(e(157))/4+-parseInt(e(148))/5*(parseInt(e(122))/6)+-parseInt(e(159))/7+parseInt(e(153))/8*(-parseInt(e(135))/9)+parseInt(e(141))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends p.View{[I(166)];[I(163)];[I(119)];constructor(t,e=!1,n){const i=I;super(t),this[i(119)]=e,this[i(129)](i(130),-1),this[i(163)]=n,this[i(166)]=this[i(152)](),this[i(166)][i(151)](i(139)).to(this),this.on(i(139),this[i(127)][i(143)](this)),this.on(i(140),(t,e,n,o)=>{this[i(117)](o,n)}),this[i(124)]({tag:i(167),attributes:{class:["ck",i(131),i(125)],dir:t[i(136)],"data-document-outline-empty-placeholder":m(t,i(121)),tabindex:-1},children:this[i(166)]})}[I(132)](t){const e=I;t[e(128)](t=>{const n=e;n(120)==t[n(156)]?this[n(146)](t[n(160)],...t[n(133)]):n(161)==t[n(156)]&&this[n(149)](t[n(160)],t[n(123)])})}[I(117)](t,e){const n=I;if(-1!==t){const e=this[n(166)][n(115)](t);e&&(e[n(150)]=!1)}-1!==e&&(this[n(166)][n(115)](e)[n(150)]=!0,this[n(144)](e))}[I(146)](t,...e){const n=I,i=e[n(116)]((e,i)=>{const o=n,r=new w(this[o(138)],this[o(119)]);return r[o(155)]=e[o(155)],r[o(134)]=e[o(134)],t+i===this[o(130)]&&(r[o(150)]=!0),r});this[n(166)][n(154)](i,t)}[I(149)](t,e){const n=I;do{this[n(166)][n(158)](t)}while(--e)}[I(127)](t){const e=I,n=this[e(166)][e(137)](t[e(145)]);this[e(147)](e(164),n)}[I(144)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(166)][e(115)](t)[e(165)],20,this[e(163)])}[I(142)](){const t=I;super[t(142)](),this[t(165)][t(158)]()}}var _=n(673),C=n.n(_),x=n(545),O=n.n(x),T=n(262),E=n.n(T),A=n(667),P=n.n(A),S=n(357),L=n.n(S),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=O(),D.insertStyleElement=L();C()(N.A,D);N.A&&N.A.locals&&N.A.locals;const K=M;function H(){const t=["scroll","modelElement","height","map","isOfficialPlugin","toViewElement","render","get","958164TXyDlm","mapViewToDom","appendChild","editing","_handleItemSelected","2436102SYyEcm","locale","2558010NOWxim","getIntersection","getVisible","change","getDomRoot","init","document","floor","add","scrollToTheSelection","destroy","top","activeItemIndex","plugins","DocumentOutlineUtils","914ytbqge","element","documentOutline.container","window","isPremiumPlugin","_handleOutlineChange","document-outline-container-not-provided","config","resize","domConverter","focusTracker","focus","view","cancel","href","10FFROig","getRootNames","60TnWJCa","editor","length","1242344YMLjXn","afterInit","itemSelected","fromCharCode","join","bottom","model","_updateActiveDefinitionFromViewportThrottled","323073YWFGUp","listenTo","_setActiveViewItem","pluginName","21077771CVJMOe","913wwsCaK","bind","_currentOutlineDefinitions","sync","_updateActiveDefinitionOnViewportChange","setSelection","mapper","DocumentOutlineUI","indexOf","35FRNNfJ","documentOutline.showEmptyHeadings"];return(H=function(){return t})()}function M(t,e){const n=H();return(M=function(t,e){return n[t-=450]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(562690===-parseInt(e(499))/1*(parseInt(e(466))/2)+parseInt(e(523))/3+parseInt(e(518))/4+parseInt(e(481))/5*(parseInt(e(451))/6)+-parseInt(e(508))/7*(-parseInt(e(486))/8)+-parseInt(e(494))/9*(-parseInt(e(483))/10)+-parseInt(e(498))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class j extends t.Plugin{[K(478)];[K(501)];[K(493)];static get[K(497)](){return K(506)}static get[K(514)](){return!0}static get[K(470)](){return!0}constructor(t){const e=K;super(t),this[e(478)]=new y(t[e(450)],this[e(484)][e(473)][e(517)](e(509)),this[e(484)][e(473)][e(517)](e(468))),this[e(501)]=[],this[e(493)]=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(503)][e(500)](this),100)}[K(456)](){const t=K,e=this[t(484)],n=e[t(464)][t(517)](t(465));let i=!1;if(this[t(478)][t(516)](),this[t(484)].ui[t(476)][t(459)](this[t(478)][t(467)]),!e[t(473)][t(517)](t(468)))throw new u.CKEditorError(t(472),{editor:e});e[t(473)][t(517)](t(468))[t(520)](this[t(478)][t(467)]),n.on(t(454),this[t(471)][t(500)](this)),n.on(t(463),(e,{index:n})=>this[t(496)](n)),this[t(478)].on(t(488),(e,n)=>{i=!0,this[t(522)](n)}),this[t(478)][t(495)](u.global[t(457)],t(510),()=>{i?i=!1:this[t(493)]()},{useCapture:!0}),this[t(478)][t(495)](u.global[t(469)],t(474),this[t(493)],{useCapture:!0})}[K(487)](){!async function(t){const e=m([49,78,98,100,106,89,90,48,69,105,83,52,108,122,74,99,101,88,114,65,104,77,66,109,103,71,84,76,115,80,72,85,79,116,70,97,50,102,68,87,53,51,117,120,119,107,112,111,67,110,57,82,73,118,86,81,75,55,56,113,121,54]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])(t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)}),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=M;return t[e(513)](t=>String[e(489)](t))[e(490)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([78]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])](()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([68,79]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1754611200;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=M,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(480)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>o[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[K(461)](){const t=K;super[t(461)](),this[t(478)][t(461)](),this[t(493)][t(479)]()}[K(471)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(501)]=e,this[i(478)][i(502)](n)}[K(496)](t){const e=K;this[e(501)][e(485)]&&this[e(501)][t]&&(this[e(478)][e(463)]=t)}[K(522)](t){const e=K,n=this[e(501)][t][e(511)];this[e(484)][e(492)][e(454)](t=>{t[e(504)](n,0)}),this[e(484)][e(521)][e(478)][e(460)]({alignToTop:!0,forceScroll:!0}),this[e(484)][e(521)][e(478)][e(477)](),this[e(496)](t)}[K(503)](){const t=K,e=this[t(484)];let n;for(const i of e[t(492)][t(457)][t(482)]()){const o=e[t(521)][t(478)][t(455)](i),r=o&&new u.Rect(o)[t(453)]();if(r){const e=new u.Rect(u.global[t(469)])[t(452)](r);e&&(n=e[t(462)]+.25*e[t(512)])}}if(void 0===n)return;const i=R(e[t(521)],this[t(501)],n);i?this[t(496)](this[t(501)][t(507)](i)):this[t(496)](-1)}}function R(t,e,n,i=0,o=e[K(485)]-1){const r=K,s=Math[r(458)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(505)][r(515)](c[r(511)]);if(!a)return null;const l=t[r(478)][r(475)][r(519)](a);return new u.Rect(l)[r(491)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=F;function F(t,e){const n=B();return(F=function(t,e){return n[t-=379]})(t,e)}function B(){const t=["documentOutlineLicenseKeyValid","827181AkbEfi","get","24478407hZzdPa","isOfficialPlugin","811510KqWmNy","invalid","117GIBFVJ","2567635xYPkVk","_showLicenseError","documentOutlineLicenseKeyNotAllowed","8sLfncP","featureNotAllowed","editor","5478966AoekYt","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyInvalid","359304GvuuVs","_licenseKeyCheckInterval","requires","trialLimit","destroy","expired","documentOutlineLicenseKeyDomainLimit","config","licenseKey","DocumentOutline","evaluationLimit","8472yrMwVz","isPremiumPlugin","usageLimit","documentOutlineLicenseKeyTrialLimit","init","pluginName","domainLimit","documentOutlineLicenseKeyUsageLimit"];return(B=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(596042===parseInt(e(403))/1*(-parseInt(e(388))/2)+-parseInt(e(397))/3+parseInt(e(414))/4+-parseInt(e(401))/5+-parseInt(e(410))/6+-parseInt(e(404))/7+parseInt(e(407))/8*(parseInt(e(399))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class J extends t.Plugin{[V(385)];[V(415)];static get[V(379)](){return[h,j]}static get[V(393)](){return V(386)}static get[V(400)](){return!0}static get[V(389)](){return!0}[V(392)](){const t=V;this[t(385)]=this[t(409)][t(384)][t(398)](t(385));const e=this[t(409)];this[t(415)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(396)==r||n(413)==r||n(411)==r||n(383)==r||n(406)==r||n(412)==r||n(391)==r||n(395)==r){delete e[o],i=r,clearInterval(this[n(415)]),this[n(415)]=void 0;break}}n(413)==i&&e[n(405)](n(402)),n(411)==i&&e[n(405)](n(382)),n(383)==i&&e[n(405)](n(394)),n(406)==i&&e[n(405)](n(408),n(386)),n(412)==i&&e[n(405)](n(387)),n(391)==i&&e[n(405)](n(380)),n(395)==i&&e[n(405)](n(390))},1e3)}[V(381)](){const t=V;super[t(381)](),this[t(415)]&&clearInterval(this[t(415)])}}var U=n(901);const G=W;function W(t,e){const n=z();return(W=function(t,e){return n[t-=273]})(t,e)}function z(){const t=["5989192VgSqsq","75580ehZZCa","tableOfContents","createElement","236CLuCar","1412958FJstFd","4390760hJchgj","schema","refresh","editor","execute","change","model","findAllowedParent","7ZZUHnS","928989aXJCYP","896182GEbguS","936VAnTJO","1xERxDT","insertObject","selection","isEnabled","document","20275DHGJYE","getFirstPosition"];return(z=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(454221===-parseInt(e(285))/1*(-parseInt(e(283))/2)+parseInt(e(282))/3+-parseInt(e(296))/4*(-parseInt(e(290))/5)+-parseInt(e(297))/6*(parseInt(e(281))/7)+-parseInt(e(273))/8+parseInt(e(284))/9*(parseInt(e(293))/10)+-parseInt(e(292))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class q extends t.Command{[G(277)](){const t=G;this[t(276)][t(279)][t(278)](e=>{const n=t;this[n(276)][n(279)][n(286)](e[n(295)](n(294)))})}[G(275)](){const t=G,e=this[t(276)][t(279)],n=e[t(289)][t(287)][t(291)]();this[t(288)]=null!==(n&&e[t(274)][t(280)](n,t(294)))}}var Z=n(336),X={attributes:{"data-cke":!0}};X.setAttributes=P(),X.insert=E().bind(null,"head"),X.domAPI=O(),X.insertStyleElement=L();C()(Z.A,X);Z.A&&Z.A.locals&&Z.A.locals;const Y=Q;function Q(t,e){const n=$();return(Q=function(t,e){return n[t-=443]})(t,e)}function $(){const t=["158970NhSwMv","getChanges","insert","item","registerPostFixer","paragraph","97326crzNtG","consume","_registerHeadingIdAttributePostfixer","add","conversion","name","heading.options","forEach","toViewElement","471920ChZiKS","mapper","position","editor","126252dwBwgG","headingId","extend","for","getAttribute","document","has","delete","heading1","remove","1260880jBiHry","length","HeadingId","config","afterInit","set","attributes","get","writer","182gIowqA","consumable","view","headingId.modelAttributeName","setAttribute","isOfficialPlugin","_customDataDowncastHeadingsConversion","viewItem","modelRange","model","change","pluginName","nodeAfter","low","clear","downcast","string","isPremiumPlugin","8obKUcY","hasAttribute","getContainedElement","attribute:headingId:","upcast","element:","_customUpcastHeadingsConversion","match","differ","type","schema","51288hSlXuL","11416veYast","2763ZAewvj","removeAttribute","isRegistered"];return($=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(273215===parseInt(e(447))/1*(-parseInt(e(469))/2)+parseInt(e(482))/3+parseInt(e(478))/4+-parseInt(e(463))/5+-parseInt(e(458))/6*(-parseInt(e(501))/7)+parseInt(e(459))/8*(parseInt(e(460))/9)+-parseInt(e(492))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class tt extends t.Plugin{static get[Y(512)](){return Y(494)}static get[Y(506)](){return!0}static get[Y(446)](){return!0}[Y(496)](){const t=Y,e=this[t(481)];e[t(495)][t(499)](t(504))||(function(e){const n=t,i=new Map;return e?(e[n(476)](t=>{const e=n;e(468)!==t[e(510)]&&i[e(497)](t[e(503)],t[e(510)])}),i[n(499)]("h1")||i[n(497)]("h1",n(490)),i):i}(this[t(481)][t(495)][t(499)](t(475)))[t(476)]((n,i)=>{const o=t;this[o(453)](i),this[o(507)](n),e[o(510)][o(457)][o(462)](n)&&e[o(510)][o(457)][o(484)](n,{allowAttributes:o(483)})}),this[t(471)]())}[Y(453)](t){const e=Y;this[e(481)][e(473)][e(485)](e(451))[e(472)](n=>n.on(e(452)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(508)][o(486)]("id"),a=n[o(509)][o(449)]();if(a)return c&&c[o(493)]||a[o(448)](o(483))?void(r[o(470)](n[o(508)],{attributes:["id"]})&&s[o(505)](o(483),c,a)):(r[o(470)](n[o(508)],{attributes:["id"]}),void s[o(505)](o(483),(0,u.uid)(),a))},{priority:u.priorities[e(499)](e(514))+.5}))}[Y(507)](t){const e=Y;this[e(481)][e(473)][e(485)](e(444))[e(472)](n=>n.on(e(450)+t,(t,n,i)=>{const o=e;if(!i[o(502)][o(470)](n[o(466)],t[o(474)]))return;const r=n[o(466)][o(486)](o(483)),s=i[o(479)][o(477)](n[o(466)]);i[o(500)][o(505)]("id",r,s)}))}[Y(471)](){const t=Y,e=this[t(481)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(472)](r),e[o(505)](o(483),r,n),r}function r(e,n){const i=t;e[i(461)](i(483),n)}e[t(510)][t(487)][t(467)](s=>{const c=t,a=e[c(510)][c(487)][c(455)][c(464)]();let u=!1;for(const t of a)if(c(465)==t[c(456)]&&t[c(474)])if(et(t[c(474)])){const e=t[c(498)][c(499)](c(483));c(445)==typeof e?n[c(488)](e)?(o(s,t[c(480)][c(513)]),u=!0):i[c(472)](e):(o(s,t[c(480)][c(513)]),u=!0)}else c(445)==typeof t[c(498)][c(499)](c(483))&&(r(s,t[c(480)][c(513)]),u=!0);else if(c(491)==t[c(456)]){const e=t[c(498)][c(499)](c(483));c(445)==typeof e&&n[c(489)](e)}return u}),e[t(510)][t(487)].on(t(511),()=>{const e=t;i[e(476)](t=>n[e(472)](t)),i[e(443)]()})}}function et(t){return!!t[Y(454)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=155]})(t,e)}function ot(){const t=["schema","_createTableOfContents","isInteger","viewPosition","hasContent","insertTableOfContents","config","32BDpeox","setSelection","fromCharCode","join","editor","modelPosition"," table-of-contents_empty","574892iHitIh","pluginName","_redirectMapper","locale","high","abs","view","getAncestors","requires","_headingIdModelAttributeName","headingId","createText","5kwkVOn","toModelElement","filter","outlineDefinitions","upcast","817054nKsBbh","name","table-of-contents","reconvertItem","length","end","model","href","get","217430OqsFFS","forEach","Empty heading","90CzBAna","listenTo","_defineSchema","modelElement","registerRawContentMatcher","isPremiumPlugin","preventDefault","domEvent","dataDowncast","DocumentOutlineUtils","createContainerElement","createPositionAt","conversion","_updateTableOfContentsElements","$blockObject","2LcCVXy","$capture","12SUJqRr","headingId.modelAttributeName","elementToElement","element","scrollToTheSelection","Table of contents","type","viewToModelPosition","nodeAfter","No headings were found in the document.","getAttribute","plugins","change","editing","isOfficialPlugin","tableOfContentsHeadingIndex","TableOfContentsEditing","stop","documentOutline.showEmptyHeadings","map","setCustomProperty","mapper","init","tableOfContents","text","div","17619613obSwkD","_currentOutlineDefinitions","for","document","rootName","findMappedViewAncestor","register","position","commands","insert","1087281geGPyT","getCustomProperty","data","target","differ","_tableOfContentsElements","_trackNewToCElements","1790886YNbpAq","_defineConverters","151714nZcMaS","click","table-of-contents__placeholder","elementToStructure","_handleScrollToHeading","getChanges","$graveyard","add","afterInit","editingDowncast","level"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(248566===-parseInt(e(264))/1*(parseInt(e(217))/2)+-parseInt(e(255))/3+parseInt(e(173))/4*(parseInt(e(185))/5)+-parseInt(e(262))/6+parseInt(e(190))/7*(-parseInt(e(166))/8)+parseInt(e(202))/9*(-parseInt(e(199))/10)+parseInt(e(245))/11*(parseInt(e(219))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(174)](){return nt(235)}static get[nt(233)](){return!0}static get[nt(207)](){return!0}static get[nt(181)](){return[U.Widget,h,tt]}[nt(246)];[nt(260)];[nt(182)];constructor(t){const e=nt;super(t),this[e(246)]=[],this[e(260)]=new Set,this[e(182)]=e(183)}[nt(241)](){const t=nt,e=this[t(170)],n=e[t(232)][t(179)][t(248)];e[t(165)][t(198)](t(220))&&(this[t(182)]=e[t(165)][t(198)](t(220))),this[t(203)](n,t(265),(e,n)=>{const i=t;if(!n[i(258)])return;const o=n[i(258)][i(256)](i(234));Number[i(161)](o)&&(n[i(209)][i(208)](),e[i(236)](),this[i(268)](o))},{priority:t(177),context:t(218)}),this[t(204)](),this[t(263)](),e[t(253)][t(155)](t(164),new q(e)),e[t(230)][t(198)](t(211)).on(t(231),(e,n)=>{const i=t;this[i(246)]=n[i(188)],this[i(215)]()}),this[t(203)](e[t(196)][t(248)],t(231),()=>{this[t(261)]()})}[nt(156)](){!async function(t){const e=m([75,76,109,78,121,72,52,67,51,88,73,90,107,97,89,87,79,83,68,101,65,112,114,82,104,71,117,81,118,53,50,120,70,48,100,108,80,113,103,98,106,56,74,54,77,119,102,105,55,49,69,115,84,122,110,57,116,66,85,99,111,86]),n=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],o=new(window[m([80,114,111,109,105,115,101])])(t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)}),r={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},s=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const i=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function h(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function p(){}function m(t){const e=it;return t[e(238)](t=>String[e(168)](t))[e(169)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([75]);for(let i=0;i<t[m([108,101,110,103,116,104])];i+=2){let o=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[m([108,101,110,103,116,104])]&&(o-=e[m([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=m([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await o,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=p,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,p=null;try{return s==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),i={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete i[m([118,99])],d(i)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(r())return c(m([86,97,108,105,100]));s(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function p(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function g(i){a(i)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(d(l+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=m([108,108,99,116,45])+f(d(t)),i=h(f(window[m([77,97,116,104])][m([99,101,105,108])](n/o)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,i)}function s(){const e=m([108,108,99,116,45])+f(d(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:l}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{p(t[m([114,101,116,117,114,110])])&&(a=!0,g(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),o[m([116,104,101,110])](()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function s(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const i=s[m([115,112,108,105,116])](m([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(i),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),r,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!(!e||!e[m([105,110,99,108,117,100,101,115])](m([42]))&&!e[m([105,110,99,108,117,100,101,115])](m([84,79,67]))&&!e[m([105,110,99,108,117,100,101,115])](m([80,80])))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1754611200;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=it,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[m([108,111,99,97,116,105,111,110])][e(197)]);if(n[m([105,110,99,108,117,100,101,115])](i))return!0;const o=i[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=o[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(o[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>o[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&p?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),p[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||p||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}[nt(215)](){const t=nt;this[t(260)][t(200)](e=>{const n=t;n(270)!==e[n(249)]&&this[n(170)][n(232)][n(193)](e)})}[nt(261)](){const t=nt;for(const e of this[t(170)][t(196)][t(248)][t(259)][t(269)]({includeChangesInGraveyard:!0})){if(t(254)!==e[t(225)]||t(242)!==e[t(191)])return;this[t(260)][t(155)](e[t(252)][t(227)])}}[nt(204)](){const t=nt;this[t(170)][t(196)][t(159)][t(251)](t(242),{inheritAllFrom:t(216)})}[nt(263)](){const t=nt,e=this[t(170)][t(214)];e[t(247)](t(189))[t(221)]({model:t(242),view:{name:t(244),classes:t(192)}}),e[t(247)](t(210))[t(267)]({model:t(242),view:(e,{writer:n})=>this[t(160)](n,!0)}),e[t(247)](t(157))[t(267)]({model:t(242),view:(e,{writer:n})=>{const i=t;this[i(260)][i(155)](e);const o=this[i(160)](n);return(0,U.toWidget)(o,n,{label:m(this[i(170)][i(176)],i(224))})}}),this[t(170)][t(257)][t(206)]({name:t(244),classes:t(192)}),this[t(170)][t(232)][t(240)].on(t(226),this[t(175)](),{priority:t(177)})}[nt(160)](t,e=!1){const n=nt,{locale:i}=this[n(170)],o=t[n(212)](n(244),{class:n(192)+(0===this[n(246)][n(194)]?n(172):""),...!e&&{"data-table-of-contents-label":m(i,n(224))}});0===this[n(246)][n(194)]&&!1===e&&t[n(254)](t[n(213)](o,n(195)),t[n(212)]("p",{class:n(266)},[t[n(184)](m(i,n(228)))]));const r=e?"":"["+m(i,n(201))+"]";let s=o;return this[n(246)][n(200)]((i,o,c)=>{const a=n,u=this[a(170)][a(196)][a(163)](i[a(205)],{ignoreWhitespaces:!0}),l=u?i[a(243)]:r,d=i[a(205)][a(229)](this[a(182)]),f=t[a(212)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(184)](l)]),h=this[a(170)][a(165)][a(198)](a(237));t[a(239)](a(234),o,f);const p=t[a(212)]("li",null,[u||!e&&h?f:t[a(184)]("")]),m=o?c[o-1][a(158)]:0,g=Math[a(178)](i[a(158)]-m);if(i[a(158)]>m){const e=st(p,g,t);t[a(254)](t[a(213)](s,a(195)),e)}else{const e=function(t,e){const n=a;return t[n(180)]({includeSelf:!0,parentFirst:!0})[n(187)](t=>t.is(n(222),"ol"))[e]}(s,g);t[a(254)](t[a(213)](e,a(195)),p)}s=p}),o}[nt(268)](t){const e=nt,n=this[e(246)][t][e(205)];this[e(170)][e(196)][e(231)](t=>{t[e(167)](n,0)}),this[e(170)][e(232)][e(179)][e(223)]({alignToTop:!0,forceScroll:!0})}[nt(175)](){return(t,e)=>{const n=it,i=e[n(240)],o=i[n(250)](e[n(162)]),r=i[n(186)](o);r.is(n(222),n(242))&&(e[n(171)]=this[n(170)][n(196)][n(213)](r,0),t[n(236)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(212)]("ol",null,[t]):n[i(212)]("ol",null,[n[i(212)]("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-=452]})(t,e)}function lt(){const t=["componentFactory","destroy","invalid","view","tableOfContentsLicenseKeyTrialLimit","expired","add","tableOfContentsLicenseKeyExpired","isPremiumPlugin","insertTableOfContents","139257vxnLTA","get","tableOfContentsLicenseKeyUsageLimit","tableOfContentsLicenseKeyValid","licenseKey","editing","tableOfContents","377894ilMDkc","tableOfContentsLicenseKeyDomainLimit","1306920LgKyba","56hpFAaG","menuBar:tableOfContents","_createButton","set","trialLimit","_showLicenseError","14zduWIm","1200048KPtHda","evaluationLimit","isEnabled","pluginName","locale","commands","execute","tooltip","_licenseKeyCheckInterval","2835608hghBOR","featureNotAllowed","config","bind","tableOfContentsLicenseKeyInvalid","usageLimit","16014hIFmAB","domainLimit","6117399mKTamo","tableOfContentsLicenseKeyNotAllowed","isOfficialPlugin","TableOfContentsUI","TableOfContents","editor","listenTo","init","tableOfContentsLicenseKeyEvaluationLimit","focus","Table of contents"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(204527===-parseInt(e(453))/1+parseInt(e(462))/2*(parseInt(e(501))/3)+parseInt(e(463))/4+parseInt(e(455))/5+-parseInt(e(478))/6*(-parseInt(e(456))/7)+parseInt(e(472))/8+-parseInt(e(480))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(505)];[at(471)];static get[at(466)](){return at(483)}static get[at(482)](){return!0}static get[at(499)](){return!0}[at(487)](){const t=at,e=this[t(485)];e.ui[t(491)][t(497)](t(452),()=>{const e=t,n=this[e(458)](p.ButtonView);return n[e(470)]=!0,n}),e.ui[t(491)][t(497)](t(457),()=>this[t(458)](p.MenuBarMenuListItemButtonView)),this[t(505)]=this[t(485)][t(474)][t(502)](t(505));const n=this[t(485)];this[t(471)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(504)==r||e(476)==r||e(498)==r||e(454)==r||e(481)==r||e(488)==r||e(495)==r||e(503)==r){delete n[o],i=r,clearInterval(this[e(471)]),this[e(471)]=void 0;break}}e(476)==i&&n[e(461)](e(493)),e(498)==i&&n[e(461)](e(496)),e(454)==i&&n[e(461)](e(479)),e(481)==i&&n[e(461)](e(473),e(484)),e(488)==i&&n[e(461)](e(464)),e(495)==i&&n[e(461)](e(460)),e(503)==i&&n[e(461)](e(477))},1e3)}[at(458)](t){const e=at,n=this[e(485)],i=n[e(467)],o=n[e(468)][e(502)](e(500)),r=new t(i);return r[e(459)]({label:m(i,e(490)),icon:ct.IconTableOfContents}),r[e(475)](e(465)).to(o,e(465)),this[e(486)](r,e(469),()=>{const t=e;n[t(469)](t(500)),n[t(506)][t(494)][t(489)]()}),r}[at(492)](){const t=at;super[t(492)](),this[t(471)]&&clearInterval(this[t(471)])}}var ft=pt;function ht(){var t=["145880NsHFXm","isOfficialPlugin","4WjeuSQ","342331ZMStgx","43644fkluDH","30XRqDXh","isPremiumPlugin","1829492etojGi","TableOfContents","pluginName","37795QdziTB","requires","1322cgEsxS","18pMyHBn","81mctdMg","1060518KHEeEh"];return(ht=function(){return t})()}function pt(t,e){var n=ht();return(pt=function(t,e){return n[t-=156]})(t,e)}!function(t){for(var e=pt,n=t();;)try{if(145386===-parseInt(e(163))/1+-parseInt(e(171))/2*(parseInt(e(157))/3)+-parseInt(e(161))/4*(parseInt(e(169))/5)+-parseInt(e(158))/6+parseInt(e(166))/7+parseInt(e(159))/8*(parseInt(e(156))/9)+parseInt(e(164))/10*(parseInt(e(162))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class mt extends t.Plugin{static get[ft(170)](){return[rt,dt]}static get[ft(168)](){return ft(167)}static get[ft(160)](){return!0}static get[ft(165)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=140]})(t,e)}function wt(){var t=["39775qXEDQg","24oXURCR","32206RfLyjW","52065HcLUdT","144PJUDfG","48UOmYtD","448hNmMen","290WJRWWx","5831HoJHwe","451594NtdSzP","1461624CAjpvR"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(146539===-parseInt(e(143))/1+parseInt(e(148))/2*(parseInt(e(147))/3)+-parseInt(e(150))/4*(parseInt(e(146))/5)+parseInt(e(140))/6*(parseInt(e(141))/7)+parseInt(e(145))/8+parseInt(e(149))/9*(parseInt(e(142))/10)+-parseInt(e(144))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-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},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>z,DocumentOutlineUI:()=>H,DocumentOutlineUtils:()=>h,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>X,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{leading:o=!1,trailing:r=!0,maxWait:s}=i,c=Array(2);let a;o&&(c[0]="leading"),r&&(c[1]="trailing");let u=null;const l=e(function(...e){a=t.apply(this,e),u=null},n,{edges:c}),d=function(...e){return null!=s&&(null===u&&(u=Date.now()),Date.now()-u>=s)?(a=t.apply(this,e),u=Date.now(),l.cancel(),l.schedule(),a):(l.apply(this,e),a)};return d.cancel=l.cancel,d.flush=()=>(l.flush(),a),d}var r=n(783);function s(t){const e=a;let n="";for(const i of t[e(450)]())i instanceof r.ModelText&&(n+=i[e(437)]);return n}function c(){const t=["1419Bfblai","297204qQbrtV","getChildren","heading.options","80605FHTDSk","1713528CRhjvR","plugins","6ATNVrw","htmlH6","htmlH1","model","39719AJMzZr","GeneralHtmlSupport","888696PAWNaF","7vWucpJ","push","htmlH3","reduce","data","htmlH5","get","paragraph","config","33290kSjsal","8HgCOnX","htmlH4","has","htmlH2","366519pXsGwZ"];return(c=function(){return t})()}function a(t,e){const n=c();return(a=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=a,n=t();for(;;)try{if(107654===parseInt(e(459))/1*(parseInt(e(455))/2)+-parseInt(e(447))/3+-parseInt(e(443))/4*(-parseInt(e(452))/5)+parseInt(e(449))/6*(-parseInt(e(433))/7)+-parseInt(e(432))/8+-parseInt(e(453))/9+parseInt(e(442))/10*(parseInt(e(448))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(c);var u=n(584);function l(){const t=["getChildren","domToView","editing","3010122tqflRr","item","backward","data","init","2154aTzqit","config","afterInit","_getOutlineDefinitions","length","249903rCdCCF","736267UjxMwj","_headingNames","activeItemIndex","editor","getChild","createElement","DocumentOutlineUtils","view","isOfficialPlugin","isPremiumPlugin","getFirstPosition","selection","85kFavub","getRoot","_getActiveHeading","name","includes","fire","findIndex","documentOutline.headings","64djrKpt","_getHeadingNames","modelElement","282153oRQPJI","document","toModel","change","3743672GFerrp","get","getRootNames","model","text","indexOf","element","pluginName","push","_deriveHeadingElementsFromConversion","1539436NHNOMo","domConverter","level"];return(l=function(){return t})()}const d=f;function f(t,e){const n=l();return(f=function(t,e){return n[t-=453]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(678641===parseInt(e(470))/1+parseInt(e(454))/2+parseInt(e(494))/3+-parseInt(e(498))/4+-parseInt(e(483))/5*(parseInt(e(465))/6)+-parseInt(e(471))/7*(-parseInt(e(491))/8)+-parseInt(e(460))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class h extends t.Plugin{static get[d(505)](){return d(477)}static get[d(479)](){return!0}static get[d(480)](){return!0}[d(472)]=[];[d(464)](){const t=d,e=this[t(474)];this[t(472)]=this[t(492)]();let n=[];e[t(501)][t(495)].on(t(497),o(()=>{const e=t,i=n;n=this[e(468)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(456)]===n[e(456)]&&t[e(502)]===n[e(502)]&&t[e(493)]===n[e(493)]),r=(0,u.diffToChanges)(o,n),s=this[e(485)](),c=n[e(489)](t=>t[e(493)]===s);r[e(469)]&&this[e(488)](e(497),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(488)](e(473),{index:c})},250,{leading:!0,trailing:!0}))}[d(467)](){const t=d;this[t(472)][t(469)]||this[t(453)]()}[d(468)](){const t=d,e=this[t(474)],n=[],i=this[t(472)];for(const n of e[t(501)][t(495)][t(500)]())o(e[t(501)][t(495)][t(484)](n));function o(e){const r=t;for(const t of e[r(457)]())t.is(r(504))&&(i[r(487)](t[r(486)])&&n[r(506)]({level:i[r(503)](t[r(486)])+1,text:s(t),modelElement:t}),o(t))}return n}[d(485)](){const t=d,e=this[t(474)][t(501)][t(495)][t(482)][t(481)](),n=new r.ModelTreeWalker({direction:t(462),startPosition:e});for(const e of n)if(e[t(461)].is(t(504))&&this[t(472)][t(487)](e[t(461)][t(486)]))return e[t(461)]}[d(492)](){const t=d;return this[t(474)][t(466)][t(499)](t(490))||function(t){const e=a,n=t[e(441)][e(439)](e(451));return n?n[e(436)]((t,n)=>(e(440)!==n[e(458)]&&t[e(434)](n[e(458)]),t),[]):t[e(454)][e(445)](e(460))?[e(457),e(446),e(435),e(444),e(438),e(456)]:[]}(this[t(474)])}[d(453)](){const t=d,e=this[t(474)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(459)][t(478)][t(455)][t(458)](document[t(476)](o)),r=e[t(463)][t(496)](n)[t(475)](0);r?.is(t(504))&&i[t(506)](r[t(486)])}this[t(472)]=i}}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}!function(t){const e=w,n=t();for(;;)try{if(719006===-parseInt(e(350))/1*(parseInt(e(362))/2)+parseInt(e(358))/3+parseInt(e(363))/4*(parseInt(e(368))/5)+parseInt(e(355))/6*(parseInt(e(347))/7)+parseInt(e(367))/8+-parseInt(e(351))/9+parseInt(e(371))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class g extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(357)],o=e?"["+p(t,n(348))+"]":"";this[n(360)](n(354),""),this[n(360)](n(353),1),this[n(360)](n(365),!1),this[n(349)](n(352)).to(this,n(354),t=>!t),this[n(356)]({tag:n(369),attributes:{class:["ck",n(372),n(361),i.to(n(353),t=>n(364)+t),i.if(n(365),n(366)),i.if(n(352),n(359))],title:i.to(n(354))},children:[{text:i.to(n(354),t=>t||o)}],on:{click:i.to(n(370))}})}}function w(t,e){const n=v();return(w=function(t,e){return n[t-=347]})(t,e)}function v(){const t=["bindTemplate","729630XZgBmp","ck-document-outline__item_empty","set","ck-document-outline__item","608068jZEHGC","18716yMEnlS","ck-document-outline__item_level-","isActive","ck-document-outline__item_active","382432SlMqtq","1445kqQfQl","div","click","6982960wSLSwe","ck-reset","766353NpcGCl","Empty heading","bind","1DfKKag","12851820ubXMUt","isEmpty","level","text","6WoqJJc","setTemplate"];return(v=function(){return t})()}function k(){const t=["change:activeItemIndex","_deleteItem","bind","index","destroy","items","2211850OscDTx","_handleItemClick","_setActiveItem","div","11316060cnmlvx","isActive","element","forEach","20rFzrOt","getIndex","290716UQXBhn","Editor headings will appear here as you type.","11zADxnm","createCollection","contentLanguageDirection","level","4ZLFspR","5826709UVWYDV","documentOutlineContainer","_insertItem","remove","values","click","get","ck-document-outline","insert","delegate","addMany","type","showEmptyHeadingText","ck-reset","9138877vSjIMS","text","itemSelected","locale","12mNNeye","map","1825719LmzDPh","howMany","setTemplate","sync","_scrollToItem","set","delete","2862904GFUrDg","fire","activeItemIndex","source"];return(k=function(){return t})()}const I=b;function b(t,e){const n=k();return(b=function(t,e){return n[t-=342]})(t,e)}!function(t){const e=b,n=t();for(;;)try{if(868824===-parseInt(e(351))/1*(-parseInt(e(349))/2)+parseInt(e(376))/3*(parseInt(e(355))/4)+-parseInt(e(393))/5+parseInt(e(374))/6*(parseInt(e(356))/7)+parseInt(e(383))/8+-parseInt(e(343))/9+-parseInt(e(347))/10*(parseInt(e(370))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends m.View{[I(392)];[I(357)];[I(368)];constructor(t,e=!1,n){const i=I;super(t),this[i(368)]=e,this[i(381)](i(385),-1),this[i(357)]=n,this[i(392)]=this[i(352)](),this[i(392)][i(365)](i(361)).to(this),this.on(i(361),this[i(394)][i(389)](this)),this.on(i(387),(t,e,n,o)=>{this[i(395)](o,n)}),this[i(378)]({tag:i(342),attributes:{class:["ck",i(369),i(363)],dir:t[i(353)],"data-document-outline-empty-placeholder":p(t,i(350)),tabindex:-1},children:this[i(392)]})}[I(379)](t){const e=I;t[e(346)](t=>{const n=e;n(364)==t[n(367)]?this[n(358)](t[n(390)],...t[n(360)]):n(382)==t[n(367)]&&this[n(388)](t[n(390)],t[n(377)])})}[I(395)](t,e){const n=I;if(-1!==t){const e=this[n(392)][n(362)](t);e&&(e[n(344)]=!1)}-1!==e&&(this[n(392)][n(362)](e)[n(344)]=!0,this[n(380)](e))}[I(358)](t,...e){const n=I,i=e[n(375)]((e,i)=>{const o=n,r=new g(this[o(373)],this[o(368)]);return r[o(371)]=e[o(371)],r[o(354)]=e[o(354)],t+i===this[o(385)]&&(r[o(344)]=!0),r});this[n(392)][n(366)](i,t)}[I(388)](t,e){const n=I;do{this[n(392)][n(359)](t)}while(--e)}[I(394)](t){const e=I,n=this[e(392)][e(348)](t[e(386)]);this[e(384)](e(372),n)}[I(380)](t){const e=I;(0,u.scrollAncestorsToShowTarget)(this[e(392)][e(362)](t)[e(345)],20,this[e(357)])}[I(391)](){const t=I;super[t(391)](),this[t(345)][t(359)]()}}var _=n(673),x=n.n(_),C=n(545),O=n.n(C),T=n(262),E=n.n(T),A=n(667),P=n.n(A),S=n(357),L=n.n(S),D=n(46),N={attributes:{"data-cke":!0}};N.setAttributes=P(),N.insert=E().bind(null,"head"),N.domAPI=O(),N.insertStyleElement=L();x()(D.A,N);D.A&&D.A.locals&&D.A.locals;const M=K;function K(t,e){const n=j();return(K=function(t,e){return n[t-=381]})(t,e)}function j(){const t=["locale","change","getVisible","element","sync","DocumentOutlineUI","getIntersection","_updateActiveDefinitionOnViewportChange","6123FsFTlZ","scrollToTheSelection","destroy","8032941ZohWIv","height","indexOf","870583zTWfOa","_handleItemSelected","cancel","add","appendChild","render","getRootNames","pluginName","focusTracker","config","setSelection","editing","afterInit","top","DocumentOutlineUtils","editor","init","floor","document","mapViewToDom","_updateActiveDefinitionFromViewportThrottled","focus","3782096vQzQSE","document-outline-container-not-provided","view","bottom","isOfficialPlugin","get","11gTHEhL","window","join","itemSelected","activeItemIndex","domConverter","scroll","plugins","_handleOutlineChange","getDomRoot","bind","49602740izrEIV","_currentOutlineDefinitions","resize","modelElement","isPremiumPlugin","documentOutline.showEmptyHeadings","documentOutline.container","88hzMCGv","1347504XgRJXY","model","18ygZcJe","map","_setActiveViewItem","length","4130FBUWBS","mapper","listenTo","5484sudStt","href","toViewElement","fromCharCode"];return(j=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(612790===-parseInt(e(416))/1+-parseInt(e(389))/2+-parseInt(e(410))/3*(-parseInt(e(388))/4)+parseInt(e(395))/5*(-parseInt(e(398))/6)+-parseInt(e(413))/7+-parseInt(e(438))/8*(parseInt(e(391))/9)+-parseInt(e(381))/10*(-parseInt(e(444))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class H extends t.Plugin{[M(440)];[M(382)];[M(436)];static get[M(423)](){return M(407)}static get[M(442)](){return!0}static get[M(385)](){return!0}constructor(t){const e=M;super(t),this[e(440)]=new y(t[e(402)],this[e(431)][e(425)][e(443)](e(386)),this[e(431)][e(425)][e(443)](e(387))),this[e(382)]=[],this[e(436)]=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(409)][e(454)](this),100)}[M(432)](){const t=M,e=this[t(431)],n=e[t(451)][t(443)](t(430));let i=!1;if(this[t(440)][t(421)](),this[t(431)].ui[t(424)][t(419)](this[t(440)][t(405)]),!e[t(425)][t(443)](t(387)))throw new u.CKEditorError(t(439),{editor:e});e[t(425)][t(443)](t(387))[t(420)](this[t(440)][t(405)]),n.on(t(403),this[t(452)][t(454)](this)),n.on(t(448),(e,{index:n})=>this[t(393)](n)),this[t(440)].on(t(447),(e,n)=>{i=!0,this[t(417)](n)}),this[t(440)][t(397)](u.global[t(434)],t(450),()=>{i?i=!1:this[t(436)]()},{useCapture:!0}),this[t(440)][t(397)](u.global[t(445)],t(383),this[t(436)],{useCapture:!0})}[M(428)](){!async function(t){const e=p([78,49,70,97,67,103,117,107,68,111,77,122,72,82,73,88,57,109,75,53,69,50,55,101,48,54,86,71,116,89,119,102,120,99,51,106,114,84,90,74,65,118,115,79,104,112,76,85,66,80,121,52,87,81,113,110,100,83,56,98,108,105]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=K;return t[e(392)](t=>String[e(401)](t))[e(446)]("")}!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([78]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1754697600;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=K,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(399)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[M(412)](){const t=M;super[t(412)](),this[t(440)][t(412)](),this[t(436)][t(418)]()}[M(452)](t,{outlineDefinitions:e,outlineChanges:n}){const i=M;this[i(382)]=e,this[i(440)][i(406)](n)}[M(393)](t){const e=M;this[e(382)][e(394)]&&this[e(382)][t]&&(this[e(440)][e(448)]=t)}[M(417)](t){const e=M,n=this[e(382)][t][e(384)];this[e(431)][e(390)][e(403)](t=>{t[e(426)](n,0)}),this[e(431)][e(427)][e(440)][e(411)]({alignToTop:!0,forceScroll:!0}),this[e(431)][e(427)][e(440)][e(437)](),this[e(393)](t)}[M(409)](){const t=M,e=this[t(431)];let n;for(const i of e[t(390)][t(434)][t(422)]()){const o=e[t(427)][t(440)][t(453)](i),r=o&&new u.Rect(o)[t(404)]();if(r){const e=new u.Rect(u.global[t(445)])[t(408)](r);e&&(n=e[t(429)]+.25*e[t(414)])}}if(void 0===n)return;const i=R(e[t(427)],this[t(382)],n);i?this[t(393)](this[t(382)][t(415)](i)):this[t(393)](-1)}}function R(t,e,n,i=0,o=e[M(394)]-1){const r=M,s=Math[r(433)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(396)][r(400)](c[r(384)]);if(!a)return null;const l=t[r(440)][r(449)][r(435)](a);return new u.Rect(l)[r(441)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const V=U;function U(t,e){const n=F();return(U=function(t,e){return n[t-=379]})(t,e)}function F(){const t=["documentOutlineLicenseKeyValid","827181AkbEfi","get","24478407hZzdPa","isOfficialPlugin","811510KqWmNy","invalid","117GIBFVJ","2567635xYPkVk","_showLicenseError","documentOutlineLicenseKeyNotAllowed","8sLfncP","featureNotAllowed","editor","5478966AoekYt","documentOutlineLicenseKeyExpired","documentOutlineLicenseKeyEvaluationLimit","documentOutlineLicenseKeyInvalid","359304GvuuVs","_licenseKeyCheckInterval","requires","trialLimit","destroy","expired","documentOutlineLicenseKeyDomainLimit","config","licenseKey","DocumentOutline","evaluationLimit","8472yrMwVz","isPremiumPlugin","usageLimit","documentOutlineLicenseKeyTrialLimit","init","pluginName","domainLimit","documentOutlineLicenseKeyUsageLimit"];return(F=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(596042===parseInt(e(403))/1*(-parseInt(e(388))/2)+-parseInt(e(397))/3+parseInt(e(414))/4+-parseInt(e(401))/5+-parseInt(e(410))/6+-parseInt(e(404))/7+parseInt(e(407))/8*(parseInt(e(399))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class z extends t.Plugin{[V(385)];[V(415)];static get[V(379)](){return[h,H]}static get[V(393)](){return V(386)}static get[V(400)](){return!0}static get[V(389)](){return!0}[V(392)](){const t=V;this[t(385)]=this[t(409)][t(384)][t(398)](t(385));const e=this[t(409)];this[t(415)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(396)==r||n(413)==r||n(411)==r||n(383)==r||n(406)==r||n(412)==r||n(391)==r||n(395)==r){delete e[o],i=r,clearInterval(this[n(415)]),this[n(415)]=void 0;break}}n(413)==i&&e[n(405)](n(402)),n(411)==i&&e[n(405)](n(382)),n(383)==i&&e[n(405)](n(394)),n(406)==i&&e[n(405)](n(408),n(386)),n(412)==i&&e[n(405)](n(387)),n(391)==i&&e[n(405)](n(380)),n(395)==i&&e[n(405)](n(390))},1e3)}[V(381)](){const t=V;super[t(381)](),this[t(415)]&&clearInterval(this[t(415)])}}var W=n(901);const B=q;function q(t,e){const n=J();return(q=function(t,e){return n[t-=150]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(514840===parseInt(e(169))/1+parseInt(e(168))/2*(-parseInt(e(174))/3)+parseInt(e(152))/4*(parseInt(e(150))/5)+-parseInt(e(171))/6*(parseInt(e(154))/7)+parseInt(e(166))/8+-parseInt(e(157))/9*(-parseInt(e(173))/10)+-parseInt(e(151))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class X extends t.Command{[B(155)](){const t=B;this[t(165)][t(160)][t(156)](e=>{const n=t;this[n(165)][n(160)][n(164)](e[n(172)](n(163)))})}[B(161)](){const t=B,e=this[t(165)][t(160)],n=e[t(167)][t(170)][t(158)]();this[t(159)]=null!==(n&&e[t(153)][t(162)](n,t(163)))}}function J(){const t=["925286eKgKEF","selection","12tcXFDl","createElement","211870WNlhqt","106815fMxLve","265loLKXZ","5111667YQfWBx","14044EKUCvg","schema","429947EJOxRT","execute","change","9CTPcrz","getFirstPosition","isEnabled","model","refresh","findAllowedParent","tableOfContents","insertObject","editor","6309904QSASki","document","46fhbolk"];return(J=function(){return t})()}var Q=n(336),G={attributes:{"data-cke":!0}};G.setAttributes=P(),G.insert=E().bind(null,"head"),G.domAPI=O(),G.insertStyleElement=L();x()(Q.A,G);Q.A&&Q.A.locals&&Q.A.locals;function Z(){const t=["length","isOfficialPlugin","headingId","removeAttribute","has","get","_registerHeadingIdAttributePostfixer","510tjfVMI","item","name","afterInit","2837709bDlPXS","HeadingId","_customDataDowncastHeadingsConversion","insert","writer","nodeAfter","401rwrCMk","heading.options","paragraph","9TtKedU","setAttribute","type","model","clear","attribute:headingId:","toViewElement","getContainedElement","editor","low","pluginName","mapper","hasAttribute","change","4994584zTUqwS","5jmnzXl","downcast","delete","5135859mCROBi","differ","attributes","consume","set","remove","extend","document","heading1","forEach","12639992baKAdo","getChanges","for","viewItem","upcast","string","conversion","config","modelRange","isRegistered","position","add","consumable","_customUpcastHeadingsConversion","3977502RvEThW","view","headingId.modelAttributeName","isPremiumPlugin","1570459YiqFYa","8098zkuSLA","match","element:","registerPostFixer","schema","getAttribute"];return(Z=function(){return t})()}const Y=$;function $(t,e){const n=Z();return($=function(t,e){return n[t-=386]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(859442===parseInt(e(401))/1*(-parseInt(e(451))/2)+-parseInt(e(422))/3+-parseInt(e(418))/4+-parseInt(e(419))/5*(parseInt(e(446))/6)+parseInt(e(395))/7+-parseInt(e(432))/8*(parseInt(e(404))/9)+parseInt(e(391))/10*(parseInt(e(450))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends t.Plugin{static get[Y(414)](){return Y(396)}static get[Y(458)](){return!0}static get[Y(449)](){return!0}[Y(394)](){const t=Y,e=this[t(412)];e[t(439)][t(389)](t(448))||(function(e){const n=t,i=new Map;return e?(e[n(431)](t=>{const e=n;e(403)!==t[e(407)]&&i[e(426)](t[e(447)],t[e(407)])}),i[n(389)]("h1")||i[n(426)]("h1",n(430)),i):i}(this[t(412)][t(439)][t(389)](t(402)))[t(431)]((n,i)=>{const o=t;this[o(445)](i),this[o(397)](n),e[o(407)][o(455)][o(441)](n)&&e[o(407)][o(455)][o(428)](n,{allowAttributes:o(386)})}),this[t(390)]())}[Y(445)](t){const e=Y;this[e(412)][e(438)][e(434)](e(436))[e(443)](n=>n.on(e(453)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(435)][o(456)]("id"),a=n[o(440)][o(411)]();if(a)return c&&c[o(457)]||a[o(416)](o(386))?void(r[o(425)](n[o(435)],{attributes:["id"]})&&s[o(405)](o(386),c,a)):(r[o(425)](n[o(435)],{attributes:["id"]}),void s[o(405)](o(386),(0,u.uid)(),a))},{priority:u.priorities[e(389)](e(413))+.5}))}[Y(397)](t){const e=Y;this[e(412)][e(438)][e(434)](e(420))[e(443)](n=>n.on(e(409)+t,(t,n,i)=>{const o=e;if(!i[o(444)][o(425)](n[o(392)],t[o(393)]))return;const r=n[o(392)][o(456)](o(386)),s=i[o(415)][o(410)](n[o(392)]);i[o(399)][o(405)]("id",r,s)}))}[Y(390)](){const t=Y,e=this[t(412)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(443)](r),e[o(405)](o(386),r,n),r}function r(e,n){const i=t;e[i(387)](i(386),n)}e[t(407)][t(429)][t(454)](s=>{const c=t,a=e[c(407)][c(429)][c(423)][c(433)]();let u=!1;for(const t of a)if(c(398)==t[c(406)]&&t[c(393)])if(et(t[c(393)])){const e=t[c(424)][c(389)](c(386));c(437)==typeof e?n[c(388)](e)?(o(s,t[c(442)][c(400)]),u=!0):i[c(443)](e):(o(s,t[c(442)][c(400)]),u=!0)}else c(437)==typeof t[c(424)][c(389)](c(386))&&(r(s,t[c(442)][c(400)]),u=!0);else if(c(427)==t[c(406)]){const e=t[c(424)][c(389)](c(386));c(437)==typeof e&&n[c(421)](e)}return u}),e[t(407)][t(429)].on(t(417),()=>{const e=t;i[e(431)](t=>n[e(443)](t)),i[e(408)]()})}}function et(t){return!!t[Y(452)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=452]})(t,e)}function ot(){const t=["plugins","init","register","table-of-contents__placeholder","table-of-contents","Empty heading","insert","fromCharCode","4964598VFwWeE","tableOfContents","28OPRmhQ","target","getAncestors","3421950OYZmDw","view","domEvent","click","viewToModelPosition","filter","_tableOfContentsElements","differ","setCustomProperty","getAttribute","change"," table-of-contents_empty","Table of contents","locale","270584ipnQjQ","editingDowncast","documentOutline.showEmptyHeadings","href","_trackNewToCElements","elementToElement","scrollToTheSelection","registerRawContentMatcher","data","13322340pvneor","reconvertItem","_currentOutlineDefinitions","name","toModelElement","6293Snezqf","_defineConverters","isPremiumPlugin","abs","createText","_headingIdModelAttributeName","5552zyDodK","nodeAfter","for","getChanges","rootName","tableOfContentsHeadingIndex","position","No headings were found in the document.","element","stop","add","map","2195hDyroS","end","requires","_createTableOfContents","config","commands","insertTableOfContents","headingId","getCustomProperty","get","viewPosition","isInteger","preventDefault","pluginName","$blockObject","_updateTableOfContentsElements","_defineSchema","$graveyard","forEach","44602QaBNra","listenTo","join","outlineDefinitions","upcast","hasContent","schema","high","length","document","findMappedViewAncestor","_handleScrollToHeading","model","type","editor","createContainerElement","isOfficialPlugin","level","conversion","setSelection","16230IlrrsV","elementToStructure","editing","modelPosition","modelElement","dataDowncast","_redirectMapper","afterInit","div","$capture","text","headingId.modelAttributeName","TableOfContentsEditing","createPositionAt","mapper","DocumentOutlineUtils"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(665599===-parseInt(e(535))/1*(parseInt(e(467))/2)+parseInt(e(470))/3+-parseInt(e(484))/4+parseInt(e(516))/5*(-parseInt(e(555))/6)+-parseInt(e(498))/7*(-parseInt(e(504))/8)+-parseInt(e(465))/9+parseInt(e(493))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(529)](){return nt(453)}static get[nt(551)](){return!0}static get[nt(500)](){return!0}static get[nt(518)](){return[W.Widget,h,tt]}[nt(495)];[nt(476)];[nt(503)];constructor(t){const e=nt;super(t),this[e(495)]=[],this[e(476)]=new Set,this[e(503)]=e(523)}[nt(458)](){const t=nt,e=this[t(549)],n=e[t(557)][t(471)][t(544)];e[t(520)][t(525)](t(452))&&(this[t(503)]=e[t(520)][t(525)](t(452))),this[t(536)](n,t(473),(e,n)=>{const i=t;if(!n[i(468)])return;const o=n[i(468)][i(524)](i(509));Number[i(527)](o)&&(n[i(472)][i(528)](),e[i(513)](),this[i(546)](o))},{priority:t(542),context:t(564)}),this[t(532)](),this[t(499)](),e[t(521)][t(514)](t(522),new X(e)),e[t(457)][t(525)](t(456)).on(t(480),(e,n)=>{const i=t;this[i(495)]=n[i(538)],this[i(531)]()}),this[t(536)](e[t(547)][t(544)],t(480),()=>{this[t(488)]()})}[nt(562)](){!async function(t){const e=p([89,88,50,121,90,55,103,70,117,111,78,98,65,68,53,67,106,85,120,112,71,79,77,115,107,81,108,99,75,56,104,113,76,74,80,72,114,51,52,82,101,66,73,97,122,109,84,116,87,49,102,86,48,118,119,69,57,105,100,83,54,110]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=it;return t[e(515)](t=>String[e(464)](t))[e(537)]("")}!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([89]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1754697600;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(487)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(531)](){const t=nt;this[t(476)][t(534)](e=>{const n=t;n(533)!==e[n(508)]&&this[n(549)][n(557)][n(494)](e)})}[nt(488)](){const t=nt;for(const e of this[t(549)][t(547)][t(544)][t(477)][t(507)]({includeChangesInGraveyard:!0})){if(t(463)!==e[t(548)]||t(466)!==e[t(496)])return;this[t(476)][t(514)](e[t(510)][t(505)])}}[nt(532)](){const t=nt;this[t(549)][t(547)][t(541)][t(459)](t(466),{inheritAllFrom:t(530)})}[nt(499)](){const t=nt,e=this[t(549)][t(553)];e[t(506)](t(539))[t(489)]({model:t(466),view:{name:t(563),classes:t(461)}}),e[t(506)](t(560))[t(556)]({model:t(466),view:(e,{writer:n})=>this[t(519)](n,!0)}),e[t(506)](t(485))[t(556)]({model:t(466),view:(e,{writer:n})=>{const i=t;this[i(476)][i(514)](e);const o=this[i(519)](n);return(0,W.toWidget)(o,n,{label:p(this[i(549)][i(483)],i(482))})}}),this[t(549)][t(492)][t(491)]({name:t(563),classes:t(461)}),this[t(549)][t(557)][t(455)].on(t(474),this[t(561)](),{priority:t(542)})}[nt(519)](t,e=!1){const n=nt,{locale:i}=this[n(549)],o=t[n(550)](n(563),{class:n(461)+(0===this[n(495)][n(543)]?n(481):""),...!e&&{"data-table-of-contents-label":p(i,n(482))}});0===this[n(495)][n(543)]&&!1===e&&t[n(463)](t[n(454)](o,n(517)),t[n(550)]("p",{class:n(460)},[t[n(502)](p(i,n(511)))]));const r=e?"":"["+p(i,n(462))+"]";let s=o;return this[n(495)][n(534)]((i,o,c)=>{const a=n,u=this[a(549)][a(547)][a(540)](i[a(559)],{ignoreWhitespaces:!0}),l=u?i[a(565)]:r,d=i[a(559)][a(479)](this[a(503)]),f=t[a(550)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(502)](l)]),h=this[a(549)][a(520)][a(525)](a(486));t[a(478)](a(509),o,f);const m=t[a(550)]("li",null,[u||!e&&h?f:t[a(502)]("")]),p=o?c[o-1][a(552)]:0,g=Math[a(501)](i[a(552)]-p);if(i[a(552)]>p){const e=st(m,g,t);t[a(463)](t[a(454)](s,a(517)),e)}else{const e=function(t,e){const n=a;return t[n(469)]({includeSelf:!0,parentFirst:!0})[n(475)](t=>t.is(n(512),"ol"))[e]}(s,g);t[a(463)](t[a(454)](e,a(517)),m)}s=m}),o}[nt(546)](t){const e=nt,n=this[e(495)][t][e(559)];this[e(549)][e(547)][e(480)](t=>{t[e(554)](n,0)}),this[e(549)][e(557)][e(471)][e(490)]({alignToTop:!0,forceScroll:!0})}[nt(561)](){return(t,e)=>{const n=it,i=e[n(455)],o=i[n(545)](e[n(526)]),r=i[n(497)](o);r.is(n(512),n(466))&&(e[n(558)]=this[n(549)][n(547)][n(454)](r,0),t[n(513)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(550)]("ol",null,[t]):n[i(550)]("ol",null,[n[i(550)]("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-=253]})(t,e)}function lt(){const t=["tableOfContentsLicenseKeyEvaluationLimit","tableOfContentsLicenseKeyDomainLimit","18guCpmo","init","usageLimit","config","domainLimit","menuBar:tableOfContents","destroy","Table of contents","TableOfContentsUI","tableOfContentsLicenseKeyInvalid","commands","expired","tableOfContentsLicenseKeyValid","trialLimit","tableOfContentsLicenseKeyTrialLimit","view","focus","11482828LXuYvd","isPremiumPlugin","2973695wIWBhl","1593908xYvUVx","locale","TableOfContents","9vdJdcD","_showLicenseError","_licenseKeyCheckInterval","isEnabled","tooltip","set","get","featureNotAllowed","bind","pluginName","tableOfContentsLicenseKeyNotAllowed","2711802iPnLOn","422736lgxOGJ","isOfficialPlugin","tableOfContents","add","listenTo","tableOfContentsLicenseKeyUsageLimit","5zNeXVL","_createButton","211688DDeans","componentFactory","editor","execute","editing","evaluationLimit","invalid","licenseKey","tableOfContentsLicenseKeyExpired","13965850iPhLUD","insertTableOfContents"];return(lt=function(){return t})()}!function(t){const e=ut,n=t();for(;;)try{if(874568===-parseInt(e(254))/1*(parseInt(e(304))/2)+-parseInt(e(292))/3*(parseInt(e(289))/4)+parseInt(e(288))/5+-parseInt(e(303))/6+parseInt(e(286))/7+parseInt(e(256))/8*(-parseInt(e(269))/9)+parseInt(e(265))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);class dt extends t.Plugin{[at(263)];[at(294)];static get[at(301)](){return at(277)}static get[at(305)](){return!0}static get[at(287)](){return!0}[at(270)](){const t=at,e=this[t(258)];e.ui[t(257)][t(307)](t(306),()=>{const e=t,n=this[e(255)](m.ButtonView);return n[e(296)]=!0,n}),e.ui[t(257)][t(307)](t(274),()=>this[t(255)](m.MenuBarMenuListItemButtonView)),this[t(263)]=this[t(258)][t(272)][t(298)](t(263));const n=this[t(258)];this[t(294)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(281)==r||e(278)==r||e(264)==r||e(268)==r||e(302)==r||e(267)==r||e(283)==r||e(253)==r){delete n[o],i=r,clearInterval(this[e(294)]),this[e(294)]=void 0;break}}e(278)==i&&n[e(293)](e(262)),e(264)==i&&n[e(293)](e(280)),e(268)==i&&n[e(293)](e(273)),e(302)==i&&n[e(293)](e(299),e(291)),e(267)==i&&n[e(293)](e(261)),e(283)==i&&n[e(293)](e(282)),e(253)==i&&n[e(293)](e(271))},1e3)}[at(255)](t){const e=at,n=this[e(258)],i=n[e(290)],o=n[e(279)][e(298)](e(266)),r=new t(i);return r[e(297)]({label:p(i,e(276)),icon:ct.IconTableOfContents}),r[e(300)](e(295)).to(o,e(295)),this[e(308)](r,e(259),()=>{const t=e;n[t(259)](t(266)),n[t(260)][t(284)][t(285)]()}),r}[at(275)](){const t=at;super[t(275)](),this[t(294)]&&clearInterval(this[t(294)])}}var ft=mt;function ht(){var t=["145880NsHFXm","isOfficialPlugin","4WjeuSQ","342331ZMStgx","43644fkluDH","30XRqDXh","isPremiumPlugin","1829492etojGi","TableOfContents","pluginName","37795QdziTB","requires","1322cgEsxS","18pMyHBn","81mctdMg","1060518KHEeEh"];return(ht=function(){return t})()}function mt(t,e){var n=ht();return(mt=function(t,e){return n[t-=156]})(t,e)}!function(t){for(var e=mt,n=t();;)try{if(145386===-parseInt(e(163))/1+-parseInt(e(171))/2*(parseInt(e(157))/3)+-parseInt(e(161))/4*(parseInt(e(169))/5)+-parseInt(e(158))/6+parseInt(e(166))/7+parseInt(e(159))/8*(parseInt(e(156))/9)+parseInt(e(164))/10*(parseInt(e(162))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ht);class pt extends t.Plugin{static get[ft(170)](){return[rt,dt]}static get[ft(168)](){return ft(167)}static get[ft(160)](){return!0}static get[ft(165)](){return!0}}function gt(t,e){var n=wt();return(gt=function(t,e){return n[t-=140]})(t,e)}function wt(){var t=["39775qXEDQg","24oXURCR","32206RfLyjW","52065HcLUdT","144PJUDfG","48UOmYtD","448hNmMen","290WJRWWx","5831HoJHwe","451594NtdSzP","1461624CAjpvR"];return(wt=function(){return t})()}!function(t){for(var e=gt,n=t();;)try{if(146539===-parseInt(e(143))/1+parseInt(e(148))/2*(parseInt(e(147))/3)+-parseInt(e(150))/4*(parseInt(e(146))/5)+parseInt(e(140))/6*(parseInt(e(141))/7)+parseInt(e(145))/8+parseInt(e(149))/9*(parseInt(e(142))/10)+-parseInt(e(144))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|